Skip to main content

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.

ToolEffectDescription
tasksync_apply_default_templatewritesWire autoplay_bug_found → create_task across every configured provider, using
tasksync_create_task_nowwritesDispatch a single CreateTask call against ONE configured provider, immediately,
tasksync_export_provider_setup_mdwritesEmit a per-provider authentication walkthrough (markdown) to
tasksync_generate_codewritesEmit TaskSyncRuntimeConfig.cs, TaskSyncManager.cs, TaskTemplateRenderer.cs and one
tasksync_propose_from_promptread-onlyBuild a TaskSyncSpec skeleton from a natural-language brief (which providers, which
tasksync_validate_specread-onlyValidate a TaskSyncSpec. Returns { ok, errors[] }. tasksync_generate_code,