GroundPlane is the shared lower infrastructure workspace for the nshkr platform core.
It holds the reusable lower primitives that sit underneath outer_brain,
Citadel, jido_integration, and app_kit.
- shared contracts and state vocabulary
- Postgres transaction, outbox, inbox, and checkpoint helpers
- generic projection publication helpers
ground_plane_contractsground_plane_postgresground_plane_projection
Workspace root established. The internal packages are intentionally small and generic.
The project targets Elixir ~> 1.19 and Erlang/OTP 28.
mix ciThe welded ground_plane_contracts artifact is tracked through the prepared
bundle flow:
mix release.prepare
mix release.track
mix release.archivemix release.track updates the orphan-backed
projection/ground_plane_contracts branch so downstream repos can pin a real
generated-source ref before any formal release boundary exists.
Workspace docs cover the overview, layout, contracts, Postgres helpers, and projection helpers.
MIT. Copyright (c) 2026 nshkrdotcom.