Quickstart
In CFactory IDE
- Open a project folder in CFactory IDE.
- Open the CFactory panel.
- Sign in (or configure BYOK).
- Describe a small task, for example:
Add a README section explaining how to run tests. - Review proposed edits and approve tool use when prompted.
In the CLI
cd your-project cfactory "Add a README section explaining how to run tests"
For an interactive session:
cfactory
Tips
- Start with a narrow task so you can review changes quickly.
- Add project rules when you want consistent style or constraints.
- Use modes (Architect / Code / Debug) when planning vs implementing.