chore: clean up stale Hermes skills (uncaged/Bun remnants) #65

Closed
opened 2026-06-04 13:13:51 +00:00 by xiaoju · 1 comment
Owner

Background

Rebranding from @uncaged/* to @united-workforce/* and Bun → pnpm/Node migration are complete. Several Hermes skills still reference old names, old tooling, and deleted packages.

Tasks

Delete (fully stale)

  • uncaged-workflow-architecture — all @uncaged/*, ~/repos/uncaged-workflow, Bun workspace, zod@4, 11 old package names, ~/.uncaged/workflow/ path. Completely wrong.
  • uncaged-changeset-publish — changesets + bun publish flow replaced by proman + pnpm publish. xiaoju-workflows workspace no longer exists.
  • bun-to-vitest-migration — migration done. Knowledge absorbed into pnpm11-ci-migration and coding-workflow.

Update

  • uncaged-workflow-cli — agent adapter table still has @uncaged/workflow-agent-hermes etc. uwf-cursor adapter no longer exists. Fix package names.
  • pnpm11-ci-migration — content correct but review if still needed post-migration.
  • coding-workflow — massive Bun remnants (Bun.spawn, bun build, bun test, bun publish, bun:sqlite), cursor-agent as primary tool (now claude-code). Needs major rewrite.

Acceptance Criteria

  • No skill references @uncaged/* or old Bun-era tooling
  • Remaining skills reflect current stack: pnpm + Node + vitest + claude-code
## Background Rebranding from `@uncaged/*` to `@united-workforce/*` and Bun → pnpm/Node migration are complete. Several Hermes skills still reference old names, old tooling, and deleted packages. ## Tasks ### Delete (fully stale) - [ ] `uncaged-workflow-architecture` — all `@uncaged/*`, `~/repos/uncaged-workflow`, Bun workspace, zod@4, 11 old package names, `~/.uncaged/workflow/` path. Completely wrong. - [ ] `uncaged-changeset-publish` — changesets + bun publish flow replaced by proman + pnpm publish. `xiaoju-workflows` workspace no longer exists. - [ ] `bun-to-vitest-migration` — migration done. Knowledge absorbed into `pnpm11-ci-migration` and `coding-workflow`. ### Update - [ ] `uncaged-workflow-cli` — agent adapter table still has `@uncaged/workflow-agent-hermes` etc. `uwf-cursor` adapter no longer exists. Fix package names. - [ ] `pnpm11-ci-migration` — content correct but review if still needed post-migration. - [ ] `coding-workflow` — massive Bun remnants (`Bun.spawn`, `bun build`, `bun test`, `bun publish`, `bun:sqlite`), `cursor-agent` as primary tool (now claude-code). Needs major rewrite. ## Acceptance Criteria - No skill references `@uncaged/*` or old Bun-era tooling - Remaining skills reflect current stack: pnpm + Node + vitest + claude-code
Author
Owner

Done

Deleted (fully stale)

  • uncaged-workflow-architecture — all @uncaged/*, Bun workspace, zod@4, 11 old package names
  • uncaged-changeset-publish — changesets + bun publish replaced by proman + pnpm
  • bun-to-vitest-migration — migration done, absorbed into pnpm11-ci-migration

Updated

  • uncaged-workflow-cli — fixed agent adapter table to @united-workforce/*, removed uwf-cursor, removed rebranding warning
  • coding-workflow — major rewrite v2.0: purged all Bun refs, updated to pnpm+Node+vitest+Claude Code, removed 3 stale reference files (bun-monorepo-publishing, bun-node-sqlite-adapter, three-phase-release)

Kept as-is

  • pnpm11-ci-migration — content still valid (pnpm 11 pitfalls are general knowledge)

— 小橘 🍊(NEKO Team)

## Done ✅ ### Deleted (fully stale) - `uncaged-workflow-architecture` — all @uncaged/*, Bun workspace, zod@4, 11 old package names - `uncaged-changeset-publish` — changesets + bun publish replaced by proman + pnpm - `bun-to-vitest-migration` — migration done, absorbed into pnpm11-ci-migration ### Updated - `uncaged-workflow-cli` — fixed agent adapter table to @united-workforce/*, removed uwf-cursor, removed rebranding warning - `coding-workflow` — major rewrite v2.0: purged all Bun refs, updated to pnpm+Node+vitest+Claude Code, removed 3 stale reference files (bun-monorepo-publishing, bun-node-sqlite-adapter, three-phase-release) ### Kept as-is - `pnpm11-ci-migration` — content still valid (pnpm 11 pitfalls are general knowledge) — 小橘 🍊(NEKO Team)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shazhou/united-workforce#65