docs: update v3.x documentation (items 1, 3, 5) #1055
+28
−18
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Updates documentation for v3.x as requested in #1034.
Changes
Item 1 - Update version references:
beta.10tobeta.16in all README filesItem 3 - Update hook count:
src/hooks/index.tsexports)Item 5 - Document undocumented hooks:
src/hooks/AGENTS.md:background-compaction- Preserves background task state during compactioncompaction-context-injector- Injects critical context on summarizedelegate-task-retry- Retry logic for delegate_task failuresinteractive-bash-session- Tmux integration for interactive terminalsnon-interactive-env- Prepends env vars for non-interactive gitquestion-label-truncator- Truncates long AskUserQuestion labelsstart-work- Initiates work from Prometheus planstask-resume-info- Appends resume instructions to delegate_tasksession-notification.ts- Session state notificationsempty-task-response-detector.ts- Detects empty task responsesCloses #1034 (items 1, 3, 5)
Summary by cubic
Updated v3.x docs to reflect the beta.16 release, correct the lifecycle hook count to 30, and add docs for 10 previously undocumented hooks. Aligns install instructions and hook inventory with the code; completes #1034 items 1, 3, and 5.
Written for commit bca9c71. Summary will update on new commits.