-
Notifications
You must be signed in to change notification settings - Fork 0
feat(vale): add the six Vale platform packages and pinned manifest #72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Open
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
15a04e6
docs(openspec): add add-vale-binary-packages
thecodedrift 2f90f6d
docs(openspec): link add-vale-binary-packages to OSS-22
thecodedrift 172f80f
docs: note that any Linear team prefix resolves, not just TSKL
thecodedrift 5d3db63
docs: warn about shallow clones before rebase or force-push
thecodedrift 30c8e9c
docs(openspec): declare add-vale-binary-packages as a forward stack
thecodedrift 817ae44
docs(openspec): record add-vale-binary-packages as a minor release
thecodedrift 16cac8b
feat(vale): add the six Vale platform packages and pinned manifest
thecodedrift 72ecc60
Merge origin/main into openspec/add-vale-binary-packages
thecodedrift 8a62472
Merge origin/main into openspec/add-vale-binary-packages
thecodedrift 6af767d
fix(vale): quote the verified aarch64 interpreter in the arm64 README
thecodedrift File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,81 @@ | ||
| { | ||
| "comment": [ | ||
| "The pinned upstream Vale release and the digests that gate packaging it.", | ||
| "This file is the trust boundary for @taskless/vale-* : the publish pipeline", | ||
| "verifies every downloaded archive against the sha256 recorded here and", | ||
| "refuses to continue on a mismatch, so changing which bytes can be published", | ||
| "means changing this file, which means passing code review.", | ||
| "", | ||
| "Each sha256 is the digest of the RELEASE ARCHIVE, not of the executable", | ||
| "inside it. Upstream publishes vale_<valeVersion>_checksums.txt covering the", | ||
| "archives, so these values are independently checkable against upstream, and", | ||
| "the archive is verified before anything is unpacked from it.", | ||
| "", | ||
| "`asset` is a template; {version} is replaced with valeVersion. The detect", | ||
| "phase of .github/workflows/vale-binaries.yml rewrites valeVersion and every", | ||
| "sha256 from upstream's checksums file, and leaves the templates alone." | ||
| ], | ||
| "valeVersion": "3.17.1", | ||
| "upstream": { | ||
| "repository": "errata-ai/vale", | ||
| "tag": "v{version}", | ||
| "downloadUrl": "https://github.com/errata-ai/vale/releases/download/v{version}/{asset}", | ||
| "checksumsAsset": "vale_{version}_checksums.txt" | ||
| }, | ||
| "platforms": [ | ||
| { | ||
| "package": "@taskless/vale-darwin-arm64", | ||
| "directory": "packages/vale-darwin-arm64", | ||
| "os": "darwin", | ||
| "cpu": "arm64", | ||
| "asset": "vale_{version}_macOS_arm64.tar.gz", | ||
| "archiveMember": "vale", | ||
| "sha256": "80cacf85ef23f53cfdd77355ec41a6ef99aec136f15dfb3517723482f35593f9" | ||
| }, | ||
| { | ||
| "package": "@taskless/vale-darwin-x64", | ||
| "directory": "packages/vale-darwin-x64", | ||
| "os": "darwin", | ||
| "cpu": "x64", | ||
| "asset": "vale_{version}_macOS_64-bit.tar.gz", | ||
| "archiveMember": "vale", | ||
| "sha256": "b37ab999dfd1414d041bd2e94ced103292d634da76f954c385bf789dc7f5f939" | ||
| }, | ||
| { | ||
| "package": "@taskless/vale-linux-arm64", | ||
| "directory": "packages/vale-linux-arm64", | ||
| "os": "linux", | ||
| "cpu": "arm64", | ||
| "asset": "vale_{version}_Linux_arm64.tar.gz", | ||
| "archiveMember": "vale", | ||
| "sha256": "92d91ebf9ee69ec077379be95cd09e6710ab33d3d5bab66bb482e66ebc80dc23" | ||
| }, | ||
| { | ||
| "package": "@taskless/vale-linux-x64", | ||
| "directory": "packages/vale-linux-x64", | ||
| "os": "linux", | ||
| "cpu": "x64", | ||
| "asset": "vale_{version}_Linux_64-bit.tar.gz", | ||
| "archiveMember": "vale", | ||
| "sha256": "db947f89f2292e6a0381a61de155f6a5f5cb4cb460ca178ea412ef605559cefd" | ||
| }, | ||
| { | ||
| "package": "@taskless/vale-win32-arm64", | ||
| "directory": "packages/vale-win32-arm64", | ||
| "os": "win32", | ||
| "cpu": "arm64", | ||
| "asset": "vale_{version}_Windows_arm64.zip", | ||
| "archiveMember": "vale.exe", | ||
| "sha256": "6fe10e873b09cf31feab2780ac9738ba42d69fb00fac491faadd3cb97c040587" | ||
| }, | ||
| { | ||
| "package": "@taskless/vale-win32-x64", | ||
| "directory": "packages/vale-win32-x64", | ||
| "os": "win32", | ||
| "cpu": "x64", | ||
| "asset": "vale_{version}_Windows_64-bit.zip", | ||
| "archiveMember": "vale.exe", | ||
| "sha256": "0be3fead4e845fc7e740ad8a7e744eee3041ef8c874748a947b7adb63250a642" | ||
| } | ||
| ] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| schema: spec-driven | ||
| created: 2026-07-27 |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.