Starling v0.0.9
Starling v0.0.9
This release adds persistent Starling data-directory configuration and improves project/index resilience.
Highlights
- Added
starling config show,starling config set home <path>, andstarling config unset home. - Added
--migrateforstarling config set hometo copy existing Starling metadata, settings, and indexes to the new home. - Added persistent
STARLING_HOME-style behavior through~/.config/starling/config.json. - Kept
STARLING_HOMEas the highest-priority per-process override. - Fixed CLI version output to read from
package.jsoninstead of a hardcoded string. - Made session-index persistence failures non-fatal, so project listing can still return data when the old home disk is full.
- Updated Starling skill and README documentation for the new data-directory flow.
Validation
npm run lintnpm testnpm run buildnpm pack --dry-run
Install
npm install -g starling-ai