mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-21 19:08:17 +08:00
chore: update version to 7.2.8 and remove obsolete tool execution section from documentation
This commit is contained in:
@@ -10,10 +10,6 @@
|
|||||||
**Strictly follow the cli-tools.json configuration**
|
**Strictly follow the cli-tools.json configuration**
|
||||||
|
|
||||||
Available CLI endpoints are dynamically defined by the config file
|
Available CLI endpoints are dynamically defined by the config file
|
||||||
## Tool Execution
|
|
||||||
|
|
||||||
- **Context Requirements**: @~/.ccw/workflows/context-tools.md
|
|
||||||
- **File Modification**: @~/.ccw/workflows/file-modification.md
|
|
||||||
|
|
||||||
### Agent Calls
|
### Agent Calls
|
||||||
- **Always use `run_in_background: false`** for Agent tool calls: `Agent({ subagent_type: "xxx", prompt: "...", run_in_background: false })` to ensure synchronous execution and immediate result visibility
|
- **Always use `run_in_background: false`** for Agent tool calls: `Agent({ subagent_type: "xxx", prompt: "...", run_in_background: false })` to ensure synchronous execution and immediate result visibility
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "claude-code-workflow",
|
"name": "claude-code-workflow",
|
||||||
"version": "7.2.7",
|
"version": "7.2.8",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "claude-code-workflow",
|
"name": "claude-code-workflow",
|
||||||
"version": "7.2.7",
|
"version": "7.2.8",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
|
|||||||
Reference in New Issue
Block a user