singularity-forge/src/tests
Jeremy McSpadden 2c926c12e3 fix: Phase 1 quick wins — bug fixes, security hardening, and performance
- Fix loadStoredEnvKeys divergent provider lists: add telegram_bot and
  custom-openai to wizard.ts (the canonical copy used by CLI), remove
  dead duplicate from onboarding.ts
- Security: add SAFE_COMMAND_PREFIXES allowlist to resolveConfigValue
  to prevent arbitrary RCE via settings.json shell commands
- Security: add TOFU (Trust On First Use) model for project-local
  extensions — skip untrusted .pi/extensions/ with stderr warning
- Performance: debounce sql.js MemoryStorage persistence (500ms window)
  so rapid mutations coalesce into a single db.export()+writeFileSync
- Fix double lstatSync call in tool-bootstrap.ts isRegularFile
- Add 26 new tests covering all changes
2026-03-16 13:18:02 -05:00
..
integration fix: guard against newer synced resources (#445) 2026-03-14 22:58:18 -06:00
app-smoke.test.ts fix: Phase 1 quick wins — bug fixes, security hardening, and performance 2026-03-16 13:18:02 -05:00
artifact-manager.test.ts feat: TTSR + blob/artifact storage (ported from oh-my-pi) 2026-03-13 08:43:56 -06:00
blob-store.test.ts feat: TTSR + blob/artifact storage (ported from oh-my-pi) 2026-03-13 08:43:56 -06:00
bundled-extension-paths.test.ts Fix packaging verification and path portability (#378) 2026-03-14 12:28:14 -06:00
ci_monitor.test.ts feat: add GitHub Workflows skill with CI workflow and ci_monitor tool (#294) 2026-03-13 22:31:17 -06:00
extension-smoke.test.ts fix: google-search OAuth test mock and Windows path separator in smoke test 2026-03-16 11:56:46 -06:00
google-search-auth.repro.test.ts fix: google-search OAuth test mock and Windows path separator in smoke test 2026-03-16 11:56:46 -06:00
llm-context-tavily.test.ts feat: add Tavily as alternative search provider (#102) 2026-03-12 07:12:19 -06:00
native-search.test.ts fix: prevent web_search tool injection for non-Anthropic providers serving Claude models (#444) (#446) 2026-03-14 22:15:00 -06:00
postinstall.test.ts Fix packaging verification and path portability (#378) 2026-03-14 12:28:14 -06:00
provider.test.ts feat: add Ollama Cloud as model and web tool provider (#430) (#434) 2026-03-14 21:03:31 -06:00
search-provider-command.test.ts feat: add Ollama Cloud as model and web tool provider (#430) (#434) 2026-03-14 21:03:31 -06:00
search-tavily.test.ts feat: add Tavily as alternative search provider (#102) 2026-03-12 07:12:19 -06:00
tavily-helpers.test.ts feat: add Tavily as alternative search provider (#102) 2026-03-12 07:12:19 -06:00
tool-bootstrap.test.ts Fix packaging verification and path portability (#378) 2026-03-14 12:28:14 -06:00
ttsr-manager.test.ts feat: TTSR + blob/artifact storage (ported from oh-my-pi) 2026-03-13 08:43:56 -06:00
ttsr-rule-loader.test.ts feat: TTSR + blob/artifact storage (ported from oh-my-pi) 2026-03-13 08:43:56 -06:00
update-check.test.ts feat: add startup update check with 24h cache 2026-03-13 14:28:43 -03:00