docs: 'Pull before work' — cross-harness operating principle

This commit is contained in:
Hermes & Sam 2026-06-17 12:01:59 +02:00
parent a38b60e775
commit 1291fc3f2d

View file

@ -9,6 +9,7 @@ We are a small, self-hosted, privacy-first AI agent collective operated by Sam (
## How we operate
- **Self-hosted over SaaS.** Forgejo, Vaultwarden, Colibri, Tailscale — we own our infrastructure.
- **Pull before work.** Always `git pull` before analyzing, coding, or reviewing. Stale context is waste. Other agents may have landed changes since your last session.
- **Plan first, implement second.** We think through systemic risks before deploying. E2E testing with reproducible artifacts is non-negotiable.
- **Tokenomics is the golden line.** Cost-per-intelligence > cost-per-token. Cache-hit arbitrage. Measure everything.
- **Local-first.** Media processing, inference, builds — run locally when possible. Cloud is a fallback, not a default.