@alevental/cccp 0.3.1 → 0.4.1

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.
@@ -50,31 +50,35 @@ stages:
50
50
  guidance: "Must include timeline, channel strategy, content deliverables, success metrics, and dependencies."
51
51
  max_iterations: 2
52
52
 
53
- - name: blog-post
54
- type: pge
55
- task: "Write the launch blog post."
56
- inputs:
57
- - "{artifact_dir}/positioning.md"
58
- - "{artifact_dir}/launch-plan.md"
59
- planner:
60
- agent: marketer
61
- operation: content
62
- generator:
63
- agent: copywriter
64
- evaluator:
65
- agent: reviewer
66
- contract:
67
- deliverable: "{artifact_dir}/blog-post.md"
68
- guidance: "Must align with positioning. Engaging, clear, technically accurate."
69
- max_iterations: 3
53
+ # Blog post and release notes are independent — run them in parallel.
54
+ - parallel:
55
+ on_failure: wait_all
56
+ stages:
57
+ - name: blog-post
58
+ type: pge
59
+ task: "Write the launch blog post."
60
+ inputs:
61
+ - "{artifact_dir}/positioning.md"
62
+ - "{artifact_dir}/launch-plan.md"
63
+ planner:
64
+ agent: marketer
65
+ operation: content
66
+ generator:
67
+ agent: copywriter
68
+ evaluator:
69
+ agent: reviewer
70
+ contract:
71
+ deliverable: "{artifact_dir}/blog-post.md"
72
+ guidance: "Must align with positioning. Engaging, clear, technically accurate."
73
+ max_iterations: 3
70
74
 
71
- - name: release-notes
72
- type: agent
73
- task: "Write release notes based on the positioning and launch plan."
74
- agent: copywriter
75
- inputs:
76
- - "{artifact_dir}/positioning.md"
77
- output: "{artifact_dir}/release-notes.md"
75
+ - name: release-notes
76
+ type: agent
77
+ task: "Write release notes based on the positioning and launch plan."
78
+ agent: copywriter
79
+ inputs:
80
+ - "{artifact_dir}/positioning.md"
81
+ output: "{artifact_dir}/release-notes.md"
78
82
 
79
83
  - name: launch-approval
80
84
  type: human_gate
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevental/cccp",
3
- "version": "0.3.1",
3
+ "version": "0.4.1",
4
4
  "description": "Claude Code and Cmux Pipeline Reagent — deterministic YAML-based pipeline orchestration",
5
5
  "type": "module",
6
6
  "bin": {