feat(kit): repivot public surface to establishWallet + earn primitive#17
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>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f89311cad0
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -1,26 +1,42 @@ | |||
| # toreva-establish-perps-agent | |||
| # toreva-establish-wallet | |||
There was a problem hiding this comment.
Keep the skill name aligned with its file path
This changes the skill's advertised name to toreva-establish-wallet, but the file is still published as skills/toreva-establish-perps-agent.md and existing repo docs still point consumers at that path (rg "skills/toreva-establish-perps-agent.md"). Skill consumers and docs that use the filename as the skill identifier will now load a differently named skill than requested, so either rename the file and update references or keep the header aligned with the current path.
Useful? React with 👍 / 👎.
Summary
toreva_establishwallet onboarding as the primary entry pointskills/toreva-establish-perps-agent.md→skills/toreva-establish-wallet.mdto reflect expanded scope beyond perpsTest plan
npm test)toreva_establish,toreva_earn)Dispatched-By: daemon/kit
🤖 Generated with Claude Code