singularity-forge/src/resources/extensions/bg-shell
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
..
bg-shell-command.ts refactor(bg-shell): split 1604-line god file into tool, command, and lifecycle modules (#1049) 2026-03-17 18:36:24 -06:00
bg-shell-lifecycle.ts fix(bg-shell): recover from deleted cwd in timers (#2850) 2026-03-27 09:54:31 -06:00
bg-shell-tool.ts refactor(bg-shell): split 1604-line god file into tool, command, and lifecycle modules (#1049) 2026-03-17 18:36:24 -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 Improve startup performance with lazy extension loading (#1336) 2026-03-19 07:38:50 -06:00
interaction.ts feat: managed RTK integration with opt-in preference and web UI toggle (#2620) 2026-03-26 09:33:07 -06:00
output-formatter.ts refine: extensions elegance improvements (#1503) 2026-03-19 16:59:52 -06:00
overlay.ts fix(memory): fix memory and resource leaks across TUI, LSP, DB, and automation (#2314) 2026-03-24 07:23:36 -06:00
process-manager.ts feat: managed RTK integration with opt-in preference and web UI toggle (#2620) 2026-03-26 09:33:07 -06:00
readiness-detector.ts refactor: decompose bg-shell/index.ts into focused modules 2026-03-15 17:27:56 -06:00
types.ts refine: extensions elegance improvements (#1503) 2026-03-19 16:59:52 -06:00
utilities.ts fix(bg-shell): recover from deleted cwd in timers (#2850) 2026-03-27 09:54:31 -06:00