@christianmaf80/agentic-workflow 1.25.3-beta.5 → 1.25.4-beta.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.
@@ -26,3 +26,14 @@ constitution:
26
26
  - {{constitutionPaths[0]}}
27
27
  - {{constitutionPaths[1]}}
28
28
  - {{constitutionPaths[2]}}
29
+ language:
30
+ value: {{language}}
31
+ confirmed: {{languageConfirmed}}
32
+ strategy: {{strategy}}
33
+ traceability:
34
+ verified: {{traceabilityVerified}}
35
+ mcp_tool: {{traceabilityTool}}
36
+ response: {{traceabilityResponse}}
37
+ timestamp: {{traceabilityTimestamp}}
38
+ runtime:
39
+ started: {{runtimeStarted}}
@@ -29,6 +29,9 @@ Existe **un único namespace** `aliases.tasklifecycle-short.phases.*` que contie
29
29
  aliases:
30
30
  tasklifecycle-short:
31
31
  phases:
32
+ init:
33
+ id: init
34
+ workflow: .agent/workflows/init.md
32
35
  short_phase_1:
33
36
  id: short-phase-1-brief
34
37
  workflow: .agent/workflows/tasklifecycle-short/short-phase-1-brief.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@christianmaf80/agentic-workflow",
3
- "version": "1.25.3-beta.5",
3
+ "version": "1.25.4-beta.4",
4
4
  "description": "Portable agentic workflow orchestration system with strict identity and gate discipline",
5
5
  "type": "module",
6
6
  "displayName": "Agentic Workflow",