vibe-coding-master 0.3.32 → 0.4.0

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,10 +1,14 @@
1
- # VCM 0.4 Custom Workflow Plan
1
+ # VCM 0.5 Custom Workflow Plan
2
2
 
3
- Last updated: 2026-06-21
3
+ Last updated: 2026-06-22
4
4
 
5
- This document defines the proposed VCM 0.4 custom workflow architecture.
5
+ This plan was originally drafted as the VCM 0.4 custom workflow plan. It moved
6
+ to VCM 0.5 when VCM 0.4 was narrowed to harness optimization, Harness Engineer,
7
+ and Harness Studio.
6
8
 
7
- VCM 0.4 should turn the current fixed role chain into a configurable workflow
9
+ This document defines the proposed VCM 0.5 custom workflow architecture.
10
+
11
+ VCM 0.5 should turn the current fixed role chain into a configurable workflow
8
12
  system. Users should be able to compose the task process, edit role definitions,
9
13
  choose role runtime policies, and decide where gates, checks, and human review
10
14
  belong. The product should still feel like VCM: local, visible, recoverable, and
@@ -28,7 +32,7 @@ Some users need heavier architecture review. Some need a fast bug-fix workflow.
28
32
  Some need long-lived planning sessions. Some want fresh implementation sessions.
29
33
  Some want mandatory final gates only for high-risk tasks.
30
34
 
31
- VCM 0.4 should make these choices explicit and configurable without turning the
35
+ VCM 0.5 should make these choices explicit and configurable without turning the
32
36
  app into a fragile scripting environment.
33
37
 
34
38
  The target outcome:
@@ -71,7 +75,7 @@ running when no workflow node is active.
71
75
 
72
76
  ## 3. Non-Goals
73
77
 
74
- VCM 0.4 should not:
78
+ VCM 0.5 should not:
75
79
 
76
80
  - become a general BPMN engine
77
81
  - allow arbitrary untrusted code inside workflow definitions
@@ -212,7 +216,7 @@ Session lifecycle should be explicit per role:
212
216
  - `manual`: VCM prepares the role, but the user starts and drives it manually
213
217
  - `disabled`: the role exists in the template but is not active for this run
214
218
 
215
- This is one of the main 0.4 features. Different roles need different memory
219
+ This is one of the main 0.5 features. Different roles need different memory
216
220
  and isolation tradeoffs:
217
221
 
218
222
  - PM usually benefits from task continuity.
@@ -573,7 +577,7 @@ Recommended safety defaults:
573
577
 
574
578
  ## 13. UI Design
575
579
 
576
- VCM 0.4 needs two UI layers:
580
+ VCM 0.5 needs two UI layers:
577
581
 
578
582
  1. Running task view
579
583
  2. Workflow builder view
@@ -746,16 +750,16 @@ The following details should be decided before implementation:
746
750
 
747
751
  - exact workflow JSON schema
748
752
  - whether custom templates should support YAML in addition to JSON
749
- - how much graph editing belongs in 0.4 versus later versions
753
+ - how much graph editing belongs in 0.5 versus later versions
750
754
  - final expression language for branch conditions
751
755
  - whether command nodes should use allowlisted command templates only
752
756
  - how workflow templates are imported, exported, and named
753
757
  - how to present workflow validation errors in the UI
754
758
  - how task creation should choose between default and custom workflow templates
755
759
 
756
- ## 18. Recommended 0.4 Scope
760
+ ## 18. Recommended 0.5 Scope
757
761
 
758
- The strongest 0.4 scope is:
762
+ The strongest 0.5 scope is:
759
763
 
760
764
  - workflow engine foundation
761
765
  - built-in default workflow expressed as data
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibe-coding-master",
3
- "version": "0.3.32",
3
+ "version": "0.4.0",
4
4
  "description": "Local GUI session cockpit for Claude Code role sessions.",
5
5
  "type": "module",
6
6
  "files": [