release: promote CLAUDE.md optimization and docs updates to main#1381
Merged
steilerDev merged 7 commits intomainfrom Apr 29, 2026
Merged
release: promote CLAUDE.md optimization and docs updates to main#1381steilerDev merged 7 commits intomainfrom
steilerDev merged 7 commits intomainfrom
Conversation
Update user-facing docs to reflect the v2.4.2 bug-fix release: - budget-overview.md: clarify that the source filter recalculates the Available Funds and Remaining Budget (Cost + Net) totals and the Pending/Paid/Quotation summary cards in real time, and that deselected source rows are hidden from print output. - linking-documents.md: document the "Hide already-linked documents" checkbox and note it now defaults to unchecked, so re-linking is no longer gated by clearing the filter. - RELEASE_SUMMARY.md: rewrite as a v2.4.2 changelog covering all six bug fixes (#1366 source filter totals, #1369 picker default, #1370 scroll wheel, #1371 VAT round-trip, #1372 vendor blur, #1373 summary cards refresh). Verified .env.example is in sync with server/src/plugins/config.ts and all process.env.* references in server/src. Co-authored-by: Frank Steiler <frank@steiler.de> Co-authored-by: Claude docs-writer (Opus 4.6) <noreply@anthropic.com>
… lessons (#1379) Two patterns added from v2.4.2 release fix loop: - Post-mutation assertions must use Playwright retrying assertions (toContainText) not textContent() + sync expect — waitForResponse resolves before React re-renders - Text regex locators must be updated when UI labels change; prefer data-testid or broad patterns resilient to minor rewording Co-authored-by: Frank Steiler <frank@steiler.de> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Owner
Author
Detailed ValidationThis promotion contains only documentation and internal checklist updates. No user-facing behaviour changed. Docs site (after merge)
No regression testing requiredAll user-facing features are unchanged. CI (Quality Gates + E2E Gates) is the primary gate. |
- Reduce file from 528 to 468 lines (~11% smaller) - Merge two i18n sections into one (Internationalization & Translation) - Condense Coverage Enforcement from 3 subsections to 3 bullets - Merge Sandbox Test Constraints into Local Validation Policy - Remove Package Dependency Graph and Build Order subsections (derivable from code) - Trim orchestrator delegation list (references Agent Team table instead) - Remove Prerequisites subsection (obvious from Tech Stack table) - Condense Documentation Site subsection to one line - Condense Acceptance & Validation narrative - Fix env vars table: remove unused CLIENT_DEV_PORT; add 9 missing vars (SESSION_DURATION, SECURE_COOKIES, TRUST_PROXY, OIDC_ISSUER, OIDC_CLIENT_ID, OIDC_CLIENT_SECRET, PHOTO_MAX_FILE_SIZE_MB, PHOTO_STORAGE_PATH, DIARY_AUTO_EVENTS) Co-authored-by: Frank Steiler <frank@steiler.de> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
🎉 This PR is included in version 2.4.3-beta.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
auto-merge was automatically disabled
April 29, 2026 06:21
Pull request was closed
Co-authored-by: Frank Steiler <frank@steiler.de> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
🎉 This PR is included in version 2.4.3-beta.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Co-authored-by: Frank Steiler <frank@steiler.de> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
🎉 This PR is included in version 2.4.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Contributor
|
🎉 This PR is included in version 2.4.3-beta.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release Summary
Catchup promotion of two post-release commits that landed on
betaafter the v2.4.2 promotion (PR #1377): the documentation site update for v2.4.2 and an implementation checklist update with E2E lessons learned.No user-facing code changes are included.
Changes
Docs
docs: Update documentation for v2.4.2 release — adds budget overview and document-linking guides to the docs site; updatesRELEASE_SUMMARY.mdChores
chore: Update implementation checklist with E2E assertion and locator lessons learnedChange Inventory
Backend (
server/,shared/)No changes.
Frontend (
client/)No changes.
E2E Tests (
e2e/)No changes.
Docs / Config
docs/src/guides/budget/budget-overview.md— budget overview guidedocs/src/guides/documents/linking-documents.md— document linking guideRELEASE_SUMMARY.md— v2.4.2 release summary.claude/checklists/implementation-checklist.md— E2E assertion and locator patternsManual Validation Checklist
Testing
docker pull steilerdev/cornerstone:betadocker pull steilerdev/cornerstone:pr-<pr-number>once CI runs