Thanks for contributing to Klever's agentic environment CLI.
Requirements:
- Node.js
>=20 - npm
- GitHub CLI (
gh) for release and repository operations
Install and test:
npm install
npm testRun locally:
node src/cli.mjs --help- Fork the repository.
- Create a branch from
main. - Implement your change with tests when applicable.
- Run:
npm testnpm pack --dry-run
- Open a pull request using the PR template.
- Use clear, scoped commit messages.
- Keep PRs focused and small when possible.
- Explain user-facing impact and migration implications.
- Reference related issues using
Fixes #<id>when relevant.
- Security-sensitive behavior (
scripts/, token handling, redaction). - Policy changes that alter default execution permissions.
- Anything that affects generated
AGENTS.mdcontracts.
- Use GitHub Issues with the provided templates.
- For vulnerabilities, do not open a public issue. See
SECURITY.md.