@jameslovespancakes/pi-plus 1.0.5 → 1.0.6

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
@@ -8,6 +8,16 @@ rolls into major at 10.
8
8
 
9
9
  ## [Unreleased]
10
10
 
11
+ ## [1.0.6] - 2026-09-19
12
+
13
+ ### Fixed
14
+
15
+ - The build badge reads the release workflow instead of the CI workflow. A
16
+ `workflow_call` run is attributed to the caller, so CI had no runs of its own
17
+ on main and its badge showed "no status". The release workflow contains the
18
+ same lint, typecheck and test job, so the badge cannot be green unless those
19
+ passed.
20
+
11
21
  ## [1.0.5] - 2026-09-19
12
22
 
13
23
  ### Changed
@@ -110,7 +120,8 @@ First published release.
110
120
  truncated to `claude` and named neither the window nor the model. They now
111
121
  show the model family, for example `Fable`.
112
122
 
113
- [Unreleased]: https://github.com/jameslovespancakes/pi-plus/compare/v1.0.5...HEAD
123
+ [Unreleased]: https://github.com/jameslovespancakes/pi-plus/compare/v1.0.6...HEAD
124
+ [1.0.6]: https://github.com/jameslovespancakes/pi-plus/compare/v1.0.5...v1.0.6
114
125
  [1.0.5]: https://github.com/jameslovespancakes/pi-plus/compare/v1.0.4...v1.0.5
115
126
  [1.0.4]: https://github.com/jameslovespancakes/pi-plus/compare/v1.0.3...v1.0.4
116
127
  [1.0.3]: https://github.com/jameslovespancakes/pi-plus/compare/v1.0.2...v1.0.3
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  **Everything [pi](https://pi.dev/) is missing, in one install.**
6
6
 
7
7
  [![npm](https://img.shields.io/npm/v/@jameslovespancakes/pi-plus?color=%234D9ABF&label=npm)](https://www.npmjs.com/package/@jameslovespancakes/pi-plus)
8
- [![CI](https://github.com/jameslovespancakes/pi-plus/actions/workflows/ci.yml/badge.svg)](https://github.com/jameslovespancakes/pi-plus/actions/workflows/ci.yml)
8
+ [![build](https://github.com/jameslovespancakes/pi-plus/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/jameslovespancakes/pi-plus/actions/workflows/release.yml)
9
9
  [![license](https://img.shields.io/badge/license-MIT-F1BE58)](LICENSE)
10
10
  [![pi-package](https://img.shields.io/badge/pi--package-F09082)](https://pi.dev/packages)
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jameslovespancakes/pi-plus",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "type": "module",
5
5
  "description": "Consolidated pi extensions: Claude subscription accounts and quota HUD, benchmark-driven model catalog and billing policy, live agent board, and capacity-gated remote test workers.",
6
6
  "license": "MIT",