Thanks for your interest in contributing to agentis.
- Fork the repository to your own GitHub account.
- Create a feature branch from
main:
git checkout -b feat/your-change- Make your changes with clear commits.
- Open a Pull Request back to
gpu-cli/agentis.
This repo uses pnpm and a Turborepo workspace layout (apps/*, packages/*, and supporting tooling).
Install dependencies and run the project locally:
pnpm install
pnpm devRun all quality checks:
pnpm typecheck
pnpm lint
pnpm testPlease ensure everything passes before submitting your PR.
- Language: TypeScript with strict type checking
- Styling: Tailwind CSS v4
- Keep changes focused and aligned with existing workspace patterns
- Include a clear description of what changed and why.
- Link related issues when applicable.
- Add or update tests when behavior changes.
By contributing, you agree that your contributions will be licensed under the repository's MIT License.