Foundation contracts for portable jarvOS product realization - #257
Merged
Conversation
levineam
marked this pull request as ready for review
September 1, 2026 03:15
This was referenced Sep 1, 2026
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
Adds the repository-only foundation for jarvOS to autonomously prepare source-backed candidates from eligible AI interactions while keeping durable promotion governed and reversible where the destination supports it.
Safety boundary
This PR contains contracts, fixtures, tests, and documentation only. It does not install or activate jarvOS, write to a Vault, change a scheduler or runtime, issue live identities, create candidate storage, execute destination writes, or alter any private host.
The implementation deliberately avoids files currently changed by PRs #249, #252, #253, #255, and #256.
Verification
npm test: passgit diff --check: passFable 5/high drafted the initial plan and Codex integrated safety corrections. Long Opus implementation generations stalled, so the authorized OpenAI fallback completed those stages. A bounded Opus/high review of the critical validators found no blocking defects; its timestamp-hardening feedback was integrated in commit
8d41a2d.Known pre-existing issue
The package-local
jarvos-ambientsuite has one stale expected error string inintent-exports.test.js: it omits Hermes and Grok Bot even though both source tools were already present at the exact base. This PR does not change that pre-existing test or source-tool list. The new candidate tests and the full root suite pass.Mac Mini handoff
Review this contract layer before implementing consumers. Live identity issuance, source adapters, candidate persistence, destination-specific writers/receipts, activation, and OpenClaw integration remain intentionally deferred until the existing installation and its authority boundaries can be inspected.