ARCOS deployment

Implementation status

ARCOS now has a public read surface for the completed Knowledge Kernel work: verified source artifacts, generated projections, routing fixtures, and QA evidence.

ARCOS closed issues, source artifacts, QA gates, and public deployment evidence map
Implementation
Closed issue set
Issues
0 open
QA
Passing
Source
GitHub

Closed work

What shipped

Capability memory

Canonical capability records now carry intent, execution steps, verification, confidence, lifecycle, provenance, projections, and telemetry.

Capability schema

Self-learning path

The first GoldenPath fixture captures reusable execution knowledge and compiles into deterministic markdown projections.

GoldenPath fixture

Failure routing

Promotion failures now resolve through deterministic routes for missing evidence, secret exposure, duplication, conflict, stale checks, drift, and misfire.

Routing registry

Verification

QA evidence

These gates passed before deployment and remain the repo-local proof surface.

  • All validator scripts under scripts/validate-*.py
  • cargo fmt --all -- --check
  • git diff --check
  • cargo check --workspace
  • cargo test --workspace
  • cargo clippy --workspace --all-targets -- -D warnings

Source map

Implementation artifacts

Surface Source
Knowledge Kernel architecture architecture/knowledge-kernel.md
Telemetry update loop capability_telemetry.rs
Generated self-learning skill self-learning skill
Promotion failure fixture promotion-failure fixture
Public status deploy source public-site