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
fix: resolve all markdown lint errors and enforce strict linting
- Fix MD032 (blanks around lists) in all files
- Fix MD040 (code block language) - add 'text' to plain text blocks
- Fix MD060 (table separator spacing) in README.md
- Fix MD036 (emphasis as heading) in CLAUDE.md
- Remove continue-on-error from docs-validation.yml to enforce linting
Copy file name to clipboardExpand all lines: CLAUDE.md
+28-3Lines changed: 28 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@
24
24
This is a **GitHub template repository** demonstrating AI-assisted development best practices. It's a **documentation-only** reference using the "standalone patterns approach" - concepts are standalone and independently adoptable.
25
25
26
26
**Key Principles**:
27
+
27
28
- ✅ **Standalone patterns approach** - Patterns are standalone and independently adoptable
28
29
- ✅ **Documentation-focused** - Pure reference material, no working application
29
30
- ✅ **Succinct content** - No AI slop, get to the point
@@ -34,17 +35,20 @@ This is a **GitHub template repository** demonstrating AI-assisted development b
34
35
### What This Repository Contains
35
36
36
37
**Documentation** (`docs/`):
38
+
37
39
- Quickstart guides for AI-assisted development
38
40
- Architecture pattern references
39
41
- Tutorial outlines for implementing agentic workflows
40
42
- API design patterns
41
43
42
44
**Codebase Agent Configuration** (`.claude/`):
45
+
43
46
- Agent definitions and capabilities
44
47
- Context files for modular memory system
45
48
- Example commands and skills
46
49
47
50
**CI/CD** (`.github/workflows/`):
51
+
48
52
- Documentation validation workflows
49
53
- Markdown linting
50
54
- Mermaid diagram validation
@@ -61,6 +65,7 @@ For a **working FastAPI application** demonstrating these patterns in practice,
0 commit comments