@orchestrator-claude/definitions 3.5.0 → 3.5.2

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/manifest.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schema": "orchestrator-definitions/v1",
3
3
  "namespace": "orchestrator",
4
- "version": "3.5.0",
5
- "generatedAt": "2026-03-01T18:06:43.074Z",
4
+ "version": "3.5.2",
5
+ "generatedAt": "2026-03-02T14:53:43.472Z",
6
6
  "definitions": {
7
7
  "agents": [
8
8
  {
@@ -155,7 +155,7 @@
155
155
  "slug": "release",
156
156
  "file": "skills/release/SKILL.md",
157
157
  "version": "1.0.0",
158
- "checksum": "sha256:0349d3efe718dfb6adb0c42d27acb290da1720f556e4e9298bd0135de497a96d",
158
+ "checksum": "sha256:4e06e230c67be61c382a009ec8a6d8d50e794e70e38872a5260493986a232db3",
159
159
  "supersedes": null,
160
160
  "metadata": {}
161
161
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orchestrator-claude/definitions",
3
- "version": "3.5.0",
3
+ "version": "3.5.2",
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",
@@ -35,6 +35,7 @@ O script atualiza automaticamente:
35
35
  - `packages/cli/package.json`
36
36
  - `packages/mcp-server/package.json`
37
37
  - `packages/sdk/package.json`
38
+ - `packages/definitions/package.json`
38
39
  - `packages/cli/src/index.ts` (CLI_VERSION constant)
39
40
  - `src/infrastructure/templates/base/package.json.hbs` (template versions)
40
41
 
@@ -155,6 +156,7 @@ Files to update:
155
156
  - packages/cli/package.json
156
157
  - packages/mcp-server/package.json
157
158
  - packages/sdk/package.json
159
+ - packages/definitions/package.json
158
160
  - packages/cli/src/index.ts (CLI_VERSION)
159
161
  - src/infrastructure/templates/base/package.json.hbs (templates)
160
162
 
@@ -219,6 +221,7 @@ O push da tag dispara automaticamente:
219
221
  - npm: @orchestrator-claude/cli
220
222
  - npm: @orchestrator-claude/mcp-server
221
223
  - npm: @orchestrator-claude/sdk
224
+ - npm: @orchestrator-claude/definitions
222
225
  - Docker: orchestrator-api:vX.Y.Z
223
226
 
224
227
  ## Notas Importantes