singularity-forge/web/components/ui
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
..
accordion.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
alert-dialog.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
alert.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
aspect-ratio.tsx style: format repository with biome 2026-05-05 14:31:16 +02:00
avatar.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
badge.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
breadcrumb.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
button-group.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
button.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
calendar.tsx chore(web): upgrade all dependencies to latest stable 2026-05-10 11:52:54 +02:00
card.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
carousel.tsx fix(web): resolve ESLint regressions from eslint-config-next upgrade 2026-05-10 12:18:58 +02:00
chart.tsx fix(lint): fix all pre-existing lint failures 2026-05-11 04:02:31 +02:00
checkbox.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
collapsible.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
command.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
context-menu.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
dialog.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
drawer.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
dropdown-menu.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
empty.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
field.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
form.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
hover-card.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
input-group.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
input-otp.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
input.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
item.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
kbd.tsx style: format repository with biome 2026-05-05 14:31:16 +02:00
label.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
menubar.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
navigation-menu.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
pagination.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
popover.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
progress.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
radio-group.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
resizable.tsx fix(lint): fix all pre-existing lint failures 2026-05-11 04:02:31 +02:00
scroll-area.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
select.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
separator.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
sheet.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
skeleton.tsx style: format repository with biome 2026-05-05 14:31:16 +02:00
slider.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
sonner.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
spinner.tsx style: format repository with biome 2026-05-05 14:31:16 +02:00
switch.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
table.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
tabs.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
textarea.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
toast.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
toaster.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
toggle-group.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
toggle.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
tooltip.tsx chore: commit current workspace state 2026-05-05 14:46:18 +02:00
use-mobile.tsx fix(web): resolve ESLint regressions from eslint-config-next upgrade 2026-05-10 12:18:58 +02:00
use-toast.ts chore: commit current workspace state 2026-05-05 14:46:18 +02:00