tink-harness 1.9.9 → 1.9.11
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/.claude-plugin/plugin.json +1 -1
- package/CHANGELOG.md +21 -0
- package/VERSIONING.md +1 -1
- package/package.json +1 -1
- package/templates/tink/tools/render-harness-health-report.mjs +927 -273
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,27 @@ All notable changes to Tink are tracked here.
|
|
|
6
6
|
|
|
7
7
|
No unreleased changes yet.
|
|
8
8
|
|
|
9
|
+
## [1.9.11] - 2026-06-11
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- Home health-group selection no longer carries over into the harness map or cards - it only opens the inline list and next-action suggestion on Home.
|
|
14
|
+
- Removed the Move/Rotate toggle: left-drag always pans, right-drag always rotates, and the in-map hint reflects this fixed mapping.
|
|
15
|
+
- The selected-node panel now starts empty ("no harness selected") instead of showing an arbitrary first harness, and uses the same tone-chip format as click selections; next-action phrasing was neutralized to fit single harnesses as well as groups.
|
|
16
|
+
|
|
17
|
+
## [1.9.10] - 2026-06-11
|
|
18
|
+
|
|
19
|
+
### Changed
|
|
20
|
+
|
|
21
|
+
- Harness map redesigned around readability: removed the galaxy backdrop, spread harnesses with enforced minimum spacing, gave each harness cluster its own vibrant color shared by its rules/memory/stages, and turned nodes into textured rotating planets (banded/marbled/cratered) with glow halos and comet-trail signal pulses.
|
|
22
|
+
- Plain-language UX: selected-node panel, harness cards, line meanings, and group cards now use everyday phrasing with colored health-tone chips; the score is labeled "attention score N / 110" with an explanation that higher means fix-first.
|
|
23
|
+
- Controls made discoverable: Move/Rotate drag toggle with an in-map hint bar, resizable right rail (drag the edge, persisted), and the nav tab renamed to "Harness map".
|
|
24
|
+
|
|
25
|
+
### Added
|
|
26
|
+
|
|
27
|
+
- Next-action panel: selecting a harness or health group suggests what to do (weave/frog/cast), explains what the command will do, and offers one-click command copy (with clipboard fallback).
|
|
28
|
+
- Clicking a health group on Home now opens an inline harness list with a smooth animation instead of jumping tabs; items link straight into the map.
|
|
29
|
+
|
|
9
30
|
## [1.9.9] - 2026-06-11
|
|
10
31
|
|
|
11
32
|
### Changed
|
package/VERSIONING.md
CHANGED