singularity-forge/src/resources/extensions/browser-tools
Jeremy McSpadden f0059a5498 fix(extensions): update provides.hooks in 7 extension manifests to match actual registrations (#3157)
Audit found that 7 bundled extensions had incomplete provides.hooks
arrays in their manifests. Updated each to match actual pi.on() calls:

- async-jobs: +session_before_switch, session_shutdown
- bg-shell: +8 hooks (session_compact, session_tree, etc.)
- browser-tools: +session_start
- context7: +session_shutdown
- google-search: +session_shutdown
- gsd: +12 hooks (bash_transform, tool_call, tool_result, etc.)
- search-the-web: +session_start

Closes #3156
2026-03-31 11:54:41 -06:00
..
tests feat(browser-tools): configurable screenshot resolution, format, and quality (#1152) 2026-03-18 08:33:40 -06:00
tools feat(gsd): add .gsd/RUNTIME.md template for declared runtime context (#1626) 2026-03-20 12:51:51 -06:00
BROWSER-TOOLS-V2-PROPOSAL.md Initial commit 2026-03-10 22:28:37 -06:00
capture.ts feat(browser-tools): configurable screenshot resolution, format, and quality (#1152) 2026-03-18 08:33:40 -06:00
core.ts fix: resolve browser-tools TypeScript type errors in CI 2026-03-16 13:39:14 -05:00
evaluate-helpers.ts chore(M002/S01): auto-commit after reassess-roadmap 2026-03-13 08:04:27 -06:00
extension-manifest.json fix(extensions): update provides.hooks in 7 extension manifests to match actual registrations (#3157) 2026-03-31 11:54:41 -06:00
index.ts feat(gsd): add .gsd/RUNTIME.md template for declared runtime context (#1626) 2026-03-20 12:51:51 -06:00
lifecycle.ts fix: document silent catch handlers in browser-tools (#1037) 2026-03-17 18:33:00 -06:00
package.json feat(M002/S03): Screenshot pipeline 2026-03-13 08:04:27 -06:00
refs.ts fix: resolve TypeScript type errors in browser-tools extension (#204) (#212) 2026-03-13 11:35:47 -06:00
settle.ts fix(browser-tools): document intentional silent catches, add debug logging for others (#1013) 2026-03-17 18:01:44 -06:00
state.ts fix: consolidate duplicate VerificationCheck/Result type definitions (#1008) 2026-03-17 18:01:42 -06:00
utils.ts fix: consolidate duplicate VerificationCheck/Result type definitions (#1008) 2026-03-17 18:01:42 -06:00