singularity-forge/src/resources/extensions
Tom Boucher c442e2d97e fix: treat auto-discovered verification failures as advisory, not blocking (#1188)
When the verification gate auto-discovers commands from package.json
(typecheck, lint, test), failures on pre-existing errors create a doom
loop: execute → fail → auto-fix → still fails → retry exhausted → pause.
The agent can't fix pre-existing lint/test errors it didn't introduce.

Now, when discoverySource is 'package-json', gate failures are logged
as warnings and the task proceeds without triggering the retry loop.
Explicitly configured checks (via preferences or task plan verify field)
still trigger the full retry cycle.

This preserves the safety of user-configured verification while
preventing auto-discovered checks from blocking on inherited tech debt.

Fixes #1186
2026-03-18 10:54:16 -06:00
..
async-jobs fix: don't trigger LLM turns on async_bash job completion (#875) (#880) 2026-03-17 08:30:13 -06:00
bg-shell fix: add barrel files for remote-questions, ttsr, and shared extensions (#1048) 2026-03-17 18:48:32 -06:00
browser-tools feat(browser-tools): configurable screenshot resolution, format, and quality (#1152) 2026-03-18 08:33:40 -06:00
context7 fix: resolve TypeScript type errors in misc extension files (#204) (#213) 2026-03-13 11:36:17 -06:00
google-search fix(google-search): add 30s timeout to Gemini API call (#1139) 2026-03-18 08:25:24 -06:00
gsd fix: treat auto-discovered verification failures as advisory, not blocking (#1188) 2026-03-18 10:54:16 -06:00
mac-tools fix: resolve TypeScript type errors in misc extension files (#204) (#213) 2026-03-13 11:36:17 -06:00
mcporter feat(mcporter): add .gsd/mcp.json per-project MCP config support (#1141) 2026-03-18 08:26:02 -06:00
remote-questions fix: pause auto-mode when env variables needed instead of blocking (#1147) 2026-03-18 08:32:46 -06:00
search-the-web fix(search): consolidate duplicate Brave API helpers (#1010) 2026-03-17 18:06:23 -06:00
shared feat: add OSC 8 clickable hyperlinks for file paths in export notifications (#1114) 2026-03-18 08:21:56 -06:00
slash-commands fix: add barrel files for remote-questions, ttsr, and shared extensions (#1048) 2026-03-17 18:48:32 -06:00
subagent fix: inline bundled extension path parsing in subagent 2026-03-17 17:45:48 -05:00
ttsr fix: add barrel files for remote-questions, ttsr, and shared extensions (#1048) 2026-03-17 18:48:32 -06:00
universal-config perf: add concurrency limits to unbounded Promise.all operations (#1029) 2026-03-17 18:29:28 -06:00
voice fix: add barrel files for remote-questions, ttsr, and shared extensions (#1048) 2026-03-17 18:48:32 -06:00
ask-user-questions.ts fix: add barrel files for remote-questions, ttsr, and shared extensions (#1048) 2026-03-17 18:48:32 -06:00
get-secrets-from-user.ts fix: add barrel files for remote-questions, ttsr, and shared extensions (#1048) 2026-03-17 18:48:32 -06:00