-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Summary
After upgrading to v4.0.1, I ran a comprehensive dead-reference audit across all PAI files. Found 5 references to files that don't exist in the repo — they're referenced in code/docs but were never shipped.
Dead References
| Referenced Path | Referenced From | Type |
|---|---|---|
PAI/DEPLOYMENT.md |
PAI/CONTEXT_ROUTING.md, PAI/DOCUMENTATIONINDEX.md |
Doc |
PAI/BROWSERAUTOMATION.md |
PAI/CONTEXT_ROUTING.md, PAI/DOCUMENTATIONINDEX.md |
Doc |
skills/PAI/Tools/FileBasedMCPs.md |
skills/PAI/Tools/SKILL.md line 23 |
Tool doc |
skills/Aesthetic/SKILL.md |
skills/PAI/USER/SKILLCUSTOMIZATIONS/README.md |
Skill ref |
skills/BackgroundRemoval/SKILL.md |
skills/PAI/USER/SKILLCUSTOMIZATIONS/README.md |
Skill ref |
How I Found This
Ran rg across all .md and .ts files for path references, then verified each target with ls. These 5 are files that are referenced in upstream code but don't exist in the repo at any path.
Additional Context
This is separate from PR #836 (which addresses dead refs in CONTEXT_ROUTING.md). These 5 span multiple files and include references in TypeScript tool files, not just docs.
Environment
- PAI version: v4.0.1
- Platform: macOS (Darwin 25.3.0)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels