huskies: regen source-map.json

This commit is contained in:
Huskies Agent
2026-07-17 19:25:52 +00:00
parent c1523e8acf
commit b9af302baf
+20
View File
@@ -1324,6 +1324,7 @@
"mod agent_name",
"struct ProjectConfig",
"struct WatcherConfig",
"struct DiskWatchConfig",
"struct ComponentConfig",
"struct AgentConfig",
"fn load",
@@ -2564,6 +2565,22 @@
"fn generate_permission_rule",
"fn is_dominated_by_wildcard"
],
"server/src/service/disk_watch/io.rs": [
"fn free_space_bytes",
"fn dir_size_bytes",
"fn check_and_notify"
],
"server/src/service/disk_watch/mod.rs": [
"mod io",
"enum DiskLevel",
"fn as_str",
"fn classify_level",
"fn is_recovered",
"fn should_send",
"struct DiskWatchState",
"enum DiskAction",
"fn decide_action"
],
"server/src/service/event_triggers/mod.rs": [
"mod store",
"struct TriggerPredicate",
@@ -2754,6 +2771,7 @@
"mod bot_command",
"mod common",
"mod diagnostics",
"mod disk_watch",
"mod event_triggers",
"mod events",
"mod file_io",
@@ -2797,6 +2815,8 @@
"fn format_agent_completed_notification",
"fn format_new_item_notification",
"fn format_merge_auto_retry_notification",
"fn format_disk_warning_notification",
"fn format_disk_recovery_notification",
"const MERGE_FAILURE_TAIL_LINES",
"fn truncate_gate_output"
],