Skip to content

docs: lead with post-start hooks instead of post-create#733

Merged
max-sixty merged 1 commit intomainfrom
post-start-create
Jan 19, 2026
Merged

docs: lead with post-start hooks instead of post-create#733
max-sixty merged 1 commit intomainfrom
post-start-create

Conversation

@max-sixty
Copy link
Owner

Summary

Reorders documentation to recommend post-start (background) as the default choice for hooks, with post-create (blocking) reserved for when something must complete before post-start hooks or --execute run.

  • Hook types table: post-start listed first
  • Section order: ### post-start before ### post-create
  • Comparison section: renamed to "post-start vs post-create"
  • post-start example: now shows copy + server (background tasks)
  • post-create example: now shows install + env (things post-start depends on)
  • post-create description: "Tasks that must complete before post-start hooks or --execute run"
  • wt step copy-ignored: Setup section and description updated to use post-start

Test plan

  • All 879 integration tests pass
  • wt hook --help shows correct ordering and examples
  • wt step copy-ignored --help shows updated guidance

🤖 Generated with Claude Code

Reorders documentation to recommend post-start (background) as the default
choice, with post-create (blocking) for when something must complete before
post-start hooks or --execute run.

Changes:
- Hook types table: post-start listed first
- Section order: ### post-start before ### post-create
- Comparison section: renamed to "post-start vs post-create"
- post-start example: now includes copy + server (background tasks)
- post-create example: now shows install + env (things post-start depends on)
- wt step copy-ignored: Setup section uses post-start

Co-Authored-By: Claude <noreply@anthropic.com>
@max-sixty max-sixty merged commit 33971aa into main Jan 19, 2026
21 checks passed
@max-sixty max-sixty deleted the post-start-create branch January 19, 2026 07:40
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.

1 participant