docs(plans): record elevated mode completion

This commit is contained in:
William Valentin
2026-02-15 17:02:25 -08:00
parent ab89378fce
commit 4734515793
+22
View File
@@ -109,6 +109,28 @@
],
"test_status": "pnpm typecheck + pnpm test:run passing"
},
"elevated-mode": {
"status": "completed",
"date": "2026-02-16",
"updated": "2026-02-16",
"summary": "Implemented time-bounded elevated host mode (break-glass) via /elevate, with explicit confirmation flags, automatic expiry, audit events, and runtime enforcement in ToolExecutor (including sandbox vs host dispatch for sandboxed skill contexts).",
"files_modified": [
"src/commands/types.ts",
"src/commands/builtin/index.ts",
"src/commands/builtin/index.test.ts",
"src/daemon/routing.ts",
"src/gateway/handlers/agent.ts",
"src/backends/native/agent.ts",
"src/tools/policy.ts",
"src/tools/executor.ts",
"src/tools/executor.test.ts",
"src/audit/types.ts",
"src/audit/logger.ts",
"src/daemon/index.ts"
],
"test_status": "pnpm typecheck + pnpm test:run passing"
},
"openclaw-style-personal-agent-without-openclaw-risks": {
"file": "2026-02-14-openclaw-style-personal-agent-without-openclaw-risks-plan.md",
"status": "completed",