mbproxy: strip historical phase/wave/plan references from source comments
Comments described the *history* of how the code arrived (phase numbers, wave IDs, review IDs, dated TODOs) instead of what it does today. That scaffolding rotted as the codebase evolved. Cleaned 60 source files + .gitignore; behaviour unchanged (387/387 tests still pass). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -2,7 +2,7 @@ namespace Mbproxy;
|
||||
|
||||
/// <summary>
|
||||
/// Service-wide counters for the mbproxy host. Tracks reload accept/reject counts and
|
||||
/// timestamps so Phase 07's status page can surface them without coupling to the reconciler.
|
||||
/// timestamps so the status page can surface them without coupling to the reconciler.
|
||||
///
|
||||
/// <para>Constructed once at DI startup and shared as a singleton. All writes are via
|
||||
/// dedicated methods that use <see cref="Interlocked"/> so reads from the status page
|
||||
|
||||
Reference in New Issue
Block a user