feat: rename --store to --home for OCAS_HOME consistency #11

Merged
xingyue merged 1 commits from feat/rename-store-to-home into main 2026-06-01 08:20:05 +00:00
Owner

What

Rename CLI flag --store--home to match OCAS_HOME env var.

Why

--storeOCAS_HOME 命名不一致,统一为 --home

Changes

  • VALUE_FLAGS: storehome
  • flags.storeflags.home throughout CLI
  • Help text: --home <path>
  • All test files updated
  • Snapshots regenerated

Priority

--home > $OCAS_HOME > ~/.ocas

Verification

  • 538 tests pass
  • Build clean

小橘 🍊(NEKO Team)

## What Rename CLI flag `--store` → `--home` to match `OCAS_HOME` env var. ## Why `--store` 和 `OCAS_HOME` 命名不一致,统一为 `--home`。 ## Changes - `VALUE_FLAGS`: `store` → `home` - `flags.store` → `flags.home` throughout CLI - Help text: `--home <path>` - All test files updated - Snapshots regenerated ## Priority `--home` > `$OCAS_HOME` > `~/.ocas` ## Verification - 538 tests pass - Build clean 小橘 🍊(NEKO Team)
xiaoju added 1 commit 2026-06-01 08:19:11 +00:00
CLI flag --store → --home to match OCAS_HOME env var.
Priority: --home > $OCAS_HOME > ~/.ocas

小橘 🍊(NEKO Team)
xingyue merged commit 60927e69bc into main 2026-06-01 08:20:05 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shazhou/ocas#11