@orchestrator-claude/definitions 3.9.2 → 3.9.4

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.
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: implementer
3
3
  description: Agente Implementador que executa tarefas do backlog, escrevendo codigo TDD de alta qualidade. Use quando precisar implementar uma tarefa especifica do tasks.md.
4
- tools: Read, Edit, Write, Bash, Grep, Glob, mcp__orchestrator-tools__createCheckpoint, mcp__orchestrator-tools__startAgentInvocation, mcp__orchestrator-tools__completeAgentInvocation, mcp__orchestrator-extended__artifactStore
4
+ tools: Read, Edit, Write, Bash, Grep, Glob, mcp__orchestrator-tools__createCheckpoint, mcp__orchestrator-tools__startAgentInvocation, mcp__orchestrator-tools__completeAgentInvocation, mcp__orchestrator-extended__artifactStore, mcp__orchestrator-extended__artifactRetrieve
5
5
  model: sonnet
6
6
  color: cyan
7
7
  permissionMode: acceptEdits
package/agents/planner.md CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: planner
3
3
  description: Agente Planejador que transforma especificacoes em planos tecnicos de implementacao. Use quando precisar criar plan.md a partir de uma especificacao aprovada.
4
- tools: Read, Write, Edit, Grep, Glob, mcp__orchestrator-extended__artifactStore, mcp__orchestrator-tools__startAgentInvocation, mcp__orchestrator-tools__completeAgentInvocation
4
+ tools: Read, Write, Edit, Grep, Glob, mcp__orchestrator-extended__artifactStore, mcp__orchestrator-extended__artifactRetrieve, mcp__orchestrator-tools__startAgentInvocation, mcp__orchestrator-tools__completeAgentInvocation
5
5
  model: sonnet
6
6
  color: blue
7
7
  permissionMode: default
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: reviewer
3
3
  description: Agente Revisor que valida artefatos e codigo produzidos por outros agentes. Use para code review, validacao de specs/plans/tasks, e aprovacao de gates.
4
- tools: Read, Grep, Glob, Bash
4
+ tools: Read, Grep, Glob, Bash, Write, Edit, mcp__orchestrator-extended__artifactRetrieve
5
5
  model: sonnet
6
6
  color: yellow
7
7
  permissionMode: default
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: task-generator
3
3
  description: Agente Gerador de Tarefas que transforma planos tecnicos em backlogs de tarefas atomicas. Use quando precisar criar tasks.md a partir de um plano aprovado.
4
- tools: Read, Write, Edit, Grep, Glob, mcp__orchestrator-extended__artifactStore, mcp__orchestrator-tools__startAgentInvocation, mcp__orchestrator-tools__completeAgentInvocation
4
+ tools: Read, Write, Edit, Grep, Glob, mcp__orchestrator-extended__artifactStore, mcp__orchestrator-extended__artifactRetrieve, mcp__orchestrator-tools__startAgentInvocation, mcp__orchestrator-tools__completeAgentInvocation
5
5
  model: sonnet
6
6
  color: pink
7
7
  permissionMode: default
@@ -152,11 +152,11 @@ case "$ACTION" in
152
152
  WORKFLOW_ID=$(get_workflow_id) || { log "SKIP: No active workflow"; exit 0; }
153
153
 
154
154
  STARTED_AT=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
155
- INVOCATION_ID="inv-$(date +%s)-$(head -c 4 /dev/urandom | xxd -p)"
155
+ INVOCATION_ID=$(cat /proc/sys/kernel/random/uuid 2>/dev/null || uuidgen 2>/dev/null || python3 -c 'import uuid; print(uuid.uuid4())' 2>/dev/null || echo "inv-$(date +%s)-$(head -c 4 /dev/urandom | xxd -p)")
156
156
  echo "$INVOCATION_ID" > "$INVOCATION_FILE"
157
157
 
158
158
  # Register via REST API
159
- curl -s -f -X POST "${API_URL}/api/v1/agent-invocations" \
159
+ curl -s -f -X POST "${API_URL}/api/v1/invocations/start" \
160
160
  -H "Content-Type: application/json" \
161
161
  -H "Authorization: Bearer $TOKEN" \
162
162
  -H "X-Project-ID: $PROJECT_ID" \
package/manifest.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schema": "orchestrator-definitions/v1",
3
3
  "namespace": "orchestrator",
4
- "version": "3.9.2",
5
- "generatedAt": "2026-03-12T20:01:45.553Z",
4
+ "version": "3.9.4",
5
+ "generatedAt": "2026-03-12T21:57:17.304Z",
6
6
  "definitions": {
7
7
  "agents": [
8
8
  {
@@ -41,7 +41,7 @@
41
41
  "slug": "implementer",
42
42
  "file": "agents/implementer.md",
43
43
  "version": "1.0.0",
44
- "checksum": "sha256:c948c14a30738ae6b65b9d404f690b2ef0aba05a5b33e204377927a8d931bce0",
44
+ "checksum": "sha256:fbfcc93583ce652bea4579a4b78b3b40726082af207d371d606664cee98e28aa",
45
45
  "supersedes": null,
46
46
  "metadata": {}
47
47
  },
@@ -73,7 +73,7 @@
73
73
  "slug": "planner",
74
74
  "file": "agents/planner.md",
75
75
  "version": "1.0.0",
76
- "checksum": "sha256:05b2a8bde03aa92d6b380a3efe4ec0dd42b201f8191f4ff0d8e3a861feb8b8e9",
76
+ "checksum": "sha256:b66553d9a2518e41851777cd5b6b14cd5c4357f72ed5d9fade279c881add85ba",
77
77
  "supersedes": null,
78
78
  "metadata": {}
79
79
  },
@@ -89,7 +89,7 @@
89
89
  "slug": "reviewer",
90
90
  "file": "agents/reviewer.md",
91
91
  "version": "1.0.0",
92
- "checksum": "sha256:470035e6c3f372e851758d22fffc4e7b045e6e1ecfd10d25b21b69509838f33e",
92
+ "checksum": "sha256:b7485f4c44badeb5507d5717dc472cd3e08ab6f0a7c710aadbb154a1cdfaef8a",
93
93
  "supersedes": null,
94
94
  "metadata": {}
95
95
  },
@@ -113,7 +113,7 @@
113
113
  "slug": "task-generator",
114
114
  "file": "agents/task-generator.md",
115
115
  "version": "1.0.0",
116
- "checksum": "sha256:a4be1cea99659980a2506576c3f249c2b8db03970c32433fcf7ab04278659def",
116
+ "checksum": "sha256:29e13d44db17ace5d7089ee6043e2dcfc2afa50bf2fefaec4ff969b1d12d5aa6",
117
117
  "supersedes": null,
118
118
  "metadata": {}
119
119
  }
@@ -285,7 +285,7 @@
285
285
  "slug": "track-agent-invocation",
286
286
  "file": "hooks/track-agent-invocation.sh",
287
287
  "version": "1.0.0",
288
- "checksum": "sha256:0f7bbdf83ed39e0c4332c7b5a76ad9a392079bcd1617f64aebd6d1bc0e325b24",
288
+ "checksum": "sha256:c6e664831354b80b2eb1bae2dabfd13c6554fd8c258972e0b037bccb7dae3b0f",
289
289
  "supersedes": null,
290
290
  "metadata": {}
291
291
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orchestrator-claude/definitions",
3
- "version": "3.9.2",
3
+ "version": "3.9.4",
4
4
  "description": "Built-in definitions (agents, skills, hooks, workflows, KB seeds) for the Orchestrator ecosystem",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",