Skip to content

v4.1.4

Choose a tag to compare

@rafaelghif rafaelghif released this 25 Jul 12:02
· 42 commits to main since this release

[4.1.4] - 2026-07-25

Added

  • Task Entrypoint SOP: Introduced .agents/TASK_TEMPLATE.md to force agents to explicitly check off pre-flight and execution requirements before coding, addressing behavioral eagerness.

Fixed

  • State Initialization Bypass: Injected a CRITICAL ENFORCEMENT rule at the very top of AGENTS.md and created default .agents/brain/state.json and .agents/brain/audit.jsonl files to resolve agents silently skipping the State Management Protocol.
  • Full Audit Fixes (Priority 1-4):
    • Added State Lock Protocol and State Recovery Mechanism to prevent corruption.
    • Added Token Budget Management to prevent context window bloat.
    • Added Orchestration Deadlock Detection to prevent infinite recursive loops.
    • Added Prompt Injection Sanitization for ask_question inputs.
    • Added MCP Plugin Verification and Degradation Protocol for service unavailability.
    • Enhanced all 9 skills with audit recommendations (Provenance Verification, Rollback Verification, Memory Leak Protocols, CI Integration, Mobile Accessibility Tests).
  • Hermes Protocol & Self-Learning:
    • Implemented the Hermes Protocol in AGENTS.md to distinguish between static rules and dynamic procedural skill generation.
    • Forced agent auto-learning by injecting rules.md loading into TASK_TEMPLATE.md Pre-flight checklist.
    • Generated new branch-janitor skill autonomously to handle cleanup of stale local/remote branches.
    • Generated polyglot-developer and advanced-debugger skills to enforce language-agnostic clean code standards and scientific debugging methods.
    • Generated ci-cd-specialist, data-synthesizer, and context-optimizer to complete the 15-module Elite Enterprise architecture (handling pipelines, mock data, and token bloat compression).