Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,11 @@ mise gen github-action --write --task release-prebuilds --name release-prebuilds

If a generated workflow is reset, reapply only the matrix/upload orchestration. Do not duplicate pipeline commands in `.github/workflows/*.yml`; those commands live in the `ci` and `release-prebuilds` mise tasks.

Initial targets:
Default published prebuild targets:

- Linux x64
- Linux arm64
- macOS arm64
- macOS x64

Windows is documented as unsupported for the initial package. Ghostty has C API support for Windows, but this package should only enable Windows after the build and prebuild path is verified.

Expand Down
2 changes: 1 addition & 1 deletion communique.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Additional project-specific rules:
"""

context = """
@coder/libghostty-vt-node is an npm package that ships ABI-stable Node-API bindings for Ghostty's libghostty-vt terminal semantics. The package publishes compiled native prebuilds through npm for linux-x64, linux-arm64, macos-arm64, and macos-x64. Users install the package from npm and load the native binding from Node.js; GitHub Releases document the release but do not carry binary assets.
@coder/libghostty-vt-node is an npm package that ships ABI-stable Node-API bindings for Ghostty's libghostty-vt terminal semantics. The package publishes compiled native prebuilds through npm for linux-x64, linux-arm64, and macos-arm64. Users install the package from npm and load the native binding from Node.js; GitHub Releases document the release but do not carry binary assets.
"""

[defaults]
Expand Down
Loading