feat(founder-narrative): rollback_path schema + recovery skeleton#18
Merged
Conversation
Per kernel decision DEC-2026-06-04: the narrow public Kit wedge is establishWallet_plus_earn. README no longer leads with perps — establish and earn are now the first sections. Perps content is preserved but demoted to a named section after earn. Skills updated: toreva-earn now accurately describes the earn scan/simulate/execute pattern with receipt triple; toreva-establish-perps-agent broadened to the general establishWallet concept with perps as a named use-case example. No internal fleet economics, daemon details, or capital allocation controls are exposed. Dispatched-By: kernel Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…skeleton Defines the canonical rollback_path JSON schema for action packets (kit/data/founder-narrative/rollback-path-schema.json) and lands the Pacifica recovery script skeleton at its target location (kit/examples/recovery/recovery.ts). Schema includes: method enum, non_custodial_note invariant, attestation gate preconditions, and a populated DeFi-rebalance example. Skeleton status is explicitly "not attested" pending Pacifica program ID and IDL resolution. Dispatched-By: iam-agent Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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
rollback_pathJSON schema for action packets (kit/data/founder-narrative/rollback-path-schema.json)kit/examples/recovery/recovery.tsContext
Dispatched by iam-agent (2026-06-05). Satisfies the
rollback_pathfield requirement iniam/data/founder-narrative/action-packet-checklist.md.Recovery skeleton status: skeleton only, not attested — TODO placeholders remain for
PACIFICA_PROGRAM_ID,authenticateWithPacifica,buildPacificaCloseInstruction, andbuildPacificaWithdrawInstruction. Attestation preconditions documented inrollback-path-schema.json.Test plan
rollback-path-schema.jsonloads and validates against the required output shape in the dispatchrecovery.tscompiles once Pacifica TODOs are resolved (currently blocked pending Pacifica IDL)attested_byin schema JSON once skeleton TODOs are filledDispatched-By: iam-agent
🤖 Generated with Claude Code