Establish Psyche roadmap and agent-readiness foundation - #15
Draft
BunsDev wants to merge 1 commit into
Draft
Conversation
This was referenced Aug 26, 2026
BunsDev
added a commit
that referenced
this pull request
Aug 26, 2026
Preserve the immutable historic G2 checker core while adding a separate, fail-closed retained-attestation scope for explicitly classified repository-readiness files. Unknown paths, protected sources, mode changes, deletions, renames, copies, submodules, and truncated trees remain rejected. The scope starts as a candidate and requires an evidence-only follow-up after exact-head CI succeeds. Refs #16 Blocks #15
17 tasks
This was referenced Aug 30, 2026
Open
Open
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
Establish the first public operating layer for Psyche without changing protocol behavior:
AGENTS.mdwith risk classes, invariants, protected surfaces, and evidence requirements;agent/manifest.yamlas a machine-readable repository/contract/risk declaration;scripts/agent-bootstrapandscripts/agent-check fast|fullentrypoints.Why
The repository already has a substantial Rust/G2 contract foundation, but a clean-checkout contributor or coding agent has no root onboarding surface, active roadmap, explicit cross-repository ownership map, or single verification interface. This PR addresses that operational gap before protocol v1 publication and downstream adoption.
Scope and risk
Risk: R0/R1 documentation and verification orchestration around an R4 repository.
This PR does not change:
Tracking
Follow-on protocol artifacts remain in #11; the Psyche Build reference-client canary remains in #13.
Validation performed before push
bash -n scripts/agent-bootstrapbash -n scripts/agent-checkValidation required on the exact PR head
./scripts/agent-bootstrap./scripts/agent-check fast./scripts/agent-check fullMigration and rollback
No data or protocol migration. Rollback is removal/reversion of the new entrypoint and documentation files. The existing native commands and CI remain unchanged.
Evidence boundary
This PR establishes a plan and verification interface. It does not claim that
psyche.protocol.v1is released or that Psyche Build currently conforms. Those claims remain gated by #11 and #13.