The old library-bin discovery model was replaced by the keyword-based model and is now dead code. Remove the intent-library bin, its sources (src/intent-library.ts, src/library-scanner.ts), and the legacy bin.intent fallback that only lived in the abandoned scanner path.
Breaking: anything invoking intent-library directly must move to the normal intent discovery flow. No compatibility shim.
Before removing, grep docs, examples, CI, and package metadata for live usage of intent-library / library-scanner / bin.intent.
Done when: the bin, its exports entry, sources, build entries, and tests are gone with no broken references (build, knip, and docs checks all green).
Prerequisite for the explicit skill sources work.
The old library-bin discovery model was replaced by the keyword-based model and is now dead code. Remove the
intent-librarybin, its sources (src/intent-library.ts,src/library-scanner.ts), and the legacybin.intentfallback that only lived in the abandoned scanner path.Breaking: anything invoking
intent-librarydirectly must move to the normalintentdiscovery flow. No compatibility shim.Before removing, grep docs, examples, CI, and package metadata for live usage of
intent-library/library-scanner/bin.intent.Done when: the bin, its
exportsentry, sources, build entries, and tests are gone with no broken references (build, knip, and docs checks all green).Prerequisite for the explicit skill sources work.