記載内容: 環境情報(WindmillサーバーURL・ワークスペース) 重要な制約(wmill CLI不可・PUTは405・get_state()の罠) ディレクトリ構成 登録済みワークフロー一覧 wm-api.sh コマンド一覧 フローのデプロイ手順 Windmill Variables 一覧 マスタードキュメントへのリンク 次回のセッションからこのプロジェクトで作業するとき、Claude Code が自動的に CLAUDE.md を読んで文脈を把握します。
18 lines
366 B
JSON
18 lines
366 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(./wm-api.sh:*)",
|
|
"Bash(python3:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(python3.exe -m json.tool:*)",
|
|
"Bash(git remote set-url:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(git config:*)",
|
|
"Bash(printf:*)",
|
|
"Bash(~/.git-credentials)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)"
|
|
]
|
|
}
|
|
}
|