Skip to content

Commit 9f66fed

Browse files
docs: add agent pre-commit checklist to ADMINISTRATIVE_GUIDE.md
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 515aee7 commit 9f66fed

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/ADMINISTRATIVE_GUIDE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,3 +675,13 @@ Pinned versions should be reviewed and updated **at least quarterly**.
675675
- How to handle breaking changes in scanner tool upgrades
676676
- Consider automating this with Dependabot or Renovate
677677
-->
678+
679+
680+
Agent pre-commit checklist (recommended):
681+
682+
- npx markdownlint-cli2 --fix "**/*.md" # auto-fix markdown lint issues
683+
- npx markdownlint-cli2 "**/*.md" # verify no lint errors
684+
- uv run pytest # run tests via uv wrapper
685+
686+
Agents must run the checklist above and ensure all checks pass before committing and pushing changes.
687+

0 commit comments

Comments
 (0)