rethink development¶
The reference for building and shipping on our network: the shared libraries, the coding standards, and how to get a project deployed.
This is a public site — it documents generic patterns and conventions. Real
infrastructure specifics (hostnames, internal IPs, exact topology, secrets) stay
out of it; examples use placeholders like <dev>, <project>, and /srv/....
Point your coding agent here
Want your agent aware of our libraries, standards, and deploy rules before it
writes a line? Tell it to read this handbook — so it reaches for an existing
rethink-public lib instead of reinventing it, follows our conventions, and
builds a deploy-ready container.
Point it straight at the repo — no need to clone into your project:
Sections¶
-
The live list of the
rethink-publiclibrary suite, pulled straight from Gitea — each entry links to the repo, where the README and tags live. -
House coding standards — file hygiene, docstrings, type hints, linting, and how we handle errors.
-
Get hands on with how we dev — our Gitea, git habits, and the plan-in-chat / build-in-Claude-Code flow, plus shell setup.
-
Project-based Python isolation — local
.venv, Makefile, or Docker — and local version management with pyenv. -
How to get a project running on rethink-net — containers, paths and mounts, permissions, and secrets.