This commit is contained in:
ray zhou
2026-05-21 19:39:08 +08:00
parent 8487ab6fc4
commit 10f55e0262
257 changed files with 0 additions and 16303 deletions

View File

@@ -1,18 +0,0 @@
{
"name": "create_project",
"description": "Create a new project at the given path. Creates the directory if it does not exist and initializes a git repository. Use this to bootstrap a new project before moving the agent to it with move_agent_to_root.",
"arguments": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"path": {
"description": "Absolute path where the new project should be created (e.g. \"/Users/name/projects/my-new-app\")",
"type": "string"
}
},
"required": [
"path"
],
"additionalProperties": false
}
}