chore: add EPIC-05 conventional commit summaries for semantic-release#232
Merged
Conversation
EPIC-05 Story 5.1 (#142). Adds budget_categories table with CRUD API endpoints and management UI. Includes 10 seeded categories (Materials, Labor, Permits, etc.) with color swatches and sort ordering.
…l pages EPIC-05 Story 5.2 (#143). Adds vendors table with paginated list, search, detail pages showing contact info and specialty. Includes vendor linking to work items via work_item_vendors junction table.
EPIC-05 Story 5.4 (#145). Adds budget_sources table with CRUD endpoints and management UI. Tracks total amounts per source with actual invoice-based depletion calculations.
EPIC-05 Story 5.5 (#146). Adds subsidy_programs and subsidy_program_categories tables. Supports percentage-based or fixed-amount reductions with application status tracking and budget category eligibility rules.
…tions EPIC-05 Stories 5.6, 5.9, 5.10 (#147, #183, #184). Adds work_item_budgets table connecting work items to budget categories and financing sources. Four confidence levels: own estimate (±20%), professional estimate (±10%), quote (±5%), invoice (±0%). Includes schema migration from flat budget fields to normalized budget lines model.
EPIC-05 Stories 5.7, 5.8, 5.11, 5.12 (#148, #149, #185, #186, #195, #197). Budget overview with hero summary bar, category breakdown with filter, financing source summary, and subsidy impact. Blended projected model uses actual costs for invoiced lines and confidence margins for estimates. Four remaining-budget perspectives (vs min planned, max planned, actual cost, actual paid). Budget sub-navigation with horizontal tabs and EUR formatting.
This was referenced Feb 23, 2026
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.
Summary
The EPIC-05 promotion PR (#160) was accidentally squash-merged instead of merge-committed. This collapsed all individual conventional commits into a single commit with message "EPIC-05: Budget Management -- promote to stable (#160)", which semantic-release cannot parse (no type prefix).
This PR adds 11 empty conventional commits that summarize the EPIC-05 changes at a high level:
These commits carry no code changes (--allow-empty) -- they exist solely to provide semantic-release with parseable commit messages so the next beta-to-main promotion triggers a proper minor release with accurate release notes.
Test plan