@linimin/pi-letscook 0.1.26 → 0.1.27
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 +6 -0
- package/README.md +1 -1
- package/package.json +10 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -209,7 +209,7 @@ npm run release-check
|
|
|
209
209
|
|
|
210
210
|
`npm run release-check` is the broader packaged-release verifier. It reruns the smoke, refocus, and context-proposal checks, includes the deterministic observability regression coverage, and finishes with `npm pack --dry-run`.
|
|
211
211
|
|
|
212
|
-
See [PUBLISHING.md](
|
|
212
|
+
See [PUBLISHING.md](https://github.com/linimin/pi-letscook/blob/main/PUBLISHING.md) for GitHub and npm release steps.
|
|
213
213
|
|
|
214
214
|
## Notes
|
|
215
215
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@linimin/pi-letscook",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.27",
|
|
4
4
|
"description": "Pi package for long-running completion workflows with canonical .agent state, role-based subagents, continuity, and verification helpers.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
|
+
"author": "linimin",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/linimin/pi-letscook.git"
|
|
11
|
+
},
|
|
12
|
+
"homepage": "https://github.com/linimin/pi-letscook#readme",
|
|
13
|
+
"bugs": {
|
|
14
|
+
"url": "https://github.com/linimin/pi-letscook/issues"
|
|
15
|
+
},
|
|
7
16
|
"keywords": ["pi-package", "pi", "workflow", "completion", "agent", "subagent"],
|
|
8
17
|
"files": [
|
|
9
18
|
"extensions",
|