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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,8 @@
53
53
- Follow and maintain `docs/release-flow.md` as the source of truth for release promotion steps.
54
54
- Follow `docs/release-flow.md` versioning policy (SemVer + explicit bump rules) for all releases.
55
55
- Maintain a human-readable `CHANGELOG.md` for every release; do not use raw commit dumps as release notes.
56
+
-`CHANGELOG.md` entries must cover the full shipped release scope (all milestone issues labeled `released` for that version), not only the most recent implementation batch.
57
+
- Before production promotion, cross-check changelog coverage against the milestone issue list and close any notable gaps.
56
58
- Before each production release, verify whether any issues closed since the previous release are missing a milestone and report/fix that metadata drift.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,22 @@ All notable changes to this project are documented here in a human-readable form
6
6
7
7
### Added
8
8
- Added an in-app `/ui-gallery` visual inventory with tabbed families (Actions, Panels, Forms, Notifications, States, Meta/Map UI), status labeling, and gallery-local theme controls aligned with real app styling. (#539)
9
-
- Added a unified app-level notification queue with debug hooks for local/staging (`window.linksimNotifications`) to support iterative UI verification without code edits. (#539)
9
+
- Added reusable UI primitives and helpers used across app chrome cleanup, including shared formatting/filter helpers, avatar/close button primitives, and ActionButton baseline components. (#493, #506, #508, #512, #521)
10
+
- Added mobile workspace tab semantics and reusable map-control accessibility coverage for cross-surface interaction parity. (#430, #431)
10
11
11
12
### Changed
12
-
- Converged standard text-bearing app actions toward the shared `ActionButton`family across Simulation Libraryand inspector surfaces, reducing mixed legacy button language. (#521, #523, #525, #529)
13
-
-Aligned panel shell language across left/right/bottom surfaces and improved shell/header rhythm consistency while preserving intentional structural differences. (#529)
14
-
-Updated UI taxonomy and glossary coverage to better map real production families and migration status for future cleanup passes. (#527, #529, #539)
13
+
- Converged standard text-bearing app actions toward shared `ActionButton`language across Simulation Library, inspector, and panel action surfaces, reducing mixed legacy inline-action usage. (#521, #523, #525, #529)
14
+
-Normalized panel shell and app-chrome vocabulary/rhythm through glossary-driven cleanup (left/right/bottom shell alignment, section cadence, action-row consistency, and role boundaries). (#527, #529, #539)
15
+
-Improved simulation and path workflows in core UI flows, including frequency plan controls, simulation/library wording consistency, and path profile visibility behavior. (#409, #410, #411, #222)
15
16
16
17
### Fixed
17
-
- Unified banner-like transient notices into the mini-bar notification system and removed remaining duplicate notice styles in app shell/admin contexts. (#539)
18
-
- Fixed staging/prod shell visibility regression where `.app-shell` could remain at `opacity: 0` after animation path mismatch. (#539)
18
+
- Unified banner-like transient notices into the mini-bar notification system and removed duplicate notice styles in app shell/admin contexts; fixed startup/access/offline notice inconsistencies. (#539)
19
+
- Fixed app-shell visibility regression where `.app-shell` could remain at `opacity: 0` after animation path mismatch. (#539)
19
20
- Fixed notification mini-bar clipping regressions (shadow clipping and mobile spacing under controls) and refined fade/reflow behavior for manual vs timed dismissals. (#539)
21
+
- Fixed modal and panel interaction regressions, including duplicate modal opens, stacked resource/site modal conflicts, and profile/UI slowdown side effects from merge drift. (#500, #502, #504, #514, #517)
22
+
- Fixed path profile rendering/interaction regressions, including initial SVG scaling issues, temporary-hover override behavior, and saved-link radio override handling. (#108, #221, #392, #415)
23
+
- Fixed simulation/library reliability regressions around close-after-load behavior, duplicate-name/sync error handling, and private-site reference auto-push sharing failures. (#252, #283, #391)
24
+
- Resolved staging drift and stabilization chores required to keep promotion flow reliable during the release train. (#420, #497)
Copy file name to clipboardExpand all lines: docs/release-flow.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,7 @@
99
99
-`npm test` passes
100
100
-`npm run build` passes
101
101
-`CHANGELOG.md` includes a human-readable entry for the release
102
+
- changelog entry reflects the full shipped milestone scope (not only the latest implementation batch), cross-checked against milestone `released` issues
102
103
-`docs/milestone-release-checklist.md` is completed
103
104
- PR body requirement for normal promotion (`staging` -> `main`):
0 commit comments