-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
Description
Renaming packmind-cli → packmind: Summary
Base change (~343 references across ~60 files)
| Area | Scope |
|---|---|
| UI | ~34 refs in 23 frontend files — command examples, tooltips, test assertions |
| Docs | ~142 refs in 13 doc files — every guide, the full CLI reference |
| Skills | ~105 refs in 7 default skills — all CLI instructions taught to agents |
| CLI source | ~60 refs in 15 files — main.ts name, consoleLogger prefix, handler usage/error messages |
| Other | 2 refs in packages/types/ (JSDoc comments) |
Backward compatibility strategy
- Install script — rename
BINARY_NAMEtopackmind, add apackmind-clisymlink (Unix) or copy (Windows) post-install - npm
binfield — expose bothpackmindandpackmind-clientrypoints - Release assets — publish under new names; optionally publish both during a transition period
- Already-deployed skills — users need a
packmind initre-run to refresh skill
All work shall be done & validated on a branch
Update the ci / cd
Reactions are currently unavailable