Ask
Index the durable docs in Context7 so coding agents can fetch them.
Why
Context7 is the documentation source most coding agents (Claude Code, Cursor, Copilot) query before they answer a library question. Today it has no entry for gplanchat/durable. An agent that looks up "gplanchat/durable" gets three unrelated projects back and no way to tell they are wrong:
| Context7 result |
What it actually is |
/durable-workflow/workflow |
The Laravel package durable-workflow/workflow, namespace Workflow\V2. 1401 snippets. |
/durable-workflow/durable-workflow.github.io |
Docs site for that same unrelated project. |
/websites/learn_microsoft_en-us_azure_azure-functions_durable |
Azure Durable Functions. |
The first hit is the dangerous one: same problem domain, same PHP language, similar name, high snippet count. An agent will pick it and then write Workflow\V2 attributes into a gplanchat/durable project.
Verified on 2026-09-02 with the Context7 MCP server, calling resolve-library-id for both "gplanchat/durable" and "durable-bundle Symfony gplanchat". Neither returned a gplanchat library.
Suggested fix
Submit https://durable.rocks (or the docs repo directly) at https://context7.com/add-library. Target result: resolve-library-id "gplanchat/durable" returns /gplanchat/durable with the workflow, activity, child-workflow, timer, signal, update and Nexus pages indexed.
Note on the skill
The gplanchat/durable-skill plugin already ships the accurate guidance, so an agent with the plugin installed is fine. The gap hits every agent without it - which is the majority, and the ones most likely to reach for Context7 first.
🤖 Generated with Claude Code
https://claude.ai/code/session_01TXkw3EBZKFjxnu7Y9uozET
Ask
Index the durable docs in Context7 so coding agents can fetch them.
Why
Context7 is the documentation source most coding agents (Claude Code, Cursor, Copilot) query before they answer a library question. Today it has no entry for
gplanchat/durable. An agent that looks up "gplanchat/durable" gets three unrelated projects back and no way to tell they are wrong:/durable-workflow/workflowdurable-workflow/workflow, namespaceWorkflow\V2. 1401 snippets./durable-workflow/durable-workflow.github.io/websites/learn_microsoft_en-us_azure_azure-functions_durableThe first hit is the dangerous one: same problem domain, same PHP language, similar name, high snippet count. An agent will pick it and then write
Workflow\V2attributes into agplanchat/durableproject.Verified on 2026-09-02 with the Context7 MCP server, calling
resolve-library-idfor both "gplanchat/durable" and "durable-bundle Symfony gplanchat". Neither returned a gplanchat library.Suggested fix
Submit https://durable.rocks (or the docs repo directly) at https://context7.com/add-library. Target result:
resolve-library-id "gplanchat/durable"returns/gplanchat/durablewith the workflow, activity, child-workflow, timer, signal, update and Nexus pages indexed.Note on the skill
The
gplanchat/durable-skillplugin already ships the accurate guidance, so an agent with the plugin installed is fine. The gap hits every agent without it - which is the majority, and the ones most likely to reach for Context7 first.🤖 Generated with Claude Code
https://claude.ai/code/session_01TXkw3EBZKFjxnu7Y9uozET