## Next steps - [ ] Initialize this directory as a git repo, set the correct GitHub remote, and push `main` - If the intended repo name is `opencode-codex-wsl-setup`, create/rename the GitHub repo accordingly - [ ] Commit the initial scaffold (installer, templates, skills, commands, plugins) - [ ] Verify OpenCode discovery + safety posture in WSL - `opencode debug paths` - `opencode debug config` - `opencode debug skill` - Run `/wsl-check` (after installing commands) - [ ] Verify installer flows - `./install.sh` (skills-only, non-invasive) - `./install.sh --preset full --with-config` (opt-in global config + plugins + commands) - `./install.sh --uninstall` removes only manifest-matched files - [ ] Validate plugins in a real WSL session - Compaction: confirm compacted context keeps decisions/next steps (`plugins/compaction-handover.ts`) - Notifications: confirm Windows toast notifications fire from WSL (`plugins/notifications.ts`) - [ ] Add a real workspace hint bundle (optional) - Create `workspaces/<slug>/HINTS.md` (or global `~/.config/opencode/workspaces/<slug>/HINTS.md`) - Confirm `plugins/workspace-context.ts` injects pointers only (no large dumps) - [ ] Port proven skills/patterns from `dtsong/claude-code-wsl-setup` - Keep `SKILL.md` small; move depth into `references/*.md` for progressive loading ## Notes - Model should be set via env for portability: `OPENCODE_MODEL=openai/gpt-5.3-codex` - API key should be env-only: `OPENAI_API_KEY=...`
Next steps
mainopencode-codex-wsl-setup, create/rename the GitHub repo accordinglyopencode debug pathsopencode debug configopencode debug skill/wsl-check(after installing commands)./install.sh(skills-only, non-invasive)./install.sh --preset full --with-config(opt-in global config + plugins + commands)./install.sh --uninstallremoves only manifest-matched filesplugins/compaction-handover.ts)plugins/notifications.ts)workspaces/<slug>/HINTS.md(or global~/.config/opencode/workspaces/<slug>/HINTS.md)plugins/workspace-context.tsinjects pointers only (no large dumps)dtsong/claude-code-wsl-setupSKILL.mdsmall; move depth intoreferences/*.mdfor progressive loadingNotes
OPENCODE_MODEL=openai/gpt-5.3-codexOPENAI_API_KEY=...