Skip to content

Commit 4c448aa

Browse files
committed
fix: Add blank lines before lists to satisfy MD032 linting rule
- templates/commands/architect.md:282 - Add blank line before list - roadmap.md:149 - Add blank line before list Fixes markdown linting violations for MD032/blanks-around-lists
1 parent 5dd2884 commit 4c448aa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

roadmap.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ Architecture support is now available in all workflow modes as optional commands
146146
-**Single Source of Truth**: `architecture.md` Section C contains tech stack (no separate files)
147147

148148
**Future Enhancements** *(Deferred - Not Blocking)*:
149+
149150
- **Schema Generation** *(ThoughtWorks SDD - Executable Specifications)*: Auto-generate OpenAPI/JSON Schema from plan.md into `contracts/` folder
150151
- **Spec-Code Drift Detector** *(ThoughtWorks SDD - Drift Detection)*: Automated detection of spec-code misalignment in `/analyze` command
151152

templates/commands/architect.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ During generation, provide progress indicators:
279279
### Mode-Aware Behavior
280280

281281
Architecture documentation is optional in all modes:
282+
282283
- Use when system complexity requires formal documentation
283284
- Skip for simple, single-service applications
284285
- Architecture commands work silently regardless of mode

0 commit comments

Comments
 (0)