markitect-main/markitect
tegwick 3899ca9154 feat: Add comprehensive performance tracking system
🎯 Performance Index KPI System:
- Weighted 0-100 scale performance measurement
- Historical tracking with trend analysis
- Baseline established at 81.4/100

📊 New CLI Commands:
- perf-track: Record performance snapshots with git context
- perf-history: View trends and historical analysis
- perf-benchmark: Enhanced with database fixes
- perf-validate: Real-time threshold validation

🗄️ Performance Database:
- SQLite storage for historical performance data
- Comprehensive metadata capture (git commits, system info)
- Trend analysis with statistical insights

🔧 Critical Fixes:
- Resolved DatabaseManager connection issues in performance commands
- Updated database method calls to use correct API

 Implementation Details:
- markitect/performance_tracker.py: Complete tracking system
- Enhanced CLI with professional output formats
- Baseline performance: 78K template ops/sec, 678 DB ops/sec
- Memory usage monitoring with psutil integration

🚀 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-02 17:37:24 +02:00
..
content feat: Complete Issue #38 TDD8 Cycle 1 - Content command family implementation 2025-10-02 08:14:38 +02:00
issues feat: Complete Issue #65 Template Engine Foundation + Fix CLI Regression 2025-10-02 15:33:32 +02:00
legacy feat: Complete Issue #39 - Database CLI Reorganization with Comprehensive Legacy Compatibility System 2025-09-30 17:28:39 +02:00
matter_contentmatter feat: Complete Issue #38 - Full MarkdownMatters CLI implementation with TDD8 methodology 2025-10-02 09:14:24 +02:00
matter_frontmatter feat: Complete Issue #41 - Add TOML frontmatter support 2025-10-02 09:32:16 +02:00
matter_tailmatter feat: Complete Issue #38 - Full MarkdownMatters CLI implementation with TDD8 methodology 2025-10-02 09:14:24 +02:00
schemas feat: Complete Issue #50 - Define metaschema for JSON schema structure 2025-10-01 02:39:29 +02:00
template feat: Complete Issue #65 Template Engine Foundation + Fix CLI Regression 2025-10-02 15:33:32 +02:00
__init__.py chore: gitignore and repo cleanup 2025-09-16 03:04:18 +02:00
associated_files.py feat: Complete Issue #40 - Associated Files Management with Interactive vs Automation Mode System 2025-09-30 13:09:37 +02:00
ast_cache.py feat: Strategic pivot to CLI implementation with comprehensive foundation 2025-09-24 01:14:27 +02:00
ast_service.py fix: Improve AST display content visibility for Issue #15 2025-09-27 09:31:47 +02:00
cache_service.py feat: Complete logging standardization with context-aware system 2025-09-27 08:28:10 +02:00
cli.py feat: Add comprehensive performance tracking system 2025-10-02 17:37:24 +02:00
database.py feat: Complete Issue #3 - Schema Management with Enhanced Format Control 2025-09-30 02:59:43 +02:00
document_manager.py feat: Strategic pivot to CLI implementation with comprehensive foundation 2025-09-24 01:14:27 +02:00
draft_generator.py feat: Implement Issue #56 - Data-driven multiple draft generation 2025-10-01 12:13:43 +02:00
exceptions.py feat: Implement Issue #54 - Add content field instruction capabilities 2025-10-01 08:21:42 +02:00
frontmatter.py feat: Implement Issue #1 - Database initialization and front matter parsing 2025-09-23 04:28:29 +02:00
legacy_compat.py feat: Complete Issue #39 - Database CLI Reorganization with Comprehensive Legacy Compatibility System 2025-09-30 17:28:39 +02:00
legacy_integration_example.py feat: Complete Issue #39 - Database CLI Reorganization with Comprehensive Legacy Compatibility System 2025-09-30 17:28:39 +02:00
metaschema.py feat: Complete Issue #50 - Define metaschema for JSON schema structure 2025-10-01 02:39:29 +02:00
parser.py feat: Complete Issue #8 - Detailed Validation Error Reporting and CLI Enhancements 2025-09-29 21:21:21 +02:00
performance_tracker.py feat: Add comprehensive performance tracking system 2025-10-02 17:37:24 +02:00
schema_generator.py feat: Implement Issue #54 - Add content field instruction capabilities 2025-10-01 08:21:42 +02:00
schema_validator.py feat: Complete Issue #52 - Capture actual heading text in schemas 2025-10-01 08:03:11 +02:00
serializer.py feat: Complete Issue #2 - Fast Document Loading & CLI Manipulation MAJOR MILESTONE 2025-09-25 03:01:40 +02:00
stub_generator.py feat: Fix Issue #46 - Schema generation outline mode draft integration 2025-10-01 16:16:46 +02:00
validation_error.py feat: Complete Issue #8 - Detailed Validation Error Reporting and CLI Enhancements 2025-09-29 21:21:21 +02:00