Commit Graph

5 Commits

Author SHA1 Message Date
Serhii d558e8f982
feat: Add conditional Git Workflow Complexity section
Added Git Workflow Complexity section to architecture template after high-level-architecture.
This section helps define project's Git branching and review process with three complexity levels:
- Simple: Feature branches, direct merges
- Medium: Epic branches, QA gates
- Complex: Release branches, hotfix branches, audit gates

The chosen level guides Scrum Master when generating git-related stories.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-13 16:37:57 +03:00
Brian Madison 80d73d9093 fix: documentation and trademark updates 2025-08-17 19:23:50 -05:00
manjaroblack ed539432fb
chore: add code formatting config and pre-commit hooks (#450) 2025-08-16 19:08:39 -05:00
Brian Madison a5ffe7b9b2 fix: improve output 2025-07-06 20:40:08 -05:00
Brian Madison 746ba573fa specify md ot yaml 2025-07-06 18:26:09 -05:00