Leakdown

Everything a run writes, and where.

One folder per site, one folder per run inside it. The site level keeps a copy of the newest run's reports.

The runs folder

The layout below is what a site looks like after a few runs.

runs/
runs/<site>/
  SITE.md              what the page sells, to whom, its walls
  MAP.md, map.json     every page the crawler found
  FLOW.md              drafted checkpoints (--flow)
  personas/            the prospects built for this site
  flows/               flow files for this site only
  analytics.json       optional: real-visitor weighting
  VERDICTS.md          mark each wall real: or false:
  COMPARE.md           A/B verdict (--compare)
  AGGREGATE.md …       copy of the newest run's reports
  <date>/<time>/       one run (<time>--<variant> for A/B)
    RUN.md             seat, model, sessions, exits, tokens, minutes
    AGGREGATE.md       the one-page report
    DETAIL.md          every table behind it
    VERIFIED.md        the verifier's panels (--ladder)
    REPORT.md          the writer's report (--ladder)
    wide/ verify/ deep/
      <model>/<session>/

Per session

Each session folder holds the evidence for one prospect.

FileContains
session.jsonlEvery step, thought and typed string.
meta.jsonURL, brain, model, effort, version, variant.
shots/Retina screenshot per step, and every email received.
video.mp4The recording (video.webm without ffmpeg).
filmstrip.htmlEvery step with its thought.
report.mdThe session's story, with Assertions when --expect was used.
FIXES.mdThe expert panel.

Files you add

Four files change how a run behaves, and none of them is required.

FilePurposeGuide
.envMail and order settingsEnvironment
personas/*.yamlYour own prospectsPersonas
flows/*.yamlJourneys to scoreFlows
runs/<site>/analytics.jsonReal-visitor weightingPersonas
Ask the docsalpha
Open full page ↗

This is alpha. It does not write answers — it finds the paragraph of the docs that answers you and shows it word for word, or tells you the docs do not cover it. It can still pick the wrong paragraph, so check the page it links to before you rely on it.

Ask a question about the Leakdown CLI.

Answers are copied from the docs, never written. Type /help for commands.