Skip to content

Commit e9d8c15

Browse files
chore: 🤖 tweak AGENTS.md
1 parent 1f7c9ed commit e9d8c15

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

‎AGENTS.md‎

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ TypeScript is the default; keep modules ESM-first with named exports. Biome enfo
1919
Always adopt test-driven development, following the red-green-refactor cycle. Only exercise the components publicly exposed by the module when testing, and do not couple tests to internal implementation details. Vitest drives unit tests. Place specs under `test/` mirroring `src/` paths and use descriptive `describe` blocks. Property-based checks with `fast-check` are encouraged where meaningful, and `msw` is available for network mocks. If necessary, verify coverage locally with `pnpm test:coverage`.
2020

2121
## Commit & Pull Request Guidelines
22-
Follow Conventional Commits; `pnpm commit` invokes Commitizen under `@commitlint/config-conventional`. Describe behaviour changes as new features or patches as appropriate. Breaking changes should be described in the commit body following Conventional Commit format. PRs should link issues and summarise package-level impact. Run `pnpm lint` and `pnpm test` before opening a PR. Include screenshots or API snippets when adjustments affect consumers.
22+
Follow Conventional Commits; `pnpm commit` invokes Commitizen under `@commitlint/config-conventional`. Describe behaviour changes as new features or patches as appropriate. PRs should link issues and summarise package-level impact. Run `pnpm lint` and `pnpm test` before opening a PR. Include screenshots or API snippets when adjustments affect consumers.
2323

24-
## Security & Release Notes
25-
Avoid checking secrets into templates or generators. Releases run through `pnpm release` (Lerna publish), so keep semver changes scoped to the packages you touch and document compatibility notes in the PR.
24+
## Security
25+
Avoid checking secrets into templates or generators.
26+
27+
## Release Guidelines
28+
Releases run through `pnpm release` (Lerna publish), so keep semver changes scoped to the packages you touch and document compatibility notes in the PR.

0 commit comments

Comments
 (0)