Skip to content

Conversation

@sisyphus-dev-ai
Copy link
Collaborator

@sisyphus-dev-ai sisyphus-dev-ai commented Jan 24, 2026

Summary

Updates documentation for v3.x as requested in #1034.

Changes

Item 1 - Update version references:

  • Updated from beta.10 to beta.16 in all README files
  • Files updated: README.md, README.ko.md, README.ja.md, README.zh-cn.md

Item 3 - Update hook count:

  • Updated hook count from 31 to 30 (verified from src/hooks/index.ts exports)
  • Files updated: AGENTS.md, src/hooks/AGENTS.md

Item 5 - Document undocumented hooks:

  • Added 10 previously undocumented hooks to src/hooks/AGENTS.md:
    • background-compaction - Preserves background task state during compaction
    • compaction-context-injector - Injects critical context on summarize
    • delegate-task-retry - Retry logic for delegate_task failures
    • interactive-bash-session - Tmux integration for interactive terminals
    • non-interactive-env - Prepends env vars for non-interactive git
    • question-label-truncator - Truncates long AskUserQuestion labels
    • start-work - Initiates work from Prometheus plans
    • task-resume-info - Appends resume instructions to delegate_task
    • session-notification.ts - Session state notifications
    • empty-task-response-detector.ts - Detects empty task responses

Closes #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.

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 6 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

- Update version references from beta.10 to beta.16 in all README files (EN, KO, JA, ZH-CN)
- Update hook count from 31 to 30 (actual count from src/hooks/index.ts exports)
- Document 9 previously undocumented hooks in src/hooks/AGENTS.md:
  - background-compaction
  - compaction-context-injector
  - delegate-task-retry
  - interactive-bash-session
  - non-interactive-env
  - question-label-truncator
  - start-work
  - task-resume-info
  - session-notification
  - empty-task-response-detector

Closes #1034 (items 1, 3, 5)
@justsisyphus justsisyphus force-pushed the docs/v3-docs-update-1034 branch from de3139d to bca9c71 Compare January 24, 2026 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Upgrade to version 3.x docs

2 participants