cleanup_on_completion
Cleans up workspace after all tasks complete. Force option enables cleanup even if tasks are incomplete.
Instructions
全タスク完了時にワークスペースをクリーンアップする。
タスクが完了していない場合はエラーを返す。 force=True で未完了でも強制クリーンアップ。
※ Owner のみ使用可能。
Args: force: 未完了でも強制的にクリーンアップするか repo_path: メインリポジトリのパス(worktree 削除に使用) caller_agent_id: 呼び出し元エージェントID(必須)
Returns: クリーンアップ結果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | ||
| repo_path | No | ||
| caller_agent_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||