External Review Documentation
This portal provides complete access to AAMOS Ouroboros system documentation for external review. All documents are read-only. Live dashboards reflect current system state.
Loading ASCI-9001 documentation…
⚡ ASCI CLI Tooling
The asci CLI is the "kubectl for CRE" — inspect, verify, and interact with ASCI-9001 compliant systems from the command line.
# Verify any system's ASCI-9001 compliance
node asci-cli.mjs verify https://amos.wavult.com
# Check current compliance status
node asci-cli.mjs status
# Fetch and verify signed manifest
node asci-cli.mjs manifest --verify
# View CRE vocabulary
node asci-cli.mjs vocab
# Show compliance tiers
node asci-cli.mjs tiers
# List active quarantines (requires AMOS_JWT)
node asci-cli.mjs quarantine list
# Replay a cognitive trace
node asci-cli.mjs replay <trace-id>