Skip to content

Commit b361a8c

Browse files
author
catlog22
committed
Add CLI endpoints documentation and unified script template for Bash and Python
- Updated AGENTS.md to include CLI tools usage and configuration details. - Introduced a new script template for both Bash and Python, outlining usage context, calling conventions, and implementation guidelines. - Provided examples for common patterns in both Bash and Python scripts. - Established a directory convention for script organization and naming.
1 parent 24dad8c commit b361a8c

8 files changed

Lines changed: 637 additions & 2126 deletions

File tree

.claude/CLAUDE.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@
99

1010
**Strictly follow the cli-tools.json configuration**
1111

12-
Available CLI endpoints are dynamically defined by the config file:
13-
- Built-in tools and their enable/disable status
14-
- Custom API endpoints registered via the Dashboard
15-
- Managed through the CCW Dashboard Status page
16-
17-
12+
Available CLI endpoints are dynamically defined by the config file
1813
## Tool Execution
1914

2015
- **Context Requirements**: @~/.claude/workflows/context-tools.md

.claude/skills/skill-generator/SKILL.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ Phase 01 → Phase 02 → Phase 03 → ... → Phase N
105105
| [templates/autonomous-action.md](templates/autonomous-action.md) | Autonomous Action 模板 |
106106
| [templates/code-analysis-action.md](templates/code-analysis-action.md) | 代码分析 Action 模板 |
107107
| [templates/llm-action.md](templates/llm-action.md) | LLM Action 模板 |
108-
| [templates/script-bash.md](templates/script-bash.md) | Bash 脚本模板 |
109-
| [templates/script-python.md](templates/script-python.md) | Python 脚本模板 |
108+
| [templates/script-template.md](templates/script-template.md) | 统一脚本模板 (Bash + Python) |
110109

111110
### 规范文档 (按需阅读)
112111

@@ -371,8 +370,7 @@ ELSE IF execution_mode === "autonomous":
371370
| [autonomous-action.md](templates/autonomous-action.md) | Action files | Phase 3 |
372371
| [code-analysis-action.md](templates/code-analysis-action.md) | Code analysis actions | Phase 3 |
373372
| [llm-action.md](templates/llm-action.md) | LLM-powered actions | Phase 3 |
374-
| [script-bash.md](templates/script-bash.md) | Bash scripts | Phase 3/4 |
375-
| [script-python.md](templates/script-python.md) | Python scripts | Phase 3/4 |
373+
| [script-template.md](templates/script-template.md) | Bash + Python scripts | Phase 3/4 |
376374

377375
## Output Structure
378376

0 commit comments

Comments
 (0)