Skip to content

Commit 32a90dd

Browse files
Copilotmnriem
andauthored
docs: fix PRINCIPLE_5 example hint inconsistency and add tasks.md to analyze coverage
Agent-Logs-Url: https://github.com/github/spec-kit/sessions/981ee0dc-5cef-444d-8cc2-1358e08825df Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com>
1 parent ad5d907 commit 32a90dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec-driven.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,9 +324,9 @@ Articles IV, V, and VI are the primary areas the constitution template reserves
324324

325325
- **Article IV** addresses integration concerns—such as integration testing requirements, contract testing across service boundaries, or cross-component communication standards. The constitution template's `[PRINCIPLE_4_NAME]` / `[PRINCIPLE_4_DESCRIPTION]` slot is dedicated to this article, with an example hint of *Integration Testing*.
326326

327-
- **Articles V & VI** address operational and lifecycle concerns—such as observability, structured logging, versioning schemes, or breaking-change policies. By default, the template groups these under a single `[PRINCIPLE_5_NAME]` / `[PRINCIPLE_5_DESCRIPTION]` slot (example hint: *V. Observability, VI. Versioning & Breaking Changes, VII. Simplicity*). The label text is a suggestion only—teams can name and scope this slot however fits their project, or expand to separate articles using `/speckit.constitution`.
327+
- **Articles V & VI** address operational and lifecycle concerns—such as observability, structured logging, versioning schemes, or breaking-change policies. By default, the template groups these under a single `[PRINCIPLE_5_NAME]` / `[PRINCIPLE_5_DESCRIPTION]` slot. Teams can name and scope this slot however fits their project, or expand to separate articles using `/speckit.constitution`.
328328

329-
To define these articles for your project, run `/speckit.constitution`—it guides you through populating the principle sections in `.specify/memory/constitution.md`. The `/speckit.analyze` command validates all spec and plan artifacts against every principle in your project constitution, so any rules you define here are automatically applied during analysis.
329+
To define these articles for your project, run `/speckit.constitution`—it guides you through populating the principle sections in `.specify/memory/constitution.md`. The `/speckit.analyze` command validates all spec, plan, and task artifacts against every principle in your project constitution, so any rules you define here are automatically applied during analysis.
330330

331331
#### Articles VII & VIII: Simplicity and Anti-Abstraction
332332

0 commit comments

Comments
 (0)