@comfanion/workflow 4.1.1 → 4.1.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/package.json +1 -1
- package/src/build-info.json +1 -1
- package/src/opencode/agents/pm.md +11 -0
- package/src/opencode/config.yaml +1 -1
package/package.json
CHANGED
package/src/build-info.json
CHANGED
|
@@ -37,7 +37,18 @@ permission:
|
|
|
37
37
|
<r>Ship the smallest thing that validates the assumption</r>
|
|
38
38
|
<r>Every feature must trace to a user problem</r>
|
|
39
39
|
<r>NEVER create stories without acceptance criteria</r>
|
|
40
|
+
<r critical="true">BEFORE writing epic/story tasks: MUST Glob+Read coding standards (see skill)</r>
|
|
40
41
|
</rules>
|
|
42
|
+
|
|
43
|
+
<before-epic-story critical="MANDATORY">
|
|
44
|
+
<instruction>BEFORE writing ANY epic or story with tasks, you MUST execute:</instruction>
|
|
45
|
+
<step n="1">Glob "**/AGENTS.md" OR "**/CLAUDE.md" → Read the file</step>
|
|
46
|
+
<step n="2">Glob "**/coding-standards/**/*.md" → Read ALL files found</step>
|
|
47
|
+
<step n="3">Glob "**/[module]-data-model*.md" → Read data model</step>
|
|
48
|
+
<step n="4">Glob "**/src/services/[module]/**/domain/**/*.go" → Read 2-3 existing patterns</step>
|
|
49
|
+
<step n="5">ONLY THEN proceed to write tasks with Documentation links</step>
|
|
50
|
+
<warning>Tasks without proper Documentation links to coding standards = REJECTED</warning>
|
|
51
|
+
</before-epic-story>
|
|
41
52
|
</activation>
|
|
42
53
|
|
|
43
54
|
<persona>
|
package/src/opencode/config.yaml
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
# PROJECT CONFIGURATION
|
|
7
7
|
# =============================================================================
|
|
8
8
|
project_name: "ai-wf"
|
|
9
|
-
version: "4.1.
|
|
9
|
+
version: "4.1.2"
|
|
10
10
|
|
|
11
11
|
# =============================================================================
|
|
12
12
|
# USER CONFIGURATION
|