How it works
A coding agent gets a method, not a blank repository.
Accordo makes discovery, planning, construction and proof distinct steps so an agent does not confuse generated code with a working business system.
The loop
See → plan → build → prove.
Each rail answers one question and produces machine-readable evidence.
- See
npm run crm -- app inspect --jsonreports the checked-in composition and its limitations. - PlanA checked Solution Plan binds requirements to that composition.
- BuildPackages, actions, workflows and policy remain explicit source.
- Prove technical health
npm run crm -- project verify --jsoncomposes the project and runs its declared technical authorities; it does not run a business journey. - Prove one business journey
npm run crm -- scenario run lead-to-won --jsonexecutes that named scenario and publishes linked evidence; choose the scenario that matches the job.
Implementation truth stays separate. Current proof and limitations come from the generated claims ledger, not from this product description.
Ownership
The result is not attached to an Accordo account.
The published scaffolder copies framework source into the project. There is no hosted Accordo runtime to keep contacting; upgrades require merging changes into your owned copy.