refactor: rename levelup.spec to levelup.specify and consolidate extension docs#71
Merged
refactor: rename levelup.spec to levelup.specify and consolidate extension docs#71
Conversation
- Rename command file spec.md -> specify.md - Update extension.yml with new command name and aliases - Update all internal references in command files - Update extension README and CHANGELOG - Update main documentation (README.md, docs/) - Update tests and catalog.json - Consistent with architect.specify naming pattern
- Move architecture documentation from main README to extensions/architect/README.md - Add Two-Level Architecture System section to architect README - Add configuration options (--views, --adr-heuristic) to architect README - Replace main README architect section with brief summary + link - Add link to levelup README in main README - Reorganize slash commands table with extension sections - Each extension now has self-contained documentation - Main README links to extension READMEs for details
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
Two improvements in this PR:
1. Rename
levelup.spec→levelup.specifyRenames the command for consistency with
architect.specifyand full-verb naming convention across all extensions.Changes:
extensions/levelup/commands/spec.md→specify.mdextension.ymlwith new command name2. Move extension documentation to extension READMEs
Consolidates extension documentation into their respective READMEs, reducing duplication in main README.
Changes:
extensions/architect/README.md--views,--adr-heuristic) to architect READMEBenefits:
Test Results
Automated Tests ✅
All tests passing:
Trace Command Tests (12/12 passed):
Extension Tests (45/45 passed):
Manual Verification ✅
Command rename verification:
levelup.specreferences in codebase (except CHANGELOG)levelup.specifyspecify.mdDocumentation verification:
Files changed: 18 files
Test Plan Checklist
/levelup.specifycommand works (no backward compatibility)Breaking Change Notice
/levelup.specis no longer available. Users must use/levelup.specify.No backward compatibility alias provided as per project decision.