DashboardopencodeOpenCode plugin target resolution

OpenCode plugin target resolution

Category: pattern
Confidence: 1.00
ID: 01a0889b-6d42-7e54-92db-e6622ea6bf5f
Project ID: c0425955-02bc-4c17-9af2-b114c00077e7
Cross-project: No
Recalled in other projects: 2
Source session: 0HuHToru7i88dEfLq
Created: 2026-07-19 16:22:01
Updated: 2026-09-09 23:58:02

Cross-Project Recalls

ProjectHitsLast recalled
opencode-lore 2 2d ago
craft 1 8d ago

Content

Configure named npm packages or plugin directories. Named targets exercise package exports and prefer ./server; raw directories bypass exports and conventionally resolve index.ts/index.js, while standalone files work only through auto-discovery under plugins/. Trap: a configured .ts/.js file or directory server.js looks equivalent, but config normalization rejects files and local-directory resolution does not use package subpath conventions.

Move to: