zeroclaw/src
dave 90289ccc91 docs: add module-level and item-level docstrings for subagent tools
Improve docstring coverage to meet the 80% threshold required
by CI. Adds //! module docs and /// item docs to all public
types and functions in the subagent tool modules.
2026-02-26 02:14:20 +08:00
..
agent feat(channels): hide internal tool progress unless explicitly requested 2026-02-26 01:00:06 +08:00
approval fix(onboard): use provider-aware env var hint in quick setup next steps 2026-02-24 11:46:49 +08:00
auth feat: stabilize codex oauth and add provider model connectivity workflow 2026-02-24 12:24:51 +08:00
channels feat(tools): add sub-agent orchestration (spawn, list, manage) 2026-02-26 02:14:20 +08:00
config feat: goals engine, heartbeat delivery, daemon improvements, and cron consolidation 2026-02-26 01:50:24 +08:00
coordination fix(coordination): satisfy strict-delta clippy gates 2026-02-25 23:16:27 +08:00
cost fix(agent): parse MiniMax tool call formats for execution 2026-02-21 12:36:28 +08:00
cron style(cron): apply rustfmt for scheduler tests 2026-02-26 02:01:43 +08:00
daemon feat(channels): add unified group-reply policy and sender overrides 2026-02-26 00:05:32 +08:00
doctor feat: replay custom provider api mode, route max_tokens, and lark image support 2026-02-24 15:59:49 +08:00
gateway feat(config): add deprecated runtime reasoning_level compatibility alias 2026-02-25 21:00:59 +08:00
goals fix(goals): use schema GoalLoopConfig path in tests 2026-02-26 01:50:24 +08:00
hardware fix: resolve all clippy warnings across codebase 2026-02-25 17:50:56 +08:00
health refactor(sync): migrate remaining std mutex usage to parking_lot 2026-02-18 00:45:26 +08:00
heartbeat fix: route heartbeat outputs to configured channels 2026-02-23 00:18:12 +08:00
hooks fix(hooks): harden dispatch and outbound message guardrails 2026-02-21 13:34:09 +08:00
integrations feat(integrations): enhance integrations settings UX and provider metadata 2026-02-26 02:01:43 +08:00
memory test(runtime): fix postgres and browser test compatibility after rebase 2026-02-25 17:51:04 +08:00
observability fix: resolve all clippy warnings across codebase 2026-02-25 17:50:56 +08:00
onboard feat: goals engine, heartbeat delivery, daemon improvements, and cron consolidation 2026-02-26 01:50:24 +08:00
peripherals fix(peripherals): import Peripheral trait for all-features build 2026-02-25 09:57:35 +00:00
providers fix(integrations): resolve CodeRabbit concurrency and provider-alias findings 2026-02-26 02:01:43 +08:00
rag chore(lint): extend low-risk clippy cleanup batch 2026-02-17 16:40:58 +08:00
runtime feat(wasm): harden module integrity and symlink policy 2026-02-25 22:49:57 +08:00
security test(security): stabilize prompt guard and scheduler assertions 2026-02-26 02:01:43 +08:00
service feat: goals engine, heartbeat delivery, daemon improvements, and cron consolidation 2026-02-26 01:50:24 +08:00
skillforge chore: Remove blocking read strings 2026-02-19 14:52:29 +08:00
skills fix: resolve all clippy warnings across codebase 2026-02-25 17:50:56 +08:00
sop fix(web): call doctor endpoint with authenticated POST 2026-02-22 21:32:34 -05:00
tools docs: add module-level and item-level docstrings for subagent tools 2026-02-26 02:14:20 +08:00
tunnel feat(proxy): add scoped proxy configuration and docs runbooks 2026-02-18 22:10:42 +08:00
identity.rs test: cover deterministic HashMap ordering paths 2026-02-18 21:55:40 +08:00
lib.rs feat: goals engine, heartbeat delivery, daemon improvements, and cron consolidation 2026-02-26 01:50:24 +08:00
main.rs feat: goals engine, heartbeat delivery, daemon improvements, and cron consolidation 2026-02-26 01:50:24 +08:00
migration.rs readd tests, remove markdown files 2026-02-18 14:42:39 +08:00
multimodal.rs fix: resolve clippy warnings and rustfmt across codebase 2026-02-21 12:39:34 +08:00
util.rs fix: stabilize UTF-8 truncation and dashboard message IDs (RMN-25 RMN-33) 2026-02-24 16:52:26 +08:00