merge(13): bring main forward — unblocks the crate's test build

The lane merged main at 0c4826f8, one commit before 0de67ca6 added
auth/auth_rationale to PortMapping's test constructors in prod_orchestrator.rs.
That left the lane unable to compile ANY test in the archipelago crate, which
is why 13-05 could not observe its 13 tests pass (window 19). Not a defect in
this phase's work — just staleness.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

# Conflicts:
#	core/archipelago/src/main.rs
This commit is contained in:
archipelago
2026-08-04 01:50:39 -04:00
25 changed files with 2094 additions and 35 deletions
+1
View File
@@ -27,6 +27,7 @@ use tracing::info;
mod api;
mod app_ops;
mod appgate;
mod assistant;
mod auth;
mod avatar;