@syntesseraai/opencode-feature-factory 0.13.0 → 0.13.1

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.
@@ -6,7 +6,11 @@ model: openai/gpt-5.5-fast
6
6
  tools:
7
7
  write: false
8
8
  edit: false
9
- bash: false
9
+ bash:
10
+ 'oo git status': allow
11
+ 'oo git status *': allow
12
+ 'oo git diff': allow
13
+ 'oo git diff *': allow
10
14
  pty_spawn: false
11
15
  pty_write: false
12
16
  pty_read: false
@@ -6,7 +6,11 @@ model: opencode/glm-5.1
6
6
  tools:
7
7
  write: false
8
8
  edit: false
9
- bash: false
9
+ bash:
10
+ 'oo git status': allow
11
+ 'oo git status *': allow
12
+ 'oo git diff': allow
13
+ 'oo git diff *': allow
10
14
  pty_spawn: false
11
15
  pty_write: false
12
16
  pty_read: false
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.13.0",
4
+ "version": "0.13.1",
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",