Quickstart

In CFactory IDE

  1. Open a project folder in CFactory IDE.
  2. Open the CFactory panel.
  3. Sign in (or configure BYOK).
  4. Describe a small task, for example: Add a README section explaining how to run tests.
  5. 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.

Next