@pinpatch/core 0.1.0 → 0.1.2

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 +1 -1
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @pinpatch/core
2
+
3
+ Core runtime package for Pinpatch: contracts, config resolution, artifact storage, bridge API, and task execution orchestration.
4
+
5
+ **Status:** Internal package (not intended for direct end-user installation).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinpatch/core",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Core contracts, config, storage, bridge API, and task runtime for Pinpatch.",
5
5
  "license": "MIT",
6
6
  "repository": {