Skip to content

paiml/paiml-mcp-agent-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

PMAT Documentation

Welcome to the PMAT (Pragmatic AI MCP Agent Toolkit) documentation.

πŸ“š Documentation Structure

Core Documentation

Active Documentation

Architecture & Design

Development

Features

User Guides

Dogfooding

Operations

Quality & Testing

Specifications

Release Information

Development Planning

  • todo/ - Future development specifications
    • Active specifications for upcoming features
    • archive/ - Completed or deprecated specs

Reference

πŸ—„οΈ Archived Documentation

Historical and deprecated documentation has been moved to the archive:

  • archive/ - Archived documentation
    • ARCHIVE_INDEX.md - Archive navigation guide
    • pre-v2.0/ - Pre-2.0 version documentation
    • Historical release notes, implementation docs, and deprecated features

πŸš€ Quick Start

  1. New Users: Start with SPECIFICATION.md for system overview
  2. Developers: Check execution/roadmap.md for current tasks
  3. Contributors: Review quality/standards.md for quality requirements
  4. Integrators: See guides/interfaces-overview.md for API details

πŸ“– Documentation Standards

All documentation follows these principles:

  • Single Source of Truth: SPECIFICATION.md is the authoritative reference
  • Version Synchronized: Documentation updates required with code changes
  • Quality Enforced: Pre-commit hooks ensure documentation quality
  • Toyota Way Aligned: Continuous improvement (Kaizen) approach

πŸ”— External Resources

🎯 Featured Capabilities

Deep WASM Pipeline Inspection

Complete Rust/Ruchy β†’ WebAssembly analysis pipeline with bidirectional tracing. Full Guide β†’

  • βœ… Phase 1-2.7 Complete: WASM binary parsing, DWARF correlation, mutation testing, unified parser
  • πŸ”¬ WASM binary parser with zero-copy analysis (wasmparser)
  • πŸ—ΊοΈ DWARF v5 bidirectional source mapping (gimli)
  • 🧬 WASM mutation testing with 3 operators (180 tests passing)
  • ⚑ Unified WASM parser with 40-50% performance improvement
  • 🎭 Ruchy language support for actor systems
  • πŸ“‹ Phase 3 scoped: Runtime analysis, profiling, security scanning

Mutation Testing Engine

Empirical mutation testing with actual test execution and optional ML prediction. Full Guide β†’

  • ⚑ 20Γ— faster than cargo-mutants with smart test filtering (v2.135.0)
  • ✨ Properly formatted output using prettyplease (v2.136.0)
  • πŸ”§ CRITICAL BUG FIXED: File corruption issue resolved (Issue #64, v2.136.0)
  • πŸ§ͺ Real test execution with cargo test --lib on each mutant
  • πŸ”€ 6 mutation operators (AOR, ROR, COR, UOR, CRR, SDL)
  • 🌐 Multi-language support (Rust, WASM/WAT)
  • 🧠 Optional ML prediction with decision tree classifier (75-95% accuracy)
  • πŸš€ Distributed execution with work-stealing queue
  • πŸ“ˆ CI/CD learning and auto-training (50 sample threshold)

Last Updated: 2025-10-04 | Version: 2.121.0