proofseal 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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +12 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # ProofSeal
2
+
3
+ README claims that stay true. v0.1.0 is imminent — this is a name reservation placeholder.
4
+
5
+ MIT (c) rudycelekli
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "proofseal",
3
+ "version": "0.0.1",
4
+ "description": "ProofSeal — README claims that stay true. Commit-bound integrity seals for repo claims: pass/drift/regressed/missing classification, seal history, regression bisection. Placeholder release; v0.1.0 imminent.",
5
+ "license": "MIT",
6
+ "author": "rudycelekli",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/rudycelekli/proofseal.git"
10
+ },
11
+ "keywords": ["readme", "claims", "verification", "integrity", "seal", "drift", "regression", "ci"]
12
+ }