squidgems 0.1.0 → 0.1.1

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 +12 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ <p align="center">
2
+ <img src="https://squidgems.ink/assets/logo.png" alt="SquidGems" width="120" />
3
+ </p>
4
+
1
5
  # squidgems
2
6
 
3
7
  Track your [Claude Code](https://docs.anthropic.com/en/docs/claude-code) costs, tokens, and sessions in real time.
@@ -34,12 +38,12 @@ Sessions appear in real time at your dashboard on [squidgems.ink](https://squidg
34
38
 
35
39
  ## Commands
36
40
 
37
- | Command | Description |
38
- |---------|-------------|
39
- | `squidgems` | Register your machine (run once) |
40
- | `squidgems init --claude` | Connect Claude Code to SquidGems |
41
- | `squidgems disable --claude` | Disconnect Claude Code from SquidGems |
42
- | `squidgems uninstall` | Remove all SquidGems config from your machine |
41
+ | Command | Description |
42
+ | ---------------------------- | --------------------------------------------- |
43
+ | `squidgems` | Register your machine (run once) |
44
+ | `squidgems init --claude` | Connect Claude Code to SquidGems |
45
+ | `squidgems disable --claude` | Disconnect Claude Code from SquidGems |
46
+ | `squidgems uninstall` | Remove all SquidGems config from your machine |
43
47
 
44
48
  ## What gets tracked
45
49
 
@@ -59,4 +63,5 @@ All data is tied to an anonymous machine identity. No source code or prompt cont
59
63
  ## Links
60
64
 
61
65
  - [Dashboard](https://squidgems.ink)
62
- - [Report issues](mailto:hello@squidgems.ink)
66
+ - [Report issues](mailto:jeremy@squidcorp.ink)
67
+ - [Follow squidcorp](https://x.com/SquidCorp_ink)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squidgems",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Track Claude Code costs, tokens, and sessions in real time",
5
5
  "private": false,
6
6
  "type": "commonjs",