docs: add director to ecosystem#37837
Conversation
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
There was a problem hiding this comment.
Pull request overview
This PR updates the website documentation to include the director project in the “Plugins” ecosystem list, making it discoverable alongside other OpenCode integrations.
Changes:
- Add a new ecosystem entry for director linking to
https://github.com/colinsurprenant/director. - Provide a short description of director’s purpose as a coordination ledger across multiple coding-agent harnesses.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
This pull request has been automatically closed because it was not updated to meet our contributing guidelines within the 2-hour window. Feel free to open a new pull request that follows our guidelines. |
Adds director to the plugins list.
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. The OpenCode integration is a managed plugin:
director install --opencodedrops a self-contained plugin at~/.config/opencode/plugin/director.jsplus the/director-*custom commands, with no config files merged or modified. The same log is shared with its Claude Code and Codex integrations, so mixed-harness setups coordinate through one ledger.Repo: https://github.com/colinsurprenant/director