docs(ecosystem): add director plugin - #41926
Conversation
|
The following comment was made by an LLM, it may be inaccurate: Potential duplicate found: This appears to be a prior attempt to add the director plugin to the ecosystem documentation. The current PR (#41926) is essentially adding the same plugin with a similar scope. You should check if PR #37914 is still open or if it was closed/merged, and whether the current PR is addressing an update or retry of that earlier submission. |
There was a problem hiding this comment.
Pull request overview
Adds the third-party director plugin to the Ecosystem docs so users can discover it alongside other OpenCode plugins. This fits the web docs content that curates community plugins and projects.
Changes:
- Added a new entry for
directorin the Plugins table, linking to its GitHub repository. - Documented the plugin’s purpose as durable cross-session work state (decisions, open items, handoffs) injected at session start.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
3f3a342 to
579d883
Compare
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
Issue for this PR
N/A (the ecosystem page invites listing PRs directly)
Type of change
What does this PR do?
Adds
directorto the ecosystem docs plugin list inpackages/web/src/content/docs/ecosystem.mdx.Director is an Apache-2.0 coordination ledger for coding-agent work: sessions record decisions, open loops, and handoffs to an append-only log, and the current state is injected into every new session as ground truth. Its OpenCode integration is a managed plugin:
director install --opencodedrops a self-contained plugin at~/.config/opencode/plugin/director.jsplus/director-*custom commands, and modifies no config files. The same log is shared with its Claude Code and Codex integrations.Project link: https://github.com/colinsurprenant/director
How did you verify your code works?
Pluginstable inpackages/web/src/content/docs/ecosystem.mdxonly, padded to the table's column widthScreenshots / recordings
N/A (docs-only change)
Checklist