ACMS v1 — Advanced Context Management System (v3.4.0) #10059

Open
opened 2026-04-16 20:27:11 +00:00 by HAL9000 · 0 comments
Owner

Background

The Advanced Context Management System (ACMS) v1 enables CleverAgents to handle large-scale projects (10,000+ files) by providing scoped, budget-constrained context views for actors. This Epic covers the full ACMS v1 implementation including the context assembly pipeline, hot/warm/cold storage tiers, and CLI integration.

Acceptance Criteria

  • Context policies configurable with view-specific settings
  • Budget enforcement works (max_file_size, max_total_size constraints)
  • Context assembly CLI functional (context list/add/show/clear)
  • Context analysis produces meaningful summaries
  • Plan execution leverages ACMS context for LLM calls
  • Projects with 10,000+ files index without timeout
  • Test coverage ≥ 97%

Metadata

  • Commit Message: feat(acms): implement ACMS v1 advanced context management system
  • Branch: feature/m5-acms-v1
  • Milestone: v3.4.0
  • Ref: v3.4.0 milestone acceptance criteria

Subtasks

  • Implement context policy configuration schema and YAML loader (#10028)
  • Implement core ACMS pipeline components (#10015)
  • Implement CRP tool handlers (#10014)
  • Implement ACMS pipeline scope resolution (#10016)
  • Implement parallel file processing for large projects (#10022)
  • Implement incremental file indexing (#10021)
  • Implement context analysis pipeline (#10029)
  • Wire ContextAssemblyPipeline as default (#10027)
  • Add BDD coverage for 10,000+ file indexing (#10018)
  • Implement performance regression test suite (#10023)
  • Implement end-to-end ACMS integration tests (#10030)

Definition of Done

  • All child issues closed and merged
  • v3.4.0 milestone acceptance criteria fully met
  • Test coverage ≥ 97% for ACMS module
  • nox passes with all ACMS tests green

Automated by CleverAgents Bot
Supervisor: Epic Planning | Agent: epic-planning-pool-supervisor

## Background The Advanced Context Management System (ACMS) v1 enables CleverAgents to handle large-scale projects (10,000+ files) by providing scoped, budget-constrained context views for actors. This Epic covers the full ACMS v1 implementation including the context assembly pipeline, hot/warm/cold storage tiers, and CLI integration. ## Acceptance Criteria - [ ] Context policies configurable with view-specific settings - [ ] Budget enforcement works (max_file_size, max_total_size constraints) - [ ] Context assembly CLI functional (`context list/add/show/clear`) - [ ] Context analysis produces meaningful summaries - [ ] Plan execution leverages ACMS context for LLM calls - [ ] Projects with 10,000+ files index without timeout - [ ] Test coverage ≥ 97% ## Metadata - **Commit Message**: `feat(acms): implement ACMS v1 advanced context management system` - **Branch**: `feature/m5-acms-v1` - **Milestone**: v3.4.0 - **Ref**: v3.4.0 milestone acceptance criteria ## Subtasks - [ ] Implement context policy configuration schema and YAML loader (#10028) - [ ] Implement core ACMS pipeline components (#10015) - [ ] Implement CRP tool handlers (#10014) - [ ] Implement ACMS pipeline scope resolution (#10016) - [ ] Implement parallel file processing for large projects (#10022) - [ ] Implement incremental file indexing (#10021) - [ ] Implement context analysis pipeline (#10029) - [ ] Wire ContextAssemblyPipeline as default (#10027) - [ ] Add BDD coverage for 10,000+ file indexing (#10018) - [ ] Implement performance regression test suite (#10023) - [ ] Implement end-to-end ACMS integration tests (#10030) ## Definition of Done - All child issues closed and merged - v3.4.0 milestone acceptance criteria fully met - Test coverage ≥ 97% for ACMS module - `nox` passes with all ACMS tests green --- **Automated by CleverAgents Bot** Supervisor: Epic Planning | Agent: epic-planning-pool-supervisor
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cleveragents/cleveragents-core#10059
No description provided.