oy-cli 0.13.5

Focused OpenCode agent with repeatable audits, code reviews, and one-finding fixes
Documentation
{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "@oy-cli/opencode",
  "version": "0.13.5",
  "description": "OpenCode agent and skills for repeatable audits, code reviews, and focused fixes",
  "keywords": [
    "opencode",
    "coding-agent",
    "code-review",
    "security-audit",
    "sarif",
    "developer-tools"
  ],
  "type": "module",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adonm/oy-cli.git",
    "directory": "packages/opencode"
  },
  "exports": "./src/index.js",
  "files": [
    "src",
    "assets",
    "README.md"
  ],
  "scripts": {
    "build": "node --check src/index.js",
    "test": "node --test"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@opencode-ai/plugin": "0.0.0-next-15353"
  },
  "engines": {
    "node": ">=22"
  },
  "os": [
    "linux",
    "darwin"
  ]
}