feat(learn): C-369 guest and wallet MIC copy sweep (A3 follow-up)#96
Conversation
Guest nudge/badge and covenant moment copy now emphasize Fractal Shards and portfolio building instead of MIC learning rewards. EPICON-INTENT: EPICON_C-369_CORE_mfs-fountain-integrity-perception_v1 Co-authored-by: michaeljjudan <michaeljjudan@gmail.com>
…w-up) Cherry-pick guest/badge/covenant copy from 848fe13 and extend to GuestLanding, WalletLab, WalletEnhancements, MicRewardToast, and dashboard labels. Copy only — no earnMIC or genesis grant runtime changes. EPICON: EPICON_C-369_CORE_mfs-fountain-integrity-perception_v1 Co-authored-by: michaeljjudan <michaeljjudan@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
⬡ ATLAS-SHELL Constitutional Review✦ Covenant Score: 90/100 — Ratified (AI assessment skipped — no API key. Score based on static checks only.) Static Analysis Detail
Sentinel IdentityThis assessment is advisory. Steward judgment governs final decisions. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 702aca4ec0
ℹ️ 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".
| <div className="text-xs font-semibold text-stone-500 uppercase tracking-wide">Fractal Shard recorded</div> | ||
| <div className="text-3xl font-black text-amber-500 leading-none">+{breakdown.total}</div> |
There was a problem hiding this comment.
Don't label MIC totals as shard records
When a learner passes the OAA quiz/Jade step, this toast receives computeMICReward output (src/lib/oaa/mic.ts lines 22-37) and mintAndEarn records the same breakdown.total as mic_earned (components/oaa/OAASeminarFeed.tsx lines 140-164). No shard/MFS provenance is added to that event, while the wallet's MFS count only includes events containing shard or mfs (components/Labs/VaultLab/MobiusWalletOverview.tsx lines 18-24), so a normal pass can display +5 as a Fractal Shard even though only MIC was recorded and the shard portfolio will not increment.
Useful? React with 👍 / 👎.
MicRewardToast no longer displays MIC reward totals as Fractal Shard records. Shows comprehension verified + attestation breakdown with explicit note that shard portfolio is not incremented on the interim ledger path. Co-authored-by: michaeljjudan <michaeljjudan@gmail.com>
Mobius PR — Cycle C-369 (A3 follow-up)
1. Summary
Completes the deferred C-369 public copy sweep on guest, wallet, and OAA surfaces. Replaces Learn-to-earn / genesis MIC promises with Learn → Fractal Shards → portfolio → Integrity Grade when eligible.
Cherry-picks guest sweep commit
848fe13(never merged with #95) and extends to GuestLanding, WalletLab, WalletEnhancements, MicRewardToast, and dashboard labels.Copy only — no
earnMIC, genesis grant API, or wallet runtime changes.3. EPICON Intent
Files changed
components/GuestMode/GuestNudge.tsxcomponents/GuestMode/GuestBadge.tsxcomponents/MICGrant/MICGenesisGrant.tsxcomponents/GuestLanding/GuestLanding.tsxcomponents/Labs/WalletLab.tsxcomponents/Labs/WalletEnhancements.tsxcomponents/oaa/MicRewardToast.tsxcomponents/oaa/OAASeminarFeed.tsx(comment)components/onboarding/ReturnCitizenDashboard.tsx