You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,4 +37,4 @@
37
37
38
38
- Markdown changes: `pnpm run lint:markdown`.
39
39
- TypeScript or Vue changes: `pnpm run test:typecheck`, `pnpm run test:unit:agent`, `pnpm run lint:oxlint`, `pnpm run build`, and `pnpm run test:e2e:ci`.
40
-
- Run applicable checks in parallel where practical.
40
+
- Run applicable checks in parallel where practical.
Copy file name to clipboardExpand all lines: docs/architecture/container-queries.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,4 @@ Responsive CSS decision rules live here as architecture guidance, not as roadmap
19
19
20
20
- Keep at least one real `PageContent` screen with an `actions` slot covered in Playwright.
21
21
- Add or keep a focused assertion that the header stacks when the `PageContent` container is narrowed inside a wide viewport, so the test proves container-driven behavior rather than viewport-driven behavior.
22
-
- Re-run the existing responsive smoke around login and sidebar shell behavior to catch regressions in rules that intentionally stay on `@media`.
22
+
- Re-run the existing responsive smoke around login and sidebar shell behavior to catch regressions in rules that intentionally stay on `@media`.
Copy file name to clipboardExpand all lines: plan/ROADMAP.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,4 +29,4 @@ This file is the source of truth for the order of upcoming work. Each active ite
29
29
- Every iteration must state its result, scope boundaries, non-goals, touched surfaces, required verification, and completed-work summary.
30
30
- Prefer the smallest vertical slice that delivers one coherent user result. Use API-only work only when it produces a standalone contract that can be validated independently.
31
31
- After an iteration ships, remove or collapse its active detail and add a short factual entry to [Completed work](completed.md).
32
-
- Move new follow-up ideas to [Technical debt](tech-debt.md) or a deferred roadmap file instead of leaving TODOs inside completed work.
32
+
- Move new follow-up ideas to [Technical debt](tech-debt.md) or a deferred roadmap file instead of leaving TODOs inside completed work.
Catalog seed CLI implemented with `drizzle-seed` for reset/reference data and plain Drizzle inserts for EAV rows. Includes local (`db:seed:local`) and CI/staging (`db:seed`) entrypoints, PR staging workflow integration, deterministic groups/categories/brands, and sample items covering seeded `number`, `enum`, and `boolean` property values with validation that each property is written to the correct `value*` column.
47
+
Catalog seed CLI implemented with `drizzle-seed` for reset/reference data and plain Drizzle inserts for EAV rows. Includes local (`db:seed:local`) and CI/staging (`db:seed`) entrypoints, PR staging workflow integration, deterministic groups/categories/brands, and sample items covering seeded `number`, `enum`, and `boolean` property values with validation that each property is written to the correct `value*` column.
Copy file name to clipboardExpand all lines: plan/tech-debt.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,4 +30,4 @@ Product-scope changes belong in the active roadmap or deferred roadmap files, no
30
30
31
31
## Responsive layout coverage
32
32
33
-
-**Add container-width coverage for `PageContent` actions** — `PageContent` now uses `container-type: inline-size`, but Playwright should include a focused assertion that the header actions respond to a narrowed content container inside a wide viewport rather than only to viewport width.
33
+
-**Add container-width coverage for `PageContent` actions** — `PageContent` now uses `container-type: inline-size`, but Playwright should include a focused assertion that the header actions respond to a narrowed content container inside a wide viewport rather than only to viewport width.
0 commit comments