cli: use ~/.uncaged/json-cas as default store path #8

Closed
xingyue wants to merge 0 commits from cli/global-store-path into main
Owner

What

Change default store directory from .cas/ (relative to cwd) to ~/.uncaged/json-cas/ (global fixed path).

Why

Previously the store was created relative to the current working directory, making it easy to lose track of data when switching directories. A fixed global path provides a consistent location.

Changes

  • Default store path: .cas/~/.uncaged/json-cas/
  • --store flag retained as override
  • Updated help text accordingly
## What Change default store directory from `.cas/` (relative to cwd) to `~/.uncaged/json-cas/` (global fixed path). ## Why Previously the store was created relative to the current working directory, making it easy to lose track of data when switching directories. A fixed global path provides a consistent location. ## Changes - Default store path: `.cas/` → `~/.uncaged/json-cas/` - `--store` flag retained as override - Updated help text accordingly
xingyue added 1 commit 2026-05-18 10:42:58 +00:00
Change default store directory from .cas/ (relative to cwd) to
~/.uncaged/json-cas/ (global fixed path). --store flag retained
as override.
scottwei closed this pull request 2026-05-25 01:34:46 +00:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/json-cas#8