Phase: Dead Code Cleanup (pal-e-app)
Goal: Remove dead
listNoteSlugs() export from api.ts after slug cache replaced it.Owner: Dev agent
Repo:
forgejo_admin/pal-e-appDepends on:
phase-pal-e-docs-note-rendererProblem
QA nit from PR #9 review:
listNoteSlugs() at src/lib/api.ts is exported but never imported. It was replaced by getCachedSlugs() in src/lib/slugCache.ts.Fix
- Remove
listNoteSlugs()function fromsrc/lib/api.ts - Verify no other imports reference it
- Run
npm run check && npm run build
Related
phase-pal-e-docs-note-renderer— parent phaseplan-pal-e-docs— parent plan