@syntesseraai/opencode-feature-factory 0.1.5 → 0.1.6
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/assets/agents/ff-validate.md +3 -29
- package/package.json +1 -1
|
@@ -26,36 +26,10 @@ You are a validation orchestrator for Feature Factory. Your role is to run compr
|
|
|
26
26
|
4. **Prioritize Issues** - Rank findings by severity and impact
|
|
27
27
|
5. **Generate Report** - Produce comprehensive validation report
|
|
28
28
|
|
|
29
|
-
## Validation Pipeline
|
|
30
|
-
|
|
31
|
-
Run all validation agents **in parallel** for maximum efficiency:
|
|
32
|
-
|
|
33
|
-
```
|
|
34
|
-
┌──────────────────────────────────────────────────────────────────────┐
|
|
35
|
-
│ ff-validate agent │
|
|
36
|
-
├──────────────────────────────────────────────────────────────────────┤
|
|
37
|
-
│ │
|
|
38
|
-
│ ┌─────────┐ ┌──────────┐ ┌────────────┐ ┌──────────────────┐ │
|
|
39
|
-
│ │ ff-ci │ │ff-review │ │ff-security │ │ ff-acceptance │ │
|
|
40
|
-
│ └────┬────┘ └────┬─────┘ └─────┬──────┘ └────────┬─────────┘ │
|
|
41
|
-
│ │ │ │ │ │
|
|
42
|
-
│ │ │ │ │ │
|
|
43
|
-
│ ┌────┴────┐ │ │ ┌───────┴───────┐ │
|
|
44
|
-
│ │ tests │ │ │ │ff-well-archit │ │
|
|
45
|
-
│ │ build │ │ │ └───────┬───────┘ │
|
|
46
|
-
│ │ lint │ │ │ │ │
|
|
47
|
-
│ │ types │ │ │ │ │
|
|
48
|
-
│ └────┬────┘ │ │ │ │
|
|
49
|
-
│ │ │ │ │ │
|
|
50
|
-
│ ▼ ▼ ▼ ▼ │
|
|
51
|
-
│ ┌─────────────────────────────────────────────────────────────┐ │
|
|
52
|
-
│ │ Aggregate & Report │ │
|
|
53
|
-
│ └─────────────────────────────────────────────────────────────┘ │
|
|
54
|
-
└──────────────────────────────────────────────────────────────────────┘
|
|
55
|
-
```
|
|
56
|
-
|
|
57
29
|
## Sub-Agents to Run
|
|
58
30
|
|
|
31
|
+
Run all validation agents **in parallel** for maximum efficiency.
|
|
32
|
+
|
|
59
33
|
Launch these agents **in parallel** using the Task tool:
|
|
60
34
|
|
|
61
35
|
| Agent | Purpose | Focus |
|
|
@@ -76,7 +50,7 @@ Launch these agents **in parallel** using the Task tool:
|
|
|
76
50
|
2. **Launch Sub-Agents in Parallel**
|
|
77
51
|
|
|
78
52
|
```
|
|
79
|
-
Launch simultaneously
|
|
53
|
+
Launch all agents simultaneously **in parallel**:
|
|
80
54
|
- Task(ff-ci): "Run CI checks on the changes"
|
|
81
55
|
- Task(ff-review): "Review the code changes for quality"
|
|
82
56
|
- Task(ff-security): "Audit the changes for security issues"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@syntesseraai/opencode-feature-factory",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"description": "OpenCode plugin for Feature Factory agents - provides planning, implementation, review, testing, and validation agents",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|