From 529de93edf6c4cd5db47c202f1e1f335ec64bbbf Mon Sep 17 00:00:00 2001 From: Antigravity Agent Date: Wed, 17 Jun 2026 20:52:06 +0200 Subject: [PATCH] Infrastructure: Migrate core quantitative engine to private Gitea repository --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index a9e9b6e..751f63f 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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. ---