Skip to content

Commit 5e939ab

Browse files
Enhance documentation by adding verification steps for CI checks after file modifications in AGENTS.md and CLAUDE.md. Update core-dotfiles.mdc with similar verification guidance.
1 parent d1152d7 commit 5e939ab

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.cursor/rules/core-dotfiles.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ alwaysApply: true
1111
- Keep `.stowrc`, `stow-all.sh`, and `README.md` consistent whenever package layout or setup commands change.
1212
- Base configs in `common/` should source host extension files from `~/.config/...` when per-host behavior is needed.
1313
- Never commit secrets, private keys, or machine-specific absolute paths.
14+
- After modifying any file, run `pre-commit run --all-files` to ensure changes pass CI checks before committing.

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ This repository stores cross-platform dotfiles managed with GNU Stow.
2020
- Initialize submodule: `git submodule update --init --recursive`
2121
- Run checks: `pre-commit run --all-files`
2222

23+
## Verification
24+
25+
After modifying any file, run `pre-commit run --all-files` to ensure changes pass CI checks before committing.
26+
2327
## Topic docs
2428

2529
- Shell conventions: `.cursor/shared/shell.md`

CLAUDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ This repository stores cross-platform dotfiles managed with GNU Stow.
2020
- Initialize submodule: `git submodule update --init --recursive`
2121
- Run checks: `pre-commit run --all-files`
2222

23+
## Verification
24+
25+
After modifying any file, run `pre-commit run --all-files` to ensure changes pass CI checks before committing.
26+
2327
## Topic docs
2428

2529
- Shell conventions: `.cursor/shared/shell.md`

0 commit comments

Comments
 (0)