Skip to content

Explain the hidden files chunk init writes - #502

Merged
danmux merged 1 commit into
mainfrom
scottchurchley/fact-413-add-feedback-on-chunk-init-with-instructions-explanation-on
Aug 17, 2026
Merged

Explain the hidden files chunk init writes#502
danmux merged 1 commit into
mainfrom
scottchurchley/fact-413-add-feedback-on-chunk-init-with-instructions-explanation-on

Conversation

@schurchleycci

@schurchleycci schurchleycci commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Summary

  • chunk init writes .claude/settings.json, .codex/hooks.json, and .git/hooks/pre-commit with no context, which is easy to be alarmed by when unfamiliar hooks start running automatically.
  • Prints a one-line explanation after each write/update describing what the file does and whether it's tracked in git.
  • Updates the "What it creates" list in the getting started guide to cover all four files chunk init writes (it previously omitted .codex/hooks.json and .git/hooks/pre-commit).

Fixes FACT-413.

Test plan

  • task test (1224 tests, full suite passes)
  • task lint (0 issues)
  • Manually ran chunk init in a scratch git repo and confirmed the new explanation lines print correctly after each hidden file
Screenshot 2026-08-13 at 1 39 07 PM

🤖 Generated with Claude Code

chunk init writes .claude/settings.json, .codex/hooks.json, and
.git/hooks/pre-commit with no context, which is easy to be alarmed by when
unfamiliar hooks start running automatically. Print a one-line explanation
of what each does and whether it's tracked in git, and document them in the
getting started guide.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@linear-code

linear-code Bot commented Aug 13, 2026

Copy link
Copy Markdown

FACT-413

@schurchleycci
schurchleycci marked this pull request as ready for review August 13, 2026 17:39
@danmux
danmux merged commit 252b08c into main Aug 17, 2026
6 checks passed
@danmux
danmux deleted the scottchurchley/fact-413-add-feedback-on-chunk-init-with-instructions-explanation-on branch August 17, 2026 10: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.

3 participants