@quandev104/pi-style 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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.6] - 2026-08-06
4
+
5
+ ### Features
6
+
7
+ - *(compat)* Identity-first certification, support Pi 0.84.0 without version pinning
8
+
3
9
  ## [0.1.5] - 2026-08-05
4
10
 
5
11
  ### Bug Fixes
package/README.md CHANGED
@@ -50,7 +50,7 @@ No configuration is required. The `default` preset enables:
50
50
  - `dock` editor (rounded input box) with metadata ownership resolved so the status line and editor do not duplicate text;
51
51
  - `compact` startup header (gradient logo block only; resource chips are opt-in);
52
52
  - the `titanium` theme auto-applied at session start (`theme.autoApply`, default `"titanium"`; set `"off"` to keep your active Pi theme);
53
- - certified message prefixes and boxed tool presentation when compatible with the exact Pi version.
53
+ - certified message prefixes and boxed tool presentation when the runtime surface identity matches a recorded fingerprint.
54
54
 
55
55
  Override any documented leaf through global/project `piStyle` settings, environment, or session commands. Precedence:
56
56
 
@@ -142,7 +142,7 @@ Ordinary mutations are session-only; persistence requires an explicit `global` o
142
142
  ## Compatibility
143
143
 
144
144
  - Public Pi APIs (widgets, editor, header, footer bridge) are preferred and enabled by default.
145
- - Tier C core patches (message prefixes, special blocks, tool selectors) are certified for exact Pi `0.83.0` within `>=0.83.0 <0.84.0`, isolated, reversible, and version/capability gated; native fallback otherwise.
145
+ - Tier C core patches (message prefixes, special blocks, tool selectors) are identity-certified per surface against recorded fingerprints (Pi `0.83.0`/`0.84.0` observed), isolated, reversible, and flag/config gated; any surface whose runtime identity is not recorded falls back natively on its own.
146
146
  - No render-time I/O: filesystem, Git, settings, and session data flow through cached providers into immutable snapshots.
147
147
  - Terminal-global background synchronization is unsupported/off for technical v1; explicit cell backgrounds and Pi theme APIs remain supported.
148
148