Agents and AX packets
AX is packet-first, not chat-first: agents receive bounded, proof-carrying context instead of simulating the authors' mental model. What works today: hypermake agent-brief, compact JSON envelopes with next actions, and hypermake agent-primer. The fuller multi-agent coordination story (scratch spaces, proposals, leases) is a separate, future project.
AX packet fields
| Field | Purpose | Example |
|---|---|---|
| Selection | Stable source/rendered/data address. | src://expressions/mixed.html |
| Ownership | Canonical source/data owner. | source owner + render context |
| Lineage | Scope, expression, component frame. | hypermake lzr scope-map src/scope/lineage.html |
| Proofs | Digests, roots, epochs, stale reasons. | tape shape + edit shape |
| Actions | Safe proposals and refusal vocabulary. | prepare patch or refuse |
hypermake agent-brief rendered/public/expressions/mixed.html hypermake explain rendered/public/expressions/mixed.html hypermake affected-by src/expressions/mixed.html hypermake diagnostics src/expressions/mixed.html