chore(memory): clear stale hooks warning from startup health
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
"core-workspace-files: AGENTS.md, SOUL.md, USER.md, TOOLS.md, HEARTBEAT.md",
|
"core-workspace-files: AGENTS.md, SOUL.md, USER.md, TOOLS.md, HEARTBEAT.md",
|
||||||
"skill-folders: all 7 required skills present",
|
"skill-folders: all 7 required skills present",
|
||||||
"tasks-state: memory/tasks.json exists",
|
"tasks-state: memory/tasks.json exists",
|
||||||
|
"hooks: 5/5 ready (boot-md, bootstrap-extra-files, command-logger, model-skill-injector, session-memory)",
|
||||||
"permissions: ~/.openclaw is 700; all credentials are 600",
|
"permissions: ~/.openclaw is 700; all credentials are 600",
|
||||||
"network-exposure: gateway local-only (127.0.0.1 / ::1 only)",
|
"network-exposure: gateway local-only (127.0.0.1 / ::1 only)",
|
||||||
"backup-freshness: last backup ~4.1h ago (within 8h threshold)",
|
"backup-freshness: last backup ~4.1h ago (within 8h threshold)",
|
||||||
@@ -12,7 +13,6 @@
|
|||||||
],
|
],
|
||||||
"checks_failed": [],
|
"checks_failed": [],
|
||||||
"warnings": [
|
"warnings": [
|
||||||
"hooks: 0 hooks installed — session-memory, command-logger, bootstrap-extra-files, boot-md all missing/not installed",
|
|
||||||
"security-audit: no recent openclaw security audit --deep result found (stale/missing)"
|
"security-audit: no recent openclaw security audit --deep result found (stale/missing)"
|
||||||
],
|
],
|
||||||
"gateway_exposure": "local-only",
|
"gateway_exposure": "local-only",
|
||||||
|
|||||||
@@ -2,3 +2,4 @@
|
|||||||
[2026-03-04T21:38:45Z] check: security audit findings present (1 critical, 2 warn) | fix: review plugin acpx.bak, set plugins.allow allowlist, rerun openclaw security audit --deep
|
[2026-03-04T21:38:45Z] check: security audit findings present (1 critical, 2 warn) | fix: review plugin acpx.bak, set plugins.allow allowlist, rerun openclaw security audit --deep
|
||||||
[2026-03-05T04:28:00Z] WARN hooks-missing: 0 hooks installed (expected: session-memory, command-logger, bootstrap-extra-files, boot-md). Fix: run `openclaw hooks install <pack>` for each required hook.
|
[2026-03-05T04:28:00Z] WARN hooks-missing: 0 hooks installed (expected: session-memory, command-logger, bootstrap-extra-files, boot-md). Fix: run `openclaw hooks install <pack>` for each required hook.
|
||||||
[2026-03-05T04:28:00Z] WARN security-audit-stale: no recent `openclaw security audit --deep` result found. Fix: run `openclaw security audit --deep` and save output to memory/.
|
[2026-03-05T04:28:00Z] WARN security-audit-stale: no recent `openclaw security audit --deep` result found. Fix: run `openclaw security audit --deep` and save output to memory/.
|
||||||
|
[2026-03-05T21:33:31Z] RESOLVED hooks-missing: `openclaw hooks` reports 5/5 ready (boot-md, bootstrap-extra-files, command-logger, model-skill-injector, session-memory).
|
||||||
|
|||||||
Reference in New Issue
Block a user