Skip to content

Commit e9ac8d2

Browse files
ktamas77claude
andcommitted
chore: rename npm package to @squidcode/timebook
The bin name (`timebook`) and the GitHub repo (`squidcode/timebook-cli`) stay the same; only the npm-published name drops the `-cli` suffix so `npx @squidcode/timebook ...` reads naturally. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent ad95fa5 commit e9ac8d2

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
Command-line client and **MCP server** for [Timebook](https://usetimebook.com) — track time, manage timers, and expose your Timebook account to AI agents (Claude, Codex, Cursor, …) over the [Model Context Protocol](https://modelcontextprotocol.io).
44

5-
[![npm](https://img.shields.io/npm/v/%40squidcode%2Ftimebook-cli.svg)](https://www.npmjs.com/package/@squidcode/timebook-cli)
6-
[![license](https://img.shields.io/npm/l/%40squidcode%2Ftimebook-cli.svg)](./LICENSE)
5+
[![npm](https://img.shields.io/npm/v/%40squidcode%2Ftimebook.svg)](https://www.npmjs.com/package/@squidcode/timebook)
6+
[![license](https://img.shields.io/npm/l/%40squidcode%2Ftimebook.svg)](./LICENSE)
77

88
## Install
99

1010
```bash
1111
# one-off
12-
npx @squidcode/timebook-cli login
12+
npx @squidcode/timebook login
1313

1414
# globally
15-
npm install -g @squidcode/timebook-cli
15+
npm install -g @squidcode/timebook
1616
timebook --help
1717
```
1818

@@ -65,7 +65,7 @@ The same binary speaks MCP over stdio when invoked with `timebook mcp`. Drop it
6565
"mcpServers": {
6666
"timebook": {
6767
"command": "npx",
68-
"args": ["-y", "@squidcode/timebook-cli", "mcp"]
68+
"args": ["-y", "@squidcode/timebook", "mcp"]
6969
}
7070
}
7171
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@squidcode/timebook-cli",
2+
"name": "@squidcode/timebook",
33
"version": "0.1.0",
44
"description": "Command-line client and MCP server for Timebook (usetimebook.com) — track time, manage timers, and expose Timebook to AI agents (Claude, Codex, etc.) over MCP.",
55
"license": "MIT",

0 commit comments

Comments
 (0)