justsisyphus
616ee7805c
refactor: standardize naming conventions across agents, tools, and hooks
- Rename agent "OpenCode-Builder" to "opencode-builder" (kebab-case)
- Rename tool "slashcommand" to "slash_command" (snake_case)
- Add "Hook" suffix to 3 factory functions:
- createCompactionContextInjector → createCompactionContextInjectorHook
- createSessionNotification → createSessionNotificationHook
- createTodoContinuationEnforcer → createTodoContinuationEnforcerHook
- Rename createCommentCheckerHooks → createCommentCheckerHook (singular)
BREAKING CHANGE: Config files using "OpenCode-Builder" must update to "opencode-builder".
BREAKING CHANGE: Agent prompts referencing "slashcommand" must update to "slash_command".
2026-01-31 13:47:44 +09:00
..
2026-01-30 15:58:56 +09:00
2026-01-28 19:01:33 +09:00
2026-01-30 16:19:02 +09:00
2026-01-29 19:48:36 +09:00
2026-01-31 13:47:44 +09:00
2026-01-30 16:19:02 +09:00
2026-01-23 02:40:13 +07:00
2026-01-19 14:58:13 +09:00