docs: Reorganize documentation structure and update for MAX_STEPS=128#16
Merged
docs: Reorganize documentation structure and update for MAX_STEPS=128#16
Conversation
Documentation reorganization: - Move app/docs/* to docs/ (developer workflow docs) - Move app/VOLUME-VERIFICATION-ANALYSIS.md to specs/research/ - Move docs/SYNTHESIS-ENGINE-ARCHITECTURE.md to specs/ - Move docs/research/MUSICAL-COVERAGE-ANALYSIS.md to specs/research/ - Rename files to UPPERCASE for consistency (lessons-learned.md, instrument-research.md, development-tools.md) Content updates to match MAX_STEPS=128 and STEP_COUNT_OPTIONS changes: - Update CHANGELOG.md with recent additions - Update specs/STATUS.md Phase 4 section - Update specs/ROADMAP.md Phase 18 text - Update specs/MUSICAL-FOUNDATIONS-SUMMARY.md step count options - Fix app/src/types.ts ParameterLock comment (±24 semitones) - Update LESSONS-LEARNED.md invariant section (64→128) Document cleanup: - Delete stale app/PHASE-21A-AUDIT-REPORT.md (824 lines, bugs now fixed) - Merge valuable patterns from app/docs/implementation-comparison.md into LESSONS-LEARNED.md, then delete - Rewrite specs/research/INSTRUMENT-RESEARCH.md with current inventory (44→68 instruments) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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
app/docs/todocs/andspecs/research/Changes
File Moves (9 files)
app/docs/*.mddocs/*.mdapp/VOLUME-VERIFICATION-ANALYSIS.mdspecs/research/docs/SYNTHESIS-ENGINE-ARCHITECTURE.mdspecs/docs/research/MUSICAL-COVERAGE-ANALYSIS.mdspecs/research/Naming Convention (UPPERCASE)
lessons-learned.md→LESSONS-LEARNED.mdinstrument-research.md→INSTRUMENT-RESEARCH.mddevelopment-tools.md→DEVELOPMENT-TOOLS.mdContent Updates
CHANGELOG.md- Add recent features (128 steps, demo sessions, LRU cache)specs/STATUS.md- Update Phase 4 sectionspecs/ROADMAP.md- Update Phase 18 textapp/src/types.ts- Fix ParameterLock comment (±24 semitones)LESSONS-LEARNED.md- Update invariant section (64→128)INSTRUMENT-RESEARCH.md- Complete rewrite with 68 instrumentsDeleted (stale content)
app/PHASE-21A-AUDIT-REPORT.md(824 lines - bugs now fixed)app/docs/implementation-comparison.md(merged into LESSONS-LEARNED.md)Test plan
🤖 Generated with Claude Code