Layer 2 · Structure browser
See how the farm is organised without opening the whole repo.
This route is the public-safe map of the Fallowbrook workspace. It shows how the clean-room farm is structured, which modules are already live, and which parts are still scaffold-level. It is also the allowlist boundary that future public API chat should inherit.
Public-safety boundary
Curated, not indiscriminate
The point of this route is to teach structure. It is not an unrestricted file browser.
What this route shows
- Only public-safe folders and representative filenames are shown.
- The route explains structure and purpose rather than exposing arbitrary file contents.
- Live modules and scaffold-level modules are labelled differently so visitors can see maturity honestly.
What stays out
- .git internals and repository metadata
- build artefacts such as .next, dist, build, and test-results
- dependency folders such as node_modules
- 08-personal and any note layer that is not intended for public teaching use
- raw unrestricted file browsing, secrets, tokens, and generated caches
Visible map
The public-safe repo shape
This is the compressed tree view that explains the workspace at a glance before you step into individual sections.
fallowbrook-farm/ ├── README.md ├── CONTEXT.md ├── 01-business-overview.md ├── 02-enterprises/ ├── 03-financials/ ├── 04-metrics/ ├── 05-status/ ├── 06-analysis/ ├── 07-documents/ ├── 09-log/ ├── scripts/ ├── calf-dashboard/ ├── lamb-dashboard/ ├── cashflow-calendar/ ├── farm-control-tower/ ├── grazing-planner/ ├── mso/ └── site/
Core context
The files that teach the farm how to think
These are the root documents that define the fictional farm, set operating rules, and stabilise agent behaviour across sessions.
File
The top-level orientation file for attendees, agents, and repo visitors.
File
The first-pass narrative and operating summary for the whole farm.
File
Clean-room rules and source-of-truth order for agent work inside the repo.
File
A lightweight continuity layer so the workspace remembers recurring context.
Farm model
The fictional farm records and business spine
This is the part that makes Fallowbrook feel like a farm rather than a generic AI demo: enterprises, financials, metrics, and the current position.
File
Sets out the holding, tenancy, enterprise mix, and basic business shape.
Folder
Enterprise-level context for calves, sheep, sucklers, and agroforestry.
- calves.md
- sheep.md
- suckler.md
- agroforestry.md
Folder
Cashflow, funding, rent, stock position, and the broader business control layer.
- cashflow.md
- projections.md
- rent-analysis.md
- stock-register.md
Folder
Measurement notes for soil, biodiversity, and formula logic that sit behind decisions.
- formulas.md
- soil-analysis-2025.md
- species-survey-2025.md
Folder
The latest confirmed operating snapshot used to ground the wider repo.
- current-position.md
Reasoning layer
Frameworks, plans, and working documents
This layer explains why the farm is set up as it is, what tensions matter, and which projects are being built next.
Folder
Decision frameworks and mental models that turn data into judgement.
- summer-winter-tension.md
- low-input-grazing-framework.md
- fallowbrook-mental-models-ai-collaboration.md
Folder
Plans, PRDs, recording packs, and website direction notes for the wider system.
- recording-pack-ch4-9.md
- fallowbrook-website-build-plan.md
- public-demo-reset-checklist.md
Folder
Short implementation logs showing how the clean-room workspace has been expanded.
Folder
Reset, install, sync, and publishing scripts that make the workspace repeatable.
- install-workspace.sh
- reset-demo-state.sh
Live apps
Operational surfaces already built from the knowledge base
These are the strongest public proofs that the repo is not just documentation. The data is fictional, but the operating patterns are real.
Folder
Tracks the main quick-turn livestock enterprise: buying, selling, occupancy, and margin.
- app/page.tsx
- app/calves.json
- scripts/generate-demo-data.mjs
Folder
Shows the summer trading flock flow and the economics of turning grass into margin.
- app/page.tsx
- app/lambs.json
Folder
Maps the farm year as a liquidity problem rather than just a livestock one.
- app/page.tsx
- app/cashflow.json
Folder
Acts as the Monday cockpit, pulling stock, cash, and winter pressure into one place.
- app/page.tsx
- app/control-tower.json
Folder
Turns the grass narrative into a seasonal carrying-capacity view.
- app/page.tsx
- app/grazing.json
Folder
Stress-tests stocking ambition against grass growth and bought-in forage risk.
- src/App.tsx
- src/engine/calculateMso.ts
Folder
The public-facing website layer that introduces the series and exposes the clean-room structure.
- app/page.tsx
- app/structure/page.tsx
Parity modules
Additional modules present in the repo but not all at full depth yet
These folders extend the mirror of the real operating surface. Some are already useful; others are scaffold-level and still being deepened.
Folder
The long-form operational simulator surface. Present in the repo, but still not as deep as the other live apps.
Folder
Workflow and automation scaffolding for agent-led knowledge work.
Folder
An additional livestock-facing module that extends the wider operating surface.
Folder
Medication and treatment tracking surface inside the clean-room mirror.
Folder
Tree and land-use planning layer that complements the stewardship side of the business.
Folder
A supporting module around monthly sustainable output inputs and handling.
Folder
A personal but fictionalised context layer that sits adjacent to farm operations.
Folder
Additional parity workspace included in the clean-room mirror.
Next layer
Public API chat
With the structure boundary now explicit, the next job is to let visitors ask the farm questions against this same public-safe surface.
The future public chat should use this same allowlist rather than unrestricted repo access.