@kujolang/paperclip 0.1.5 → 0.1.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 +11 -0
- package/README.md +2 -1
- package/VERSION +1 -1
- package/dist/manifest.js +6002 -1650
- package/dist/worker.js +6570 -2218
- package/docs/MAINTENANCE_HANDOFF.md +237 -0
- package/docs/README.md +1 -0
- package/docs/RELEASE_READINESS.md +4 -3
- package/package.json +13 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.6 - 2026-09-03
|
|
4
|
+
|
|
5
|
+
- Add deterministic Chromium coverage for both Paperclip UI surfaces, all primary
|
|
6
|
+
actions, project/issue/run states, accessible branding, responsive themes, and
|
|
7
|
+
approved visual baselines.
|
|
8
|
+
- Gate pull requests and tagged releases on the browser suite, with failure reports
|
|
9
|
+
retained for diagnosis.
|
|
10
|
+
- Upgrade Zod, React development types, Rollup, TypeScript, Vitest, build provenance,
|
|
11
|
+
and dependency-review tooling after passing the full compatibility matrix.
|
|
12
|
+
- Make Node and React compiler types explicit for TypeScript 7.
|
|
13
|
+
|
|
3
14
|
## 0.1.5 - 2026-09-02
|
|
4
15
|
|
|
5
16
|
- Replace the temporary lettermark in the Paperclip workspace with the official adaptive Kujo SVG from kujolang.ai.
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Kujo for Paperclip
|
|
2
2
|
|
|
3
|
-
[](https://github.com/kujolang/paperclip/releases/tag/v0.1.6)
|
|
4
4
|
[](LICENSE)
|
|
5
5
|
[](https://github.com/kujolang/kujo)
|
|
6
6
|
|
|
@@ -109,6 +109,7 @@ Read [AGENTS.md](AGENTS.md) before agent-assisted changes and [CONTRIBUTING.md](
|
|
|
109
109
|
- [Troubleshooting](docs/TROUBLESHOOTING.md)
|
|
110
110
|
- [Release readiness](docs/RELEASE_READINESS.md)
|
|
111
111
|
- [Operations](docs/OPERATIONS.md)
|
|
112
|
+
- [Maintenance handoff](docs/MAINTENANCE_HANDOFF.md)
|
|
112
113
|
- [Agent workflow example](examples/agent-workflow.md)
|
|
113
114
|
|
|
114
115
|
## License
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.6
|