singularity-forge/web
Mikael Hugo 97619cbc74 fix: resolve 3 test failures and 1 pre-existing code bug
- unit-runtime: fall back to STATE.md for nextActionAdvanced when DB is
  unavailable (restores test compat for reconcileDurableCompleteUnitRuntime-
  Records; DB path still preferred in production)
- browser-slash-command-dispatch: remove 'stop' from SF_PASSTHROUGH_COMMANDS
  so /stop correctly returns { kind: 'reject' } in browser mode (was falling
  through to prompt/rpc instead of builtin-reject)
- bg-events: export MAX_PENDING_ALERTS so process-manager can re-export it;
  satisfies session-memory-leaks contract test
- commands-handlers: guard effectiveScope assignment — only use requestedScope
  when mode=audit AND requestedScope is truthy (avoids undefined propagation)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-10 04:55:56 +02:00
..
app refactor(uok): rename scheduler-v2 and plan-v2 to drop v2 suffix 2026-05-09 14:45:02 +02:00
components fix: update test snapshots for queryInstruction and complete /sf prefix Phase 2 deprecation 2026-05-09 00:17:47 +02:00
hooks chore: commit current workspace state 2026-05-05 14:46:18 +02:00
lib fix: resolve 3 test failures and 1 pre-existing code bug 2026-05-10 04:55:56 +02:00
public feat(web): browser-based web interface (#1717) 2026-03-21 12:16:54 -06:00
styles style: format repository with biome 2026-05-05 14:31:16 +02:00
.gitignore feat(web): browser-based web interface (#1717) 2026-03-21 12:16:54 -06:00
components.json style: format repository with biome 2026-05-05 14:31:16 +02:00
eslint.config.mjs style: format repository with biome 2026-05-05 14:31:16 +02:00
next-env.d.ts feat(web): browser-based web interface (#1717) 2026-03-21 12:16:54 -06:00
next.config.mjs style: format repository with biome 2026-05-05 14:31:16 +02:00
package-lock.json feat(sf): align node sqlite uok runtime 2026-05-08 03:01:20 +02:00
package.json feat(sf): align node sqlite uok runtime 2026-05-08 03:01:20 +02:00
postcss.config.mjs style: format repository with biome 2026-05-05 14:31:16 +02:00
proxy.ts chore: commit current workspace state 2026-05-05 14:46:18 +02:00
tsconfig.json style: format repository with biome 2026-05-05 14:31:16 +02:00