Commit b336ce2
authored
refactor: remove v1 multi-agent domain cluster (#599 PR1/3)
## Summary
PR 1 of 3 for #599. Removes the legacy multi-agent domain cluster and the import
"reachability threads" that kept it alive (top-level codeframe/__init__.py,
core/__init__.py, cli/__init__.py, agents/__init__.py, ui/shared.py surgery +
deleted shadowed cli.py). ~174 files, almost entirely deletions.
The plan engine (--engine plan -> BuiltinPlanAdapter -> core.agent.Agent) is
verified LIVE and intentionally KEPT.
## Validation
- Tests: pytest -m v2 green (2824 passed); Backend + Frontend CI green
- Lint/Type: ruff + mypy clean; CI Code Quality green
- Collect: pytest --collect-only clean (3863); zero tracked .py reference any deleted module
- Boot: TestClient /health -> 200; cf --help + cf status work
- Internal review: advisory (claude-review approved)
- Cross-family review: codex (3 findings fixed) + CodeRabbit (0 findings)
- Demo: all 10 acceptance criteria mapped to outcome evidence
Deferred: Database slim + enforcement/ + v1 repos (PR2); persistence->platform_store
rename + CLAUDE.md (PR3).
Part of #599 (PR1 of 3 — does not close).1 parent 12009da commit b336ce2
175 files changed
Lines changed: 15 additions & 63431 deletions
File tree
- codeframe
- agents
- definitions
- custom
- cli
- config
- core
- deployment
- discovery
- indexing
- parsers
- lib
- persistence/migrations
- planning
- providers
- testing
- ui
- examples
- tests
- agents
- api
- blockers
- cli
- config
- context
- core
- debug
- deployment
- discovery
- indexing
- integration
- lib
- parsers
- planning
- providers
- testing
- ui
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 11 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
7 | 6 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 7 | + | |
| 8 | + | |
0 commit comments