Description
packages/opencode/package.json contains several entries that appear to be test/junk data accidentally committed:
A randomField top-level key with value "this-is-a-random-value-12345" (not a valid package.json field)
6 fake scripts (random, clean, lint, format, docs, deploy) with echo-only or incorrect implementations (e.g. lint runs bun test --coverage, format passes --prettier as an invalid flag to bun run)
These should be removed. The real tooling (biome, turbo) lives at the monorepo level.
Plugins
No response
OpenCode version
No response
Steps to reproduce
- Open packages/opencode/package.json
- Observe
randomField top-level key with value "this-is-a-random-value-12345"
- Observe scripts: random, clean, lint, format, docs, deploy — all fake echo implementations
Screenshot and/or share link
No response
Operating System
No response
Terminal
No response
Description
packages/opencode/package.json contains several entries that appear to be test/junk data accidentally committed:
A randomField top-level key with value "this-is-a-random-value-12345" (not a valid package.json field)
6 fake scripts (random, clean, lint, format, docs, deploy) with echo-only or incorrect implementations (e.g. lint runs bun test --coverage, format passes --prettier as an invalid flag to bun run)
These should be removed. The real tooling (biome, turbo) lives at the monorepo level.
Plugins
No response
OpenCode version
No response
Steps to reproduce
randomFieldtop-level key with value "this-is-a-random-value-12345"Screenshot and/or share link
No response
Operating System
No response
Terminal
No response