@pragma-sh/scratchpad-viewer 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # @pragma-sh/scratchpad-viewer
2
+
3
+ Read-only scratchpad renderer. Part of [Pragma](https://github.com/pragma-sh/pragma) — a desktop workspace for
4
+ running persistent, worktree-scoped coding agents.
5
+
6
+ Renders a Pragma scratchpad as a self-contained document a client can embed in a
7
+ web view. Re-exports `@pragma-sh/scratchpad-contract`.
8
+
9
+ ```sh
10
+ bun add @pragma-sh/scratchpad-viewer
11
+ ```
12
+
13
+ Docs: <https://pragma-app.sh/docs/user-guide/scratchpads>
14
+
15
+ ## License
16
+
17
+ AGPL-3.0-only. See [LICENSE](https://github.com/pragma-sh/pragma/blob/main/LICENSE).