A small set of curated, plain-Markdown docs that answer the questions you actually hit while working — what a service does, where data lives, how to deploy, which secret to use, who owns what. Built to be read by AI coding agents and humans, on demand.
Lives at FarmAgent2-Workspace/context/ · plain .md · the first thing every session reads.
The index tells you which doc answers which question. Don't pull all of them into context up front; open the one that matches what you're doing right now.
Every doc earns its place by answering a recurring question. The README carries this same table — here it is, grouped by what you're trying to do.
The README is the router. Open the one doc your task needs — don't front-load all fourteen. Keeps context lean and answers precise.
Docs can lag reality. When a doc and the code disagree, the code wins — e.g. derive DB truth from connection.py/config.py, not a README sentence. Docs flag their own stale spots.
Machine-specific details (local proxy ports, your boxes) live in a separate personal ~/context/local-systems.md — so the project docs stay portable and shareable.
The one rule everything else respects: FarmAgent services connect only to the digital_twin DB. Pipeline tools are the producers. data-model.md has the diagram.
It's maintained as the product moves. Recent additions: models.md (the CV/ML models + training data) and the DB connect-recipe in data-model.md. When you learn something the hard way, write it down here.
Every doc is pitched so an AI agent and a new engineer both get unblocked — concrete, specific, with the "why," not just the "what."
Session starts → read README.md, then stage.md. Now you know the shape of the system and where it is in its lifecycle.
About to touch the DB? Open data-model.md. Deploying? deploy.md. Hit a farm term? glossary.md. The index points you.
Each doc gives constraints + rationale, so the work fits the real system the first time — fewer wrong turns, fewer prod surprises.
AGENTS.md makes the first two steps mandatory at session start — the context system is wired into how every agent boots.
FarmAgent2 VM, the Digital Twin DB, Task API, Visual Scale.
Anno Tool, drone ML pipeline, CVAT, legacy Composer.
DS analysis, prod→DS sync, Visual Scale sandbox.