Lifecycle
cliq team install … if the team is not already in the local catalog.
1. Workspace
init registers the current directory as a workspace with the daemon.
2. Assemble a team
--team.
3. Provide inputs
Teams declare what they need (task text, folder URLs, tickets, …). Pass values at run time:-i / --input is repeatable (key=value). Missing required inputs surface as an error or INPUT_REQUIRED from the daemon — supply them and run again.
Some demo teams need no inputs (@cliq/hello-world).
4. Run
The daemon:
- Resolves the assembled team and inputs
- Walks
depends_onand invokes each phase’s agent - Stores each phase output as a run artifact and passes predecessors as upstream
- For gates: runs
commands, then asks for PASS / ROUTE / ESCALATE
5. Inspect
6. Resume / rerun a phase
Re-enter an existing run from a named phase (later phases re-execute; earlier outputs are reused when available):Configure agents before AI teams
LLM and connector phases need settings on the daemon:Multi-workspace and remote
Local
cliq run talks to the local daemon by default.