Thanks for contributing to Agent Init.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
- Fork and clone the repo.
- Install dependencies: npm install
- Build locally: npm run build
- Run lint/typecheck/tests before opening a PR:
- npm run lint
- npm run typecheck
- npm run test
- Create a feature branch from main.
- Use clear, conventional commit messages (e.g. feat: add readiness report).
- Keep PRs focused and include context in the description.
- Add or update tests when behavior changes.
- ESLint + Prettier are enforced in CI.
- Prefer small, composable functions with clear types.
- Use GitHub Issues for bugs and feature requests.
- Provide steps to reproduce and expected behavior.
Releases are automated with release-please when changes are merged to main.