iris
2b3dfeb23b
docs(tools/scheduling): fix stale edit_schedule interval_seconds doc
...
The edit_schedule MCP tool accepts interval_seconds as Option<u64>
(positive values only), mapping None→leave-alone and Some(v)→set.
The handler wraps this as .map(Some) before dispatching, so there
is no way to express Some(None) = clear via the agent surface.
The old doc said 'Clearing interval_seconds to null flips
recurring → one-shot' which is only true for the dashboard
PATCH endpoint (which uses the full double-Option form).
Corrected: interval_seconds is positive-only via the MCP tool;
toggling recurring→one-shot is operator-only via the dashboard.
2026-07-02 14:26:16 +02:00
..
tools
docs(tools/scheduling): fix stale edit_schedule interval_seconds doc
2026-07-02 14:26:16 +02:00
web-ui
docs(web-ui/agent): fix stale /answer-question/{id} → /api/answer-question/{id}
2026-07-02 14:15:46 +02:00
agent-hierarchy.md
feat( #2050 ): set matrix avatar in the daemon over the live client
2026-06-28 01:38:21 +02:00
approvals.md
docs(approvals): update helper-events routing to reflect shipped behavior
2026-06-23 22:45:43 +02:00
boundary.md
docs: move privsep socket-activation + child-state rw rationale out of code comments
2026-06-08 21:58:12 +02:00
ci.md
feat( #1867 ): make the internal forge mandatory (remove forge.enable)
2026-06-22 19:26:34 +02:00
conventions.md
add ack_until: bulk-ack inbox messages by id + surface msg ids in wake prompts and recv ( closes #2125 )
2026-07-02 12:55:18 +02:00
coordinator.md
defer start-after-rebuild to the fast lane so the build lane frees up ( closes #2094 )
2026-07-01 23:37:13 +02:00
forge.md
make the forge-notify cursor bound explicit: shared fetch-limit const + assert + docs ( closes #2117 )
2026-07-02 12:57:55 +02:00
gateway.md
refactor( #2015 ): drop redundant domain != null checks (domain is required) + update docs
2026-06-27 21:02:55 +02:00
gotchas.md
refactor( #2111 ): remove nixpkgs-unstable, source claude-code from main nixpkgs
2026-07-01 19:32:46 +02:00
knowledge.md
docs(knowledge): document the hive-forge AGit no-fork contribution flow
2026-06-05 20:54:25 +02:00
matrix.md
feat( #551 ): gate server-side e2ee behind opt-in matrix.allowEncryption (default off)
2026-06-10 19:12:36 +02:00
network.md
fix( #1977 ): exposeHostPorts is firewall-only (drop conflicting loopback proxy)
2026-06-24 19:48:50 +02:00
persistence.md
fold forge_cursor into hyperhive-harness.json + prose comments (mara/argus review)
2026-07-01 18:52:56 +02:00
security.md
docs(security): operator-merge IS enforced on the internal forge
2026-06-26 17:19:35 +02:00
setup.md
docs( #2012 ): add first-run setup guide + link from index
2026-06-27 20:02:15 +02:00
swarm.md
feat( #1886 ): trust a peer hive's root CA hive-wide for self-signed federation
2026-06-22 16:54:44 +02:00
terminal-rendering.md
fix(agent): strip tool_use_error tags and render errors in red
2026-07-01 18:34:03 +02:00
turn-loop.md
docs(turn-loop): mention kill in bash allowed-tools note
2026-07-02 14:15:49 +02:00
web-ui.md
docs: address mara review on #1936
2026-06-23 14:48:10 +02:00