Skip to content

Commit df84e5e

Browse files
docs: remove internal task-tooling references from CLAUDE.md
1 parent fa207df commit df84e5e

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

CLAUDE.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ If you're new to this repo and want to build your own consumer app or POC, follo
124124
| `/wb.create-template <name>` | Scaffold a new diagram template — asks for target app (default `demo`) |
125125
| `/wb.add-execution-handler <type>` | Wire a node type into execution-core + worker registry (global pipeline, no target) |
126126
| `/wb.run-locally` | Bring up the stack — Path A (`pnpm dev:demo`) or Path B (infra + backend + worker + AI Studio frontend) |
127-
| `/wb.task` | Fetch assigned ClickUp tasks via MCP and recommend one to pick up |
128-
| `/wb.task WB-42` | Pick up a specific task with an inline plan |
129127
| `/wb.changeset <bump> "<summary>"` | Add a changeset for SDK changes (`patch` / `minor` / `major`) — required before merging consumer-visible changes to `packages/sdk/**` |
130128

131129
### Releasing `@workflowbuilder/sdk`
@@ -168,15 +166,3 @@ The skills under `.claude/commands/wb.*.md` mix three kinds of content:
168166
When executing a skill, if a snippet contradicts the canonical reference (or the live SDK source), **canonical wins**. Snippets are starting points; live code is truth.
169167

170168
**Self-heal**: if you spot drift while executing a skill, refresh the affected snippet in the skill file as part of your change. Bundle it with the user's task in the same commit (or a follow-up commit titled `docs: refresh /wb.<name> snippet for <change>`). Frequent small refreshes are healthy — stale snippets accumulate friction.
171-
172-
### ClickUp MCP
173-
174-
ClickUp MCP is configured for this project in `.mcp.json` using the official remote server at `https://mcp.clickup.com/mcp`.
175-
176-
First-time setup in Claude Code:
177-
178-
1. Open a Claude Code session in this repo.
179-
2. Run `/mcp`.
180-
3. Authenticate the `clickup` server via the OAuth flow.
181-
182-
The project provides a `/wb.task` wrapper command that uses ClickUp MCP to fetch assigned tasks or a specific task by ticket.

0 commit comments

Comments
 (0)