cloudaxe-opencode/packages/opencode
Dax Raad 8b1f0e2d90 core: add documentation comments to plugin configuration merge logic
Adds explanatory comments to config.ts and plugin.ts clarifying:

- How plugin specs are stored and normalized during config loading

- Why plugin_origins tracks provenance for location-sensitive decisions

- Why path-like specs are resolved early to prevent reinterpretation during merges

- How plugin deduplication works while keeping origin metadata for writes and diagnostics
2026-04-16 12:55:40 -04:00
..
bin
migration chore: generate 2026-04-13 18:02:12 +00:00
script move useful scripts to script folder 2026-04-16 10:09:14 -04:00
specs docs: add circular import rules to namespace treeshake spec (#22754) 2026-04-15 23:44:08 -04:00
src core: add documentation comments to plugin configuration merge logic 2026-04-16 12:55:40 -04:00
test config: refactor 2026-04-16 12:40:24 -04:00
.gitignore CLI perf: reduce deps (#22652) 2026-04-16 02:03:03 -04:00
AGENTS.md perf: make vcs init non-blocking by forking git branch resolution (#22771) 2026-04-16 03:02:19 -04:00
BUN_SHELL_MIGRATION_PLAN.md
bunfig.toml
Dockerfile
drizzle.config.ts
git
package.json CLI perf: reduce deps (#22652) 2026-04-16 02:03:03 -04:00
parsers-config.ts
README.md
sst-env.d.ts
tsconfig.json CLI perf: reduce deps (#22652) 2026-04-16 02:03:03 -04:00

js

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.12. Bun is a fast all-in-one JavaScript runtime.