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
- Inspect the target app routes, authentication model, and stable selectors.
- Create or update flowcorder.config.ts with app.baseUrl, readyUrl, paths, capture, and auth settings.
- Add a focused flow under flowcorder/flows using defineFlow.
- Use role, label, placeholder, and test-id selectors before brittle CSS selectors.
- Run flowcorder doctor, then run the target flow.
- If a capture succeeds, open Composer locally or run flowcorder compose from the CLI.
- 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.