Verified absent from repo root and .github/:
- CONTRIBUTING.md
- SECURITY.md
- CODE_OF_CONDUCT.md
.github/ISSUE_TEMPLATE/
.github/dependabot.yml
CONTRIBUTING.md should cover: local setup, npm test vs npm run test:e2e, the patch-by-default versioning rule enforced by guard-version-bump.yml, and PR expectations.
SECURITY.md matters here specifically because the package publishes to npm via OIDC trusted publishers.
Verified absent from repo root and
.github/:.github/ISSUE_TEMPLATE/.github/dependabot.ymlCONTRIBUTING.md should cover: local setup,
npm testvsnpm run test:e2e, the patch-by-default versioning rule enforced by guard-version-bump.yml, and PR expectations.SECURITY.md matters here specifically because the package publishes to npm via OIDC trusted publishers.