refactor: remove deprecated prospec steering command#44
Merged
Conversation
- delete steering command, formatter, service, and the architecture.md.hbs template - move module-readme.hbs to templates/knowledge/ and update 24 renderTemplate path strings - repoint module-map prerequisite hints to `prospec knowledge init` (knowledge/mcp services, proposal template) - retire REQ-SETUP-008/009/010 + US-004 in the project-setup spec; architecture.md generation and .prospec.yaml writeback dropped by decision - sync REQ-MCP-006, REQ-SERVICES-025, AI Knowledge, and README counts (services 14, .hbs 56, tests 1748) - remove steering tests; suite 1748 pass, coverage 96%
…specs + harvest lessons - graduate project-setup REQ-SETUP-008/009/010 to Deprecated Requirements with rationale + Change History row - add committed spec-history record (_archived-history/2026-06-22-remove-deprecated-steering-command.md) - harvest PB-004 (re-derive counts, don't delta) + PB-005 (same-commit README) occurrences into the lessons ledger
Prospec Check |
Test Coverage
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes the deprecated
prospec steeringcommand and all steering-only code.steeringwas superseded byprospec knowledge init— a separate, more accurate scan path — and had become dead code: a staler parallel implementation (manifest-only tech detection, unconditionalmodule-map.yamloverwrite) that no live code imported.Changes
architecture.md.hbstemplate; unregister it insrc/cli/index.ts.module-readme.hbstotemplates/knowledge/and update all 24renderTemplatepath strings (2 source + 22 tests); remove the now-emptytemplates/steering/.prospec knowledge init(knowledge/mcp services, proposal template, and the matching test regexes).REQ-SETUP-008/009/010+US-004in the project-setup spec.architecture.mdgeneration and the.prospec.yamlwriteback are intentionally dropped: the report content is already covered byraw-scan.md/_index.md/ module READMEs (+module-map.yamlfor the layers), and the per-modulepathswriteback was a self-referential dead config (only steering read it back).REQ-MCP-006,REQ-SERVICES-025, the AI Knowledge base, and README counts.Verification
pnpm typecheck+pnpm buildclean.prospec check: 0 fail / 0 warn.Notes
module-map13 / README 14 /_index15) to the trueexecute()-services count of 14.prospec/specs/features/project-setup.md(Deprecated Requirements + Change History).