Files
openclaw/extensions
Luke Fornieri d7c14b5c7b fix(memory-core): silence expected 'missing scope: operator.admin' in dreaming cleanup
The dreaming cron's narrative cleanup calls subagent.deleteSession, which
dispatches sessions.delete (ADMIN_SCOPE). From a background cron there is
no inherited operator scope, so the plugin subagent falls through to a
synthetic operator client that intentionally defaults to [WRITE_SCOPE] and
does not mint admin (codified by 'rejects fallback session deletion
without minting admin scope' in src/gateway/server-plugins.test.ts).

Result: every dreaming cycle logged
  memory-core: narrative session cleanup failed for <phase> phase: missing scope: operator.admin

The cleanup was already best-effort (try/catch), but the warn surfaced to
users on every cycle and made healthy instances look broken.

Treat the 'missing scope: operator.admin' case as an expected no-op and
suppress the warn for just that specific error. Any other cleanup error
(network, timeout, etc.) still surfaces as warn.

Adds a test locking in the new behavior; existing test covering non-scope
cleanup failures continues to pass unchanged.
2026-04-17 16:53:58 +10:00
..
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 04:10:55 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00
2026-04-17 00:45:04 +01:00