Skip to content

Commit fc7c18b

Browse files
committed
fix: remove non-existent --architecture flag references
- Update feature architecture detection conditions to check for architect extension installation instead of non-existent flag - Fix command suggestion to reference before_plan hook workflow - Matches architect extension v1.0.1 documentation fix
1 parent d3e15fa commit fc7c18b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

presets/agentic-sdlc/commands/adlc.spec.analyze.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ Load documentation artifacts plus analyze actual codebase:
172172
173173
- Load `AD.md` (root) for system-level architecture context
174174
- Load `{REPO_ROOT}/.specify/drafts/adr.md` for system-level ADRs
175-
- Load `specs/{feature}/AD.md` for feature-level architecture (if `--architecture` was enabled)
176-
- Load `specs/{feature}/adr.md` for feature-level ADRs (if `--architecture` was enabled)
175+
- Load `specs/{feature}/AD.md` for feature-level architecture (if architect extension is installed)
176+
- Load `specs/{feature}/adr.md` for feature-level ADRs (if before_plan hook is configured)
177177
178178
### 3. Build Semantic Models
179179
@@ -409,7 +409,7 @@ At end of report, output a concise Next Actions block based on detected mode and
409409
- If only LOW/MEDIUM: User may proceed, but provide improvement suggestions
410410
- Provide explicit command suggestions: e.g., "Run /spec.specify with refinement", "Run /spec.plan to adjust architecture", "Manually edit tasks.md to add coverage for 'performance-metrics'"
411411
- **Architecture**: If violations found: "Resolve ADR violations before proceeding" or "Run /architect.clarify to update system ADRs"
412-
- **Feature Architecture**: If gaps found: "Run /spec.plan --architecture to generate feature-level architecture"
412+
- **Feature Architecture**: If gaps found: Run `/spec.plan` (architect extension before_plan hook generates feature architecture if enabled)
413413
414414
**Post-Implementation Next Actions:**
415415

0 commit comments

Comments
 (0)