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.