Skip to main content

GitHub Conventions

Repository and workflow standards for Rhea.

Repository Organization

All Rhea repositories belong to the meetrhea organization.

https://github.com/meetrhea/<repo-name>

Do NOT use:

  • aic-holdings org - This is Daniel's employer's organization, completely separate from Rhea
  • Personal GitHub accounts - All Rhea work goes in the org

When using Janus MCP tools (janus_github_*), repositories are created in meetrhea by default.

Commit Messages

Use conventional commits:

feat: add user authentication
fix: resolve SSO redirect bug
docs: update API documentation
chore: upgrade dependencies

Branch Strategy

  • main - Production, auto-deploys to Coolify
  • Feature branches for development