From 8c844894da2bc110b7011747d52d4060524fcf4a Mon Sep 17 00:00:00 2001 From: Chris Christiansen Date: Wed, 27 May 2026 19:13:54 +0000 Subject: [PATCH] chore: update repo references after transfer to vauco-saas --- .env.example | 2 +- .env.prefilled | 2 +- MASTERPLAN.md | 2 +- docs/AGENT_RULEBOOK.md | 2 +- docs/GDRIVE_MIRROR_BOOT.md | 4 ++-- docs/GDRIVE_SETUP.md | 4 ++-- docs/SECRETS-SETUP.md | 2 +- docs/VM-BOOTSTRAP.md | 6 +++--- docs/corpus-seed/masterplan-summary.md | 2 +- docs/corpus-seed/osvauco-knowledge-base.md | 2 +- protocols/BOOT_PERPLEXITY.md | 2 +- .../2026-05-21_osvauco-opax-platform-naming-domains.md | 2 +- .../sessions/2026-05-25_github-boot-status-gdrive-review.md | 4 ++-- protocols/sessions/2026-05-26_b2-b3-cicd-ferdig.md | 4 ++-- protocols/sessions/2026-05-26_deploy-cicd-handoff.md | 2 +- protocols/sessions/2026-05-26_rag-corpus-kobling-agent.md | 2 +- scripts/sync-gdrive-mirror.sh | 2 +- 17 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.env.example b/.env.example index 7d0c522..e473ec5 100644 --- a/.env.example +++ b/.env.example @@ -32,7 +32,7 @@ export ORCHESTRATOR_MODEL="gemini-2.0-flash-001" export SUBAGENT_MODEL="gemini-2.0-flash-001" # ── CI/CD — Cloud Build 2nd gen ────────────────────────────── -export GITHUB_OWNER="chrischristiansen-glitch" +export GITHUB_OWNER="vauco-saas" export GITHUB_REPO="OSVauco" # GitHub PAT — lagres i Secret Manager, ikke her: # gcloud secrets create github-token --data-file=<(echo -n "ghp_TOKEN") diff --git a/.env.prefilled b/.env.prefilled index 8b96b8b..4afc7a2 100644 --- a/.env.prefilled +++ b/.env.prefilled @@ -36,7 +36,7 @@ export ORCHESTRATOR_MODEL="gemini-2.0-flash-001" export SUBAGENT_MODEL="gemini-2.0-flash-001" # ── CI/CD — Cloud Build 2nd gen ─────────────────────────────── -export GITHUB_OWNER="chrischristiansen-glitch" +export GITHUB_OWNER="vauco-saas" export GITHUB_REPO="OSVauco" # *** FYLL INN — https://github.com/settings/installations → Cloud Build-appen → ID i URL *** export GITHUB_APP_INSTALLATION_ID="" diff --git a/MASTERPLAN.md b/MASTERPLAN.md index fb6aaa5..c15ee52 100644 --- a/MASTERPLAN.md +++ b/MASTERPLAN.md @@ -85,7 +85,7 @@ Medioteq og fremtidige kunder onboardes av deg selv via OPAX innenfra — ikke h ```bash # Steg 1: Klon og sett opp miljø gcloud config set project propane-will-491900-m5 -git clone https://github.com/chrischristiansen-glitch/OSVauco.git ~/OSVauco +git clone https://github.com/vauco-saas/OSVauco.git ~/OSVauco cd ~/OSVauco # Steg 2: Kopier og rediger .env diff --git a/docs/AGENT_RULEBOOK.md b/docs/AGENT_RULEBOOK.md index 1dd900d..f68d88b 100644 --- a/docs/AGENT_RULEBOOK.md +++ b/docs/AGENT_RULEBOOK.md @@ -23,7 +23,7 @@ Endringer krever eksplisitt godkjenning fra Chris. | Region | us-central1 — ALDRI us-west1 | | SDK | `from google import genai` — ALDRI `vertexai.generative_models` | | Agent-rammeverk | Google ADK (tillatt) — andre må eksplisitt `ADK_GODKJENT` av Chris | -| GitHub user | chrischristiansen-glitch | +| GitHub user | vauco-saas | | Canonical repo | OSVauco | | Canonical branch | main | | MCP_NAME | OPAX-MCP | diff --git a/docs/GDRIVE_MIRROR_BOOT.md b/docs/GDRIVE_MIRROR_BOOT.md index 45a48eb..18abaca 100644 --- a/docs/GDRIVE_MIRROR_BOOT.md +++ b/docs/GDRIVE_MIRROR_BOOT.md @@ -21,7 +21,7 @@ ║ ⚠️ TERSKEL: 12 TIMER (aktiv dev-runde) ║ ║ HVIS MER ENN 12T HAR GÅTT: STOPP og verifiser mot GitHub ║ ╠══════════════════════════════════════════════════════════════╣ -║ VERIFISER: https://github.com/chrischristiansen-glitch/ ║ +║ VERIFISER: https://github.com/vauco-saas/ ║ ║ OSVauco/blob/main/docs/AGENT_RULEBOOK.md ║ ╚══════════════════════════════════════════════════════════════╝ ``` @@ -189,7 +189,7 @@ Endringer krever eksplisitt godkjenning fra Chris. | Region | us-central1 — ALDRI us-west1 | | SDK | `from google import genai` — ALDRI `vertexai.generative_models` | | Agent-rammeverk | Google ADK (tillatt) — andre må eksplisitt `ADK_GODKJENT` av Chris | -| GitHub user | chrischristiansen-glitch | +| GitHub user | vauco-saas | | Canonical repo | OSVauco | | Canonical branch | main | | MCP_NAME | OPAX-MCP | diff --git a/docs/GDRIVE_SETUP.md b/docs/GDRIVE_SETUP.md index 8299d12..7429299 100644 --- a/docs/GDRIVE_SETUP.md +++ b/docs/GDRIVE_SETUP.md @@ -47,7 +47,7 @@ Del `vauco-backup/`- og `vauco-mirror/`-mappene med service account-e-posten: ## Steg 3 — GitHub Secrets -Gå til: `https://github.com/chrischristiansen-glitch/OSVauco/settings/secrets/actions` +Gå til: `https://github.com/vauco-saas/OSVauco/settings/secrets/actions` Legg til: @@ -105,7 +105,7 @@ Etter merge av PR #1: # Klon fra bundle git clone OSVauco-backup-2026-05-25T0300.bundle OSVauco-restored cd OSVauco-restored -git remote set-url origin https://github.com/chrischristiansen-glitch/OSVauco.git +git remote set-url origin https://github.com/vauco-saas/OSVauco.git git push --mirror origin # MERGE APPROVED kreves ``` diff --git a/docs/SECRETS-SETUP.md b/docs/SECRETS-SETUP.md index 9c79d2c..7a7eac9 100644 --- a/docs/SECRETS-SETUP.md +++ b/docs/SECRETS-SETUP.md @@ -113,7 +113,7 @@ Apply this patch to your `bridge/server.py` file. This code checks for the `GAE_ ## GitHub Actions Secrets (aktive per 2026-05-25) -Disse secrets er satt i [OSVauco → Settings → Secrets → Actions](https://github.com/chrischristiansen-glitch/OSVauco/settings/secrets/actions) +Disse secrets er satt i [OSVauco → Settings → Secrets → Actions](https://github.com/vauco-saas/OSVauco/settings/secrets/actions) og brukes av `.github/workflows/backup-gdrive-nightly.yml`. | Secret | Formål | Status | diff --git a/docs/VM-BOOTSTRAP.md b/docs/VM-BOOTSTRAP.md index 49a9a53..feb32b8 100644 --- a/docs/VM-BOOTSTRAP.md +++ b/docs/VM-BOOTSTRAP.md @@ -34,7 +34,7 @@ Tittel: `osvauco-dev-vm` → lim inn nøkkelen → **Add SSH key** ```bash # Test tilkobling ssh -T git@github.com -# Forventet: Hi chrischristiansen-glitch! You've successfully authenticated... +# Forventet: Hi vauco-saas! You've successfully authenticated... ``` --- @@ -43,7 +43,7 @@ ssh -T git@github.com ```bash cd ~ -git clone git@github.com:chrischristiansen-glitch/OSVauco.git +git clone git@github.com:vauco-saas/OSVauco.git cd OSVauco # Sett git-identitet @@ -164,7 +164,7 @@ Kjøres hver kveld for å unngå 24/7-fakturering. | `Publisher Model ...gemini-2.0-flash(-001) was not found` | 2.0-modellene er utfaset / ikke tilgjengelige i prosjektet | Sett `GOOGLE_CLOUD_LOCATION=us-central1` og bruk `ORCHESTRATOR_MODEL=gemini-2.5-flash`, `SUBAGENT_MODEL=gemini-2.5-flash`, `REASONING_MODEL=gemini-3.5-flash` | | `osvauco-base:latest not found` | Base-image ikke bygget | `bash scripts/bootstrap.sh` | | `iam.serviceaccounts.actAs denied` | Mangler IAM-binding | Steg 5 over | -| `git push` krever passord | HTTPS-remote | `git remote set-url origin git@github.com:chrischristiansen-glitch/OSVauco.git` | +| `git push` krever passord | HTTPS-remote | `git remote set-url origin git@github.com:vauco-saas/OSVauco.git` | | `fetch first` ved push | Remote har nyere commits | `git pull --rebase && git push` | --- diff --git a/docs/corpus-seed/masterplan-summary.md b/docs/corpus-seed/masterplan-summary.md index 83175da..6359e4c 100644 --- a/docs/corpus-seed/masterplan-summary.md +++ b/docs/corpus-seed/masterplan-summary.md @@ -8,7 +8,7 @@ Chris Christiansen er første kunde. Når det virker → selg til andre. - GCP Prosjekt: propane-will-491900-m5 - Primærregion: us-central1 (Cloud Run, Memory Bank) - RAG-region: europe-west4 (Serverless, ingen allowlist) -- Repo: chrischristiansen-glitch/OSVauco +- Repo: vauco-saas/OSVauco ## LLM-rutingsstrategi (standard: gemini-2.0-flash; heavy mode for OPAX: gemini-2.5-pro + gemini-3.5-flash + multi-agent) - ORCHESTRATOR_MODEL: gemini-2.0-flash (lett front) diff --git a/docs/corpus-seed/osvauco-knowledge-base.md b/docs/corpus-seed/osvauco-knowledge-base.md index 448fee5..f64a4a5 100644 --- a/docs/corpus-seed/osvauco-knowledge-base.md +++ b/docs/corpus-seed/osvauco-knowledge-base.md @@ -7,7 +7,7 @@ Du er første kunde. Når det virker for deg → selg det til andre. Prosjekt: propane-will-491900-m5 Region: us-central1 -Primær repo: chrischristiansen-glitch/OSVauco +Primær repo: vauco-saas/OSVauco ## Repo-oversikt diff --git a/protocols/BOOT_PERPLEXITY.md b/protocols/BOOT_PERPLEXITY.md index 2273b33..fa5f101 100644 --- a/protocols/BOOT_PERPLEXITY.md +++ b/protocols/BOOT_PERPLEXITY.md @@ -14,7 +14,7 @@ Lim inn dette ved starten av hver Perplexity-sesjon (erstatt `[-handoff-]` med f // ───────────────────────────────────────────── - Rolle: OPS-agent for OSVauco (OPAX) - Prosjekt: propane-will-491900-m5 | us-central1 -- Repo: chrischristiansen-glitch/OSVauco +- Repo: vauco-saas/OSVauco - Språk: Norsk svar, engelsk kode - HITL-gates: DEPLOY / MERGE / COST / IAM / NEWREPO - Ground truth: GitHub wins always diff --git a/protocols/sessions/2026-05-21_osvauco-opax-platform-naming-domains.md b/protocols/sessions/2026-05-21_osvauco-opax-platform-naming-domains.md index e610209..d402d11 100644 --- a/protocols/sessions/2026-05-21_osvauco-opax-platform-naming-domains.md +++ b/protocols/sessions/2026-05-21_osvauco-opax-platform-naming-domains.md @@ -11,7 +11,7 @@ context_snapshot: > completed_tasks: - OPAX-MCP deployet til Cloud Run, svarer på /ping med {status:ok,service:OPAX-MCP} - - OSVauco canonical repo etablert (chrischristiansen-glitch/OSVauco, branch main) + - OSVauco canonical repo etablert (vauco-saas/OSVauco, branch main) - .gemini/ grunnmur: GEMINI.md + .geminiignore på plass - scripts/osvauco-opax-boot.sh med auth/project/region-check + Cloud Run healthcheck - docs/OSVAUCOOPAXSESSIONLOG.md etablert som sessionslogg diff --git a/protocols/sessions/2026-05-25_github-boot-status-gdrive-review.md b/protocols/sessions/2026-05-25_github-boot-status-gdrive-review.md index 0d486c7..a5f0314 100644 --- a/protocols/sessions/2026-05-25_github-boot-status-gdrive-review.md +++ b/protocols/sessions/2026-05-25_github-boot-status-gdrive-review.md @@ -4,12 +4,12 @@ thread_topic: GitHub boot + prosjektstatus-lesing + GDrive-review fra BOOT-GITHU trigger: session-close context_snapshot: > Ny Perplexity-sesjon startet fra BOOT-GITHUB.md handoff-fil. Autentisert som - chrischristiansen-glitch. Leste fullstendig sesjonsstatus fra vedlagt MD-fil + vauco-saas. Leste fullstendig sesjonsstatus fra vedlagt MD-fil som dekket all aktivitet fra tidligere sesjon: GDrive/GitHub mirror-infrastruktur ferdigstilt, PR #1 merget til main (HEAD 5728024→c4c3d72→1cea31d), IAM og Secrets satt opp, nattlig backup-workflow aktivert. completed_tasks: - - Verifisert GitHub-autentisering (chrischristiansen-glitch, 5 private repos) + - Verifisert GitHub-autentisering (vauco-saas, 5 private repos) - Lest og oppsummert fullstendig prosjektstatus fra BOOT-GITHUB.md handoff - Bekreftet siste HEAD og åpne oppgaver mot repo - Identifisert alle åpne blokkere og neste oppgaver diff --git a/protocols/sessions/2026-05-26_b2-b3-cicd-ferdig.md b/protocols/sessions/2026-05-26_b2-b3-cicd-ferdig.md index 8bfc18f..be09d1c 100644 --- a/protocols/sessions/2026-05-26_b2-b3-cicd-ferdig.md +++ b/protocols/sessions/2026-05-26_b2-b3-cicd-ferdig.md @@ -16,12 +16,12 @@ - Navn: `osvauco-github-conn` - Region: `us-central1` - Status: `COMPLETE` (installationState) -- OAuth-bruker: `chrischristiansen-glitch` +- OAuth-bruker: `vauco-saas` - IAM-fix: Cloud Build P4SA fikk `roles/secretmanager.admin` for å opprette connection-secret ### Repository - Navn: `osvauco-repo` -- Remote URI: `https://github.com/chrischristiansen-glitch/OSVauco.git` +- Remote URI: `https://github.com/vauco-saas/OSVauco.git` - Merk: `.git`-suffix påkrevd (uten ga det INVALID_ARGUMENT) ### Trigger diff --git a/protocols/sessions/2026-05-26_deploy-cicd-handoff.md b/protocols/sessions/2026-05-26_deploy-cicd-handoff.md index 21e684e..3852370 100644 --- a/protocols/sessions/2026-05-26_deploy-cicd-handoff.md +++ b/protocols/sessions/2026-05-26_deploy-cicd-handoff.md @@ -3,7 +3,7 @@ **Tidspunkt:** 2026-05-26 02:51 CEST **Agent:** OPAX (Perplexity) **Prosjekt:** `propane-will-491900-m5` | `us-central1` -**Repo:** chrischristiansen-glitch/OSVauco +**Repo:** vauco-saas/OSVauco --- diff --git a/protocols/sessions/2026-05-26_rag-corpus-kobling-agent.md b/protocols/sessions/2026-05-26_rag-corpus-kobling-agent.md index 3bf29ce..b884f5e 100644 --- a/protocols/sessions/2026-05-26_rag-corpus-kobling-agent.md +++ b/protocols/sessions/2026-05-26_rag-corpus-kobling-agent.md @@ -3,7 +3,7 @@ **Dato:** 2026-05-26 **Trigger:** boot / session-open **Agent:** OPAX (OPS-agent for OSVauco) -**Repo:** chrischristiansen-glitch/OSVauco +**Repo:** vauco-saas/OSVauco --- diff --git a/scripts/sync-gdrive-mirror.sh b/scripts/sync-gdrive-mirror.sh index 12d6649..eee5b4c 100755 --- a/scripts/sync-gdrive-mirror.sh +++ b/scripts/sync-gdrive-mirror.sh @@ -60,7 +60,7 @@ cat > "$OUTPUT" << HEADER ║ ⚠️ TERSKEL: 12 TIMER (aktiv dev-runde) ║ ║ HVIS MER ENN 12T HAR GÅTT: STOPP og verifiser mot GitHub ║ ╠══════════════════════════════════════════════════════════════╣ -║ VERIFISER: https://github.com/chrischristiansen-glitch/ ║ +║ VERIFISER: https://github.com/vauco-saas/ ║ ║ OSVauco/blob/main/docs/AGENT_RULEBOOK.md ║ ╚══════════════════════════════════════════════════════════════╝ \`\`\`