docs: rig reconciliation — canonical apex is g.proxy; de-stale rig-guide; anchor swarm-market to the Rig - #108
Merged
Merged
Conversation
…ide; anchor swarm-market to the Rig Reconciles the Rig (decentralized control plane) vocabulary and naming pollution: - Flip every claim of g.connector-as-canonical to g.proxy (apex nodeId g.proxy, children g.proxy.<type>, env PROXY_*), matching the live devnet and epic-44. "connector" stays the repo/product name; remaining g.connector mentions are only the pending-cleanup statements, now pointing the right way. - rig-guide.md: write path is a TOON client paying the connector proxy (NIP-34 events to the relay, git objects via paid POST /store) — no more "blob storage DVM"; stack section reflects the React 19 + shadcn browser-only SPA; gateways come from @toon-protocol/arweave with TOON_CLIENT_ARWEAVE_GATEWAYS override; dead deploy-forge-ui.mjs reference generalized; new "Agent Orchestration — the Next Vocabulary" section anchors the swarm-market epic (#84) as the incentive layer over the same NIP-34 event log the Rig renders. - glossary: "control plane" canonically = the Rig's event-space; the toon-clientd loopback surface is the "control API". - Add docs/dx-findings.md (Path A DX friction log) and docs/handoff-arweave-dvm-deploy.md (store-box deploy handoff), previously untracked. Companion code cleanup: toon-client#220 (purges the pre-reframe rig server architecture, pet-game leftovers, and "TOON Forge" branding). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reconciles the "Rig = decentralized control plane for agent orchestration" concept after a pollution audit across toon-meta, toon, toon-client, and connector.
Canonical apex naming →
g.proxyThe context docs had drifted to claiming
g.connectorwas the canonical apex wire nodeId. The live devnet,docs/epic-44-payment-proxy.md, and the deploy handoffs all useg.proxy— confirmed as the canonical term. Flipped incontext/{glossary,decisions,architecture,context,repos}.mdanddocs/architecture.md:g.proxy, childreng.proxy.<type>, env prefixPROXY_*g.proxyaxisconnector.pay.toonprotocol.dev/ilp,proxy.store.devnet.toonprotocol.dev/ilp) — no invented canonical vhost schemeg.connectorrefs)rig-guide.md de-staled (verified against toon-client)
POST /storeto the payment-oblivious store (no more "blob storage DVM")@toon-protocol/arweavepackage +TOON_CLIENT_ARWEAVE_GATEWAYSoverride (the hardcoded triple was stale)scripts/deploy-forge-ui.mjsreference; deploy section generalizedGlossary disambiguation
"Control plane" canonically refers to the Rig's event-space; the
toon-clientdloopback surface is the control API, not a control plane.New docs (previously untracked)
docs/dx-findings.md— Path A DX friction logdocs/handoff-arweave-dvm-deploy.md— store-box deploy handoff (public addresses only)Companion PR
toon-protocol/toon-client#220 purges the code-side pollution: the pre-reframe rig-as-server architecture (−7,621 LOC of stubs and red ATDD tests), pet-game leftovers, "TOON Forge" branding, and the daemon "control plane"→"control API" wording.
🤖 Generated with Claude Code