Agent Docs

Point your coding agent at Flowcorder.

These docs are structured so an agent can inspect a web app, create Flowcorder flows, run captures, and hand the developer a usable demo artifact.

Entrypoints

Give agents one of these URLs. Use /llms.txt for a concise index, /llms-full.txt for complete context, or /agents.md for a task recipe.

Agent Task Recipe

  1. Inspect the target app routes, authentication model, and stable selectors.
  2. Create or update flowcorder.config.ts with app.baseUrl, readyUrl, paths, capture, and auth settings.
  3. Add a focused flow under flowcorder/flows using defineFlow.
  4. Use role, label, placeholder, and test-id selectors before brittle CSS selectors.
  5. Run flowcorder doctor, then run the target flow.
  6. If a capture succeeds, open Composer locally or run flowcorder compose from the CLI.
  7. Report the capture id, files written under .flowcorder/, and any app changes required for stability.

Starter Prompt

Use the Flowcorder docs at https://flowcorder.com/llms-full.txt.

Create a Flowcorder demo flow for this app. Inspect the UI, choose stable selectors, add or update flowcorder.config.ts, write the flow under flowcorder/flows, run flowcorder doctor, run the flow, and tell me the capture id and generated files.

Keep authored files in flowcorder/. Treat .flowcorder/ as generated output.