iris
c43a457752
term_stream: drop hive from the URL, resolve it from agent_status
...
mara's review point on #4351 : an agent isn't pinned to a hive forever
(it can move), so a URL naming one would go stale the moment it did.
Resolve the hive at request time from the agent-status bucket instead
-- the same source AgentStatusRow.hive already comes from -- rather
than trusting a caller-supplied value. Route is now
GET /api/agents/{name}/term/stream; a never-reported agent now answers
404 (no hive on record) instead of silently guessing.
2026-09-13 18:08:33 +02:00
..
agent_status.rs
swarm-ui: add agent start/stop, backed by the wanted-state route
2026-09-02 19:57:04 +02:00
auth.rs
swarm-queue-client: audience-scoped tokens + a blocking mint for a non-reactor caller
2026-08-29 11:17:24 +02:00
config_pr.rs
swarm-controller: fix stale route reference in snapshot's doc comment
2026-08-19 22:27:12 +02:00
forge.rs
swarm-controller+swarm-ui: merge config-PR into GET /api/agents/status
2026-09-02 14:18:02 +02:00
issue_report.rs
swarm-controller: fix broken intra-doc link in issue_report.rs
2026-08-31 18:50:38 +02:00
main.rs
swarm-controller: add GET /api/agents/{hive}/{name}/term/stream
2026-09-13 18:08:33 +02:00
matrix_account.rs
swarm-controller: keep a hive's read grant in step with its declaration
2026-09-09 18:40:41 +02:00
otel_http_client.rs
move otel_http_client from swarm-queue-client into swarm-controller
2026-08-29 11:17:24 +02:00
read_policy.rs
swarm: say the read policy names the hive it is written for
2026-09-12 11:41:01 +02:00
status.rs
swarm-controller: make status::render/row pub(crate) so agent_status.rs's doc links resolve
2026-09-02 10:20:29 +02:00
store.rs
swarm-controller: keep a hive's read grant in step with its declaration
2026-09-09 18:40:41 +02:00
term_stream.rs
term_stream: drop hive from the URL, resolve it from agent_status
2026-09-13 18:08:33 +02:00
vcs_metrics.rs
docs: restructure into topic subdirectories, collapse duplicated index
2026-09-02 01:55:37 +02:00
wanted.rs
swarm: add a declared "paused" agent wanted state
2026-09-11 01:35:40 +02:00
webhook.rs
remove the two remaining as_str-style wrappers (DeliveryKind::parse, Wanted::parse)
2026-09-12 00:06:31 +02:00