Skip to content

chore: update implementation checklist with lessons learned - #2044

Merged
steilerDev merged 1 commit into
betafrom
chore/lessons-learned-2026-08-06
Aug 6, 2026
Merged

chore: update implementation checklist with lessons learned#2044
steilerDev merged 1 commit into
betafrom
chore/lessons-learned-2026-08-06

Conversation

@steilerDev

Copy link
Copy Markdown
Owner

Summary

Adds recurring patterns surfaced during the reviews in the betamain range promoted by #2041. Sourced from product-owner/pr-review-patterns.md, product-architect/recurring-patterns.md, and ux-designer/MEMORY.md.

Checklist grows 103 → 121 lines. New entries:

Backend — Data Handling

Frontend — Styling

Frontend — Shared Components

Backend — API Conventions

Testing

New section — LLM & Prompt Assembly

🤖 Generated with Claude Code

Adds recurring patterns surfaced during this release's reviews:

- Money is stored in major units; the /100 cents idiom and bare
  Math.round both corrupt currency values (#1916)
- :global() cannot style another CSS module's hashed class, and
  Jest's identity-obj-proxy hides the failure (#1909)
- New editor controls may never reach the export pipeline (#1959/#1973)
- Test titles must be read against their assertions (#1916)
- A skipped CI dependency is not a passed one (#2043)
- New section for LLM/prompt-assembly defects (#1916, #1932, #1952)

Sourced from product-owner, product-architect, and ux-designer
review memory for the beta->main range promoted in #2041.
@steilerDev
steilerDev merged commit 946749d into beta Aug 6, 2026
23 of 26 checks passed
@steilerDev
steilerDev deleted the chore/lessons-learned-2026-08-06 branch August 6, 2026 19:36
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 2.14.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant