Skip to content

[codex] Switch control plane to embedded triple store#199

Merged
pcharbon70 merged 32 commits into
mainfrom
codex/embedded-triple-store-plan
Jul 5, 2026
Merged

[codex] Switch control plane to embedded triple store#199
pcharbon70 merged 32 commits into
mainfrom
codex/embedded-triple-store-plan

Conversation

@pcharbon70

@pcharbon70 pcharbon70 commented Jul 5, 2026

Copy link
Copy Markdown
Collaborator

Summary

This PR implements the embedded TripleStore control-plane cutover plan section by section.

  • expands the control-plane ontology and replaces stale forge ontology references with execution-runtime/product-specific terms
  • adds the phased implementation plan under planning/embedded-triple-store-control-plane
  • adds the embedded control-plane store runtime, product store contract, RDF projection codecs, graph topology, validation, and policy boundary
  • cuts setup, auth, security, managed repositories, operations, governance, orchestration, conversations, and execution-runtime persistence over to embedded-store-backed services
  • removes Ash/Postgres runtime configuration and test sandbox dependencies from the active product path
  • adds control-plane integrity, export, restore, reset, health, telemetry, diagnostics, documentation, static guardrails, and recovery coverage
  • adds mix control_plane.verify as the focused persistence-boundary verification gate

Notes

The branch was rebased onto origin/main after the planning PR was merged, so PR #199 is now mergeable. CI is running on the updated branch.

Validation

  • mix format --check-formatted
  • mix compile --warnings-as-errors
  • MIX_ENV=test mix compile --warnings-as-errors
  • mix control_plane.verify
  • mix test test/jido_code/control_plane/backup_recovery_integration_test.exs
  • mix test test/jido_code/control_plane/store_contract_integration_test.exs
  • mix test test/jido_code/control_plane/integrity_recovery_test.exs test/jido_code/control_plane/observability_diagnostics_test.exs test/jido_code/embedded_store_removal_gate_test.exs

pcharbon70 added 30 commits July 5, 2026 13:07
@pcharbon70 pcharbon70 force-pushed the codex/embedded-triple-store-plan branch from 2743fbf to e46c2f3 Compare July 5, 2026 17:07
@pcharbon70 pcharbon70 marked this pull request as ready for review July 5, 2026 19:04
@pcharbon70 pcharbon70 merged commit cc4189e into main Jul 5, 2026
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant