@cleocode/agents 2026.4.148 → 2026.4.151
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -37,7 +37,7 @@ agent agent-architect:
|
|
|
37
37
|
- Include valid CANT syntax (kind: agent, version: 2, all required fields)
|
|
38
38
|
- Reference only skills + domains that exist in the project or are globally available
|
|
39
39
|
- Inherit parent agent intelligently (default: cleo-subagent for workers, project-orchestrator for leads/orchestrators)
|
|
40
|
-
- Set model based on tier (sonnet for tier 0-1, opus for tier 2+,
|
|
40
|
+
- Set model based on tier (sonnet for tier 0-1, opus for tier 2+, sonnet as fallback)
|
|
41
41
|
- Declare realistic tool + domain access (read the schema.ts parser to understand the contract)
|
|
42
42
|
- Enforce constraints from cleo-subagent.cant but respect role-specific overrides
|
|
43
43
|
|