Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CODEBASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ src/
│ ├─ inbox.ts, mentions.ts, search.ts, react.ts, view.ts,
│ │ user.ts, workspace.ts, doctor.ts, changelog.ts
│ ├─ thread/, conversation/, msg/, comment/, channel/, groups/,
│ │ account/, auth/, config/, skill/, completion/, update/
│ │ account/, auth/, config/, skill/, completion/, update/, migrate/
│ └─ <group>/index.ts # registerXxxCommand(program) + sibling files per subcommand
├─ lib/ # Shared utilities. See catalog — don't reimplement.
│ ├─ skills/ # content.ts (SKILL_CONTENT) + installer plumbing
Expand Down Expand Up @@ -113,6 +113,8 @@ don't duplicate it here.
- **Identity & infra** — `user`/`users`, `workspace`/`workspaces`,
`auth` (login/logout/token/status), `account` (list/current/use/remove),
`config`, `skill`, `completion`, `update`, `changelog`, `doctor`
- **Migration** (`migrate/`) — `urls` (translate twist.com URLs to Comms; uses a
Twist token via `--twist-token` / `TWIST_AUTH_TOKEN`)

## `src/lib/` catalog — don't reimplement

Expand Down
85 changes: 60 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
],
"dependencies": {
"@doist/cli-core": "0.26.0",
"@doist/comms-sdk": "0.5.0",
"@doist/comms-sdk": "0.7.0",
"@pnpm/tabtab": "0.5.4",
"chalk": "5.6.2",
"commander": "14.0.3",
Expand Down
Loading
Loading