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
+6 -5
View File
@@ -115,12 +115,13 @@ https://api.commandcode.ai/provider/v1/models
For tests or local mocks, override it with `COMMANDCODE_MODELS_URL`.
## Publish
## Contributing
```sh
npm login
npm publish --access public
```
See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup, PR expectations, and commit message rules.
## Release
See [RELEASE.md](RELEASE.md) for the prerelease, npm smoke-test, stable publish, git tag, and GitHub follow-up checklist.
## License