{
"name": "@unfault/unlost-opencode",
"version": "0.2.7",
"description": "Agent orientation for OpenCode that spots friction and keeps agents on track",
"homepage": "https://unlost.unfault.dev/",
"author": "Sylvain Hellegouarch <sylvain@unfault.dev> (http://unfault.dev/)",
"repository": {
"type": "git",
"url": "https://github.com/unfault/unlost"
},
"bugs": {
"url": "https://github.com/unfault/unlost/issues"
},
"license": "MIT",
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts",
"README.md"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"opencode",
"plugin",
"unlost",
"unloop",
"agent"
],
"devDependencies": {
"@opencode-ai/plugin": "^1.1.53",
"@types/node": "^25.2.2",
"typescript": "^5.9.3"
}
}