Adds accounting-service PATCH/archive, fiscal helpers, COA templates and setup status, plus SuperApp Accounting UI (DS, scoreboard, masters, vouchers, ledger, ops modules) with session refresh and HTTPS public API URLs. Co-authored-by: Cursor <cursoragent@cursor.com>
1009 B
1009 B
Branching Strategy
Branches
| Branch | Purpose |
|---|---|
main |
Production-ready history |
develop |
Integration branch for upcoming release |
feature/* |
Feature or docs work branched from develop |
hotfix/* |
Urgent production fixes from main |
release/* |
Release hardening, version bumps, notes |
Flow
- Create
feature/<short-name>fromdevelop. - Open PR into
develop. - Cut
release/x.y.zwhen stabilizing. - Merge release into
mainand back intodevelop. - Tag
mainwithvX.Y.Z. - Hotfixes merge to
mainand cherry-pick/mergeback todevelop.
Version Tagging
Semantic tags: vMAJOR.MINOR.PATCH — see release-strategy.md.
Documentation Branches
Documentation-only work still uses feature/* and must update registries/progress when claiming phase completion.