v0.5.0
Minor Changes
-
898e1a7: feat: per-project
nia.jsonmanifest with auto-scoped searchAdds
nia projectcommand group (init, link, unlink, status, sync) that creates ania.jsonmanifest at the project root, pinning indexed sources to the project. Once present,nia search queryauto-injects the bound source ids — agents no longer need to runnia sources list | head -Xto discover sources, fixing the #1 failure mode at 100+ indexed sources.nia project init: interactive source picker, registers cwd as local folder, wires CLAUDE.md/AGENTS.mdnia project link/unlink: add/remove sources by id, name, or URL with automatic resolutionnia project status: per-source health (indexed / pending / orphaned / not-found)nia project sync: re-resolve identifiers to canonical idsnia search queryauto-scopes fromnia.jsonwhen no--repos/--docs/--local-foldersflags are passed;--no-scopeto bypass--allflag onnia sources list,nia repos list, andnia sources explorefor exhaustive pagination instead of piping throughhead/tail- Skill instructions updated with Step 0 (check for nia.json first)