getprismo 0.1.44 → 0.1.46
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 +75 -1130
- package/docs/README.md +11 -0
- package/docs/manual.md +1203 -0
- package/lib/prismo-dev/agent.js +33 -0
- package/lib/prismo-dev/cli.js +52 -2
- package/lib/prismo-dev/enforce.js +29 -1
- package/lib/prismo-dev/help.js +13 -0
- package/lib/prismo-dev-scan.js +7 -0
- package/package.json +1 -1
package/docs/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# PrismoDev Docs
|
|
2
|
+
|
|
3
|
+
Detailed docs live here so the root README can stay focused.
|
|
4
|
+
|
|
5
|
+
- [Full manual](manual.md): complete command reference, examples, modes, generated files, and internals.
|
|
6
|
+
- [Privacy and telemetry](privacy-telemetry.md): what Prismo syncs and what it does not upload.
|
|
7
|
+
- [MCP setup](mcp.md): using PrismoDev from MCP-compatible agents.
|
|
8
|
+
- [Live demo](live-demo.md): demo flow and screenshots/script notes.
|
|
9
|
+
- [User testing](prismodev-user-testing.md): beta test plan and feedback checklist.
|
|
10
|
+
- [Announcement draft](announcement.md): launch copy and proof points.
|
|
11
|
+
|