An advanced markdown engine
Extract JavaScript UI framework functionality into dedicated testdrive-jsui capability while maintaining 100% functionality preservation and integrating JavaScript tests into the main Python test suite. Phase 1 (Foundation Setup) - COMPLETED: - Created capability directory structure with proper Python package layout - Configured pyproject.toml with Node.js subprocess dependencies - Set up package.json with Jest + JSDOM testing framework - Implemented Python-JavaScript bridge for seamless test integration - Created comprehensive capability Makefile with all testing targets - Added detailed README documentation for capability usage Phase 2 (Integration Layer) - COMPLETED: - Built Python test wrappers for JavaScript test execution via subprocess - Integrated with pytest discovery system for unified test experience - Added capability targets to main Makefile delegation system - Verified test integration works with main test suite Phase 3 (Safe Migration) - COMPLETED: - Copied (not moved) all JavaScript files to capability using safe copy-first approach - Migrated 4 core JavaScript components and 11 test files (2,840+ lines) - Verified all tests work in new location (11 Python tests + 7 JavaScript tests passing) - Maintained dual-track testing capability for safety during transition Phase 4 (Framework Enhancement) - COMPLETED: - Enhanced testing framework with Python integration and coverage reporting - Achieved 59% Python test coverage and 100% JavaScript test coverage - Added performance benchmarking and component documentation Phase 5 (Production Integration) - COMPLETED: - Added standard 'test' target to capability Makefile for discovery system compatibility - Integrated JavaScript tests into main Makefile with new targets: * test-js: Run JavaScript UI tests * test-all: Run all tests (Python + JavaScript + Capabilities) - Updated help documentation to include new testing workflows - Verified capability auto-discovery works via 'make test-capabilities' Key Achievements: - Zero-risk migration completed with copy-first safety approach - Full Python-JavaScript test integration with 18 total passing tests - JavaScript UI framework successfully extracted to dedicated capability - Enhanced CI/CD integration with unified test command interface - Clean architecture enabling future JavaScript framework evolution Testing Status: - ✅ All Python integration tests passing (11/11) - ✅ All JavaScript component tests passing (7/7) - ✅ Capability discovery integration working - ✅ Main test suite integration complete - ✅ Test coverage reporting functional (59% Python, 100% JavaScript) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| .github/workflows | ||
| .issues | ||
| .venv_old | ||
| agents | ||
| application | ||
| assets | ||
| capabilities | ||
| cli | ||
| config | ||
| cost_notes | ||
| docs | ||
| domain | ||
| examples | ||
| guides | ||
| history | ||
| infrastructure | ||
| markitect | ||
| node_modules | ||
| reports | ||
| scripts | ||
| services | ||
| src | ||
| test_document_extracted | ||
| testdata | ||
| tests | ||
| todo | ||
| tools | ||
| wiki@8818df03d3 | ||
| .clinerules | ||
| .gitignore | ||
| .gitmodules | ||
| aliases.sh | ||
| asset_registry.json | ||
| CHANGELOG.md | ||
| debug_buttons.js | ||
| debug_floating_menu.js | ||
| demo_clean_editor.html | ||
| e2e_tests.js | ||
| final_functionality_verification.js | ||
| install | ||
| install.py | ||
| install.sh | ||
| LOST_FUNCTIONALITY_ANALYSIS.md | ||
| Makefile | ||
| package-lock.json | ||
| package.json | ||
| pyproject.toml | ||
| pytest-timeout.ini | ||
| pytest.ini | ||
| release_old_manual.py | ||
| TDD_COMPLIANCE_REPORT.md | ||
| test_advanced_image_editor.js | ||
| test_alt_text_margin_layout.js | ||
| test_bulk_operations.js | ||
| test_button_functionality.js | ||
| test_buttons_top_alttext_bottom.js | ||
| test_cancel_button_debug.js | ||
| test_click_propagation_fix.js | ||
| test_component_positioning.js | ||
| test_comprehensive_section_styling.js | ||
| test_comprehensive_status_dialog.js | ||
| test_concurrent_editing.js | ||
| test_content_rendering_validation.js | ||
| test_dialog_fixes.js | ||
| test_dialog_positioning.js | ||
| test_dom_events.js | ||
| test_dom_integration.html | ||
| test_e2e_comprehensive.js | ||
| test_e2e_focused.js | ||
| test_enhanced_dom_events.js | ||
| TEST_ENVIRONMENT.md | ||
| test_exact_overlay_positioning.js | ||
| test_filename_generation.js | ||
| test_fixed_functionality.js | ||
| test_floating_control_panel.js | ||
| test_floating_draggable_menu.js | ||
| test_floating_status_removed.js | ||
| test_get_all_sections.js | ||
| test_image_editor_debug.js | ||
| test_image_functionality_fix.js | ||
| test_image_rendering.js | ||
| test_image_reset_debug.js | ||
| test_image_section_buttons.js | ||
| test_image_ui_closure.js | ||
| test_improved_image_workflow.js | ||
| test_keyboard_shortcuts.js | ||
| test_message_system.js | ||
| test_message_system_enhanced.js | ||
| test_method_check.js | ||
| test_real_functionality.js | ||
| test_reopen_issue.js | ||
| test_reset_functionality.js | ||
| test_reset_to_original.js | ||
| test_responsive_overlay_ui.js | ||
| test_runner.js | ||
| test_section_click_debug.js | ||
| test_section_click_functionality.js | ||
| test_section_id_generation.js | ||
| test_section_splitting.js | ||
| test_section_type_detection.js | ||
| test_startedit_ui_issue.js | ||
| test_state_management.js | ||
| test_status_tracking.js | ||
| test_text_editor_buttons.js | ||
| test_unified_floating_system.js | ||
| test_x_button.js | ||
| TODO.md | ||
| UserInterfaceFramework.md | ||
MarkiTect Documentation
Welcome to the MarkiTect documentation. This directory contains comprehensive documentation for developers, users, and contributors.
Documentation Structure
📐 Architecture Documentation (architecture/)
Deep technical documentation about system design, performance, and implementation details.
- Caching System - Why and how MarkiTect's AST caching delivers 60-85% performance improvements
- Coming soon: Database Schema, CLI Architecture, Plugin System
👥 User Guides (user-guides/)
End-user documentation for working with MarkiTect CLI and features.
- Coming soon: Getting Started, Command Reference, Best Practices
🔧 Development Documentation (development/)
Documentation for contributors and developers extending MarkiTect.
- Coming soon: Contributing Guide, Testing Strategy, Release Process
Quick Links
For Users
- Installation & Setup
- Command Reference (coming soon)
- Performance Guide (coming soon)
For Developers
- Architecture Overview - System design and component relationships
- Development Setup - Local development environment
- API Documentation (coming soon)
Project Management
- Project Status - Current development status
- Roadmap - Strategic development plan
- Current Tasks - Task management using Keep a Todofile format
Key Concepts
Core Architecture Principles
- Parse Once, Use Many Times - AST caching for 60-85% performance improvement
- Convention Over Configuration - Sensible defaults with minimal setup
- Schema-Driven Processing - Structured markdown with validation
- Relational Metadata - Database-powered document relationships
Performance Philosophy
MarkiTect treats markdown documents as structured, queryable data rather than plain text. This approach enables:
- Lightning-fast document processing through intelligent caching
- Complex querying and relationship management
- Schema validation and consistency enforcement
- Scalable performance that grows with your content
Contributing to Documentation
Documentation follows the same quality standards as code:
- Clear Structure - Logical organization and navigation
- Practical Examples - Real-world usage patterns
- Performance Context - Why architectural decisions matter
- User-Focused - Written for the intended audience
Documentation Standards
- Use clear, concise language
- Include practical examples
- Explain the "why" behind design decisions
- Keep technical accuracy as the highest priority
- Update docs when changing functionality
This documentation is maintained alongside the codebase. For the most current information, always refer to the latest version in the repository.