@syntesseraai/opencode-feature-factory 0.13.2 → 0.13.3

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.
Files changed (2) hide show
  1. package/AGENTS.md +1 -1
  2. package/package.json +1 -1
package/AGENTS.md CHANGED
@@ -46,7 +46,7 @@ When work changes behavior, workflows, configuration, operational guidance, or r
46
46
  - Use `read`, `glob`, and `grep` for targeted file inspection.
47
47
  - Writable agents should prefer native `edit` for file updates.
48
48
  - Keep `edit` restricted on read-only agents (`planning`, `code-review`, `full-review`).
49
- - Prefer explicit agent frontmatter tool restrictions for read-only stages when model compatibility is a concern; `code-review` and `full-review` use `tools` blocks instead of `permissions` to avoid provider-specific issues observed with some OpenCode models.
49
+ - Prefer explicit agent frontmatter permission restrictions for read-only stages. `code-review` and `full-review` now use `permissions` blocks with deny-first `bash` policies to provide constrained shell access where supported.
50
50
  - Keep read-only agents from modifying files by disabling `edit` and other write-capable tools in frontmatter.
51
51
  - Explicitly disable PTY tools (`pty_spawn`, `pty_write`, `pty_read`, `pty_list`, `pty_kill`) on read-only agents; they must not rely on PTY as a back door.
52
52
  - Use `todowrite` for multi-step tasks to keep progress visible.
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.2",
4
+ "version": "0.13.3",
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",