@syntesseraai/opencode-feature-factory 0.6.3 → 0.6.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.
package/agents/building.md
CHANGED
package/agents/pipeline.md
CHANGED
|
@@ -21,8 +21,8 @@ permission:
|
|
|
21
21
|
general: deny
|
|
22
22
|
edit: allow
|
|
23
23
|
bash: allow
|
|
24
|
-
write:
|
|
25
|
-
|
|
24
|
+
write: allow
|
|
25
|
+
read: allow
|
|
26
26
|
# File tools - agents directory (read/write for own context)
|
|
27
27
|
ff-agents-get: allow
|
|
28
28
|
ff-agents-update: allow
|
|
@@ -30,15 +30,15 @@ permission:
|
|
|
30
30
|
ff-agents-show: allow
|
|
31
31
|
ff-agents-current: allow
|
|
32
32
|
ff-agents-clear: allow
|
|
33
|
-
# File tools - plans directory (read
|
|
33
|
+
# File tools - plans directory (read/write)
|
|
34
34
|
ff-plans-get: allow
|
|
35
35
|
ff-plans-list: allow
|
|
36
|
-
ff-plans-update:
|
|
37
|
-
ff-plans-delete:
|
|
38
|
-
# File tools - reviews directory (read
|
|
36
|
+
ff-plans-update: allow
|
|
37
|
+
ff-plans-delete: allow
|
|
38
|
+
# File tools - reviews directory (read/write)
|
|
39
39
|
ff-reviews-get: allow
|
|
40
40
|
ff-reviews-list: allow
|
|
41
|
-
ff-reviews-update:
|
|
41
|
+
ff-reviews-update: allow
|
|
42
42
|
---
|
|
43
43
|
|
|
44
44
|
You are the **Pipeline Orchestrator** for Feature Factory. You coordinate an end-to-end multi-model pipeline that takes user requirements through planning, building, and reviewing — using multiple AI models at each stage for quality, consensus, and rigour.
|
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.6.
|
|
4
|
+
"version": "0.6.4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "OpenCode plugin for Feature Factory agents - provides sub-agents and skills for validation, review, security, and architecture assessment",
|
|
7
7
|
"license": "MIT",
|