proofpress 0.0.1

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/.npmrc-tmp ADDED
@@ -0,0 +1 @@
1
+ //registry.npmjs.org/:_authToken=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
package/README.md ADDED
@@ -0,0 +1,8 @@
1
+ # Proofpress
2
+
3
+ The version ledger for agent-produced knowledge work.
4
+
5
+ Every draft your agent ships is a proof. You mark it up, sign off, and send it to press.
6
+ **Draft → Review → Approve, for agents.**
7
+
8
+ This is a name-reservation placeholder — the real release is in the works.
package/index.js ADDED
@@ -0,0 +1 @@
1
+ module.exports = { name: "proofpress", status: "placeholder" };
package/package.json ADDED
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "proofpress",
3
+ "version": "0.0.1",
4
+ "description": "Proofpress — the version ledger for agent-produced knowledge work. Draft → Review → Approve, for agents. Placeholder release; the real thing is coming.",
5
+ "license": "Apache-2.0",
6
+ "repository": { "type": "git", "url": "git+https://github.com/chenmingtang830/proofpress.git" },
7
+ "keywords": ["agents", "version-control", "review", "semantic-diff", "knowledge-work", "ledger"]
8
+ }