Skip to content

docs(ecosystem): add director plugin - #41926

Open
colinsurprenant wants to merge 1 commit into
anomalyco:devfrom
colinsurprenant:ecosystem-director
Open

docs(ecosystem): add director plugin#41926
colinsurprenant wants to merge 1 commit into
anomalyco:devfrom
colinsurprenant:ecosystem-director

Conversation

@colinsurprenant

@colinsurprenant colinsurprenant commented Aug 12, 2026

Copy link
Copy Markdown

Issue for this PR

N/A (the ecosystem page invites listing PRs directly)

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Adds director to the ecosystem docs plugin list in packages/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 --opencode drops a self-contained plugin at ~/.config/opencode/plugin/director.js plus /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?

  • Confirmed the entry was added to the Plugins table in packages/web/src/content/docs/ecosystem.mdx only, padded to the table's column width
  • Verified the link target and description match the project's GitHub repo
  • English page only, matching how prior listing PRs were handled (e.g. docs: add opencode-goal-plugin to ecosystem #29788)

Screenshots / recordings

N/A (docs-only change)

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

Copilot AI lite review requested due to automatic review settings August 12, 2026 02:35
@github-actions github-actions Bot added the needs:compliance This means the issue will auto-close after 2 hours. label Aug 12, 2026
@github-actions

Copy link
Copy Markdown
Contributor

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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 director in 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.

@github-actions github-actions Bot removed the needs:compliance This means the issue will auto-close after 2 hours. label Aug 12, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants