Add comprehensive API documentation for the reporting endpoint: - Request/response structure - View type inference (did/is/will) - Blank vs explicit zero semantics - Status values and error responses Related to enhanced-allocation change.
46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
{
|
|
"name": ".opencode",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"dependencies": {
|
|
"@opencode-ai/plugin": "1.2.14",
|
|
"@th0rgal/ralph-wiggum": "^1.2.2"
|
|
}
|
|
},
|
|
"node_modules/@opencode-ai/plugin": {
|
|
"version": "1.2.14",
|
|
"resolved": "https://registry.npmjs.org/@opencode-ai/plugin/-/plugin-1.2.14.tgz",
|
|
"integrity": "sha512-36dPaIaNPMjA5jnFAbOzvKe78dbUkKXF8hgs8PNRXiAaTSzoIapBC/xkADVRO66tmLyZhoGFSBkVeJUpOyyiew==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@opencode-ai/sdk": "1.2.14",
|
|
"zod": "4.1.8"
|
|
}
|
|
},
|
|
"node_modules/@opencode-ai/sdk": {
|
|
"version": "1.2.14",
|
|
"resolved": "https://registry.npmjs.org/@opencode-ai/sdk/-/sdk-1.2.14.tgz",
|
|
"integrity": "sha512-nPkWAmzgPJYyfCJAV4NG7HTfN/iuO3B6fv8sT26NhPiR+EqD9i8sh4X1LwI7wEbbMOwWOX1PhrssW6gXQOOQZQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@th0rgal/ralph-wiggum": {
|
|
"version": "1.2.2",
|
|
"resolved": "https://registry.npmjs.org/@th0rgal/ralph-wiggum/-/ralph-wiggum-1.2.2.tgz",
|
|
"integrity": "sha512-yhDydpF8mstC+1qTz2SQxcRrMHrwnHWflBRXEUfutPN9Pm9nYMYD04n6Km0Td9xBMjw+yf3vMwNZU91nRidO7Q==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"ralph": "bin/ralph.js"
|
|
}
|
|
},
|
|
"node_modules/zod": {
|
|
"version": "4.1.8",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/colinhacks"
|
|
}
|
|
}
|
|
}
|
|
}
|