• v0.6.4 bbabd2dc0a

    grimacing released this 2026-05-29 18:24:47 +00:00 | 33 commits to main since this release

    CIAgent v0.6.4 — Phase 3: Core Agent Flesh

    5 agents now have intrinsic logic (not just thin delegation stubs):

    • PlannerAgent: Reads REQUIREMENTS.md, ROADMAP.md, ARCHITECTURE.md; groups requirements into vertical-slice plans with wave ordering; writes PLAN.md
    • ExecutorAgent: Rich task delegation with backend; honest failure without backend; verifies must-haves after execution
    • VerifierAgent: Runs 4-layer verification pipeline; checks must-haves, requirement coverage, integration links; read-only
    • ResearcherAgent: Reads git log + .ciagent/ files; updates ARCHITECTURE.md with source-derived boundaries; commits findings
    • TesterAgent: Detects integration/e2e/functional test files; runs npm test; parses Jest output

    AGENT-06: Per-agent tool filtering — parses persona frontmatter tools field, filters ToolRegistry schemas

    Downloads