baldart 4.0.3 → 4.0.4
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
|
@@ -5,6 +5,12 @@ All notable changes to BALDART will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [4.0.4] - 2026-06-02
|
|
9
|
+
|
|
10
|
+
**Portability fix (visual identity): genericize the last fidelity-app visual-identity flavor in doc-RAG worked examples.** Confirms the graphic dimension is clean: `Neo-Brutalism` (plus the `Press Start 2P` font and `amber accents`) appeared as bare styling labels in the `doc-writing-for-rag` before/after examples — now generalized to "the project's design system (per `identity.design_philosophy`)". No behaviour change → **PATCH**.
|
|
11
|
+
|
|
12
|
+
> **Why / scope confirmation.** After this, project-specific visual identity exists in the shipped payload ONLY where it should: as a config-driven example value (`identity.design_philosophy` e.g. "Neo-Brutalism" / "Minimalist" / "Glassmorphism"), in the config documentation (`PROJECT-CONFIGURATION.md`, template comments, the contamination scanner's own meta-docs), and in the intentional `templates/overlays/*.fidelity-example.md` starter overlays (named and shipped precisely so a consumer copies/adapts/deletes them). Zero project-specific design-philosophy, chart-wrapper, font, or brand-colour literal remains baked into portable skill/agent logic. (Hard-coded `${paths.*}` literals remain a separate, larger open cleanup — see v4.0.3 note.)
|
|
13
|
+
|
|
8
14
|
## [4.0.3] - 2026-06-02
|
|
9
15
|
|
|
10
16
|
**Portability fix (round 3 — final): remove fidelity-app DOMAIN example-flavor from shipped framework files.** Closes the T13 portability sweep started in v4.0.1/4.0.2 by genericizing the consumer-domain vocabulary (`merchant`/`booking`/`reservation`/`merchant-theming`, `/merchant/dashboard` routes, `customer-facing vs merchant-facing`, `FEAT-0127-merchant-points-guard`, `area:customer|merchant|admin`) that survived as illustrative example flavor. No behaviour change → **PATCH**.
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.0.
|
|
1
|
+
4.0.4
|
|
@@ -110,8 +110,8 @@ sidebar navigation, top bar with store switcher, and responsive container.
|
|
|
110
110
|
**Store switching**: Supports CT-0067 multi-store. When merchant has
|
|
111
111
|
multiple stores, user can switch via top bar dropdown. Current store
|
|
112
112
|
persisted in sessionStorage with Safari ITP fallback.
|
|
113
|
-
**Styling**:
|
|
114
|
-
|
|
113
|
+
**Styling**: the project's design system (per `identity.design_philosophy` —
|
|
114
|
+
see `${paths.ui_guidelines}`).
|
|
115
115
|
**Disabled modules**: If merchant's license doesn't include this module,
|
|
116
116
|
the page is completely hidden from navigation.
|
|
117
117
|
|
|
@@ -126,7 +126,7 @@ the page is completely hidden from navigation.
|
|
|
126
126
|
- **Auth**: merchantUserId + MERCHANT role (ADMIN via impersonation)
|
|
127
127
|
- **Layout**: MerchantResponsiveLayout
|
|
128
128
|
- **Store switching**: CT-0067 multi-store, sessionStorage persist
|
|
129
|
-
- **Styling**:
|
|
129
|
+
- **Styling**: the project's design system (per `identity.design_philosophy`; see `${paths.ui_guidelines}`)
|
|
130
130
|
- **License gating**: disabled modules hidden from navigation
|
|
131
131
|
|
|
132
132
|
---
|
|
@@ -136,7 +136,7 @@ last_updated: 2026-04-05
|
|
|
136
136
|
- **Auth**: merchantUserId + MERCHANT role
|
|
137
137
|
- **Layout**: MerchantResponsiveLayout
|
|
138
138
|
- **Store switching**: CT-0067 multi-store support
|
|
139
|
-
- **Styling**:
|
|
139
|
+
- **Styling**: the project's design system (per `identity.design_philosophy`)
|
|
140
140
|
- **Hidden modules**: disabled via license gating
|
|
141
141
|
|
|
142
142
|
## License Gating System (FEAT-0128)
|