@nail00749/agent-gvozd 0.1.3 → 0.1.5

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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gvozd installs one permission-aware agent team globally, so every OpenCode
4
4
  project can use it without copying plugin or agent files into the repository.
5
- Release `0.1.2` targets OpenCode V2 `0.0.0-beta-19425` exactly.
5
+ Release `0.1.5` targets OpenCode V2 `2.0.2` exactly.
6
6
 
7
7
  ## Global setup
8
8
 
@@ -140,7 +140,7 @@ a build-consistency check that detects changes after packing; it is not an
140
140
  external provenance assertion. Review and protected checkout controls remain
141
141
  the source-provenance boundary.
142
142
 
143
- The executable must report exactly `0.0.0-beta-19425`. The gate gives child
143
+ The executable must report exactly `2.0.2`. The gate gives child
144
144
  processes a minimal allowlisted environment and isolated HOME, XDG config,
145
145
  temporary, and project directories. Commands have timeouts, bounded output,
146
146
  and redacted failure messages. The pinned CLI exposes no credential-free
@@ -211,7 +211,7 @@ and diagnostics. Runtime/config loading resolves its root in this order:
211
211
  4. `APPDATA/opencode` on Windows;
212
212
  5. `~/.config/opencode`.
213
213
 
214
- OpenCode `0.0.0-beta-19425` does not expose its config root in the plugin
214
+ OpenCode `2.0.2` does not expose its config root in the plugin
215
215
  context. The runtime therefore cannot infer a nonstandard host root from
216
216
  `debug paths`. If Doctor reports a mismatch, set
217
217
  `GVOZD_OPENCODE_CONFIG_ROOT` to the absolute path printed by
@@ -263,10 +263,11 @@ reservations fail immediately, and `edit`, `write`, or `apply_patch` targets
263
263
  outside the claimed lease are denied.
264
264
 
265
265
  Writer and coordinator agents cannot use arbitrary shell commands because
266
- shell writes cannot be safely inferred from command text. Verifier runs builds
267
- and tests only after active writer leases are released. If a writer discovers
268
- another required file, it reports the exact path to Master, which can extend
269
- the lease after a conflict check or serialize the work.
266
+ shell writes cannot be safely inferred from command text. Read-only roles keep
267
+ running the toolchain verification baseline while writer leases are active;
268
+ only approval-gated commands pause until the leases are released. If a writer
269
+ discovers another required file, it reports the exact path to Master, which can
270
+ extend the lease after a conflict check or serialize the work.
270
271
 
271
272
  Leases are in-memory and protect child sessions within one OpenCode server
272
273
  process. Unclaimed reservations expire after five minutes; active leases expire
@@ -379,8 +380,13 @@ Researcher, Git, and Docs prefer `openai/gpt-5.6-luna` with
379
380
  `openai/gpt-5.6-sol` as fallback. Explorer prefers
380
381
  `openai/gpt-5.3-codex-spark` with `openai/gpt-5.6-luna` as fallback. Researcher
381
382
  is restricted to web search and fetch tools; Explorer is restricted to local
382
- glob, grep, and read tools. Git allows common read-only Git commands and asks
383
- for approval before diff/history inspection or any mutating Git command. Docs
383
+ glob, grep, and read tools. Git and Verifier allow read-only Git commands and
384
+ listing forms (status, diff, log, show, rev-parse, ls-files, branch, tag,
385
+ remote, symbolic-ref HEAD, reflog, worktree list); any form that creates,
386
+ deletes, renames, or rewrites state requires approval, and destructive
387
+ commands (push --force, reset --hard, clean, rebase, branch -D, remote
388
+ remove/set-url/add, restore, checkout --, filter-branch/filter-repo) are
389
+ denied outright. Docs
384
390
  can edit Markdown and files under `docs/`; edits elsewhere require approval,
385
391
  and shell access is denied.
386
392