Infrastructure: Migrate core quantitative engine to private Gitea repository

This commit is contained in:
Antigravity Agent
2026-06-17 20:52:06 +02:00
parent 1dc637aaf6
commit 529de93edf

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 or phase-lock sequence MUST be immediately staged and pushed to the remote GitHub repository via `git add .`, `git commit`, and `git push origin main`.
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.
---