@nail00749/agent-gvozd 0.1.1 → 0.1.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nail00749/agent-gvozd",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "A globally configured, permission-aware agent team for OpenCode V2",
5
5
  "license": "MIT",
6
6
  "keywords": ["opencode", "agents", "multi-agent", "cli"],
@@ -18,6 +18,7 @@
18
18
  "engines": {
19
19
  "node": ">=20.12.0"
20
20
  },
21
+ "packageManager": "bun@1.4.2",
21
22
  "type": "module",
22
23
  "main": "./dist/index.js",
23
24
  "exports": {
@@ -38,8 +39,10 @@
38
39
  "sync": "bun run ./src/cli.ts sync",
39
40
  "test": "bun test",
40
41
  "typecheck": "tsc --noEmit",
42
+ "verify:sync": "bun run ./scripts/verify-sync.ts",
41
43
  "verify:package": "bun run ./scripts/verify-package.ts",
42
- "prepublishOnly": "bun run build && bun test && bun run typecheck && bun run verify:package"
44
+ "verify:live": "bun run ./scripts/live-opencode-compat.ts",
45
+ "prepublishOnly": "bun test && bun run typecheck && bun run build && bun run verify:sync && bun run verify:package"
43
46
  },
44
47
  "dependencies": {
45
48
  "@clack/prompts": "1.8.0",