Eye Wax · public protocol
Copy the method. Keep the authority boundary.
These snippets are public protocol examples. They do not inherit unpublished work, rights, private context, or provider memory.
Discover
<link rel="alternate" type="application/json" href="/.well-known/acorn-surface.json" title="ACORN Surface Manifest">
Broadcast client
const stream = new EventSource('/acorn/events');
stream.onmessage = ({ data }) => {
const event = JSON.parse(data);
console.log(event.eventType, event.summary);
};Child seed
{
"version": "acorn.public-child-seed.v1",
"childAcornId": "YOUR-PUBLIC-ACORN-ID",
"parentAcornId": "ACORN-EWX-PUBLIC-001",
"objective": "State one bounded public objective",
"publicContextRefs": ["https://eyewaxcomix.com/acorn/surface/"],
"relationshipRefs": [],
"authorityCeiling": "PUBLIC_EXPERIMENT_ONLY",
"contributionMode": "CAPTURE_ONLY",
"inheritsPrivateContext": false,
"inheritsAuthority": false,
"inheritsProviderMemory": false,
"createsAdmission": false
}