Skip to content

Commit 78b69f3

Browse files
committed
Index SourceOS interaction example
1 parent 1a0acdc commit 78b69f3

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

examples/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This directory contains one conforming JSON example payload for each top-level s
66

77
## What the examples show
88

9-
The examples are designed to tell coherent end-to-end stories. The original example set catalogs, governs, transforms, and releases a personal health dataset within an agent session. Newer SourceOS examples show a SourceOS Workstation artifact flowing from content intent through overlays, build request, release manifest, evidence bundle, catalog entry, and access profile. The control-plane examples add the local-first lifecycle proof path: a `ReleaseSet` assigned to an M2 demo device, a `BootReleaseSet` for the recovery/provisioning lane, an `EnrollmentToken` authorizing one-time recovery access, and a `Fingerprint` reporting the realized post-apply state. Compression Commons examples add an artifact-versus-baseline evaluation record that references existing governance, execution, provenance, and content-reference contracts.
9+
The examples are designed to tell coherent end-to-end stories. The original example set catalogs, governs, transforms, and releases a personal health dataset within an agent session. Newer SourceOS examples show a SourceOS Workstation artifact flowing from content intent through overlays, build request, release manifest, evidence bundle, catalog entry, and access profile. The control-plane examples add the local-first lifecycle proof path: a `ReleaseSet` assigned to an M2 demo device, a `BootReleaseSet` for the recovery/provisioning lane, an `EnrollmentToken` authorizing one-time recovery access, and a `Fingerprint` reporting the realized post-apply state. Compression Commons examples add an artifact-versus-baseline evaluation record that references existing governance, execution, provenance, and content-reference contracts. SourceOS Interaction examples add the noetic/chat/task event projection shared by Noetica and AgentTerm.
1010

1111
Desktop/workstation examples may include bounded Mac-on-Linux polish metadata. These are contract signals only: concrete implementation authority remains in `SociOS-Linux/source-os`, and the examples do not claim full macOS parity.
1212

@@ -40,6 +40,8 @@ agent_session.json ──► execution_decision.json ──► session_recei
4040
4141
session_review.json
4242
43+
sourceos-interaction-event.json ──► Noetica / AgentTerm governance trace
44+
4345
content_spec.json ──► overlay_bundle.json ──► build_request.json ──► release_manifest.json
4446
│ │
4547
│ ▼
@@ -58,6 +60,16 @@ compressionevaluation.json ──► policy_decision.json / run.json / provenanc
5860

5961
---
6062

63+
## SourceOS Interaction examples
64+
65+
These examples illustrate the shared noetic/chat/task interaction substrate:
66+
67+
| File | Schema type | Description |
68+
|------|------------|-------------|
69+
| `sourceos-interaction-event.json` | SourceOSInteractionEvent | Noetica standalone provider completion event with governance trace fields consumable by AgentTerm |
70+
71+
---
72+
6173
## Truth Plane examples
6274

6375
These examples illustrate the Truth Plane contract additions:
@@ -192,6 +204,7 @@ These examples illustrate the shared object family used by SourceOS artifact bui
192204
| `session_review.json` | SessionReview | Post-session learning review |
193205
| `settlement_event.json` | Optional receipt-to-settlement mapping |
194206
| `skill_manifest.json` | SkillManifest | The obfuscation skill manifest |
207+
| `sourceos-interaction-event.json` | SourceOSInteractionEvent | Noetica standalone provider completion event with governance trace fields consumable by AgentTerm |
195208
| `telemetry_event.json` | TelemetryEvent | An informational telemetry event from the agent session |
196209
| `topic.json` | Topic | FogVault topic definition |
197210
| `topic_envelope.json` | FogVault append-only entry envelope |

0 commit comments

Comments
 (0)