chainseal 0.1.0 → 0.1.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/README.md +4 -4
- package/docs/productization-roadmap.md +5 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,16 +27,16 @@ npm install
|
|
|
27
27
|
npm test
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
From npm:
|
|
31
31
|
|
|
32
32
|
```bash
|
|
33
|
-
|
|
33
|
+
npm install chainseal
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
or:
|
|
37
37
|
|
|
38
38
|
```bash
|
|
39
|
-
npx
|
|
39
|
+
npx chainseal --help
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
## CLI
|
|
@@ -115,4 +115,4 @@ Read [SECURITY.md](SECURITY.md) before connecting Chainseal to hosted memory bac
|
|
|
115
115
|
|
|
116
116
|
## Status
|
|
117
117
|
|
|
118
|
-
MVP
|
|
118
|
+
MVP package published on npm as `chainseal`.
|
|
@@ -74,17 +74,20 @@ No hosted service is required for the MVP.
|
|
|
74
74
|
|
|
75
75
|
## Distribution Checklist
|
|
76
76
|
|
|
77
|
-
|
|
77
|
+
Completed for public npm publish:
|
|
78
78
|
|
|
79
79
|
- Keep the package name, CLI, docs, and skill pack branded as Chainseal.
|
|
80
80
|
- Use descriptive compatibility copy instead of third-party product marks in the package name.
|
|
81
81
|
- Add repository URL after the remote exists.
|
|
82
|
-
- Add public issue/security contact before accepting external reports.
|
|
83
82
|
- Run `npm test`.
|
|
84
83
|
- Run `npm run pack:dry` and inspect tarball contents.
|
|
85
84
|
- Run disposable-directory install test from the generated tarball.
|
|
86
85
|
- Confirm package/version availability.
|
|
87
86
|
|
|
87
|
+
Before broader public support:
|
|
88
|
+
|
|
89
|
+
- Add public issue/security contact before accepting external reports.
|
|
90
|
+
|
|
88
91
|
Before hosted product:
|
|
89
92
|
|
|
90
93
|
- Define data retention and deletion policy.
|