Pragmatic analysis of components that add cost/complexity without
value at startup scale, with guidance on when to introduce each.
Co-authored-by: Cursor <cursoragent@cursor.com>
- Replace ASCII art with Mermaid in architecture-design-company-inc.md
- Rewrite architecture-hld.md with 3 Mermaid diagrams (infra, CI/CD, security)
- Remove draw.io/Lucidchart references
- Update verification-log.md with current passing state
Co-authored-by: Cursor <cursoragent@cursor.com>
- Replace GitHub chart-releaser with Gitea-compatible workflow
- Lint job: helm lint, template validation on push to main/master
- Release job: package and publish to Gitea releases on tag push (v*)
- Use gitea-release-action for creating releases
- Support both main and master branches
Co-authored-by: Cursor <cursoragent@cursor.com>