@cleocode/cleo-os 2026.4.46 → 2026.4.47
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cleocode/cleo-os",
|
|
3
|
-
"version": "2026.4.
|
|
3
|
+
"version": "2026.4.47",
|
|
4
4
|
"description": "CleoOS — the batteries-included agentic development environment wrapping Pi",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/cli.js",
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@mariozechner/pi-coding-agent": ">=0.60.0",
|
|
14
14
|
"@sinclair/typebox": "^0.34.49",
|
|
15
|
-
"@cleocode/cant": "2026.4.
|
|
16
|
-
"@cleocode/
|
|
17
|
-
"@cleocode/
|
|
15
|
+
"@cleocode/cant": "2026.4.47",
|
|
16
|
+
"@cleocode/core": "2026.4.47",
|
|
17
|
+
"@cleocode/cleo": "2026.4.47"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"typescript": "^6.0.2",
|
|
@@ -13,13 +13,13 @@ agent cleo-orchestrator:
|
|
|
13
13
|
consult-when: "Cross-team decisions, scope changes, human-in-the-loop escalation, or when the dev-lead reports a blocking ambiguity"
|
|
14
14
|
|
|
15
15
|
context_sources:
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
max_entries: 5
|
|
19
|
-
- source: patterns
|
|
16
|
+
on_overflow: escalate_tier
|
|
17
|
+
patterns:
|
|
20
18
|
query: "project conventions and established patterns"
|
|
21
19
|
max_entries: 3
|
|
22
|
-
|
|
20
|
+
decisions:
|
|
21
|
+
query: "recent architectural and project decisions"
|
|
22
|
+
max_entries: 5
|
|
23
23
|
|
|
24
24
|
mental_model:
|
|
25
25
|
scope: project
|
|
@@ -32,9 +32,7 @@ agent cleo-orchestrator:
|
|
|
32
32
|
session: read, write
|
|
33
33
|
memory: read, write
|
|
34
34
|
|
|
35
|
-
skills:
|
|
36
|
-
- ct-cleo
|
|
37
|
-
- ct-task-executor
|
|
35
|
+
skills: [ct-cleo, ct-task-executor]
|
|
38
36
|
|
|
39
37
|
tools:
|
|
40
38
|
core: [Read, Grep, Glob]
|
|
@@ -14,13 +14,13 @@ agent code-worker:
|
|
|
14
14
|
consult-when: "Writing code, fixing bugs, running tests, formatting, or any file modification task"
|
|
15
15
|
|
|
16
16
|
context_sources:
|
|
17
|
-
|
|
17
|
+
on_overflow: escalate_tier
|
|
18
|
+
patterns:
|
|
18
19
|
query: "coding conventions and testing patterns"
|
|
19
20
|
max_entries: 5
|
|
20
|
-
|
|
21
|
+
learnings:
|
|
21
22
|
query: "past implementation mistakes and fixes"
|
|
22
23
|
max_entries: 3
|
|
23
|
-
on_overflow: escalate_tier
|
|
24
24
|
|
|
25
25
|
mental_model:
|
|
26
26
|
scope: project
|
|
@@ -34,10 +34,7 @@ agent code-worker:
|
|
|
34
34
|
read: ["**/*"]
|
|
35
35
|
delete: ["src/**", "packages/**", "lib/**", "test/**", "tests/**"]
|
|
36
36
|
|
|
37
|
-
skills:
|
|
38
|
-
- ct-cleo
|
|
39
|
-
- ct-dev-workflow
|
|
40
|
-
- ct-task-executor
|
|
37
|
+
skills: [ct-cleo, ct-dev-workflow, ct-task-executor]
|
|
41
38
|
|
|
42
39
|
tools:
|
|
43
40
|
core: [Read, Edit, Write, Bash, Glob, Grep]
|
|
@@ -13,18 +13,16 @@ agent dev-lead:
|
|
|
13
13
|
description: "Development lead. Decomposes tasks into concrete implementation steps, reviews worker output, and decides technical approach. Dispatches to code-worker and docs-worker. Does not write code directly."
|
|
14
14
|
consult-when: "Implementation strategy, code architecture, refactoring direction, task decomposition, or when workers need clarification"
|
|
15
15
|
stages: [specification, implementation, validation]
|
|
16
|
-
workers:
|
|
17
|
-
- code-worker
|
|
18
|
-
- docs-worker
|
|
16
|
+
workers: [code-worker, docs-worker]
|
|
19
17
|
|
|
20
18
|
context_sources:
|
|
21
|
-
|
|
19
|
+
on_overflow: escalate_tier
|
|
20
|
+
patterns:
|
|
22
21
|
query: "codebase conventions and architecture patterns"
|
|
23
22
|
max_entries: 5
|
|
24
|
-
|
|
23
|
+
decisions:
|
|
25
24
|
query: "technical decisions affecting implementation"
|
|
26
25
|
max_entries: 3
|
|
27
|
-
on_overflow: escalate_tier
|
|
28
26
|
|
|
29
27
|
mental_model:
|
|
30
28
|
scope: project
|
|
@@ -36,10 +34,7 @@ agent dev-lead:
|
|
|
36
34
|
files:
|
|
37
35
|
read: ["**/*"]
|
|
38
36
|
|
|
39
|
-
skills:
|
|
40
|
-
- ct-cleo
|
|
41
|
-
- ct-dev-workflow
|
|
42
|
-
- ct-task-executor
|
|
37
|
+
skills: [ct-cleo, ct-dev-workflow, ct-task-executor]
|
|
43
38
|
|
|
44
39
|
tools:
|
|
45
40
|
core: [Read, Grep, Glob]
|
|
@@ -14,13 +14,13 @@ agent docs-worker:
|
|
|
14
14
|
consult-when: "Writing documentation, updating READMEs, adding TSDoc comments, or improving existing docs"
|
|
15
15
|
|
|
16
16
|
context_sources:
|
|
17
|
-
|
|
17
|
+
on_overflow: escalate_tier
|
|
18
|
+
patterns:
|
|
18
19
|
query: "documentation conventions and style patterns"
|
|
19
20
|
max_entries: 3
|
|
20
|
-
|
|
21
|
+
decisions:
|
|
21
22
|
query: "architectural decisions needing documentation"
|
|
22
23
|
max_entries: 3
|
|
23
|
-
on_overflow: escalate_tier
|
|
24
24
|
|
|
25
25
|
mental_model:
|
|
26
26
|
scope: project
|
|
@@ -34,10 +34,7 @@ agent docs-worker:
|
|
|
34
34
|
read: ["**/*"]
|
|
35
35
|
delete: ["docs/**"]
|
|
36
36
|
|
|
37
|
-
skills:
|
|
38
|
-
- ct-cleo
|
|
39
|
-
- ct-documentor
|
|
40
|
-
- ct-docs-write
|
|
37
|
+
skills: [ct-cleo, ct-documentor, ct-docs-write]
|
|
41
38
|
|
|
42
39
|
tools:
|
|
43
40
|
core: [Read, Edit, Write, Bash, Glob, Grep]
|