Releases: EffNine/CodeBro
Release list
v1.1.0
CodeBro v1.1.0: persistent-intelligence consolidation (P11-P17) 25-tool MCP contract frozen. Skill reuse (detect_reuse), skill evolution (detect_evolution), evolution validation (validate_evolution/compare_versions), production hardening, P16 soak suite, sk- heuristic fix. 1614/1614 tests green. Full notes: docs/RELEASE_v1.1.0.md
CodeBro v1.0.0
CodeBro v1.0.0 — P0–P9 Engineering Runtime Release
Release date: 2026-09-10 · Branch: main · Commit: 5d435bda (tag v1.0.0)
CodeBro v1.0.0 cuts the frozen P0–P9 engineering runtime: verified facts, engineering memory, impact analysis, guarded mutation, sandboxed verification evidence, durable task state, learning, skills lifecycle, and the Engineering Brief — exposed as a 25-tool stdio MCP server for AI coding agents.
Key facts:
- P0–P9 implemented, audited (incl. P0–P7 final release gate: "RELEASE READY WITH NON-BLOCKING DEBT"), hardened, and frozen at
42d1c08. - 25 MCP tools (frozen contract), SQLite schema v7, no new architecture in this release.
- Post-release verification on the release commit:
cargo test --workspace1455/1455 passed;cargo clippy --workspace --all-targets --all-features -- -D warningsclean;cargo fmt --checkclean;scripts/check_workspace_deps.shOK.
Assets (built from v1.0.0 by the Release workflow):
codebro-v1.0.0-x86_64-unknown-linux-gnu.tar.gzcodebro-v1.0.0-aarch64-apple-darwin.tar.gz
Full release notes: see the ## [1.0.0] - 2026-09-10 section of CHANGELOG.md (covers the P8/P9/post-P9 hardening content shipped with this release). The TUI-era v1.0.0 release notes published 2026-08-24 described the pre-MCP product on the retired cleanup/runtime-consolidation branch and were superseded by this release.
v0.7.0-mcp-rc2
Release candidate for real-world agent dogfooding and stabilization.
Summary
- 14 MCP tools (exact count preserved)
- 3140 tests passing, 0 failed, 11 ignored
- MCP-first architecture — host agent owns planning/orchestration; CodeBro owns engineering truth/infrastructure
- Stabilization / dogfooding phase — M6 has NOT started
M1–M5 Complete
M1: Engineering Memory Trust
Trust scores on memory entries computed from confidence, importance, and freshness. engineering_memory responses include per-entry trust metadata. memory_stats reports average trust. Backward-compatible.
M2: Change Invalidation Advisory
apply_change now returns needs_reindex advisory when source files in the fact store are affected. Impacted fact IDs are correlation metadata (not independently verified causal evidence).
M3: Lightweight Evidence Chaining
impact_analyze returns directed relationship edges with provenance metadata. Evidence chain: engineering_facts → impact_analyze → apply_change → invalidation advisory → reindex → fresh FactStore → sandbox_test/sandbox_build → VerificationResult.
M4: MCP Reindex Trigger
reindex tool performs full fact-store regeneration via the existing codebro init pipeline. Full rebuild, not incremental indexing.
M5: Repository Health MCP Tool
repository_health exposes the existing codebro doctor capability as MCP tool #14. Read-only; structured JSON with exit_code, status, checks, and summary. All 6 doctor checks preserved.
What This Is Not
- NOT a stable release
- NOT production-ready
- M6 has NOT started
- No architecture rule checking, semantic search, incremental indexing, or autonomous orchestration added