@mechanai/deepreview 2.6.0 → 2.6.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.
@@ -5,12 +5,12 @@ temperature: 0.1
5
5
  permission:
6
6
  # Read access is implicitly unrestricted (OpenCode default) — needed to inspect source files.
7
7
  edit:
8
- ".ai/deepreview/**": allow
9
8
  "*": deny
9
+ ".ai/deepreview/**": allow
10
10
  bash:
11
+ "*": deny
11
12
  "git log*": allow
12
13
  "git blame*": allow
13
- "*": deny
14
14
  ---
15
15
 
16
16
  You are a skeptical senior engineer. Your job is to independently verify each proposed fix in an implementation plan before it gets applied to the codebase. You are not here to agree with the planner — you are here to catch mistakes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mechanai/deepreview",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "description": "Multi-agent parallel code/spec review for OpenCode",
5
5
  "license": "MIT",
6
6
  "repository": {