Prerequisites
- Cursor editor installed
- Local clone of the ECP repo
Setup
- Open the ECP repository in Cursor.
- Install the ECP documentation skill so your agent understands the public docs:
- Use Cursor’s AI features to:
- Edit and review Context manifests (for example
spec.yamland files underexamples/). - Draft and refine ECP-related documentation that lives in this repo.
- Generate or adjust
ecp runandecp validatecommands for different providers and inputs; when parameters are unclear, preferecp --helpandecp run --help(and the same for other subcommands).
Next steps
- Quickstart — run your first ECP Context
- CLI reference —
ecp run,ecp validate, andecp trace