Doubt v0.4.0 — zero-install evidence playground #7
alsoleg89
announced in
Announcements
Replies: 1 comment
|
Update: the playground now creates local-only share links. A valid map is encoded after # in the URL, so it can open in a fresh tab without an upload, account, or server-side storage. Clipboard blocked? The same link stays available in the address bar. Try it: https://alsoleg89.github.io/doubt/playground/ |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The main friction in Doubt was obvious: you had to install a CLI or an Agent
Skill before you could test whether the evidence contract was useful.
v0.4.0 removes that step:
https://alsoleg89.github.io/doubt/playground/
Paste, open, or drop a
.doubt.jsonmap. The tab will:No account, analytics, telemetry, or network submission is involved. User map
content stays in the tab, and rendered content has no same-origin access to the
playground.
This is not a separate browser validator. The contract was split into a
browser-safe module shared by the CLI, GitHub Action, adversarial benchmark,
tests, and playground. The public Agent Skills vs MCP example produces the same
receipt in browser and Node:
0444afe44c523678f2ad8eb7267e0d7c7a392709921abf16474e68d2ef5a3991The release also ships a product-first social card and Open Graph metadata so
shared playground links expose the actual artifact rather than a generic
repository card.
The best contribution is a small JSON map that the playground accepts but a
careful reviewer considers structurally misleading. Include the exact source
region and the nearest valid control so a new rule does not overreach.
All reactions