Implement KG-WP-0002 posture pilot scaffold

This commit is contained in:
codex 2026-07-24 00:24:53 +02:00
parent 6cee3503da
commit 3c549d9b78
22 changed files with 1418 additions and 25 deletions

View file

@ -49,11 +49,14 @@ without replacing those systems' primary authority.
## Current State
- Markdown-first exploration repo. Current canon is `INTENT.md`,
`specs/NetKingdomImmuneArchitecture.md`, and `history/InitialExploration.md`.
- No executable service, schemas, or integration adapters exist yet.
- The first implementation strand should establish canonical contracts and a
minimal posture pilot before broader integrations.
- Canon now includes `specs/ImmuneContracts.md`,
`docs/AdjacentSystemBoundary.md`, and
`docs/pilots/QontoAssistantPosturePilot.md`.
- A minimal Python reference scaffold exists under `src/kings_guard/` with
fixture-driven tests under `tests/`.
- The implementation currently evaluates normalized observations and emits
posture/signal results for one bounded pilot lane; it is not yet a running
control plane or integrated enforcement service.
---