Submit io.pilot.asdecided v0.26.2 - #94
Open
tcballard wants to merge 2 commits into
Open
Conversation
Add the four publisher-signed adapter bundles, catalogue metadata, product demo, next-steps graph, and vanilla-versus-Pilot fixtures for the native As Decided engine. The app exposes only help, retrieve, validate, and relationships. It deliberately omits arbitrary CLI passthrough and requests read-only access to $HOME so callers can select local repositories. Authored under my direction with Codex.
Rebuild and sign all four native bundles with the established publisher identity, and refresh catalogue metadata and submission checksums. Authored under my direction with Codex.
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.
App submission
App id:
io.pilot.asdecidedVersion:
0.26.2Publisher:
ed25519:0S7jw2iREaLHUZl5JCH/egFGwkRTBJ+sifR1ofJ+7wY=What this adds
As Decided retrieves and validates the engineering decisions stored in a local repository. This submission wraps the published native Rust v0.26.2 engine and exposes four methods:
asdecided.helpasdecided.retrieveasdecided.validateasdecided.relationshipsIt includes publisher-signed adapter bundles for macOS and Linux on arm64 and amd64, catalogue metadata, a product demo, a next-steps graph, and an A/B fixture covering every curated method.
Permission and surface decisions
fs.read $HOMEbecause repository paths are caller-selected and cannot be predicted at install time. Repository contents stay on the Pilot node.fs.write $APPandnet.dial github.comare used only to stage the SHA-pinned native release asset under the app directory.Local evidence
pilot-app verifymanifest.json,install.json,install.sh, and the platform adapter binarypilot-app verify-update: new app ID acceptedgo vet ./...: passedgo test ./...: passedDisclosures
Automated gate
submission-validateCI is green (bundle sha, manifest valid + signed,<ns>.help, id/version).Maintainer checklist (SPEC §7.2 — do not merge until all checked)
proc.exec,fs.write,key.sign, or broadnet.dialtarget.submission.jsondescription accurately reflects the app.net.dial) is one the publisher controls.Authored under my direction with Codex.