-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
- If the intended repo name is
- Commit the initial scaffold (installer, templates, skills, commands, plugins)
- Verify OpenCode discovery + safety posture in WSL
opencode debug pathsopencode debug configopencode 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 --uninstallremoves 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)
- Compaction: confirm compacted context keeps decisions/next steps (
- Add a real workspace hint bundle (optional)
- Create
workspaces/<slug>/HINTS.md(or global~/.config/opencode/workspaces/<slug>/HINTS.md) - Confirm
plugins/workspace-context.tsinjects pointers only (no large dumps)
- Create
- Port proven skills/patterns from
dtsong/claude-code-wsl-setup- Keep
SKILL.mdsmall; move depth intoreferences/*.mdfor progressive loading
- Keep
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=...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels