Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.07 KB

File metadata and controls

25 lines (21 loc) · 1.07 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2026-04-25

Added

  • Protocol definition engine with YAML/JSON support
  • Step types: gate, action, review, validation
  • Dependency graph validation with circular dependency detection
  • Mechanical enforcement through hook system (5 phases)
  • Session state tracking with correlation IDs
  • Agent system with 16 categories and 3 protocol levels
  • Agent routing with tag-weighted scoring
  • Structured memory with 30+ secret pattern scanning
  • Supply chain integrity via SHA256 manifest verification
  • Multi-format report generation (Markdown/HTML/JSON)
  • CLI with execute, agents, route, session, hooks, validate, init commands
  • Predefined protocol templates (code-review, deployment)
  • Predefined agents (qa-verifier, security-reviewer, scout)
  • 63 unit tests with full coverage
  • Cross-platform support (Windows/macOS/Linux)