Skip to content

Commit 364fa86

Browse files
doublegateclaude
andcommitted
docs(tech-debt): update technical debt analysis for v1.6.1
- Archive TECH-DEBT-v1.5.0.md as TECH-DEBT-v1.5.0-ARCHIVED.md - Create TECH-DEBT-v1.6.1.md with comprehensive analysis - Document completed items from v1.5.0 sprints (all critical/high resolved) - Identify 25 remaining items (0 critical, 5 high, 8 medium, 12 low) - Update code references from v1.5.0 to v1.6.1 in nat.rs and af_xdp.rs - Estimated remediation reduced from ~330 to ~160 hours Key improvements since v1.5.0: - Transfer cancellation (TC-001) fully resolved - Test count increased from 1,303 to 1,626 (+24.8%) - React frontend tests added (62 tests) - WRAITH-Chat and mobile clients identified as main debt areas Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3addb15 commit 364fa86

File tree

4 files changed

+518
-2
lines changed

4 files changed

+518
-2
lines changed

crates/wraith-core/src/node/nat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ impl Node {
436436
// - Validate candidate addresses against spoofing
437437
//
438438
// See: RFC 8445 (ICE), RFC 8838 (Trickle ICE)
439-
// See: to-dos/technical-debt/TECH-DEBT-v1.5.0.md TM-001
439+
// See: to-dos/technical-debt/TECH-DEBT-v1.6.1.md TM-001-DEFERRED
440440

441441
Ok(remote_candidates)
442442
}

crates/wraith-transport/src/af_xdp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ impl AfXdpSocket {
550550
// - Current UDP transport provides functional baseline for all platforms
551551
//
552552
// See: https://docs.kernel.org/networking/af_xdp.html
553-
// See: to-dos/technical-debt/TECH-DEBT-v1.5.0.md TH-006
553+
// See: to-dos/technical-debt/TECH-DEBT-v1.6.1.md TH-006-DEFERRED
554554

555555
Ok(Self {
556556
fd,
File renamed without changes.

0 commit comments

Comments
 (0)