feat(system-info): include disk usage in health output

This commit is contained in:
William Valentin
2026-02-18 18:04:35 -08:00
parent cdba111831
commit 9de52b7d93
3 changed files with 43 additions and 0 deletions
+12
View File
@@ -5612,6 +5612,18 @@
"docs/plans/state.json"
],
"test_status": "pnpm test:run src/gateway/handlers/agent.test.ts + pnpm typecheck passing"
},
"system-info-disk-usage-reporting": {
"status": "completed",
"date": "2026-02-19",
"updated": "2026-02-19",
"summary": "Extended `system.info` tool output to include disk usage metrics (path, total/free/used, and used percentage) so machine health summaries include storage headroom in addition to memory.",
"files_modified": [
"src/tools/builtin/system-info.ts",
"src/tools/builtin/system-info.test.ts",
"docs/plans/state.json"
],
"test_status": "pnpm test:run src/tools/builtin/system-info.test.ts + pnpm typecheck passing"
}
},
"overall_progress": {