Skip to content

Commit 2f5340a

Browse files
author
jh.park
committed
chore: update allowed-tools section in developing-cast skill documentation
1 parent fe683cc commit 2f5340a

File tree

1 file changed

+3
-1
lines changed
  • act_operator/act_operator/scaffold/{{ cookiecutter.act_slug }}/.claude/skills/developing-cast

1 file changed

+3
-1
lines changed

act_operator/act_operator/scaffold/{{ cookiecutter.act_slug }}/.claude/skills/developing-cast/SKILL.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
name: developing-cast
33
description: Implements LangGraph cast components following systematic workflow (state, deps, nodes, conditions, graph). Use when implementing cast, building nodes/agents/tools, need LangGraph patterns (memory, retry, guardrails, vector stores), or ask "implement cast", "build graph", "add node".
44
allowed-tools:
5-
- Bash(uv run sync *)
5+
- Bash(uv sync *)
6+
- Bash(uv add --package *)
7+
- Read
68
- Write
79
- Edit
810
---

0 commit comments

Comments
 (0)