chore: cleanup pass 1 — remove PLAN.md, orphan npm artifacts; reconcile docs #1
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/cleanup-pass-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Cleanup pass: remove PLAN.md + orphan npm artifacts + reconcile docs
Summary
A 4-commit cleanup PR that retires the now-implemented
PLAN.md, removes orphan npm artifacts (@opencode-ai/plugin@1.18.21+ transitive deps) that no code path in the bundle consumed, and reconciles the surviving documentation with the actual file tree.Commits
b46b24b chore: remove PLAN.md (already implemented)a3f4f99 chore: remove orphan npm artifacts and clean inner .gitignorebe8dac2 docs: reconcile README, CHANGELOG, AGENTS.md with current state50fb796 docs: address review nits on cleanup-pass-1Tech-debt closures
workspace/opencode/.gitignoreself-ignore removed; trimmed to a singlenode_modulesentry.workspace/opencode/AGENTS.mdnow listed in README tree.tui.jsonsurfaced in README tree; plugin-source decision still pending.opencode.jsonc,tui.json,AGENTS.md,.gitignore,codegraph/.[0.1.1]:link target added.feat/<slug>/fix/<slug>added to README §Conventions.Verification
bash workspace/opencode/deploy.sh --check→ exit 0.grep PLAN.mdandgrep @opencode-ai/pluginreturn only the CHANGELOG entries that document the removals (Keep-a-Changelog compliant).