Skip to content

Commit 3d09f95

Browse files
committed
fix: restore correct ADR path in architect skill (#857)
1 parent 18b5221 commit 3d09f95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.claude/skills/architect/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ For each architectural layer, evaluate against these dimensions:
102102
- Where does the tool present incomplete data as complete?
103103

104104
**F. ADR Compliance**
105-
- Does the implementation match the decisions documented in `generated/architecture/decisions/`?
105+
- Does the implementation match the decisions documented in `docs/architecture/decisions/`?
106106
- Are the trade-offs described in ADRs still accurate given the current code?
107107
- Has the codebase drifted from any stated trajectory? If so, is that drift justified or accidental?
108108
- Are there architectural decisions that *should* have an ADR but don't?
@@ -171,7 +171,7 @@ The deliverable must contain:
171171
- "Does Codegraph Have a Reason to Exist?" section (verified competitor data)
172172
- Executive summary (1 paragraph, brutally honest)
173173
- Scorecard (each dimension rated 1-10 with justification)
174-
- **ADR compliance review** — for each ADR in `generated/architecture/decisions/`, assess whether the codebase follows the decision, whether the stated trade-offs are still valid, and whether any drift has occurred. Flag missing ADRs for decisions that exist in code but aren't documented
174+
- **ADR compliance review** — for each ADR in `docs/architecture/decisions/`, assess whether the codebase follows the decision, whether the stated trade-offs are still valid, and whether any drift has occurred. Flag missing ADRs for decisions that exist in code but aren't documented
175175
- Detailed findings per layer
176176
- Verified competitor comparison table
177177
- Strategic recommendations (prioritized)

0 commit comments

Comments
 (0)