Infrastructure: Update Gitea upstream target repo and run baseline sync

This commit is contained in:
Antigravity Agent
2026-06-22 20:17:20 +02:00
parent 529de93edf
commit 108743e46e
7 changed files with 37 additions and 43 deletions

View File

@@ -36,7 +36,7 @@ Upon every significant code modification or new feature phase implementation, yo
1. `DEV_LOG.md`: Chronological changelog updates.
2. `QUANT_ROADMAP.md`: Macro-architecture blueprint tracking.
3. `ARCHITECT_HANDOVER.md`: Functional state and math model handovers.
4. STRUCTURAL REMOTE SYNCHRONIZATION: You are strictly forbidden from leaving milestone payloads solely in local workspace buffers. Every completed milestone, phase-lock sequence, commit routine (`Closes #[ID]`), and hotfix delivery MUST be immediately staged and pushed directly to the authenticated private Gitea repository at `https://desertserver-git.duckdns.org/Antigravity_von_Jann/quant-terminal.git` via `git add .`, `git commit`, and `git push origin main` instead of any legacy git hooks.
4. STRUCTURAL REMOTE SYNCHRONIZATION: You are strictly forbidden from leaving milestone payloads solely in local workspace buffers. Every completed milestone, phase-lock sequence, commit routine (`Closes #[ID]`), and hotfix delivery MUST be immediately staged and pushed directly to the authenticated private Gitea repository at `https://desertserver-git.duckdns.org/Jann/investment-sandbox.git` via `git add .`, `git commit`, and `git push origin main` instead of any legacy git hooks.
---