From b710b8b03186c65c6fd31eade81465fdb305eb3d Mon Sep 17 00:00:00 2001 From: xarmian Date: Sat, 11 Jul 2026 19:01:41 -0400 Subject: [PATCH] docs: list OpenCode in CLAUDE.md supported-agent set (#924) Follow-up to #923 (OpenCode agent-install support). The user-facing README and CLI help were reconciled there; this brings the dev-guide's supported-agent enumeration in line too. Claude-Session: https://claude.ai/code/session_015yuBJQYfDj95cgX3DaD8SF --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index eb93d297..69b995f6 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -2,7 +2,7 @@ ## What This Is -Pad is a project management tool for developers and AI agents. Single Go binary with embedded SvelteKit web UI, SQLite storage, and multi-agent skill support (Claude Code, Cursor, Windsurf, Codex, Copilot, Amazon Q, Junie). +Pad is a project management tool for developers and AI agents. Single Go binary with embedded SvelteKit web UI, SQLite storage, and multi-agent skill support (Claude Code, Cursor, Windsurf, Codex, OpenCode, Copilot, Amazon Q, Junie). **Related repo:** The marketing website (getpad.dev) lives at `../pad-web` — a separate SvelteKit site deployed to Vercel.