Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ Start here:
- Generated Python artifact: `generated/python/sourceos_interaction_event.py`
- Substrate catalog: `docs/contract-additions/sourceos-interaction-catalog.md`
- Reference flow: `docs/contract-additions/sourceos-interaction-reference-flow.md`
- Noetica placement addendum: `docs/contract-additions/sourceos-interaction-noetica-placement-addendum.md`
- Reference manifest: `examples/interaction-flow/noetica-superconscious-agentplane-agentterm.flow.json`

Implemented downstream roles:

- `SocioProphet/Noetica`: browser chat and governance-trail emitter.
- `SocioProphet/Noetica`: browser chat / desktop surface and governance-trail emitter, with future runtime emission placed at the typed transport / local-service boundary.
- `SourceOS-Linux/agent-term`: terminal governance-trace renderer.
- `SocioProphet/superconscious`: task-boundary reference binding.
- `SocioProphet/agentplane`: evidence and replay reference binding.
Expand All @@ -33,6 +34,7 @@ Authority split:

- `sourceos-spec` owns schema and generated contract artifacts.
- Surfaces own rendering and user interaction.
- Noetica transport/local-service boundary is the preferred future emission placement for live Noetica events.
- Superconscious owns task-boundary coordination.
- AgentPlane owns evidence and replay references.
- Policy, identity/grants, and memory remain separate authority planes.
Loading