@odla-ai/chapter 0.25.4 → 0.25.5
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 +23 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@odla-ai/chapter",
|
|
3
|
-
"version": "0.25.
|
|
3
|
+
"version": "0.25.5",
|
|
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,9 @@ 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
|
+
- record the CSS-pixel bounding boxes for the accepted outer workspace, master,
|
|
493
|
+
and detail at desktop widths. Compare those measurements with the frozen
|
|
494
|
+
baseline; static markup and component identity cannot prove geometry;
|
|
492
495
|
- no clipped labels, card text escape, accidental document scroll, or
|
|
493
496
|
horizontal overflow;
|
|
494
497
|
- loading, empty, error, unauthorized, 404, and reduced-motion states.
|
|
@@ -602,6 +605,26 @@ Run the real journey:
|
|
|
602
605
|
`doctor`, unit tests, build, CLI smoke, a login page, and a human-looking admin
|
|
603
606
|
screen are necessary but not sufficient.
|
|
604
607
|
|
|
608
|
+
### Close the source-to-deployment loop
|
|
609
|
+
|
|
610
|
+
A commit, pushed branch, or merged pull request does not change a running
|
|
611
|
+
website. After every change that affects a route, workspace, asset, provider
|
|
612
|
+
binding, or acceptance result:
|
|
613
|
+
|
|
614
|
+
1. identify the exact reviewed commit and intended deployment target;
|
|
615
|
+
2. build and deploy that commit with the repository's reviewed dev command;
|
|
616
|
+
3. capture the deploy command, direct origin, immutable Worker/deployment
|
|
617
|
+
version, and source commit in PM;
|
|
618
|
+
4. reload the direct deployed origin and assert distinctive behavior from the
|
|
619
|
+
acceptance matrix—not merely a shared label or route;
|
|
620
|
+
5. measure the deployed viewport geometry and exercise the affected journey;
|
|
621
|
+
6. leave the bug/task open if the intended commit was not deployed or the live
|
|
622
|
+
assertion was not observed.
|
|
623
|
+
|
|
624
|
+
Do not report “fixed”, “ready for handoff”, or a passing phase from source-only
|
|
625
|
+
tests. If CI is expected to deploy a branch or merge automatically, verify the
|
|
626
|
+
actual completed deployment and version rather than assuming the trigger ran.
|
|
627
|
+
|
|
605
628
|
Before filing a route bug from deployed evidence, prove that the probed
|
|
606
629
|
deployment runs the intended commit/version. Repeat the request against the
|
|
607
630
|
direct candidate origin and the public domain with a unique non-secret query
|