docs: unify alias→variable, refactor var commands #24
Reference in New Issue
Block a user
Delete Branch "docs/20-alias-to-variable"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
文档统一 alias→variable,CLI var 命令重构避免双倍 bootstrap。
Why
Phase 4 — Issue #16 最后一步,彻底消除 alias 概念。同时落实 Phase 3 review 建议。
Changes
Test
545 tests pass
Ref
Fixes #20
LGTM ✅ Phase 4 收尾干净,Issue #16 完工。
好的部分:
openStoreAndVarStore(),上次 review 提的建议落实了--store→--home、~/.uncaged/ocas→~/.ocas(PR #9 遗留问题也顺手修了)var list用 prefix 过滤避免 bootstrap 变量干扰一个小 nit:
void bootstrapHash;这行有点突兀,如果不需要这个变量了可以直接删掉赋值。不阻塞。合!🎉