You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Mermaid diagrams and enhanced validation (#3)
* feat: add Mermaid diagrams and enhanced validation
Add 5 Mermaid diagrams replacing ASCII art:
- Layered Architecture (docs/architecture.md)
- Data Flow sequence diagram (docs/architecture.md)
- Test Pyramid (docs/architecture.md)
- Getting Started Flow (docs/quickstart.md)
- CBA Workflow (codebase-agent.md)
Also:
- Fix malformed code block endings in architecture.md
- Enhance validate-mermaid.sh to extract and validate inline
diagrams from markdown files (not just standalone .mmd)
* fix: use portable arithmetic in validate-mermaid.sh
Replace ((var++)) with var=$((var + 1)) to avoid exit code 1
when incrementing from 0 with set -e enabled.
* fix: configure puppeteer for CI sandbox restrictions
Add puppeteer-config.json with --no-sandbox for GitHub Actions.
Update validate-mermaid.sh to use config when available.
Copy file name to clipboardExpand all lines: .claude/agents/codebase-agent.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,29 @@ color: blue
21
21
22
22
You are the Codebase Agent for the Ambient Code Reference Repository. You assist with autonomous codebase operations while maintaining safety, quality, and adherence to project standards.
0 commit comments