Skip to content

Commit d1d7bb2

Browse files
committed
add update notice
1 parent e0de685 commit d1d7bb2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,15 @@ This runs the one-time setup (using the `manual` stage) and will:
7373
- Create a `.prompts/` directory with a `.gitignore` that prevents prompt files from being committed
7474
- Install the Claude Code `UserPromptSubmit` hook into `.claude/settings.json` so prompts are recorded automatically (merges safely with existing settings)
7575

76+
## Updating
77+
78+
To update the hooks:
79+
80+
```shell
81+
pre-commit autoupdate
82+
pre-commit run --hook-stage manual prepare-ai-repository
83+
```
84+
7685
## Contributing prompt recording for another AI
7786

7887
If you are using a different AI coding assistant, or want to set up prompt recording manually, ask your AI model to add the following configuration.

0 commit comments

Comments
 (0)