docs(ecosystem): add opencode-todo plugin - #46303
Open
ainformatico wants to merge 1 commit into
Open
Conversation
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.
Issue for this PR
N/A — adding a community plugin to the ecosystem list.
Type of change
What does this PR do?
Adds my plugin opencode-todo to the Plugins table in
packages/web/src/content/docs/ecosystem.mdx.It's a personal task backlog:
/todo-add,/todo-runand/todo-removecommands plus a "My Backlog" panel in the sidebar, backed by a single JSON file. The list belongs to you rather than the agent, so follow-up ideas you get mid-run don't derail the session.I also added the row to the localized ecosystem pages with the description translated into each language.
How did you verify your code works?
Docs-only row. Checked that the entry matches each table's column alignment and that the link points at the repo.
Screenshots / recordings
N/A — docs-only change.
Checklist