Skip to content

Commit 4fcdba4

Browse files
committed
Replace repository contents with v4 snapshot
1 parent be4bbf5 commit 4fcdba4

876 files changed

Lines changed: 36827 additions & 405256 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.

.changeset/README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# Changesets
22

3-
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4-
with multi-package repos, or single-package repos to help you version and publish your code. You can
5-
find the full documentation for it [in our repository](https://github.com/changesets/changesets).
3+
This repo uses Changesets to drive releases for the published `executor` CLI.
64

7-
We have a quick list of common questions to get you started engaging with this project in
8-
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md).
5+
## What to put in a changeset
6+
7+
Only `executor` is managed directly by Changesets.
8+
9+
After `changeset version` runs, `scripts/release/sync-versions.mjs` copies that version to the rest of the repo manifests so the workspace stays aligned without making every internal package independently releasable.
10+
11+
## Beta releases
12+
13+
Use prerelease mode for beta trains:
14+
15+
- `bun run release:beta:start`
16+
- merge release PRs while prerelease mode is active
17+
- `bun run release:beta:stop` when you want to return to stable releases

.changeset/config.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,27 @@
77
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": []
10+
"ignore": [
11+
"@executor/server",
12+
"@executor/web",
13+
"@executor/react",
14+
"@executor/api",
15+
"@executor/config",
16+
"@executor/execution",
17+
"@executor/sdk",
18+
"@executor/storage-file",
19+
"@executor/host-mcp",
20+
"@executor/codemode-core",
21+
"@executor/ir",
22+
"@executor/runtime-deno-subprocess",
23+
"@executor/runtime-quickjs",
24+
"@executor/plugin-file-secrets",
25+
"@executor/plugin-google-discovery",
26+
"@executor/plugin-graphql",
27+
"@executor/plugin-keychain",
28+
"@executor/plugin-mcp",
29+
"@executor/plugin-onepassword",
30+
"@executor/plugin-openapi",
31+
"@executor/ui"
32+
]
1133
}

.changeset/cute-steaks-sink.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/funny-forks-listen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fuzzy-camels-cheer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pre.json

Lines changed: 22 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -2,59 +2,28 @@
22
"mode": "pre",
33
"tag": "beta",
44
"initialVersions": {
5-
"@executor/docs": "0.0.0",
6-
"executor": "1.2.6",
7-
"@executor/web": "0.0.0",
8-
"@executor/mcp-elicitation-demo": "0.0.0",
9-
"@executor/serve-skills-via-mcp-demo": "0.0.0",
10-
"@executor/sqlite-sdk-consumer-example": "0.0.0",
11-
"@executor/react": "0.0.0",
12-
"@executor/effect-test-utils": "0.0.0",
13-
"@executor/kitchen-sink": "0.0.0",
14-
"@executor/ai-sdk-adapter": "0.0.0",
15-
"@executor/executor-mcp": "0.0.0",
16-
"@executor/codemode-core": "0.0.0",
17-
"@executor/ir": "0.0.0",
5+
"executor": "1.4.0-beta.0",
6+
"@executor/server": "1.4.0-beta.0",
7+
"@executor/web": "1.4.0-beta.0",
8+
"@executor/react": "1.4.0-beta.0",
9+
"@executor/api": "1.4.0-beta.0",
10+
"@executor/config": "1.4.0-beta.0",
11+
"@executor/execution": "1.4.0-beta.0",
12+
"@executor/sdk": "1.4.0-beta.0",
13+
"@executor/storage-file": "1.4.0-beta.0",
14+
"@executor/host-mcp": "1.4.0-beta.0",
15+
"@executor/codemode-core": "1.4.0-beta.0",
16+
"@executor/ir": "1.4.0-beta.0",
1817
"@executor/runtime-deno-subprocess": "0.0.0",
19-
"@executor/runtime-quickjs": "0.0.0",
20-
"@executor/runtime-ses": "0.0.0",
21-
"@executor/platform-api": "0.0.0",
22-
"@executor/platform-sdk": "0.0.0",
23-
"@executor/platform-sdk-file": "0.0.0",
24-
"@executor/server": "0.0.0",
25-
"@executor/source-core": "0.0.0",
26-
"@executor/plugin-execution-history-react": "0.0.0",
27-
"@executor/plugin-google-discovery-http": "0.0.0",
28-
"@executor/plugin-google-discovery-react": "0.0.0",
29-
"@executor/plugin-google-discovery-sdk": "0.0.0",
30-
"@executor/plugin-google-discovery-shared": "0.0.0",
31-
"@executor/plugin-graphql-http": "0.0.0",
32-
"@executor/plugin-graphql-react": "0.0.0",
33-
"@executor/plugin-graphql-sdk": "0.0.0",
34-
"@executor/plugin-graphql-shared": "0.0.0",
35-
"@executor/plugin-keychain-secret-store-sdk": "0.0.0",
36-
"@executor/plugin-local-secret-store-sdk": "0.0.0",
37-
"@executor/plugin-local-tools-react": "0.0.0",
38-
"@executor/plugin-local-tools-sdk": "0.0.0",
39-
"@executor/plugin-mcp-http": "0.0.0",
40-
"@executor/plugin-mcp-react": "0.0.0",
41-
"@executor/plugin-mcp-sdk": "0.0.0",
42-
"@executor/plugin-mcp-shared": "0.0.0",
43-
"@executor/plugin-onepassword-http": "0.0.0",
44-
"@executor/plugin-onepassword-react": "0.0.0",
45-
"@executor/plugin-onepassword-sdk": "0.0.0",
46-
"@executor/plugin-onepassword-shared": "0.0.0",
47-
"@executor/plugin-openapi-http": "0.0.0",
48-
"@executor/plugin-openapi-react": "0.0.0",
49-
"@executor/plugin-openapi-sdk": "0.0.0",
50-
"@executor/plugin-openapi-shared": "0.0.0"
18+
"@executor/runtime-quickjs": "1.4.0-beta.0",
19+
"@executor/plugin-file-secrets": "1.4.0-beta.0",
20+
"@executor/plugin-google-discovery": "1.4.0-beta.0",
21+
"@executor/plugin-graphql": "1.4.0-beta.0",
22+
"@executor/plugin-keychain": "1.4.0-beta.0",
23+
"@executor/plugin-mcp": "1.4.0-beta.0",
24+
"@executor/plugin-onepassword": "1.4.0-beta.0",
25+
"@executor/plugin-openapi": "1.4.0-beta.0",
26+
"@executor/ui": "1.4.0-beta.0"
5127
},
52-
"changesets": [
53-
"cute-steaks-sink",
54-
"funny-forks-listen",
55-
"fuzzy-camels-cheer",
56-
"quick-cars-approve",
57-
"tame-trains-confess",
58-
"tasty-geese-cough"
59-
]
28+
"changesets": []
6029
}

.changeset/quick-cars-approve.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ripe-yaks-sniff.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"executor": patch
3+
---
4+
5+
Release 1.4

.changeset/tame-trains-confess.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tasty-geese-cough.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)