Documentation Index
Fetch the complete documentation index at: https://gump.build/docs/llms.txt
Use this file to discover all available pages before exploring further.
Freeform
Single agent, no plan. The simplest possible workflow.When to use
For quick experiments, single-file changes, or when you don’t need decomposition. One agent, one step, minimal ceremony.The workflow
How it works
No decomposition, no review, no multi-step pipeline. The spec goes straight to the agent. The compile gate catches obvious breakage. Three attempts with the same agent.Customize
Add tests to the gate
Add tests to the gate
Use a cheaper agent
Use a cheaper agent
Replace
claude-opus with claude-sonnet or qwen.Add a lint gate
Add a lint gate