You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Canonical VFS folder path, e.g. "files/Reports". By default this mounts at "/home/user/files/Reports".',
1150
+
'Canonical VFS folder path, e.g. "files/Reports" or "workflows/My%20Workflow/.plans". By default this mounts at "/home/user/{path}". Workflow alias directories mount under "/home/user/workflows/...".',
'Canonical VFS file path, e.g. "files/Reports/sales.csv". By default this mounts at "/home/user/files/Reports/sales.csv".',
1170
+
'Canonical VFS file path, e.g. "files/Reports/sales.csv" or "workflows/My%20Workflow/changelog.md". By default this mounts at "/home/user/{path}". Workflow alias paths mount under "/home/user/workflows/...".',
description: 'Canonical destination VFS path, e.g. "files/Reports/chart.png".',
1235
+
description:
1236
+
'Canonical destination VFS path, e.g. "files/Reports/chart.png", "workflows/My%20Workflow/changelog.md", or "workflows/My%20Workflow/.plans/plan.md".',
'Canonical VFS folder path, e.g. "files/Reports". By default this mounts at "/home/user/files/Reports".',
1312
+
'Canonical VFS folder path, e.g. "files/Reports" or "workflows/My%20Workflow/.plans". By default this mounts at "/home/user/{path}". Workflow alias directories mount under "/home/user/workflows/...".',
'Canonical VFS file path, e.g. "files/Reports/sales.csv". By default this mounts at "/home/user/files/Reports/sales.csv".',
1332
+
'Canonical VFS file path, e.g. "files/Reports/sales.csv" or "workflows/My%20Workflow/changelog.md". By default this mounts at "/home/user/{path}". Workflow alias paths mount under "/home/user/workflows/...".',
description: 'Canonical destination VFS path, e.g. "files/Reports/chart.png".',
1387
+
description:
1388
+
'Canonical destination VFS path, e.g. "files/Reports/chart.png", "workflows/My%20Workflow/changelog.md", or "workflows/My%20Workflow/.plans/plan.md".',
'Plan file name or relative path under .plans, e.g. "implementation.md" or "phase-1/implementation.md". If no extension is supplied, ".md" is appended.',
3069
+
},
3070
+
title: {
3071
+
type: 'string',
3072
+
description: 'Optional short user-visible label for the plan creation.',
3073
+
},
3074
+
workflowPath: {
3075
+
type: 'string',
3076
+
description:
3077
+
'Canonical workflow VFS path, e.g. "workflows/My%20Workflow" or "workflows/Folder/My%20Workflow". Copy from glob/read output; do not use workflow IDs.',
3078
+
},
3079
+
},
3080
+
required: ['workflowPath','name'],
3081
+
},
3082
+
resultSchema: {
3083
+
type: 'object',
3084
+
properties: {
3085
+
data: {
3086
+
type: 'object',
3087
+
description:
3088
+
'Contains id, name, vfsPath, backingVfsPath, and workflowId. Use vfsPath for follow-up workspace_file calls.',
'Canonical VFS folder path, e.g. "files/Reports". By default this mounts at "/home/user/files/Reports".',
941
+
'Canonical VFS folder path, e.g. "files/Reports" or "workflows/My%20Workflow/.plans". By default this mounts at "/home/user/{path}". Workflow alias directories mount under "/home/user/workflows/...".',
'Canonical VFS file path, e.g. "files/Reports/sales.csv". By default this mounts at "/home/user/files/Reports/sales.csv".',
961
+
'Canonical VFS file path, e.g. "files/Reports/sales.csv" or "workflows/My%20Workflow/changelog.md". By default this mounts at "/home/user/{path}". Workflow alias paths mount under "/home/user/workflows/...".',
description: 'Canonical destination VFS path, e.g. "files/Reports/chart.png".',
1032
+
description:
1033
+
'Canonical destination VFS path, e.g. "files/Reports/chart.png", "workflows/My%20Workflow/changelog.md", or "workflows/My%20Workflow/.plans/plan.md".',
'Canonical VFS folder path, e.g. "files/Reports". By default this mounts at "/home/user/files/Reports".',
1098
+
'Canonical VFS folder path, e.g. "files/Reports" or "workflows/My%20Workflow/.plans". By default this mounts at "/home/user/{path}". Workflow alias directories mount under "/home/user/workflows/...".',
'Canonical VFS file path, e.g. "files/Reports/sales.csv". By default this mounts at "/home/user/files/Reports/sales.csv".',
1118
+
'Canonical VFS file path, e.g. "files/Reports/sales.csv" or "workflows/My%20Workflow/changelog.md". By default this mounts at "/home/user/{path}". Workflow alias paths mount under "/home/user/workflows/...".',
description: 'Canonical destination VFS path, e.g. "files/Reports/chart.png".',
1179
+
description:
1180
+
'Canonical destination VFS path, e.g. "files/Reports/chart.png", "workflows/My%20Workflow/changelog.md", or "workflows/My%20Workflow/.plans/plan.md".',
'Plan file name or relative path under .plans, e.g. "implementation.md" or "phase-1/implementation.md". If no extension is supplied, ".md" is appended.',
2818
+
},
2819
+
title: {
2820
+
type: 'string',
2821
+
description: 'Optional short user-visible label for the plan creation.',
2822
+
},
2823
+
workflowPath: {
2824
+
type: 'string',
2825
+
description:
2826
+
'Canonical workflow VFS path, e.g. "workflows/My%20Workflow" or "workflows/Folder/My%20Workflow". Copy from glob/read output; do not use workflow IDs.',
2827
+
},
2828
+
},
2829
+
required: ['workflowPath','name'],
2830
+
},
2831
+
resultSchema: {
2832
+
type: 'object',
2833
+
properties: {
2834
+
data: {
2835
+
type: 'object',
2836
+
description:
2837
+
'Contains id, name, vfsPath, backingVfsPath, and workflowId. Use vfsPath for follow-up workspace_file calls.',
2838
+
},
2839
+
message: {
2840
+
type: 'string',
2841
+
description: 'Human-readable outcome.',
2842
+
},
2843
+
success: {
2844
+
type: 'boolean',
2845
+
description: 'Whether the plan file was created.',
0 commit comments