@@ -9,9 +9,9 @@ This directory contains skills, workflows, rules, agents, and shared patterns fo
99```
1010.claude/
1111├── commands/ # 18 actionable skills (invokable workflows)
12- ├── rules/ # 6 development rules (auto-applied)
12+ ├── rules/ # 2 development rules (auto-applied)
1313├── agents/ # 6 specialized agents
14- ├── hooks/ # 4 quality gate hooks
14+ ├── hooks/ # 3 quality gate hooks
1515├── shared/patterns/ # 3 reusable pattern files
1616├── settings.json # Security hooks & permissions
1717├── HOOKS-CONFIG.md # Hook configuration guide
@@ -67,16 +67,12 @@ This directory contains skills, workflows, rules, agents, and shared patterns fo
6767
6868---
6969
70- ## Rules (6 Files)
70+ ## Rules (2 Files)
7171
7272| Rule | Purpose | Applies To |
7373| ------| ---------| -----------|
74- | ` testing.md ` | Testing requirements & patterns | All new code |
75- | ` go-quality.md ` | Go linting + best practices | All Go code |
76- | ` file-size-limits.md ` | 500-line file limit | All files |
77- | ` documentation-maintenance.md ` | Doc update requirements | Code + doc changes |
78- | ` git-commits.local.md ` | Commit message rules | Git operations |
79- | ` go-cache-cleanup.local.md ` | Go cache cleanup | Build issues |
74+ | ` testing.md ` | Test coverage targets & commands | All new code |
75+ | ` go-quality.md ` | Go workflow & error handling | All Go code |
8076
8177---
8278
@@ -93,14 +89,13 @@ This directory contains skills, workflows, rules, agents, and shared patterns fo
9389
9490---
9591
96- ## Hooks (4 Quality Gates)
92+ ## Hooks (3 Quality Gates)
9793
9894| Hook | Trigger | Purpose |
9995| ------| ---------| ---------|
10096| ` quality-gate.sh ` | Stop | Block on quality failures |
101- | ` subagent-review.sh ` | SubagentStop | Block on critical issues |
102- | ` pre-compact.sh ` | PreCompact | Warn before compaction |
103- | ` context-injector.sh ` | UserPromptSubmit | Inject context reminders |
97+ | ` file-size-check.sh ` | PreToolUse (Write) | Block Go files >600 lines |
98+ | ` auto-format.sh ` | PostToolUse (Edit) | Auto-format Go files |
10499
105100---
106101
@@ -157,7 +152,6 @@ Credentials from `nylas auth config` are stored in system keyring under service
157152
158153## Related Documentation
159154
160- - ** Quick Start:** [ ` CLAUDE-QUICKSTART.md ` ] ( ../CLAUDE-QUICKSTART.md )
161155- ** Main Guide:** [ ` CLAUDE.md ` ] ( ../CLAUDE.md )
162156- ** Hook Setup:** [ ` HOOKS-CONFIG.md ` ] ( HOOKS-CONFIG.md )
163157- ** Architecture:** [ ` docs/ARCHITECTURE.md ` ] ( ../docs/ARCHITECTURE.md )
@@ -167,8 +161,8 @@ Credentials from `nylas auth config` are stored in system keyring under service
167161## Metrics
168162
169163- ** Total Skills:** 18
170- - ** Total Rules:** 6
164+ - ** Total Rules:** 2
171165- ** Total Agents:** 6
172- - ** Total Hooks:** 4
166+ - ** Total Hooks:** 3
173167- ** Shared Patterns:** 3
174- - ** Last Updated:** December 30, 2024
168+ - ** Last Updated:** February 27, 2026
0 commit comments