POST-006: be post POSTCFLCT false-fires on conflict-marker strings in tracked source comments/literals

be post scans staged tracked files for WEAVE conflict markers (<<<< / |||| / >>>>) and refuses with POSTCFLCT if a full triple is found. But a source file that legitimately CONTAINS those marker strings — e.g. sniff/PATCH.c, the conflict-handling code itself, whose comments show <<<<theirs||||ours>>>> at :339-340 — false-fires, blocking the commit and forcing be post --force. Hit this session committing the picked-header move: the triple is documentation, not an unresolved merge. Resolution: best-effort detect the real WEAVE output shape so obvious doc/literal markers don't refuse; where a file genuinely contains a full conflict-shaped block we cannot disambiguate, be post! (the bang/--force override, DIS-030/031) is the sanctioned escape — accepted, not a bug. See POST, PATCH, CLAUDE.

Issues

The scan can't tell a real unresolved marker from a marker string in a comment or literal.

Blockers

None. Localized to the post conflict-marker scan.

Planned

Best-effort detect the real WEAVE output shape; where undetectable, be post! is the accepted override.