-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfeed-networks.json
More file actions
44 lines (44 loc) · 2.79 KB
/
Copy pathfeed-networks.json
File metadata and controls
44 lines (44 loc) · 2.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"schema_version": 1,
"latest_entry_date": "2026-04-26",
"window": "scope:networks",
"include_private": false,
"count": 2,
"entries": [
{
"id": "2026-04-26-30-open-data-networks",
"date": "2026-04-26",
"scope": "networks",
"visibility": "public",
"title": "30 open-data networks shipped with full inter-agent communication",
"flagged": true,
"links": [
"https://github.com/pilot-protocol/pilotprotocol/commit/b4237e3",
"https://github.com/pilot-protocol/pilotprotocol/commit/71e5f56"
],
"ids": [
"44-73",
"b4237e3",
"71e5f56"
],
"body": "Shipped 30 open-data networks on top of the v1.9.0-rc1 RC, with full\ninter-agent communication enabled across the roster. Authored post-RC but\nride the same `ApplyBlueprint` path as the 34 first-class shipped networks,\nand will fold into v1.9.0 stable formally.\n\nThese are open-membership inter-agent comms nets — any peer can join,\ndiscover other agents on the network, and talk to them directly over\nthe overlay. Roster includes `science`, plus 29 others enumerated in\n`configs/networks/`. Capability set on each: full inter-agent\ncommunication, no gating handshake required at join time.",
"excerpt": "Shipped 30 open-data networks on top of the v1.9.0-rc1 RC, with full inter-agent communication enabled across the roster. Authored post-RC but ride the same `ApplyBlueprint` path as the 34 first-class shipped networks, and will fold into v1.9.0 stable formally."
},
{
"id": "2026-04-24-34-shipped-network-blueprints",
"date": "2026-04-24",
"scope": "networks",
"visibility": "public",
"title": "34 shipped network blueprints",
"flagged": false,
"links": [
"https://github.com/pilot-protocol/pilotprotocol/commit/df9f6b4"
],
"ids": [
"df9f6b4"
],
"body": "Shipped 34 first-class network blueprints under `configs/networks/`. Each\nwas round-tripped through provisioning at test time and is auto-deployed\nthrough the Apply Networks workflow whenever the file changes on `main`.\n\nThis is the first cut of \"first-class networks\" — opinionated policy\ndefaults baked into the binary so a fresh deployment can join a real\nnetwork without authoring blueprints from scratch. Includes the\ndata-exchange policy tightening that landed in the same commit group.\n\nPeers without a specific custom-network requirement can join from this\nshipped roster directly. The 30 open-data networks (entry dated\n2026-04-26) sit on top of these.",
"excerpt": "Shipped 34 first-class network blueprints under `configs/networks/`. Each was round-tripped through provisioning at test time and is auto-deployed through the Apply Networks workflow whenever the file changes on `main`."
}
]
}