Skip to content

Commit a3bca93

Browse files
author
alpsla
committed
rex(#3): Documentation Cleanup - DigitalOcean to Oracle Cloud
1 parent 1240292 commit a3bca93

6 files changed

Lines changed: 32 additions & 12 deletions

File tree

packages/agents/docs/DROPLET_SETUP_GUIDE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# DigitalOcean Droplet Setup Guide for CodeQual
22

3+
> **⚠️ ARCHIVED (January 2026)**
4+
>
5+
> This guide is deprecated. CodeQual has migrated from DigitalOcean to Oracle Cloud Infrastructure.
6+
>
7+
> **New Infrastructure:**
8+
> - Registry: `iad.ocir.io/idzaw9ddo1h5/codequal`
9+
> - Server: Oracle A1.Flex (129.213.49.128)
10+
>
11+
> See `V9_SESSION_HANDOFF_PROTOCOL.md` for current Oracle Cloud setup.
12+
13+
---
14+
315
## 📋 Prerequisites
416

517
- DigitalOcean account (get $200 free credit: https://try.digitalocean.com/freetrialoffer/)

packages/agents/docs/HYBRID_ARCHITECTURE_ROADMAP.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Transform the current agent-side fix generation (110s for 74 issues) to a hybrid
5353

5454
### Phase 1: Agent Containerization ✅ COMPLETED
5555
- ✅ Created Dockerfile.hybrid and Dockerfile.hybrid-demo
56-
- ✅ Built and pushed images to registry.digitalocean.com/codequal-registry
56+
- ✅ Built and pushed images to iad.ocir.io/idzaw9ddo1h5/codequal (Oracle Cloud)
5757
- ✅ Tested containers locally with 161x improvement
5858

5959
### Phase 2: Kubernetes Deployment ✅ COMPLETED
@@ -83,11 +83,11 @@ Transform the current agent-side fix generation (110s for 74 issues) to a hybrid
8383

8484
## 📦 Production Deployment Configuration
8585

86-
### Cloud Infrastructure (DigitalOcean)
86+
### Cloud Infrastructure (Oracle Cloud)
8787
```yaml
88-
Cluster: do-nyc1-codequal-prod
88+
Cluster: codequal-oke-cluster
8989
Namespace: codequal-dev
90-
Registry: registry.digitalocean.com/codequal-registry
90+
Registry: iad.ocir.io/idzaw9ddo1h5/codequal
9191

9292
Services:
9393
- hybrid-agent-service (LoadBalancer): 129.212.136.24
@@ -232,7 +232,7 @@ cat test-cloud-analysis.js
232232
## 🎉 Achievements Summary
233233

234234
-**83-130x performance improvement** achieved
235-
-**Cloud deployment** completed to DigitalOcean Kubernetes
235+
-**Cloud deployment** completed to Oracle Cloud Kubernetes
236236
-**V9 unified framework** validated for multiple languages
237237
-**Redis caching** operational with 50% hit rate
238238
-**Cost reduction** of 85-87% confirmed

packages/agents/src/two-branch/docs/next/V9-SYSTEM-OVERVIEW.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
### 3. Tool Execution Infrastructure
2626
- **Location**: `/packages/agents/src/two-branch/analyzers/v9-tool-orchestrator.ts`
27-
- **Container Images** (in registry.digitalocean.com/codequal):
27+
- **Container Images** (in iad.ocir.io/idzaw9ddo1h5/codequal):
2828
- `analyzer:lang-java-v5.1` - Java tools (SpotBugs, PMD, Checkstyle, etc.)
2929
- `analyzer:lang-python-v4.3` - Python tools
3030
- `analyzer:lang-javascript-v4.3` - JavaScript/TypeScript tools
@@ -139,7 +139,7 @@ npx ts-node test-v8-final.ts
139139
### What's Actually Running:
140140
- ✅ Kubernetes cluster with 11+ pods
141141
- ✅ PVC `codequal-workspace` for repository storage
142-
- ✅ Analyzer containers in DigitalOcean registry
142+
- ✅ Analyzer containers in Oracle Cloud registry
143143
- ✅ Redis cache for results
144144
- ✅ Supabase for persistence
145145
- ✅ Hybrid Agent for orchestration

packages/agents/src/two-branch/docs/next/V9_SESSION_HANDOFF_PROTOCOL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ Status: Already cloned and ready
335335

336336
**Docker Images Available**:
337337
```bash
338-
Registry: registry.digitalocean.com/codequal-registry
338+
Registry: iad.ocir.io/idzaw9ddo1h5/codequal
339339
Java Analyzer: analyzer:lang-java-v5.1-arm
340340
All Tools: PMD, Checkstyle, SpotBugs, Semgrep
341341
```

rex-progress.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,11 @@ Commit: [main 82088355] rex(#1): Test Complexity Detection & Batch Fixing
5858
create mode 100644 rex-tasks.json
5959
82088355
6060

61+
62+
=== Task #2 (2026-01-16 08:16:48) ===
63+
Title: Implement generateBatchFix Callback
64+
Status: COMPLETE
65+
Commit: [main 12402927] rex(#2): Implement generateBatchFix Callback
66+
3 files changed, 321 insertions(+), 4 deletions(-)
67+
12402927
68+

rex-tasks.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"source": "docs/NEXT_SESSION_89.md",
33
"createdAt": "2025-01-16T08:00:00Z",
44
"maxIterations": 20,
5-
"currentIteration": 2,
5+
"currentIteration": 3,
66
"status": "ready",
77
"validation": {
88
"type": "turbo",
@@ -45,11 +45,11 @@
4545
"packages/agents/src/fix-agent/agents/ai-fixer-agent.ts"
4646
],
4747
"priority": "high",
48-
"passes": false,
48+
"passes": true,
4949
"attempts": 0,
5050
"lastError": null,
51-
"completedAt": null,
52-
"commitHash": null
51+
"completedAt": "2026-01-16T13:16:48Z",
52+
"commitHash": "[main 12402927] rex(#2): Implement generateBatchFix Callback\n 3 files changed, 321 insertions(+), 4 deletions(-)\n12402927"
5353
},
5454
{
5555
"id": 3,

0 commit comments

Comments
 (0)