@antonior/claude-code-setup 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,9 +2,7 @@
2
2
 
3
3
  [![npm](https://img.shields.io/npm/v/@antonior/claude-code-setup?color=cb3837&logo=npm)](https://www.npmjs.com/package/@antonior/claude-code-setup)
4
4
  [![license](https://img.shields.io/npm/l/@antonior/claude-code-setup?color=blue)](./LICENSE)
5
- [![macOS](https://img.shields.io/badge/macOS-supported-success?logo=apple&logoColor=white)](#platforms)
6
- [![Linux](https://img.shields.io/badge/Linux-supported-success?logo=linux&logoColor=white)](#platforms)
7
- [![Windows](https://img.shields.io/badge/Windows-supported-success?logo=windows&logoColor=white)](#platforms)
5
+ [![platform](https://img.shields.io/badge/platform-macOS-black?logo=apple&logoColor=white)](#platforms)
8
6
  [![tokens](https://img.shields.io/badge/optimised%20for-low%20token%20usage-brightgreen)](#optimised-for-low-token-usage)
9
7
 
10
8
  One-command installer for my [Claude Code](https://claude.com/claude-code) configuration — hooks, slash commands, skills, statusline, and global rules. Install once, get the exact setup I use every day. **Optimised for low token usage.**
@@ -32,7 +30,7 @@ That's it. The installer is idempotent — safe to re-run to pull updates.
32
30
 
33
31
  ## Platforms
34
32
 
35
- Works on **macOS, Linux, and Windows**. The config, hooks, slash commands, skills, MCP servers, and global rules run across all three. A couple of cosmetic niceties (notification sound, the statusline clock) are tuned for macOS and simply stay quiet elsewhere nothing blocks the install or the core behaviour.
33
+ Built and tested on **macOS**. Linux and native Windows aren't officially supported yet the hooks are bash and the installer uses Homebrew, so a full cross-platform pass is needed before I'd claim them.
36
34
 
37
35
  ## Dependencies (auto-installed via Homebrew)
38
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antonior/claude-code-setup",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Install Antonio's full Claude Code setup: hooks, slash commands, skills, statusline, settings, and MCP servers (transcript-search + video-vision)",
5
5
  "bin": {
6
6
  "claude-code-setup": "bin/install.js"