[DRAFT] chore(coder-labs/templates/tasks-docker): remove the Tasks on Docker template - #1045
[DRAFT] chore(coder-labs/templates/tasks-docker): remove the Tasks on Docker template#1045david-fraley wants to merge 2 commits into
Conversation
…template Coder Tasks is deprecated as of Coder v2.36 and is hidden by default, so this template cannot be used on a default deployment. Remove the template, its orphaned screenshot, and the two references that pointed at it.
| @@ -27,8 +27,6 @@ An experimental AI agent integration with Claude CodeAI agent | |||
|
|
|||
| [Coder docs on AI agents and tasks](https://coder.com/docs/ai-coder/tasks) | |||
There was a problem hiding this comment.
this also needs to go or updated.
There was a problem hiding this comment.
Removed in 66e60dd. That page is deleted in coder/coder#28008, so there is nothing accurate to point it at for this template: docker-claude does not declare coder_ai_task, so Tasks docs were the wrong reference even before the deprecation. The remaining links in Resources cover the module and providers.
The same dead link still exists in .agents/skills/coder-templates/SKILL.md and in the claude-code, codex and kiro-cli module READMEs. I left those out because they are not just dead links: they document actual Tasks support in those modules, so deciding what replaces them is a product call rather than a cleanup. Happy to fold that into this PR if you would rather do it in one pass.
Reply generated by Coder Agents on behalf of @david-fraley.
| [Coder docs on AI agents and tasks](https://coder.com/docs/ai-coder/tasks) | ||
|
|
There was a problem hiding this comment.
| [Coder docs on AI agents and tasks](https://coder.com/docs/ai-coder/tasks) |
This should be deleted too.
There was a problem hiding this comment.
Done in 66e60dd: the link line and the leftover blank line are both gone, so ## Resources now starts at the module link.
Reply generated by Coder Agents on behalf of @david-fraley.
Removes the
coder-labs/tasks-dockertemplate. Companion to coder/coder#28008, which deprecates Coder Tasks as of Coder v2.36 and hides it behind the internalCODER_ENABLE_AI_TASKSflag.This template exists only to demo Coder Tasks: it declares
coder_ai_taskand readsdata "coder_task". On a v2.36 deployment with default settings the Tasks UI,/tasksroutes and Tasks API are unavailable, so the template has no working entry point. The equivalent example was removed fromcoder/coderin the same effort.Changes
registry/coder-labs/templates/tasks-docker/(README.md,main.tf).registry/coder-labs/.images/tasks-screenshot.png, which only that README used..agents/skills/coder-templates/SKILL.mdcited it as the reference task template.registry/sharkymark/templates/docker-claude/README.mdlinked to itsmain.tf. Its deadcoder.com/docs/ai-coder/taskslink is removed too, per review: that template does not declarecoder_ai_task, so Tasks docs were the wrong reference for it regardless.Effect
The template disappears from registry.coder.com. Anyone who already created a Coder template from it is unaffected; template versions live in their own deployment, not here.
Not in this PR
https://coder.com/docs/ai-coder/taskslinks in.agents/skills/coder-templates/SKILL.mdand in theclaude-code,codexandkiro-cliREADMEs. Those pages go away when feat!: hide Coder Tasks behind the enable-ai-tasks flag coder#28008 merges, but unlike thedocker-claudelink they sit next to real Tasks support in those modules, so choosing a replacement is a product call rather than a cleanup. Worth a separate sweep alongside wider Tasks guidance..icons/tasks.svg, kept in case anything external references it.Validation
go build ./cmd/readmevalidation && ./readmevalidation: passes, all relative README URLs still valid.bun x prettier --check .: passes.Authored by Coder Agents on behalf of @david-fraley.