@createsomething/pi-policy-os 0.0.0-bootstrap → 1.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/CHANGELOG.md +4 -0
  2. package/package.json +13 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.1
4
+
5
+ - Reissued the GA package from post-remediation main so its npm provenance attests to the final GA source revision.
6
+
3
7
  ## 1.0.0
4
8
 
5
9
  - Initial public release of the Policy OS extension, skills, and prompt templates for Pi.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createsomething/pi-policy-os",
3
- "version": "0.0.0-bootstrap",
3
+ "version": "1.0.1",
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": false
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": [