Skip to content

Commit ccc6f9e

Browse files
feat(workspace-sync): add portable imports and v2 fork workflows (#7700)
* feat(workspace-sync): add portable imports and v2 fork workflows * fix(workspace-sync): preserve activity attribution and update boundary tests
1 parent 2bfb8b1 commit ccc6f9e

214 files changed

Lines changed: 56804 additions & 7782 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"pages": [
3+
"previewWorkflowImport",
4+
"getWorkspaceForkAvailability",
5+
"getWorkspaceForkLineage",
6+
"listWorkspaceForkChildren",
7+
"listWorkspaceForkResources",
8+
"previewWorkspaceFork",
9+
"forkWorkspace",
10+
"getWorkspaceForkMappings",
11+
"updateWorkspaceForkMappings",
12+
"previewWorkspacePush",
13+
"pushWorkspace",
14+
"previewWorkspacePull",
15+
"pullWorkspace",
16+
"rollbackWorkspaceFork",
17+
"unlinkWorkspaceFork",
18+
"updateWorkspaceForkExclusions",
19+
"listSelector",
20+
"getSelector",
21+
"getWorkspaceOperation",
22+
"listWorkspaceOperations"
23+
]
24+
}

apps/docs/content/docs/api-reference/meta.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"---Getting Started---",
66
"getting-started",
77
"authentication",
8+
"workflow-sync",
89
"---SDKs---",
910
"python",
1011
"typescript",
@@ -16,6 +17,7 @@
1617
"(generated)/files",
1718
"(generated)/knowledge-bases",
1819
"(generated)/workspaces",
20+
"(generated)/workspace-sync",
1921
"(generated)/mcp-servers",
2022
"(generated)/skills",
2123
"(generated)/custom-tools",

apps/docs/content/docs/api-reference/workflow-sync.mdx

Lines changed: 238 additions & 0 deletions
Large diffs are not rendered by default.

apps/docs/content/docs/cli/commands.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ These apply to every command, and may be written before or after it.
4545
| [`sim meta`](/cli/meta) | Manage meta |
4646
| [`sim sandboxes`](/cli/sandboxes) | Manage sandboxes |
4747
| [`sim secrets`](/cli/secrets) | Manage secrets |
48+
| [`sim selectors`](/cli/selectors) | Manage selectors |
4849
| [`sim skills`](/cli/skills) | Manage skills |
4950
| [`sim tables`](/cli/tables) | Manage tables |
5051
| [`sim tools`](/cli/tools) | Manage tools |

apps/docs/content/docs/cli/meta.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"configuration",
99
"output",
1010
"scripting",
11+
"workflow-sync",
1112
"troubleshooting",
1213
"---Commands---",
1314
"commands",
@@ -26,6 +27,7 @@
2627
"meta",
2728
"sandboxes",
2829
"secrets",
30+
"selectors",
2931
"skills",
3032
"tables",
3133
"tools",

0 commit comments

Comments
 (0)