pmat 3.16.0

PMAT - Zero-config AI context generation and code quality toolkit (CLI, MCP, HTTP)
# Release Notes v2.171.0 - Technical Debt Reduction Sprint 49

## Overview

This release completes Sprint 49, focusing on significant technical debt reduction and language support enhancements. We've reduced overall technical debt by 57.7% (from 27.2 hours to 11.5 hours) and achieved 100% completion of all planned high-severity technical debt issues.

## New Features

### Enhanced Multi-Language Support

- **Complete C/C++ Language Analyzers**: Implemented full AST-based analysis for C and C++ files
  - Support for functions, structs, classes, namespaces, and templates
  - Comprehensive header file support (`.h`, `.hpp`, `.hxx`, `.hh`)
  - Integration with deep context generation

- **WebAssembly Disassembly**: Added disassembly capability to WebAssembly analysis
  - Function-level disassembly with detailed instruction metadata
  - Pattern detection for security and optimization issues
  - Basic block analysis for control flow understanding

- **Multi-Language Deep Context**: Enhanced deep_context.rs to support more languages
  - Added language-specific analysis paths for C and C++
  - Integrated thread-local caching for performance optimization
  - Improved consistency across language analyzers

### Technical Improvements

- **Performance Optimization**: Added thread-local caching for C/C++ analysis results
- **Backward Compatibility**: Maintained compatibility with existing code through delegation pattern
- **Modularity**: Improved code organization with dedicated language analyzers
- **Error Handling**: Enhanced error reporting from language-specific analyzers

## Bug Fixes

- Fixed WASM disassembly support to properly handle nested structures
- Corrected C++ namespace scope tracking in deep context generation
- Fixed header file detection and processing for C/C++ files
- Addressed path inconsistencies in language analyzer imports

## Documentation

- Updated language support documentation with comprehensive C/C++ details
- Added Sprint 49 progress summary documenting technical debt reduction
- Created detailed documentation for WebAssembly disassembly features
- Added explanations for multi-language support in deep_context.rs

## Architecture

The release includes significant architectural improvements:

- **AST Module Organization**: Created dedicated AST modules for each language
- **Strategy Pattern**: Implemented consistent language analyzer interfaces
- **Delegation Pattern**: Added proper delegation between old and new implementations
- **Thread-Local Optimization**: Implemented caching for better performance

## Compatibility Notes

- Requires Rust 1.67 or higher
- Compatible with all existing API clients
- Feature flags available for language-specific support:
  - `c-ast`: C language support
  - `cpp-ast`: C++ language support

## Technical Debt Reduction

This release significantly reduces technical debt:

- Fixed 5/5 high-severity technical debt issues (100%)
- Reduced total technical debt by 57.7% (from 27.2 to 11.5 hours)
- Completed all planned Sprint 49 tasks

## Credits

- Noah - Lead implementation of C/C++ analyzers
- Claude Code - Implementation of WebAssembly disassembly support
- PAIML Team - Architecture design and quality assurance

## Future Work

- Ruby language support (planned for Sprint 51)
- Enhanced C#/.NET support with full AST parsing
- Further Swift language support improvements
- Additional language-specific optimization features

---

*Released: October 27, 2025*
*PMAT version: 2.171.0*