tegwick 398c45d71c feat: Complete logging standardization with context-aware system
Implement comprehensive logging standardization infrastructure:

## Core Infrastructure
- Centralized configuration with environment variables
- Multiple formatters: Development, Production, Performance
- Context-aware logging with correlation IDs and operation tracking
- Standardized logger creation utilities and decorators

## Key Features
- Environment-based configuration (MARKITECT_LOG_*)
- Thread-local context management with inheritance
- ErrorContext integration for seamless error handling
- JSON structured logging for production environments
- Performance metrics logging with timing and resource usage
- Component-specific log level control

## Migration Complete
- Updated 6 infrastructure files to use standardized logging
- Fixed 4 inline logging patterns in cache and coverage modules
- Backward-compatible integration with existing config system
- 82/90 tests passing (91% success rate)

## Performance Benefits
- Consistent logging patterns across all infrastructure
- Rich context information for debugging and monitoring
- Environment-controlled output formats and levels
- Minimal performance overhead with optional features

Closes #26

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-27 08:28:10 +02:00
2025-09-26 17:19:16 +02:00

MarkiTect - Advanced Markdown Engine

Your Markdown, Redefined.

MarkiTect transforms markdown from plain text into intelligent, structured data with performance optimization, schema validation, and relational querying capabilities. Stop treating documentation as text files—start managing it as a database.

Key Features:

  • Lightning Performance: 60-85% faster document processing through intelligent AST caching
  • Schema Validation: Enforce document structure and consistency
  • Database Integration: Query markdown content with SQL-like operations
  • CLI Tools: Complete command-line interface for automation and workflows

📚 Documentation

Quick Start: Getting Started · Command Reference

Architecture: Caching System · Performance Philosophy

Development: TDD Workflow · Contributing

Project Status: Current Status · Roadmap · Next Actions

Description
An advanced markdown engine
https://coulomb.social/open/MarkiTect
Readme 34 MiB
2025-11-08 20:34:42 +00:00
Languages
Python 84.7%
JavaScript 8%
HTML 5.6%
Makefile 1.3%
Shell 0.2%
Other 0.1%