Summary
AGENTS.md and GOTCHAS.md both claim that magic-file &+N / &-N relative-offset parsing is "still TODO". This is stale — parsing has been implemented and is exercised by parse_offset_relative_* tests in src/parser/grammar/tests/mod.rs:292-305 (covers &0, &4, &+4, &-4, &0x10, &-0x10).
Locations
AGENTS.md:245 — "Magic-file &+N/&-N parsing is still TODO -- relative offsets are exercised programmatically through the AST."
GOTCHAS.md:147 (S3.11) — example uses "a child using unsupported &+N relative-offset syntax" as the canonical fail-fast trigger.
Acceptance Criteria
Refs
Summary
AGENTS.mdandGOTCHAS.mdboth claim that magic-file&+N/&-Nrelative-offset parsing is "still TODO". This is stale — parsing has been implemented and is exercised byparse_offset_relative_*tests insrc/parser/grammar/tests/mod.rs:292-305(covers&0,&4,&+4,&-4,&0x10,&-0x10).Locations
AGENTS.md:245— "Magic-file&+N/&-Nparsing is still TODO -- relative offsets are exercised programmatically through the AST."GOTCHAS.md:147(S3.11) — example uses "a child using unsupported&+Nrelative-offset syntax" as the canonical fail-fast trigger.Acceptance Criteria
&+N/&-Nparsing works$VARsubstitution per S3.6, which remains a real fail-fast trigger)Refs
src/parser/grammar/tests/mod.rs:292-305