Back to homepageRead-only public route

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.

Visible sections5
Curated paths28
Live items17
Explicit exclusions5

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.

README.mdlive

File

The top-level orientation file for attendees, agents, and repo visitors.

CONTEXT.mdlive

File

The first-pass narrative and operating summary for the whole farm.

AGENTS.mdselected

File

Clean-room rules and source-of-truth order for agent work inside the repo.

MEMORY.mdselected

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.

01-business-overview.mdlive

File

Sets out the holding, tenancy, enterprise mix, and basic business shape.

02-enterprises/live

Folder

Enterprise-level context for calves, sheep, sucklers, and agroforestry.

Representative files
  • calves.md
  • sheep.md
  • suckler.md
  • agroforestry.md
03-financials/live

Folder

Cashflow, funding, rent, stock position, and the broader business control layer.

Representative files
  • cashflow.md
  • projections.md
  • rent-analysis.md
  • stock-register.md
04-metrics/live

Folder

Measurement notes for soil, biodiversity, and formula logic that sit behind decisions.

Representative files
  • formulas.md
  • soil-analysis-2025.md
  • species-survey-2025.md
05-status/live

Folder

The latest confirmed operating snapshot used to ground the wider repo.

Representative files
  • 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.

06-analysis/live

Folder

Decision frameworks and mental models that turn data into judgement.

Representative files
  • summer-winter-tension.md
  • low-input-grazing-framework.md
  • fallowbrook-mental-models-ai-collaboration.md
07-documents/live

Folder

Plans, PRDs, recording packs, and website direction notes for the wider system.

Representative files
  • recording-pack-ch4-9.md
  • fallowbrook-website-build-plan.md
  • public-demo-reset-checklist.md
09-log/selected

Folder

Short implementation logs showing how the clean-room workspace has been expanded.

scripts/live

Folder

Reset, install, sync, and publishing scripts that make the workspace repeatable.

Representative files
  • 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.

calf-dashboard/live

Folder

Tracks the main quick-turn livestock enterprise: buying, selling, occupancy, and margin.

Representative files
  • app/page.tsx
  • app/calves.json
  • scripts/generate-demo-data.mjs
lamb-dashboard/live

Folder

Shows the summer trading flock flow and the economics of turning grass into margin.

Representative files
  • app/page.tsx
  • app/lambs.json
cashflow-calendar/live

Folder

Maps the farm year as a liquidity problem rather than just a livestock one.

Representative files
  • app/page.tsx
  • app/cashflow.json
farm-control-tower/live

Folder

Acts as the Monday cockpit, pulling stock, cash, and winter pressure into one place.

Representative files
  • app/page.tsx
  • app/control-tower.json
grazing-planner/live

Folder

Turns the grass narrative into a seasonal carrying-capacity view.

Representative files
  • app/page.tsx
  • app/grazing.json
mso/live

Folder

Stress-tests stocking ambition against grass growth and bought-in forage risk.

Representative files
  • src/App.tsx
  • src/engine/calculateMso.ts
site/live

Folder

The public-facing website layer that introduces the series and exposes the clean-room structure.

Representative files
  • 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.

farm-simulator/scaffold

Folder

The long-form operational simulator surface. Present in the repo, but still not as deep as the other live apps.

second-brain/scaffold

Folder

Workflow and automation scaffolding for agent-led knowledge work.

stock-tracker/selected

Folder

An additional livestock-facing module that extends the wider operating surface.

medicine-log/selected

Folder

Medication and treatment tracking surface inside the clean-room mirror.

agroforestry/selected

Folder

Tree and land-use planning layer that complements the stewardship side of the business.

mso-input-tracker/scaffold

Folder

A supporting module around monthly sustainable output inputs and handling.

joe-life/selected

Folder

A personal but fictionalised context layer that sits adjacent to farm operations.

gel/scaffold

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.

Return to homepage

The future public chat should use this same allowlist rather than unrestricted repo access.