@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.
@@ -18,8 +18,8 @@ permission:
18
18
  reviewing: allow
19
19
  edit: allow
20
20
  bash: allow
21
- write:
22
- '.feature-factory/agents/*': allow
21
+ write: allow
22
+ read: allow
23
23
  # File tools - agents directory only (read/write)
24
24
  ff-agents-get: allow
25
25
  ff-agents-update: allow
@@ -21,8 +21,8 @@ permission:
21
21
  reviewing: allow
22
22
  edit: allow
23
23
  bash: allow
24
- write:
25
- '.feature-factory/agents/*': allow
24
+ write: allow
25
+ read: allow
26
26
  # File tools - agents directory only (read/write)
27
27
  ff-agents-get: allow
28
28
  ff-agents-update: allow
@@ -21,8 +21,8 @@ permission:
21
21
  reviewing: allow
22
22
  edit: allow
23
23
  bash: allow
24
- write:
25
- '.feature-factory/agents/*': allow
24
+ write: allow
25
+ read: allow
26
26
  # File tools - agents directory only (read/write)
27
27
  ff-agents-get: allow
28
28
  ff-agents-update: allow
@@ -21,8 +21,8 @@ permission:
21
21
  reviewing: allow
22
22
  edit: allow
23
23
  bash: allow
24
- write:
25
- '.feature-factory/agents/*': allow
24
+ write: allow
25
+ read: allow
26
26
  # File tools - agents directory only (read/write)
27
27
  ff-agents-get: allow
28
28
  ff-agents-update: allow
@@ -21,8 +21,8 @@ permission:
21
21
  general: deny
22
22
  edit: allow
23
23
  bash: allow
24
- write:
25
- '.feature-factory/agents/*': allow
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 only)
33
+ # File tools - plans directory (read/write)
34
34
  ff-plans-get: allow
35
35
  ff-plans-list: allow
36
- ff-plans-update: deny
37
- ff-plans-delete: deny
38
- # File tools - reviews directory (read only)
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: deny
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.3",
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",