v3.4.0
v3.4.0 — M5: ACMS v1 + Context Scaling
Goal: The Advanced Context Management System v1 is operational. Projects with 10,000+ files can be indexed and queried. The context assembly pipeline produces scoped, budget-constrained context views for actors. Hot/warm/cold storage tiers manage context lifecycle.
Acceptance Criteria
- ACMS context assembly pipeline with 10 pluggable components is operational (Strategy Orchestration, Fragment Fusion, Context Finalization phases)
- Repository indexing service can index projects with 10,000+ files
- Context request protocol (CRP) models allow actors to declare needed information and depth
- Hot/warm/cold storage tiers manage context lifecycle with per-actor scoped views
- Context strategies (keyword search, semantic embedding, graph navigation) execute in parallel
- UKO (Universal Knowledge Ontology) Layer 0 and Layer 1 domain ontologies operational
- Skeleton compressor propagates compressed context from parent plans to child plans
agents project context set/context show/context inspect/context simulatecommands functional- Multi-level config resolution with project-scoped overrides via config service
- Test coverage >= 97%
Technical Criteria
- ACMS pipeline with ConfidenceWeightedSelector, ProportionalBudgetAllocator, ParallelStrategyExecutor, CircuitBreaker, ContentHashDeduplicator, MaxDepthResolver, WeightedCompositeScorer, GreedyKnapsackPacker components.
- UKO Layer 1 with 4 domain ontologies: uko-code, uko-doc, uko-data, uko-infra.
- Context strategies: SimpleKeyword, SemanticEmbedding, BreadthDepthNavigator.
- Strategy coordinator and fusion engine orchestrate parallel strategy execution.
- Config service with multi-level resolution (global → project → action → plan).
- Test coverage remains >= 97%.
46% Completed
docs: add repo indexing showcase example
All checks were successful
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Successful in 56s
CI / typecheck (pull_request) Successful in 1m21s
CI / security (pull_request) Successful in 1m2s
CI / quality (pull_request) Successful in 47s
CI / build (pull_request) Successful in 42s
CI / helm (pull_request) Successful in 24s
CI / e2e_tests (pull_request) Successful in 2m53s
CI / push-validation (pull_request) Successful in 20s
CI / integration_tests (pull_request) Successful in 3m15s
CI / unit_tests (pull_request) Successful in 3m54s
CI / docker (pull_request) Successful in 1m27s
CI / coverage (pull_request) Successful in 9m17s
CI / status-check (pull_request) Successful in 5s
CI / benchmark-regression (pull_request) Successful in 57m15s
controller-managed
MoSCoW
Could have
Priority
Medium
Type
Documentation
feat(acms): design and implement ACMS index data model with file metadata, tags, and tier assignment
Some checks failed
CI / lint (pull_request) Successful in 51s
CI / typecheck (pull_request) Successful in 1m12s
CI / build (pull_request) Successful in 38s
CI / push-validation (pull_request) Successful in 41s
CI / quality (pull_request) Successful in 58s
CI / security (pull_request) Successful in 1m13s
CI / helm (pull_request) Successful in 53s
CI / unit_tests (pull_request) Failing after 7m14s
CI / coverage (pull_request) Has been skipped
CI / docker (pull_request) Has been skipped
CI / integration_tests (pull_request) Successful in 10m8s
CI / status-check (pull_request) Failing after 3s
controller-managed
MoSCoW
Must have
Priority
High
Type
Feature
feat(acms): implement hot/warm/cold storage tiers for ACMS context lifecycle management
Some checks failed
CI / lint (pull_request) Failing after 39s
CI / typecheck (pull_request) Successful in 1m14s
CI / security (pull_request) Successful in 1m6s
CI / quality (pull_request) Successful in 48s
CI / push-validation (pull_request) Successful in 34s
CI / helm (pull_request) Successful in 38s
CI / integration_tests (pull_request) Failing after 4m45s
CI / build (pull_request) Successful in 59s
CI / e2e_tests (pull_request) Failing after 4m29s
CI / unit_tests (pull_request) Failing after 6m19s
CI / coverage (pull_request) Has been skipped
CI / docker (pull_request) Has been skipped
CI / status-check (pull_request) Failing after 3s
auto/needs-reevaluation
MoSCoW
Must have
Priority
High
State
Paused
Type
Feature