@createsomething/pi-policy-os 1.0.3 → 1.0.4
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/CHANGELOG.md +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.0.4
|
|
4
|
+
|
|
5
|
+
- Reissued the GA package after protected `main` advanced, so npm provenance attests to the final GA source revision without approving the stale staged candidate.
|
|
6
|
+
|
|
3
7
|
## 1.0.3
|
|
4
8
|
|
|
5
9
|
- Reissued the GA package after the restricted trusted-publisher verifier repair so npm provenance attests to the final GA source revision.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@createsomething/pi-policy-os",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
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",
|