Skip to content

Commit 50094de

Browse files
docs: fix remaining AGENTS hook composition text
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <[email protected]>
1 parent 3aa2748 commit 50094de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/AGENTS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ loadPluginConfig(directory, ctx)
3232

3333
```
3434
createHooks()
35-
├─→ createCoreHooks() # 37 hooks
35+
├─→ createCoreHooks() # 39 hooks
3636
│ ├─ createSessionHooks() # 23: contextWindowMonitor, thinkMode, ralphLoop, modelFallback, runtimeFallback, noSisyphusGpt, noHephaestusNonGpt, anthropicEffort, intentGate...
37-
│ ├─ createToolGuardHooks() # 10: commentChecker, rulesInjector, writeExistingFileGuard, jsonErrorRecovery, hashlineReadEnhancer...
37+
│ ├─ createToolGuardHooks() # 12: commentChecker, rulesInjector, writeExistingFileGuard, jsonErrorRecovery, hashlineReadEnhancer...
3838
│ └─ createTransformHooks() # 4: claudeCodeHooks, keywordDetector, contextInjector, thinkingBlockValidator
39-
├─→ createContinuationHooks() # 7: todoContinuationEnforcer, atlas, stopContinuationGuard, ralphLoopActivator...
39+
├─→ createContinuationHooks() # 7: todoContinuationEnforcer, atlas, stopContinuationGuard, compactionContextInjector...
4040
└─→ createSkillHooks() # 2: categorySkillReminder, autoSlashCommand
4141
```

src/plugin/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Core glue layer. 20 source files assembling the 8 OpenCode hook handlers and com
2727
| `create-session-hooks.ts` | Session | 23 |
2828
| `create-tool-guard-hooks.ts` | Tool Guard | 12 |
2929
| `create-skill-hooks.ts` | Skill | 2 |
30-
| `create-core-hooks.ts` | Aggregator | Session + Guard + Transform = 37 |
30+
| `create-core-hooks.ts` | Aggregator | Session + Guard + Transform = 39 |
3131

3232
## SUPPORT FILES
3333

0 commit comments

Comments
 (0)