Skip to content

Commit ea63627

Browse files
docs: consolidate check-modules reference and schema
* add docs/pipeline/check-modules-reference.md as the canonical Stage 5 guide * rename the rule registry schema to check-modules-rule-registry.schema.json * retire the legacy P2.3 docs and update roadmap/fixture links to the new reference
1 parent 10c25ee commit ea63627

File tree

8 files changed

+167
-317
lines changed

8 files changed

+167
-317
lines changed

docs/pipeline-refactor-roadmap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ These are the guiding habits we should keep front-of-mind while the modernizatio
8181

8282
1. **Keep the shared context fresh**: Maintain the updated architecture diagrams so ongoing work on the orchestrator and TypeScript stages stays aligned.
8383
2. **Lean on the shared utilities**: Continue building new functionality on the consolidated HTTP/Git/FS/rate-limiter toolkit established in P2.1 to avoid regressions.
84-
3. **Keep parity guardrails active**: The [P2.3 rollout plan](pipeline/p2.3-rollout-plan.md) is complete; continue running the comparison harness to monitor the TypeScript stage while we iterate on new checks.
84+
3. **Keep parity guardrails active**: The [check modules reference](pipeline/check-modules-reference.md) consolidates the fixtures, rule inventory, and harness follow-ups—review it periodically while we iterate on new checks.
8585
4. **Add tests alongside migrations** to prevent regressions and make future refactors safer.
8686

8787
### Recurring documentation tasks
@@ -93,7 +93,7 @@ Routine reminders for keeping the written guidance in sync with the code:
9393

9494
## Next Concrete Steps
9595

96-
Immediate actions that move the roadmap forward:
96+
Immediate action items:
9797

9898
1. Kick off P2.4: land TypeScript build/lint tooling across the new stages and wire them into CI.
9999
2. Expand the comparison harness diff coverage (README/HTML, stats thresholds) per the fixture plan follow-ups.

docs/pipeline/check-modules-reference.md

Lines changed: 163 additions & 0 deletions
Large diffs are not rendered by default.

docs/pipeline/p2.3-rule-registry.schema.json renamed to docs/pipeline/check-modules-rule-registry.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"title": "Check Modules Rule Registry",
44
"type": "object",
5-
"description": "Schema describing the rule registry consumed by the TypeScript check-modules stage (P2.3).",
5+
"description": "Schema describing the rule registry consumed by the Stage 5 check-modules implementation.",
66
"additionalProperties": false,
77
"properties": {
88
"schemaVersion": {

docs/pipeline/p2.3-fixture-harness-plan.md

Lines changed: 0 additions & 80 deletions
This file was deleted.

docs/pipeline/p2.3-fixture-selection.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)