@odla-ai/chapter 0.25.5 → 0.25.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/package.json +1 -1
- package/runbooks/adopt-existing.md +10 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@odla-ai/chapter",
|
|
3
|
-
"version": "0.25.
|
|
3
|
+
"version": "0.25.6",
|
|
4
4
|
"description": "A leader/follower foundation for branded membership sites: shared CRM, admin, auth, payments, booking, and explicit record delivery from one defineChapter config.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://odla.ai/docs/packages/chapter",
|
|
@@ -489,6 +489,12 @@ At 390, 768, 1280, and 1440 pixels in every theme, compare:
|
|
|
489
489
|
- at 1280 and 1440, every unselected collection table uses the full content
|
|
490
490
|
width: no empty detail pane and no wide table squeezed into a narrow rail;
|
|
491
491
|
after selection, both master and detail remain usable;
|
|
492
|
+
- no content-width background stripe, split canvas, or abrupt backdrop seam
|
|
493
|
+
appears around a viewport-width workspace. Inspect computed background,
|
|
494
|
+
padding, min-height, and overflow on every ancestor between the host mount and
|
|
495
|
+
the workspace—including theme scopes and embedded shells. A `100vw` child can
|
|
496
|
+
escape a centered max-width box while one of those ancestors still paints the
|
|
497
|
+
centered box behind it;
|
|
492
498
|
- record the CSS-pixel bounding boxes for the accepted outer workspace, master,
|
|
493
499
|
and detail at desktop widths. Compare those measurements with the frozen
|
|
494
500
|
baseline; static markup and component identity cannot prove geometry;
|
|
@@ -617,7 +623,10 @@ binding, or acceptance result:
|
|
|
617
623
|
version, and source commit in PM;
|
|
618
624
|
4. reload the direct deployed origin and assert distinctive behavior from the
|
|
619
625
|
acceptance matrix—not merely a shared label or route;
|
|
620
|
-
5. measure the deployed viewport geometry
|
|
626
|
+
5. measure the deployed viewport geometry, inspect the computed styles of every
|
|
627
|
+
layout ancestor involved in a breakout, and exercise the affected journey;
|
|
628
|
+
source CSS, selector-presence tests, and static markup do not prove which
|
|
629
|
+
layer paints the deployed page;
|
|
621
630
|
6. leave the bug/task open if the intended commit was not deployed or the live
|
|
622
631
|
assertion was not observed.
|
|
623
632
|
|