@biffo/cli 0.267.8 → 0.268.0
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.
|
@@ -102,6 +102,28 @@ jobs:
|
|
|
102
102
|
# to every other satellite's, distributed by that repo's shared-sync.sh,
|
|
103
103
|
# so it cannot assume a layout. Do not edit it here; edit it upstream.
|
|
104
104
|
run: sh ../../scripts/js-dependency-audit.sh
|
|
105
|
+
# The generic relocation of tabsii-platform#377 Phase 2's scale-guard --
|
|
106
|
+
# the systemic half of that issue, built in biffo-template so every new
|
|
107
|
+
# sibling (in any Biffo instance) is born with it. Ships as
|
|
108
|
+
# @biffo/design-tokens's own bin, so it reaches CI on the next
|
|
109
|
+
# design-tokens version bump with no separate distribution channel to
|
|
110
|
+
# keep in sync -- same reasoning @tabsii-com/ui's original gave, and the
|
|
111
|
+
# estate is deliberately shrinking shared-files.json in favour of
|
|
112
|
+
# exactly this (#1109).
|
|
113
|
+
#
|
|
114
|
+
# A freshly-scaffolded sibling's @biffo/design-tokens has NOT adopted a
|
|
115
|
+
# type scale yet (no --text-*/--space-* tokens) -- this is expected, not
|
|
116
|
+
# broken, and the guard's own PASS/FAIL output says so on every run
|
|
117
|
+
# rather than leaving it implicit. It still genuinely checks: with no
|
|
118
|
+
# scale defined, "declare nothing hardcoded" is the only rule there is,
|
|
119
|
+
# so scale-guard-baseline.json below records 0, a real baseline against
|
|
120
|
+
# a real (currently empty) scan -- not a guard that is red from birth,
|
|
121
|
+
# and not one that is silently skipped either. See bin/scale-guard.mjs
|
|
122
|
+
# in packages/design-tokens (biffo-template) for the full design
|
|
123
|
+
# rationale.
|
|
124
|
+
- name: Scale drift guard
|
|
125
|
+
if: ${{ !cancelled() }}
|
|
126
|
+
run: pnpm exec biffo-scale-guard
|
|
105
127
|
|
|
106
128
|
e2e:
|
|
107
129
|
name: E2E (Playwright)
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
{
|
|
2
|
+
"count": 0,
|
|
3
|
+
"recordedAt": "2026-08-10T00:00:00.000Z",
|
|
4
|
+
"note": "Baseline for the biffo-scale-guard ratchet (tabsii-platform#377 Phase 2 systemic half). A freshly-scaffolded sibling's globals.css declares no hardcoded font-size/line-height/gap and @biffo/design-tokens has not adopted a type scale yet -- 0 is a real, measured count, not a placeholder. Lower this only when real violations are fixed -- never raise it to silence a new one. If you adopt a scale in @biffo/design-tokens (or your own token source via --tokens), re-run `pnpm exec biffo-scale-guard --init` to re-baseline against it."
|
|
5
|
+
}
|