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 simulate commands 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%.
2026-03-06
46% Completed