Agent Updates

This commit is contained in:
Raven Scott
2026-04-27 01:00:06 -04:00
parent aa81fbff5b
commit 6bc5accb66
63 changed files with 1372 additions and 46811 deletions
@@ -0,0 +1,17 @@
---
name: seed-rpc-change
description: Seed RPC registry and channel handlers — no drift from seed-rpc-methods.js.
tags: [seed-rpc, protocol, rpc]
requires: [read_man_page, verification_hints]
---
# seed-rpc-change
## Order
1. packages/bare-os-protocol/lib/seed-rpc-methods.js
2. packages/bare-os-protocol/lib/channel.js
3. Seeder and booter call sites
4. Protocol tests and docs/reference/package-bare-os-protocol.md
Run npm run test -w bare-os-protocol and capability contract verifiers after edits.