Go to file
jean-philippe c666f6b8d0 chore: Add monorepo git workflow and root .gitignore
Added infrastructure for managing BACKEND and FRONTEND as independent
components within a single repository:

- .gitignore: Root-level exclusions (IDE, OS files, temp files)
- GIT-WORKFLOW.md: Comprehensive commit conventions and workflow guide

Key conventions:
- Use scope prefixes: backend:, frontend:, chore:, docs:, etc.
- Commit components independently with clear scopes
- Maintain separate history tracking per component
- Support coordinated releases when needed

This enables:
- Independent BACKEND commits (backend: feat/fix/refactor)
- Independent FRONTEND commits (frontend: feat/fix/refactor)
- Infrastructure commits (chore:, docs:, ci:)
- Cross-cutting features when both components change

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-26 19:29:21 -04:00
.idea Initial commit: CODEX_ADK (Svrnty Console) MVP v1.0.0 2025-10-26 18:32:38 -04:00
BACKEND feat: Code quality improvements and review infrastructure 2025-10-26 19:26:44 -04:00
FRONTEND docs: Update Phase 2 completion status - Create Agent Dialog 2025-10-26 19:19:48 -04:00
.DS_Store Initial commit: CODEX_ADK (Svrnty Console) MVP v1.0.0 2025-10-26 18:32:38 -04:00
.gitignore chore: Add monorepo git workflow and root .gitignore 2025-10-26 19:29:21 -04:00
context-claude.md Initial commit: CODEX_ADK (Svrnty Console) MVP v1.0.0 2025-10-26 18:32:38 -04:00
GIT-WORKFLOW.md chore: Add monorepo git workflow and root .gitignore 2025-10-26 19:29:21 -04:00