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:
@@ -330,10 +330,10 @@ public sealed class AdminEndpointTests
|
||||
System.IO.File.Move(tmp, path, overwrite: true);
|
||||
}
|
||||
|
||||
// ── Phase 12 (W3 test gap) — non-GET methods rejected ──────────────────
|
||||
// ── non-GET methods rejected ─────────────────────────────────────────
|
||||
|
||||
/// <summary>
|
||||
/// W3 — verifies the admin endpoint rejects non-GET methods (POST / PUT / DELETE)
|
||||
/// Verifies the admin endpoint rejects non-GET methods (POST / PUT / DELETE)
|
||||
/// with HTTP 405 Method Not Allowed. The design intentionally exposes only `GET /`
|
||||
/// and `GET /status.json`; this test guards against an accidental MapPost/Map* being
|
||||
/// added later.
|
||||
|
||||
Reference in New Issue
Block a user