You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor!: name the community a network everywhere, not an index
The domain rename to networks left the noun "index" in the agent-facing MCP
tools, the host interfaces, and a long tail of identifiers and copy, so agents,
hosts and readers had to speak both vocabularies. This renames them in place,
with no aliases or compatibility shims.
BREAKING CHANGE: the intent<->network MCP tools are renamed
(create_intent_index -> add_intent_to_network, read_intent_indexes ->
list_intent_networks, delete_intent_index -> remove_intent_from_network), the
protocol ports a host implements drop "Index" from every member, opportunity
payloads carry `network` instead of `index`, and `index intent link`/`unlink`
become `index intent add-to-network`/`remove-from-network`.
<divclass="terminal-bar"><divclass="dots"><spanclass="dot dot-r"></span><spanclass="dot dot-y"></span><spanclass="dot dot-g"></span></div><spanclass="cmd">$ index intent link <id> <network-id></span></div>
566
-
<divclass="terminal-body"><spanclass="c-green bold">+</span> Signal linked to network.</div>
565
+
<divclass="terminal-bar"><divclass="dots"><spanclass="dot dot-r"></span><spanclass="dot dot-y"></span><spanclass="dot dot-g"></span></div><spanclass="cmd">$ index intent add-to-network <id> <network-id></span></div>
566
+
<divclass="terminal-body"><spanclass="c-green bold">+</span> Signal added to network.</div>
567
567
</div>
568
568
569
569
<divclass="terminal">
570
-
<divclass="terminal-bar"><divclass="dots"><spanclass="dot dot-r"></span><spanclass="dot dot-y"></span><spanclass="dot dot-g"></span></div><spanclass="cmd">$ index intent unlink <id> <network-id></span></div>
571
-
<divclass="terminal-body"><spanclass="c-green bold">+</span> Signal unlinked from network.</div>
570
+
<divclass="terminal-bar"><divclass="dots"><spanclass="dot dot-r"></span><spanclass="dot dot-y"></span><spanclass="dot dot-g"></span></div><spanclass="cmd">$ index intent remove-from-network <id> <network-id></span></div>
571
+
<divclass="terminal-body"><spanclass="c-green bold">+</span> Signal removed from network.</div>
572
572
</div>
573
573
574
574
<divclass="terminal full-width">
@@ -1098,8 +1098,8 @@ <h1>I N D E X CLI</h1>
1098
1098
<spanclass="c-green bold">+</span> Signal created.
1099
1099
<spanclass="c-green bold">+</span> Signal updated.
1100
1100
<spanclass="c-green bold">+</span> Signal f47ac10b archived.
1101
-
<spanclass="c-green bold">+</span> Signal linked to network.
1102
-
<spanclass="c-green bold">+</span> Signal unlinked from network.
1101
+
<spanclass="c-green bold">+</span> Signal added to network.
1102
+
<spanclass="c-green bold">+</span> Signal removed from network.
0 commit comments