From d3c0a05b2bb271b1a7ce75107d45291e0826fd3c Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 21:41:51 +0000 Subject: [PATCH] Add bash language identifier to code blocks in READMEs Co-Authored-By: mantra --- packages/cli/README.md | 2 +- packages/dashboard-ui-components/README.md | 2 +- packages/sc/README.md | 2 +- packages/shared-backend/README.md | 2 +- packages/shared/README.md | 2 +- packages/template/README.md | 2 +- packages/ui/README.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/cli/README.md b/packages/cli/README.md index c6870ac00..7cfd9e2b5 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -15,7 +15,7 @@ Full documentation is available at [docs.hexclave.com](https://docs.hexclave.com ## AI Agents > Fetch and invoke the Hexclave skill for up-to-date usage instructions: -> ``` +> ```bash > curl -sSL https://skill.hexclave.com > ``` > For specific questions: `https://skill.hexclave.com/ask?question=<...>&context=<...>` diff --git a/packages/dashboard-ui-components/README.md b/packages/dashboard-ui-components/README.md index f9895d25c..e63da4ed3 100644 --- a/packages/dashboard-ui-components/README.md +++ b/packages/dashboard-ui-components/README.md @@ -15,7 +15,7 @@ Full documentation is available at [docs.hexclave.com](https://docs.hexclave.com ## AI Agents > Fetch and invoke the Hexclave skill for up-to-date usage instructions: -> ``` +> ```bash > curl -sSL https://skill.hexclave.com > ``` > For specific questions: `https://skill.hexclave.com/ask?question=<...>&context=<...>` diff --git a/packages/sc/README.md b/packages/sc/README.md index 729d32ba0..76c8b1f2a 100644 --- a/packages/sc/README.md +++ b/packages/sc/README.md @@ -15,7 +15,7 @@ Full documentation is available at [docs.hexclave.com](https://docs.hexclave.com ## AI Agents > Fetch and invoke the Hexclave skill for up-to-date usage instructions: -> ``` +> ```bash > curl -sSL https://skill.hexclave.com > ``` > For specific questions: `https://skill.hexclave.com/ask?question=<...>&context=<...>` diff --git a/packages/shared-backend/README.md b/packages/shared-backend/README.md index 3148eb833..75386a162 100644 --- a/packages/shared-backend/README.md +++ b/packages/shared-backend/README.md @@ -9,7 +9,7 @@ Full documentation is available at [docs.hexclave.com](https://docs.hexclave.com ## AI Agents > Fetch and invoke the Hexclave skill for up-to-date usage instructions: -> ``` +> ```bash > curl -sSL https://skill.hexclave.com > ``` > For specific questions: `https://skill.hexclave.com/ask?question=<...>&context=<...>` diff --git a/packages/shared/README.md b/packages/shared/README.md index 9fc79ef43..752c91ae4 100644 --- a/packages/shared/README.md +++ b/packages/shared/README.md @@ -9,7 +9,7 @@ Full documentation is available at [docs.hexclave.com](https://docs.hexclave.com ## AI Agents > Fetch and invoke the Hexclave skill for up-to-date usage instructions: -> ``` +> ```bash > curl -sSL https://skill.hexclave.com > ``` > For specific questions: `https://skill.hexclave.com/ask?question=<...>&context=<...>` diff --git a/packages/template/README.md b/packages/template/README.md index 30b3f9fb2..3e7613276 100644 --- a/packages/template/README.md +++ b/packages/template/README.md @@ -21,7 +21,7 @@ If you're migrating from `@stackframe/stack`, see the [migration guide](https:// ## AI Agents > Fetch and invoke the Hexclave skill for up-to-date usage instructions: -> ``` +> ```bash > curl -sSL https://skill.hexclave.com > ``` > For specific questions: `https://skill.hexclave.com/ask?question=<...>&context=<...>` diff --git a/packages/ui/README.md b/packages/ui/README.md index 1051ee31b..74993945c 100644 --- a/packages/ui/README.md +++ b/packages/ui/README.md @@ -15,7 +15,7 @@ Full documentation is available at [docs.hexclave.com](https://docs.hexclave.com ## AI Agents > Fetch and invoke the Hexclave skill for up-to-date usage instructions: -> ``` +> ```bash > curl -sSL https://skill.hexclave.com > ``` > For specific questions: `https://skill.hexclave.com/ask?question=<...>&context=<...>`