feat: expose source admin over rpc and cli

This commit is contained in:
lda
2026-06-03 21:49:13 +07:00 Verified
parent 24ca91afb1
commit f0d0cffa17
15 changed files with 246 additions and 22 deletions
+2
View File
@@ -104,6 +104,8 @@ implementation state.
`WorkflowSourceAdminApi` / `WorkflowSourceAdminSurface`; MCP admin source
tools delegate through it while connection/raw MCP operations remain
broker-owned.
- Completed: read-only source inventory is exposed through JSON-RPC HTTP and
`wf source list` / `wf source inspect`.
5. **CLI/API alignment**
- Completed for the basic lifecycle: selected `wf` commands can target local
@@ -80,12 +80,13 @@ surface, or plain local CLI utilities.
## Next Slices
1. **Source/admin transport and CLI commands**
- Build JSON-RPC methods and `wf source ...` commands over
`WorkflowSourceAdminSurface`.
1. **Store-backed source registry**
- Read-only source/admin operations are now available through JSON-RPC HTTP
and `wf source list` / `wf source inspect`.
- Next source work is persistence for server-owned dynamic source changes.
- Keep mutation out until the store-backed source registry is designed.
2. **Store-backed source registry**
2. **Mutable source/admin commands**
- Config can bootstrap sources, but server-owned dynamic source changes
should persist through the store.
- Keep source identity structural: source id, provider/account/profile, and