TaskSync
6 tools in this family (folder Editor/Tools/TaskSync/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
tasksync_apply_default_template | writes | Wire autoplay_bug_found → create_task across every configured provider, using |
tasksync_create_task_now | writes | Dispatch a single CreateTask call against ONE configured provider, immediately, |
tasksync_export_provider_setup_md | writes | Emit a per-provider authentication walkthrough (markdown) to |
tasksync_generate_code | writes | Emit TaskSyncRuntimeConfig.cs, TaskSyncManager.cs, TaskTemplateRenderer.cs and one |
tasksync_propose_from_prompt | read-only | Build a TaskSyncSpec skeleton from a natural-language brief (which providers, which |
tasksync_validate_spec | read-only | Validate a TaskSyncSpec. Returns { ok, errors[] }. tasksync_generate_code, |