Skip to content

Commit 864c4f6

Browse files
stranmaclaude
andcommitted
fix: Add language specifier to fenced code blocks in architecture guide
Addresses CodeRabbit MD040 markdownlint finding -- bare fenced code blocks now use ```text for ASCII diagrams and config snippets. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5ee49ac commit 864c4f6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/ARCHITECTURE_GUIDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For setup instructions, see [Getting Started](GETTING_STARTED.md). For the workf
1010

1111
The template uses defense-in-depth: multiple independent layers that each catch different problems. No single layer is the whole story.
1212

13-
```
13+
```text
1414
+-----------------------------------------------------------------------+
1515
| Devcontainer (optional, recommended) |
1616
| +------------------------------------------------------------------+ |
@@ -45,7 +45,7 @@ The template uses defense-in-depth: multiple independent layers that each catch
4545

4646
### What runs during a typical workflow
4747

48-
```
48+
```text
4949
/sync /design write code /done /landed
5050
| | | | |
5151
git fetch read DECISIONS [your work] lint+format verify merge CI
@@ -541,7 +541,7 @@ Keep CLAUDE.md small. Everything Claude reads costs tokens on every message.
541541

542542
### How Tiers Work Under the Hood
543543

544-
```
544+
```text
545545
devcontainer.json
546546
containerEnv:
547547
PERMISSION_TIER: "${localEnv:PERMISSION_TIER:2}" # default: 2

0 commit comments

Comments
 (0)