← Garden Patch Home · Inquiries
| The deep context architecture defines three layers: authoring (markdown), semantic (agent traversal), and trust ([[[Gordian Envelope as Agent Memory Layer | Gordian Envelope]]↑](../NODES.html#:~:text=Gordian%20Envelope%20as%20Agent%20Memory%20Layer%7CGordian%20Envelope) for signing, elision, and verified exchange). The first two layers are operational. The trust layer is described as “a future phase, not a prerequisite” — a garden operates at full value without it. |
But “future phase” is not a criterion. The question is: what conditions make the trust layer worth activating? Signing, elision, and content addressing add complexity. The architecture needs criteria for when that complexity is justified.
The architecture document describes four trust layer capabilities:
No garden currently uses these capabilities. The first garden operates entirely at the authoring and semantic layers.
Is sharing the trigger? The most obvious activation criterion: when a garden’s nodes need to be shared with someone who doesn’t have full trust access. If the garden stays personal and private, the trust layer adds no value. But “sharing” covers a wide range — sharing with a close collaborator is different from sharing with an unknown audience.
Is multi-agent the trigger? When multiple AI agents operate on the same garden (or exchange nodes between gardens), provenance verification becomes important. An agent receiving a principle from another agent needs to know whether the principal authorized that principle. Without signing, agent-to-agent exchange relies on filesystem trust.
Is publication the trigger? Publishing garden nodes (via static site, shared repo, or API) makes them available to parties the gardener may not know. Signing proves authorship. Elision enables selective publication. But many publication scenarios work fine with unsigned content — blog posts don’t need cryptographic signatures.
Could activation be incremental? Rather than activating the full trust layer at once, could specific capabilities activate independently? Signing might activate first (when provenance matters), elision later (when selective sharing matters), content addressing later still (when deduplication across gardens matters).