sdlc-orchestrator/coder
Daniel Samson b42b325dd3
Remove ANTHROPIC_API_KEY from workspace — it overrides OAuth token
ANTHROPIC_API_KEY takes priority over CLAUDE_CODE_OAUTH_TOKEN in
Claude Code's auth precedence. Must be unset for OAuth to work.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-12 14:55:12 +01:00
..
cloudflare-worker Remove ANTHROPIC_API_KEY from workspace — it overrides OAuth token 2026-04-12 14:55:12 +01:00
README.md Initial commit: SDLC Orchestrator replacing n8n 2026-04-12 12:44:28 +01:00
workspace.Dockerfile Custom workspace image + fix slash command invocation 2026-04-12 14:15:17 +01:00

README.md

Coder Template: Cloudflare Worker

A lightweight Coder workspace template for Cloudflare Workers development with Claude Code automation.

Prerequisites

  • Coder running at coder.samson.media
  • coder CLI installed and authenticated

Push Template to Coder

cd coder/cloudflare-worker
coder templates push cloudflare-worker

Parameters

Parameter Description Default
cpu CPU cores 2
memory Memory (MB) 4096
disk_size Home directory size (GB) 10
issue_number Gitea issue number (for automation) empty
task_type Claude Code command to run (for automation) empty
repo_clone_url Git repo to clone empty
deploy_env Deploy environment (staging/production) empty

Automated Usage (via n8n)

When task_type is set, the workspace startup script will:

  1. Clone the repository from repo_clone_url
  2. Install dependencies
  3. Run Claude Code with the specified command
  4. The workspace can be destroyed after completion

Manual Usage

Create a workspace without task_type for interactive development:

coder create my-workspace --template cloudflare-worker