docs(opencode): document integration limitations + manual activation guide (#317)#388
Open
tirth8205 wants to merge 1 commit into
Open
docs(opencode): document integration limitations + manual activation guide (#317)#388tirth8205 wants to merge 1 commit into
tirth8205 wants to merge 1 commit into
Conversation
…guide (Egonex-AI#317) OpenCode 1.15.11 installs the plugin and the deterministic scan/import/batch scripts work, but it lacks Claude Code's Task tool — so the LLM subagent phases (file-analyzer, assemble-reviewer, architecture-analyzer, tour-builder, graph-reviewer) never run. Result is a structural-only graph (~14% coverage). Add docs/platforms/opencode.md covering: - Status: structural-only (what runs, what doesn't, why) - Compatibility matrix per component - What you get (file nodes + import edges, no summaries/tour/layers) - Manual activation procedure using scan-project.mjs, extract-import-map.mjs, compute-batches.mjs, a minimal graph-assembly snippet, and dashboard launch - Optional ~/.config/opencode/command/*.md stubs for slash-command registration - Future direction (Task-equivalent dispatch would unlock the full pipeline) Link the new page from the README Platform Compatibility table (OpenCode row now flags "Structural-only") and add a short OpenCode note below the table. Closes Egonex-AI#317. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/platforms/opencode.mddocumenting that OpenCode (1.15.11) runs the deterministic scan/import/batch scripts but skips every LLM subagent phase — because OpenCode does not implement Claude Code'sTasktool. Result is a structural-only knowledge graph (~14% coverage vs ~70% in Claude Code).scan-project.mjs→extract-import-map.mjs→compute-batches.mjs→ minimal graph assembly → dashboard launch), optional~/.config/opencode/command/*.mdstubs for slash-command registration, and a future-direction note about Task-equivalent dispatch.No code changes — docs only.
Test plan
docs/platforms/opencode.mdlocally (GitHub markdown /mdcat/ preview) and confirm headings, code fences, and tables format correctly.understand-anything-plugin/skills/understand/{scan-project,extract-import-map,compute-batches}.mjs.Closes #317.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com