AntFleet

Disagreement · 8dbec532-anthropic-1

policy-administration.md references `packages/skill/...` paths that don't match the repo layout used by SKILL.md

solo Opus
repo a16d2030·PR #2·reviewed 1 week ago

Opus finding

policy-administration.md references `packages/skill/...` paths that don't match the repo layout used by SKILL.md

mediumdocs-gaphigh
  • opensea/docs/policy-administration.md:3
  • opensea/docs/policy-administration.md:13
  • opensea/docs/policy-administration.md:47
  • opensea/opensea-wallet/SKILL.md:138-142
policy-administration.md uses `packages/skill/opensea-wallet/...` while the actual layout in this PR is `opensea/opensea-wallet/...` and the wallet SKILL refers to `../docs/policy-administration.md` (i.e., `opensea/docs/`). Either the doc is stale from a prior monorepo layout, or the wallet SKILL is wrong. Users following the links from policy-administration.md will hit 404s; worse, agents that happen to read the file would be unable to map references back to their actual mount. Given the file's stated security purpose (keeping these mutation recipes out of the agent's mount path), a stale path that disagrees with the actual path is a real maintenance hazard — if someone 'fixes' the doc by relocating it under `packages/skill/opensea-wallet/`, they would defeat the structural isolation that the wallet SKILL relies on.

Recommendation

Update all `packages/skill/opensea-wallet/...` references in opensea/docs/policy-administration.md to the actual relative paths (`../opensea-wallet/references/...`), or document the canonical repo layout once at the top of the file. Add a link-checker that catches these.

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 →