From 8320591cf4612fde1780f9bd25fa7cb14688006a Mon Sep 17 00:00:00 2001 From: Vantz Stockwell Date: Sun, 15 Feb 2026 12:07:19 -0500 Subject: [PATCH] docs: Update companion agent language choice to Go --- docs/corrosion-architecture.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/corrosion-architecture.md b/docs/corrosion-architecture.md index 5485bed..93031bd 100644 --- a/docs/corrosion-architecture.md +++ b/docs/corrosion-architecture.md @@ -150,7 +150,7 @@ All connections are **outbound from the customer's server** to the Corrosion clo | JSON | Newtonsoft.Json | Payload serialization | | HTTP | RestSharp | REST API calls (license validation, file downloads) | -### Game Server — Companion Agent (Rust or Go) +### Game Server — Companion Agent (Go) | Component | Purpose | |-----------|---------| @@ -1058,7 +1058,7 @@ Customer registers new license, runs setup wizard, then imports: - [ ] Post-wipe health report publishing - [ ] Configurable via license token only (no manual config editing) -**Companion Agent (Rust or Go)** +**Companion Agent (Go)** - [ ] NATS outbound connection with auto-reconnect - [ ] Pre-configured download from dashboard (license token + NATS endpoint baked in)