Severity: Missing spec requirements (P1)
Reported by: DevEx Audit External
Source: DevEx Audit (External), 3 June 2026
Symptom
Post-deploy copy absent
Severity: Missing spec requirements
Spec reference: CLAUDE.md › "Post-deploy CLI output target"
After a successful playground deploy --playground, the post-deploy output is missing three required human-facing elements:
- Share CTA:
Share your app — let others mod it
- Sovereignty line:
Your app is live on Bulletin Chain, registered on Polkadot Hub, accessible at yourapp.dot.li. Nobody controls this but you.
- Name reveal:
You're live as [display name]. To set a different username, go to My Profile in playground.dot.
Cross-ref: existing playground-cli #177 ("[CLI] Post-deploy output — live URL, share CTA, name reveal, moddable nudge, docs link") covers the same gap. Filing the audit version separately per instructions (don't suppress findings), with cross-ref.
Reproduction
DOT_DEPLOY_VERBOSE=1 DOT_MEMORY_TRACE=1 playground deploy --playground --signer dev --suri //Alice ... 2> >(tee dot.log >&2)
Observe post-deploy output is missing the share CTA, sovereignty line, and name reveal.
Recommended fix / next steps
Severity: Missing spec requirements (P1)
Reported by: DevEx Audit External
Source: DevEx Audit (External), 3 June 2026
Symptom
Cross-ref: existing playground-cli #177 ("[CLI] Post-deploy output — live URL, share CTA, name reveal, moddable nudge, docs link") covers the same gap. Filing the audit version separately per instructions (don't suppress findings), with cross-ref.
Reproduction
Observe post-deploy output is missing the share CTA, sovereignty line, and name reveal.
Recommended fix / next steps