Implemented all cleanup items from CLEANUP_REPORT.md:
Legacy Code Removal:
- Removed document-controls-legacy.js wrapper
- Updated 4 test files to use DocumentControls directly
- Updated scripts/list_components.py acronym mappings
- Updated tests/test_component_listing.py expectations
Archive and Organization:
- Moved relicts/ to docs/prototypes/ with README explaining history
- Moved MIGRATION_STATUS.md to docs/migration/
- Removed IMPLEMENTATION_NOTES.md legacy references
Test Verification:
- All 68 JavaScript tests passing (Jest)
- All 3 Python component tests passing
- No breaking changes to functionality
The codebase is now cleaner with no legacy wrappers or empty
directories. Migration is complete and documented.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Added comprehensive documentation for post-migration cleanup and future
standalone development:
- CLEANUP_REPORT.md: Identifies 6 cleanup opportunities after migration
completion (empty dirs, legacy wrappers, relicts, documentation updates)
- STANDALONE_PLAN.md: 5-phase plan to achieve 95% standalone maturity
(move rendering engine to capability, create examples, update docs,
testing, PyPI distribution)
- CLAUDE.md: Updated with migration completion status
These documents provide clear roadmap for making testdrive-jsui truly
pip-installable and reusable independently from MarkiTect.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>