singularity-forge/web/components/sf
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
..
onboarding fix(web): resolve ESLint regressions from eslint-config-next upgrade 2026-05-10 12:18:58 +02:00
activity-view.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
app-shell.tsx fix(lint): fix all pre-existing lint failures 2026-05-11 04:02:31 +02:00
chat-mode.tsx fix(lint): fix all pre-existing lint failures 2026-05-11 04:02:31 +02:00
code-editor.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
command-surface.tsx fix: update test snapshots for queryInstruction and complete /sf prefix Phase 2 deprecation 2026-05-09 00:17:47 +02:00
dashboard.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
diagnostics-panels.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
dual-terminal.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
error-boundary.tsx feat(web): add error boundaries, expand test coverage, add README 2026-05-10 11:24:40 +02:00
file-content-viewer.tsx fix(lint): fix all pre-existing lint failures 2026-05-11 04:02:31 +02:00
files-view.tsx fix(web): resolve ESLint regressions from eslint-config-next upgrade 2026-05-10 12:18:58 +02:00
focused-panel.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
guided-dialog.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
knowledge-captures-panel.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
loading-skeletons.tsx style: format repository with biome 2026-05-05 14:31:16 +02:00
main-session-terminal.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
onboarding-gate.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
project-welcome.tsx fix: update test snapshots for queryInstruction and complete /sf prefix Phase 2 deprecation 2026-05-09 00:17:47 +02:00
projects-view.tsx fix(web): resolve ESLint regressions from eslint-config-next upgrade 2026-05-10 12:18:58 +02:00
remaining-command-panels.tsx fix: update test snapshots for queryInstruction and complete /sf prefix Phase 2 deprecation 2026-05-09 00:17:47 +02:00
roadmap.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
scope-badge.tsx style: format repository with biome 2026-05-05 14:31:16 +02:00
settings-panels.tsx fix(web): resolve ESLint regressions from eslint-config-next upgrade 2026-05-10 12:18:58 +02:00
shell-terminal.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
sidebar.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
status-bar.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
terminal.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
update-banner.tsx fix(web): resolve ESLint regressions from eslint-config-next upgrade 2026-05-10 12:18:58 +02:00
visualizer-view.tsx fix(web): resolve ESLint regressions from eslint-config-next upgrade 2026-05-10 12:18:58 +02:00