Add RFC for pre-built app bundle publishing specification#437
Merged
Add RFC for pre-built app bundle publishing specification#437
Conversation
Add rfc/bundle-publishing-spec.md as the canonical source of truth for the package.json artifacts schema introduced in PR #436. This spec defines the exact structure that external projects should use to detect whether pre-built app bundles exist, including platform keys, field reference, detection algorithm, naming conventions, and integrity verification. https://claude.ai/code/session_015WNb4G3Wb6cxatBZCkg2b7
Expand the Bundle JAR Contents section with full directory trees for each platform (macOS .app structure, Windows .exe, Linux ELF), describe the embedded app.xml manifest, and clarify what bundles do not include. https://claude.ai/code/session_015WNb4G3Wb6cxatBZCkg2b7
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This PR adds a comprehensive RFC document that defines the canonical specification for jDeploy's pre-built app bundle publishing feature. The RFC establishes the schema, naming conventions, and discovery mechanisms that clients and external tools should use to work with pre-built native application bundles.
Key Changes
rfc/bundle-publishing-spec.md) that documents:jdeploy.artifactspackage.jsonoutput format withurlandsha256fieldsNotable Details
package.jsonis modified with download URLs and checksums, while sourcepackage.jsonretains only configuration.appbundle)This RFC serves as the authoritative reference for the bundle publishing feature implementation (PR #436).
https://claude.ai/code/session_015WNb4G3Wb6cxatBZCkg2b7