singularity-forge/.sf/backups/db
Mikael Hugo 0b5fa75c0d fix(lint): fix all pre-existing lint failures
- check-sf-extension-inventory.mjs: expand parseDirectRegisteredCommands()
  scan to include 7 more files (guards/inturn.js, notifications/notify.js,
  permissions/index.js, ui/usage-bar.js, commands/legacy/audit.js,
  commands/legacy/create-extension.js, commands/legacy/create-slash-command.js)
  and filter results by BASE_RUNTIME_COMMAND_NAMES to exclude doc-string false
  positives ("name" in create-slash-command.js template text)

- extension-manifest.json: remove 'clear' (subcommand of logs/notifications,
  never a top-level pi.registerCommand)

- packages/pi-agent-core/src/db/sf-db.ts: fix 23 noVoidTypeReturn errors
  - openDatabase: void → boolean (caller uses return value at line 5625)
  - claimEscalationOverride: void → boolean (caller checks at escalation.js:243)
  - resolveSelfFeedbackEntry: void → boolean (caller checks at self-feedback.js:387)
  - copyWorktreeDb: void → boolean (caller checks at reconcileWorktreeDb)
  - compactUokMessages: void → {before,after} (caller returns value at message-bus.js:238)
  - insertSessionTurn: void → bigint|null (caller uses id at session-recorder.js:104)
  - expireStaleMemories: void → number (caller uses count at auto-start.js:1047)
  - deleteMemorySourceRow: void → boolean (caller returns value at memory-source-store.js:107)
  - deleteMemoryEmbedding: void → boolean (caller returns value at memory-embeddings.js:328)
  - updateBacklogItemStatus: remove dead return expression (callers discard value)
  - removeBacklogItem: remove dead return expression (callers discard value)
  - updateGateCircuitBreaker: remove dead return {total,avgMs,...} (wrong-type
    code accidentally merged from getGateLatencyStats, never reachable)
  - markUokMessageRead: remove dead return true/false (callers discard value)

- Auto-fix formatting and organizeImports in ~30 source files (biome --write)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-11 04:02:31 +02:00
..
maintenance.json sf snapshot: uncommitted changes after 78m inactivity 2026-05-11 01:01:03 +02:00
sf.db.2026-05-09T22-17-48-976Z sf snapshot: uncommitted changes after 72m inactivity 2026-05-10 00:28:55 +02:00
sf.db.2026-05-09T22-35-23-473Z sf snapshot: uncommitted changes after 60m inactivity 2026-05-10 01:29:08 +02:00
sf.db.2026-05-09T22-51-01-800Z sf snapshot: uncommitted changes after 60m inactivity 2026-05-10 01:29:08 +02:00
sf.db.2026-05-09T23-29-17-802Z fix: remove stale M001/M002 milestone dirs; fix dispatch-guard circular dep; fix telemetry normalization 2026-05-10 02:12:13 +02:00
sf.db.2026-05-10T00-25-03-634Z sf snapshot: uncommitted changes after 30m inactivity 2026-05-10 03:21:24 +02:00
sf.db.2026-05-10T00-49-50-037Z sf snapshot: uncommitted changes after 30m inactivity 2026-05-10 03:21:24 +02:00
sf.db.2026-05-10T01-08-44-324Z sf snapshot: uncommitted changes after 30m inactivity 2026-05-10 03:21:24 +02:00
sf.db.2026-05-10T02-01-37-759Z sf snapshot: uncommitted changes after 36m inactivity 2026-05-10 04:27:43 +02:00
sf.db.2026-05-10T02-27-22-542Z sf snapshot: uncommitted changes after 36m inactivity 2026-05-10 04:27:43 +02:00
sf.db.2026-05-10T02-42-23-822Z sf snapshot: uncommitted changes after 59m inactivity 2026-05-10 05:55:06 +02:00
sf.db.2026-05-10T04-25-32-791Z sf snapshot: pre-dispatch, uncommitted changes after 31m inactivity 2026-05-10 06:26:32 +02:00
sf.db.2026-05-10T04-45-58-550Z sf snapshot: uncommitted changes after 33m inactivity 2026-05-10 07:54:07 +02:00
sf.db.2026-05-10T05-22-28-577Z sf snapshot: uncommitted changes after 33m inactivity 2026-05-10 07:54:07 +02:00
sf.db.2026-05-10T05-37-52-529Z sf snapshot: uncommitted changes after 33m inactivity 2026-05-10 07:54:07 +02:00
sf.db.2026-05-10T05-57-58-732Z sf snapshot: pre-dispatch, uncommitted changes after 30m inactivity 2026-05-10 09:19:51 +02:00
sf.db.2026-05-10T07-05-24-192Z sf snapshot: pre-dispatch, uncommitted changes after 30m inactivity 2026-05-10 09:19:51 +02:00
sf.db.2026-05-10T07-56-50-335Z sf snapshot: uncommitted changes after 37m inactivity 2026-05-10 09:56:56 +02:00
sf.db.2026-05-10T11-10-21-954Z sf snapshot: uncommitted changes after 197m inactivity 2026-05-10 15:59:33 +02:00
sf.db.2026-05-10T13-59-26-519Z sf snapshot: uncommitted changes after 197m inactivity 2026-05-10 15:59:33 +02:00
sf.db.2026-05-10T14-47-54-645Z sf snapshot: uncommitted changes after 56m inactivity 2026-05-10 17:16:30 +02:00
sf.db.2026-05-10T15-16-24-679Z sf snapshot: uncommitted changes after 56m inactivity 2026-05-10 17:16:30 +02:00
sf.db.2026-05-10T23-00-57-817Z sf snapshot: uncommitted changes after 78m inactivity 2026-05-11 01:01:03 +02:00
sf.db.2026-05-10T23-54-49-862Z sf snapshot: uncommitted changes after 53m inactivity 2026-05-11 01:54:55 +02:00
sf.db.2026-05-11T01-53-05-325Z fix(lint): fix all pre-existing lint failures 2026-05-11 04:02:31 +02:00