This commit is contained in:
2026-05-11 22:58:01 +03:00
parent 2abba06e52
commit fefdee98d0
30 changed files with 1681 additions and 1222 deletions

View File

@@ -1,5 +1,5 @@
---
description: Perform a read-only consistency analysis across spec.md, plan.md, tasks.md, and ADR sources for the active Python/Svelte feature.
description: Perform a read-only consistency analysis across spec.md, plan.md, tasks.md, and ADR sources for the active ss-tools feature.
---
## User Input
@@ -31,7 +31,6 @@ Identify inconsistencies, ambiguities, coverage gaps, and decision-memory drift
- `tasks.md`
- `contracts/modules.md` when present
- `README.md`
- `docs/SEMANTIC_PROTOCOL_COMPLIANCE.md`
- `.specify/memory/constitution.md`
- relevant `docs/adr/*.md`
@@ -49,7 +48,7 @@ Identify inconsistencies, ambiguities, coverage gaps, and decision-memory drift
- constitution conflicts
- coverage gaps
- terminology drift
- repository-structure mismatches
- repository-structure mismatches (e.g., Rust/MCP paths in a Python/Svelte project)
- decision-memory drift and rejected-path scheduling
5. Produce a compact Markdown report with:
@@ -68,5 +67,5 @@ Identify inconsistencies, ambiguities, coverage gaps, and decision-memory drift
- Treat stale Rust/MCP assumptions in plan/tasks as real defects for this Python/Svelte repository.
- Treat missing ADR propagation as a real defect, not a documentation nit.
- Prefer repository-real expectations (`backend/src/**/*.py`, `frontend/src/**/*.svelte`, `backend/tests/`, `frontend/tests/`, `pytest`, `vitest`, `ruff check`, static semantic verification).
- Prefer repository-real expectations (`backend/src/**/*.py`, `frontend/src/**/*.svelte`, `backend/tests/`, `frontend/src/lib/**/__tests__/`).
- Do not treat `.kilo/plans/*` as feature artifacts for consistency analysis.