This repository was archived by the owner on Apr 11, 2026. It is now read-only.
Commit 14a9570
refactor: remove unused MCP server, CPM functions, and TaskProfile
Remove over-engineered subsystems with 0% production usage:
- MCP server (mcp.rs, 396 lines) — no consumers existed
- critical_path_weighted() and cpm_priorities() from DAG — scheduling
uses simple lexicographic ordering, not CPM
- TaskProfile module (task_profile.rs, 69 lines) — only used by CPM
- 2 MCP test fixtures and 6 CPM test functions
All 229 remaining tests pass. Review protocol retained (actively used
by codex cross-model and parse-findings commands).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a38faed commit 14a9570
8 files changed
Lines changed: 0 additions & 688 deletions
File tree
- flowctl
- crates
- flowctl-cli/src
- commands
- flowctl-core/src
- tests/cmd
This file was deleted.
0 commit comments