Skip to content

Commit 3d65b6b

Browse files
committed
docs(prompts): align Spark command templates to canonical .documentation paths
Replace non-canonical guide path references and fix command template path guidance. Standardize constitution prompt guidance across source and initialized repo layouts for consistent Spec Kit Spark behavior.
1 parent eb637e2 commit 3d65b6b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

templates/commands/constitution.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ Follow this execution flow:
4141
- Ensure Governance section lists amendment procedure, versioning policy, and compliance review expectations.
4242

4343
4. Consistency propagation checklist (convert prior checklist into active validations):
44-
- Read `/.documentation/templates/plan-template.md` and ensure any "Constitution Check" or rules align with updated principles.
45-
- Read `/.documentation/templates/spec-template.md` for scope/requirements alignment—update if constitution adds/removes mandatory sections or constraints.
46-
- Read `/.documentation/templates/tasks-template.md` and ensure task categorization reflects new or removed principle-driven task types (e.g., observability, versioning, testing discipline).
47-
- Read each command file in `/.documentation/templates/commands/*.md` (including this one) to verify no outdated references (agent-specific names like CLAUDE only) remain when generic guidance is required.
48-
- Read any runtime guidance docs (e.g., `README.md`, `.documentation/quickstart.md`, or agent-specific guidance files if present). Update references to principles changed.
44+
- Read `/.documentation/templates/plan-template.md` (or `templates/plan-template.md` in source repos) and ensure any "Constitution Check" or rules align with updated principles.
45+
- Read `/.documentation/templates/spec-template.md` (or `templates/spec-template.md` in source repos) for scope/requirements alignment—update if constitution adds/removes mandatory sections or constraints.
46+
- Read `/.documentation/templates/tasks-template.md` (or `templates/tasks-template.md` in source repos) and ensure task categorization reflects new or removed principle-driven task types (e.g., observability, versioning, testing discipline).
47+
- Read command prompt templates from `templates/commands/*.md` when available; otherwise inspect generated command files under active agent folders (for example `.github/agents/`, `.claude/commands/`, `.cursor/commands/`, `.gemini/commands/`). Verify no outdated references (agent-specific names like CLAUDE only) remain when generic guidance is required.
48+
- Read runtime guidance docs (for example `README.md`, `/.documentation/Guide.md`, and agent-specific guidance files if present). Update references to principles changed.
4949

5050
5. Produce a Sync Impact Report (prepend as an HTML comment at top of the constitution file after update):
5151
- Version change: old → new

templates/commands/harvest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Harvest valuable knowledge from completed specs, stale documentation, and in-pro
2626

2727
This command is a **knowledge-preserving cleanup** workflow:
2828

29-
1. Preserve durable knowledge in living documents such as `CHANGELOG.md`, `/.documentation/guides/`, and `/.github/copilot-instructions.md`
29+
1. Preserve durable knowledge in living documents such as `CHANGELOG.md`, `/.documentation/Guide.md`, and `/.github/copilot-instructions.md`
3030
2. Rewrite source code comments that reference completed specs, plans, or tasks into self-contained explanations
3131
3. Move stale artifacts into `/.archive/` while preserving directory structure
3232
4. Produce a harvest report at `/.documentation/copilot/harvest-YYYY-MM-DD.md`

0 commit comments

Comments
 (0)