This repository holds organization-level GitHub configuration for Pretorin AI. It is not a product — it exists to control what shows up across the org on GitHub.
The file that matters here is profile/README.md. GitHub renders it as the public org profile page at github.com/pretorin-ai — it's the first thing visitors see. The README.md you're reading now is not shown there; it's only visible to people who open this repo directly.
- Edit
profile/README.md— not this file. - Commit and push to
main. The public profile page updates automatically; there's no build or deploy step. - Verify the result at github.com/pretorin-ai.
- Public, high-visibility surface. Anything added here is indexed and discoverable. Don't reference private repos, internal URLs, or anything not meant for a general audience.
- Tools with public repos go under Open Source Tools → Available Now with a direct repo link.
- Tools without a public repo (e.g. the CLI, whose source repo is private) should not link the repo. Instead, point users to the docs and a public install path (e.g. PyPI). The Pretorin CLI entry follows this pattern: install commands + a link to the docs at https://pretorin-ai.github.io/pretorin-cli/, with no repo link.
- Keep install commands in sync with the docs. When the CLI install instructions change at the docs site, update the snippet in
profile/README.mdto match. Only include install methods that work without repo access (PyPI viauv/pip/pipx) — skip Docker and dev-setup steps that require cloning the private repo.
Additional org-wide GitHub defaults (issue templates, funding, etc.) can live in this repo per GitHub's community health file conventions.