feat: automatically align Git repository origin host with configured server URL to prevent mismatches

This commit is contained in:
2026-03-08 11:28:00 +03:00
parent 603256eeaf
commit c7e9b5b6c5
6 changed files with 261 additions and 6 deletions

View File

@@ -85,4 +85,11 @@
## Implementation Strategy
- MVP: Complete US1, US2, and US3 (Configure, Branch, Sync). This allows local-only versioning if remote is optional, or full sync if remote is configured.
- Incremental: Add Deployment (US4) and History (US5) after core sync workflow is stable.
- Incremental: Add Deployment (US4) and History (US5) after core sync workflow is stable.
## Phase 9: Operational Debug (2026-03-08)
**Goal**: Validate mismatch between configured Git server URL and repository origin URL during push flow.
- [x] D001 Diagnose source-of-truth mismatch for server URL in push flow
- [x] D002 Validate diagnosis with backend push diagnostics logs
- [x] D003 Apply behavioral fix only after diagnosis confirmation