• v0.5.6 ab6af144b7

    v0.5.6 Stable

    cloudinit-bot released this 2026-05-29 23:18:43 +00:00 | 38 commits to main since this release

    What Changed

    New Features

    • feat(P06): 3-tier versioning, branch hierarchy enforcement, ARCHITECTURE-PLAN synthesis
    Downloads
  • v0.8.0 4b7d16247d

    v0.8.0 Stable

    cloudinit-bot released this 2026-05-29 20:47:53 +00:00 | 19 commits to main since this release

    What Changed

    New Features

    • feat(P06): integration & hardening — version 0.8.0, agent tests, E2E, docs, fallbacks
    • feat(P05): flesh 4 agents with intrinsic mechanical logic
    • feat(P04): 3-persona code review, fix L4 pass/fail, flesh CodeReviewerAgent
    • feat(P03): full STRIDE + CWE security verification with reduced false positives
    • feat(P02): behavioral verification now executes tests and reports real pass/fail

    Bug Fixes

    • fix(P01): add SIGTERM/SIGINT signal handlers for graceful shutdown
    • fix(P01): migrate audit trail to git-native and replace audit_file with commit_hash
    • fix(P01): add Zod BackendResult validation and fix opencode silent success
    • fix(P01): replace hardcoded phase=1 in orchestrator and fix getDecisions double-fetch

    Other Changes

    • docs(ci): complete milestone v0.8 — merge phase/01-critical-fixes
    Downloads
  • v0.6.6 a416413c7d

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

    CIAgent v0.6.6 — Phase 6: Docs & Hardening

    • DOC-01: AGENTS.md: version 0.7.0, pipeline 8 stages, 19 agents, 38 test suites/418 tests
    • DOC-02: README.md: verification layers updated, agent count corrected, Current Limitations accurate
    • DOC-03: Removed Learnship ref in doc-writer.ts, fixed .ciagent/audit/ in templates
    • TEST-01: 5 new agent test files (planner, executor, verifier, researcher, tester)
    • TEST-02: gitea.test.ts — GiteaClient + generateReleaseNotes tests
    • TEST-03: multi-project.test.ts — setActiveProject, listProjects, addProject tests
    • VER-01: Version bump to 0.7.0

    38 test suites, 418 tests passing

    Downloads
  • v0.6.5 e8c6c5c917

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

    CIAgent v0.6.5 — Phase 5: Ship Infrastructure

    • SHIP-01: GiteaClient — createRelease, listReleases, getReleaseByTag via Node.js fetch
    • SHIP-02: Ship command calls Gitea API after tagging, reports release URL
    • SHIP-03: generateReleaseNotes() — formats git log between tags, categorizes by commit type
    • SHIP-04: npm publishConfig (registry, access: public) + repository/homepage/bugs metadata
    • MULTI-01: ciagent projects command — list, add, set subcommands
    • MULTI-02: --project global flag with preAction hook
    Downloads
  • 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
  • v0.6.3 99df4fe4e2

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

    CIAgent v0.6.3 — Phase 2: Orchestrator Enrichment

    • ORCH-01: GitAgentContext — orchestrator passes gitContext, gitBranch, ciFiles, milestone to agents
    • ORCH-02: Result-driven flow — orchestrator uses agent results (artifacts, decisions, escalations)
    • ORCH-03: Multi-phase iteration — not just phase 1, reads ROADMAP.md for total phases
    • ORCH-04: Phase boundary checkpoint — commit, .ciagent/ updates, verify GitContext
    • ORCH-05: Error recovery loop — retry → plan revision → escalate
    • ORCH-06: EscalationProtocol timer cleanup — dispose() on resolution + orchestrator exit
    • ORCH-07: TEST stage added to STAGE_ORDER and PipelineStage type

    Pipeline is now 8 stages: SPECIFY → CLARIFY → RESEARCH → PLAN → EXECUTE → TEST → VERIFY → COMPLETE

    Downloads
  • v0.6.2 4a58aa1657

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

    CIAgent v0.6.2 — Phase 1 Part 2: Source Code Rebrand

    Renamed CI → CIAgent across all source code and tests:

    • Types: CIConfig → CIAgentConfig, CiMetadata → CIAgentMetadata, ParsedCiCommit → ParsedCIAgentCommit
    • Functions: initCI → initCIAgent, isCIInitialized → isCIAgentInitialized
    • File: ci-files.ts → ciagent-files.ts, CiFiles → CIAgentFiles
    • Governance dir: .ci/ → .ciagent/ (all CI_DIR constants, hardcoded paths)
    • CLI: .name("ci") → .name("ciagent"), all user-facing strings
    • Package: @continuous-intelligence/ci → @continuous-intelligence/ciagent
    • All 31 test suites updated, ---ci--- markers preserved

    Requirements covered: RENAME-01–06, RENAME-09

    Downloads
  • v0.6.1 e31afe3b59

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

    CIAgent v0.6.1 — Phase 1 Part 1: Documentation Rebrand

    Renamed CI → CIAgent across all documentation, templates, and scripts:

    • README.md: project name, CLI commands (ciagent), .ciagent/ directory
    • AGENTS.md: architecture tree, type names, version updates
    • All opencode/ workflow/reference/context markdown: .ciagent/ references
    • Templates (DECISIONS.md): .ciagent/audit/ references
    • Scripts (postinstall.js, install.sh): project name + .ciagent/ paths

    Requirements covered: RENAME-07, RENAME-08, RENAME-10, RENAME-11, RENAME-12

    Downloads
  • v0.7.0 a416413c7d

    grimacing released this 2026-05-29 18:22:15 +00:00 | 29 commits to main since this release

    CIAgent v0.7.0 — Milestone: Agent Flesh + Ship

    6 phases: Rename, Orchestrator, Agent Flesh, Delegation, Ship, Docs.
    19 agents, 8 pipeline stages, 38 test suites / 418 tests.

    Requirements: RENAME-01..12, ORCH-01..07, AGENT-01..06, PIPE-01..04, SHIP-01..04, MULTI-01..02, DOC-01..03, TEST-01..03, VER-01

    Downloads
  • v0.6.0 ab6af144b7

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

    v0.6.0 — Milestone: Honest Baseline

    All 6 phases complete. This is the corrected milestone tag per the 3-tier versioning model (feature milestone → next minor, not base minor).

    Phases

    • v0.5.1 — Quick Wins: dead refs, unused imports, postinstall fix
    • v0.5.2 — Backend Test Coverage: 4 new test suites
    • v0.5.3 — Honest Execution: real rollback, honest orchestrator
    • v0.5.4 — Verification Intelligence: git-log coverage, npm audit, TS check
    • v0.5.5 — Parser Completeness: real markdown parsing
    • v0.5.6 — 3-Tier Versioning, Branch Hierarchy, Architecture Synthesis

    What the CI system now does

    • Executes honestly — fails clearly when backends are unavailable
    • Verifies git-natively — checks real git history and npm audit
    • Parses markdown requirements and architecture docs for real
    • Enforces branch hierarchy: main > milestone > phase
    • Validates semver ordering before creating any tag
    • 3-tier versioning: NFR (patch-only), Feature (patch+minor), Schema-breaking (minor+major)
    • 31 test suites, 370 tests, all passing
    • TypeScript typecheck and build clean

    Note: The earlier v0.5.0 tag was incorrectly placed as the base minor instead of the next minor. This v0.6.0 tag is the correct milestone completion tag.

    Downloads