docs(contributing): add contribution and release guides

This commit is contained in:
Patrick Wozniak
2026-05-26 23:26:52 +02:00
parent cc05faa526
commit b850558199
5 changed files with 343 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
# Agent Instructions
- Follow [CONTRIBUTING.md](CONTRIBUTING.md) before changing code, tests, docs, or commit messages.
- Use [RELEASE.md](RELEASE.md) for prerelease, npm smoke-test, stable release, tag, and GitHub follow-up work.
- Keep changes focused and reviewable; avoid unrelated refactors.
- Run the relevant checks before reporting work as done.
- Do not commit, tag, push, or publish unless explicitly asked in the current conversation.