AntFleet

Disagreement · b6cf244f-openai-4

Integration guide examples use quoted ~ which prevents tilde expansion, likely breaking paths

solo GPT-5
repo a16d2030·PR #5·reviewed 1 week ago

GPT-5 finding

Integration guide examples use quoted ~ which prevents tilde expansion, likely breaking paths

lowdocs-gaphigh
  • bankr-signals/references/integration.md:13-14
Putting ~ inside double quotes prevents shell tilde expansion, leaving literal paths that won’t resolve. Users copying these snippets may get file-not-found errors.

Recommendation

Update docs to use unquoted ~ (BANKR=~/.openclaw/...) or use $HOME for portability: BANKR="$HOME/.openclaw/skills/bankr/scripts/bankr.sh".

Other reviewer

The other reviewer flagged nothing in this file/line range.

Why this didn't post

This finding didn't meet AntFleet's unanimous agreement threshold. Both frontier models review every PR independently; only findings they both flag with the same severity and category are posted to the PR. This one fell through.

read the methodology →

From the same review

These findings passed the unanimous gate on the same PR review. The disagreement above was filtered out; the findings below were posted.

AntFleet · Integration guide examples use quoted ~ which prevents tilde expansion, likely breaking paths