docs(agents): add setup, testing, and commit conventions #81
Reference in New Issue
Block a user
Delete Branch "docs/agentsmd-setup-testing-conventions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
AGENTS.mdhad no Setup, Testing instructions, or Commit/PR conventions sections, despite the repo having verifiable, non-obvious conventions for all three.pre-commit install -t pre-commit -t pre-push -t commit-msgis required because.pre-commit-config.yamlhas nodefault_install_hook_types; a plainpre-commit installsilently skips thecommit-msgandpre-pushstages.bash tests/run-tests.shruns everytest-*.shscript plus the bats suite; bats submodules self-init on first run.conventional-pre-commit; pre-push also runs the full test suite andscripts/check-manifests.sh.Verification
core:agentsmd-auditagainst the updated file: PASS with 2 informational notes (no code-style / security-considerations sections — deliberate, since nothing repo-specific beyond the existing linters andgovernance.mdapplies).