refactor: remove all remaining uncaged codename references #24

Merged
xiaomo merged 1 commits from refactor/remove-uncaged-codename into main 2026-06-02 16:17:12 +00:00
Owner

What

Final sweep — remove every remaining "uncaged" reference from the codebase.

Changes (51 files, +214 -271)

Source code

  • Removed UNCAGED_CAS_DIR and UNCAGED_WORKFLOW_STORAGE_ROOT env var fallbacks from store.ts and storage.ts
  • Updated symlink migration log messages

Tests (20 files)

  • All UNCAGED_CAS_DIROCAS_DIR
  • All UNCAGED_WORKFLOW_STORAGE_ROOTUWF_STORAGE_ROOT
  • Removed legacy env var tests from store-storage-root.test.ts and store-global-cas.test.ts

Docs & READMEs

  • BOOTSTRAP.md, CONTRIBUTING.md, all package READMEs
  • docs/architecture.md, docs/builtin-agent-research.md, docs/wf-stateless-design.md

Scripts & Workflows

  • scripts/batch-solve.sh, check-dev-env.sh, e2e-walkthrough.sh
  • .workflows/ and workflows/ YAML files

Skills & Prompts

  • bootstrap-reference.ts, skills/uwf-skill.md

Preserved (by design)

  • docs/plans/, docs/superpowers/ — historical documents
  • Symlink migration paths in store.ts (reads ~/.uncaged/ to create symlinks)

Verification

  • check , 636 tests pass (399 CLI + others), 0 fail

Ref

Closes #12

## What Final sweep — remove every remaining "uncaged" reference from the codebase. ## Changes (51 files, +214 -271) ### Source code - Removed `UNCAGED_CAS_DIR` and `UNCAGED_WORKFLOW_STORAGE_ROOT` env var fallbacks from `store.ts` and `storage.ts` - Updated symlink migration log messages ### Tests (20 files) - All `UNCAGED_CAS_DIR` → `OCAS_DIR` - All `UNCAGED_WORKFLOW_STORAGE_ROOT` → `UWF_STORAGE_ROOT` - Removed legacy env var tests from `store-storage-root.test.ts` and `store-global-cas.test.ts` ### Docs & READMEs - `BOOTSTRAP.md`, `CONTRIBUTING.md`, all package READMEs - `docs/architecture.md`, `docs/builtin-agent-research.md`, `docs/wf-stateless-design.md` ### Scripts & Workflows - `scripts/batch-solve.sh`, `check-dev-env.sh`, `e2e-walkthrough.sh` - `.workflows/` and `workflows/` YAML files ### Skills & Prompts - `bootstrap-reference.ts`, `skills/uwf-skill.md` ### Preserved (by design) - `docs/plans/`, `docs/superpowers/` — historical documents - Symlink migration paths in `store.ts` (reads `~/.uncaged/` to create symlinks) ## Verification - check ✅, 636 tests pass (399 CLI + others), 0 fail ## Ref Closes #12
xingyue added 1 commit 2026-06-02 16:09:09 +00:00
refactor: remove all uncaged codename references
CI / check (pull_request) Failing after 8m0s
87b893bd28
- Remove UNCAGED_CAS_DIR and UNCAGED_WORKFLOW_STORAGE_ROOT env var fallbacks
- Tests updated to use OCAS_DIR / UWF_STORAGE_ROOT
- All docs, READMEs, scripts, workflows, skills updated
- Only symlink migration code retains .uncaged paths (functional requirement)

Closes #12 (Phase 5 complete)
xiaomo approved these changes 2026-06-02 16:17:10 +00:00
xiaomo left a comment
Owner

LGTM

uncaged 彻底清除,+214 -271 净减。UNCAGED_CAS_DIR / UNCAGED_WORKFLOW_STORAGE_ROOT env var fallback 移除,残留 5 处全是 symlink 迁移必须的旧路径检测。干净。

LGTM ✅ uncaged 彻底清除,+214 -271 净减。`UNCAGED_CAS_DIR` / `UNCAGED_WORKFLOW_STORAGE_ROOT` env var fallback 移除,残留 5 处全是 symlink 迁移必须的旧路径检测。干净。
xiaomo merged commit ad3a292314 into main 2026-06-02 16:17:12 +00:00
xiaomo deleted branch refactor/remove-uncaged-codename 2026-06-02 16:17:12 +00:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shazhou/united-workforce#24