@createsomething/pi-policy-os 0.0.0-bootstrap → 1.0.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/package.json +13 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@createsomething/pi-policy-os",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Policy OS starter for Pi coding agents — governed AI execution with quality gates, policy checks, and the MCP-First Thesis. The entry point to CREATE SOMETHING's governed automation platform.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pi-package",
|
|
@@ -21,6 +21,11 @@
|
|
|
21
21
|
"LICENSE",
|
|
22
22
|
"CHANGELOG.md"
|
|
23
23
|
],
|
|
24
|
+
"scripts": {
|
|
25
|
+
"check": "tsc --noEmit",
|
|
26
|
+
"test": "tsx --test test/*.test.ts && node ../../scripts/pi-public-package-contract.mjs . --pack",
|
|
27
|
+
"prepublishOnly": "npm run check && npm test"
|
|
28
|
+
},
|
|
24
29
|
"repository": {
|
|
25
30
|
"type": "git",
|
|
26
31
|
"url": "git+https://github.com/createsomethingtoday/create-something-monorepo.git",
|
|
@@ -28,7 +33,13 @@
|
|
|
28
33
|
},
|
|
29
34
|
"publishConfig": {
|
|
30
35
|
"access": "public",
|
|
31
|
-
"provenance":
|
|
36
|
+
"provenance": true
|
|
37
|
+
},
|
|
38
|
+
"devDependencies": {
|
|
39
|
+
"@earendil-works/pi-coding-agent": "0.84.2",
|
|
40
|
+
"@types/node": "^22.15.3",
|
|
41
|
+
"tsx": "^4.20.6",
|
|
42
|
+
"typescript": "^5.9.3"
|
|
32
43
|
},
|
|
33
44
|
"pi": {
|
|
34
45
|
"skills": [
|