huskies: merge 1039

This commit is contained in:
dave
2026-05-14 16:26:49 +00:00
parent 9e06fff8a8
commit 311883f45d
12 changed files with 1005 additions and 5 deletions
+21
View File
@@ -1670,6 +1670,7 @@
"mod shell_tools",
"mod status_tools",
"mod story_tools",
"mod timer_tools",
"mod tools_list",
"mod wizard_tools",
"fn mcp_get_handler",
@@ -1750,6 +1751,11 @@
"fn tool_update_story",
"fn tool_unblock_story"
],
"server/src/http/mcp/timer_tools.rs": [
"fn tool_schedule_timer",
"fn tool_list_timers",
"fn tool_cancel_timer"
],
"server/src/http/mcp/tools_list/agent_tools.rs": [
"fn agent_tools"
],
@@ -2758,6 +2764,7 @@
"mod parse",
"mod persist",
"mod schedule",
"mod scheduled",
"enum Error",
"fn schedule_timer",
"fn cancel_timer",
@@ -2776,6 +2783,20 @@
"server/src/service/timer/schedule.rs": [
"fn next_occurrence_at"
],
"server/src/service/timer/scheduled.rs": [
"enum TimerAction",
"enum TimerMode",
"struct ScheduledTimer",
"fn new_id",
"struct ScheduledTimerStore",
"fn load",
"fn add",
"fn remove_by_id",
"fn list",
"fn take_due",
"fn parse_when_str",
"fn parse_interval_str"
],
"server/src/service/wizard/io.rs": [
"fn load",
"fn save",