Phase 17: Unified Constitutional Spine Cockpit#12
Open
warheart1984-ctrl wants to merge 16 commits into
Open
Conversation
Add lawful-nova-shell as an embeddable standalone package with Linux/macOS bash and Windows PowerShell parity, stack config, verify scripts, and parent-repo start-nova-stack helpers. Document v1 in lawful-nova-shell/README.md. claim_label: lawful-nova-shell-v1 evidence_refs: [lawful-nova-shell/README.md, tests/test_nova_productization.py] Co-authored-by: Cursor <cursoragent@cursor.com>
Wire CIT, MIT, and EIT-2 ledgers with cross-ledger trace/replay, unified spine health gating for epoch commits, and operator UI surfaces for law and evidence fitness. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
…, and Continuity SDK v1 Adds the Python continuity stack (lawful LLM adapter, CRR-1 builder, CLG-1 ingestion, Mission 005 stress test), continuity-engine TypeScript runtime updates, schemas, docs, and steward-facing SDK branding/CLI. Co-authored-by: Cursor <cursoragent@cursor.com>
- Add root AGENTS.md and docs/agentic README (template map) - Sync nova-mission-002 from agentic-coding-agent upstream - Add start-agentic-coding-stack.ps1; AAIS -LocalReal in restart-aais - Wire laptop preset + force-local path in start-nova-stack Co-authored-by: Cursor <cursoragent@cursor.com>
…lapse, CRK-1 docs Ship AAES-OS monorepo updates, governed spine boundaries, constitutional substrate reorg, Continuity OS normative specs, Mission #3 operator docs, receipt v2/state runtime, operator kernel, and archive hygiene. Excludes local DB/runtime data. Co-authored-by: Cursor <cursoragent@cursor.com>
…s, site Ship the full AAES-OS v1.0 public release documentation: landing page, press materials, NeurIPS draft/LaTeX, governance council docs, developer tutorials, certification exam, architecture diagrams, HTML homepage, ROADMAP/CONTRIBUTING, CODEOWNERS, and CTS CI workflow. Co-authored-by: Cursor <cursoragent@cursor.com>
…DP-1 scaffold Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
CTS validates CAS objects against schemas/cas-1.0.json via Ajv; runtime output is checked in validateRuntimeOutput tests. SDK types and client are generated from api/cas-openapi.yaml (pnpm sdk:generate). Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Phase 17 introduces the Unified Constitutional Spine Cockpit — the first integrated operator governance surface for the AAES OS constitutional substrate on commit
44cb95a.This PR adds comprehension (CIT), meaning (MIT), and evidence convergence (EIT-2) as first-class ledgers, wires them into epoch gating, and ships a React operator cockpit at
/operator/constitutional.Branch:
codex/aaes-os-production-sweepCommit:
44cb95aScope: 71 files, ~11,810 lines added
Constitutional additions
CIT — Comprehension Invariance (
comprehension_ledger.py)comprehension_records+ hash-chainedcomprehension_ledgerMIT — Meaning Invariance (
mit_ledger.py)meaning_records+meaning_ledger(distinct from JSONLmeaning_ledger.pyrationale chain)EIT-2 — Evidence Lineage Convergence (
evidence_fitness.py)cross_ledger_trace.pyUnified spine health (
build_spine_health()at Phase 17)Operator cockpit
Route:
/operator/constitutionalComponents: Cockpit, LawsPage, LawDetailPage, CITStrip, MeaningStrip, EITStrip, CrossLedgerTracePanel, ComprehensionHealth, MeaningHealth, EvidenceFitnessHealth, LedgerTail, StatusPill
Capabilities: evaluate law → evidence, explain/summarize panels, cross-ledger trace, EIT-2 replay, epoch simulation with spine gating
Backend / API (Flask)
GET /api/laws,GET /api/laws/<id>POST /api/laws/<id>/evaluateGET /api/evidence/<id>GET /api/cockpit/summaryGET /api/cockpit/comprehensionGET /api/cit/law/<id>,GET /api/mit/law/<id>,GET /api/eit/law/<id>GET /api/explain/law/<id>GET /api/trace/law/<id>,POST /api/replay/law/<id>POST /api/epoch/runLedgers bootstrapped: Law, Evidence, Comprehension, MIT (SQLite)
Also in branch (broader sweep): CAB continuity, LSG lawful Nova proof path, ops-console telemetry — see earlier commits on this branch.
Tests (Phase 17 spine)
Reviewer checklist
Not in this commit (follow-up: Phase 18–20, local WIP)
Uncommitted work on the branch extends the spine with SIT (Σ), GIT (Λ), PIT (Φ),
GET /api/cockpit/spine, and MIT-BLOCK epoch gating — not part of44cb95a. Merge Phase 17 on its own or land Phase 18–20 as a follow-up PR.Operator release notes
Phase 17 — Constitutional Spine
Operators can now govern the substrate with comprehension, meaning, and evidence-fitness surfaces; cross-ledger trace; decision replay; and epoch gating when the spine is unhealthy. This is the first operator-grade constitutional cockpit in AAES OS.