@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.27
4
+
5
+ ### Changed
6
+
7
+ - added package metadata for npm and pi.dev discovery, fixed README publishing links for npm rendering, and refined install and workflow guidance after the `v0.1.26` tag
8
+
3
9
  ## 0.1.26
4
10
 
5
11
  ### 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](./PUBLISHING.md) for GitHub and npm release steps.
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.26",
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",