health-agent 0.1.0 → 0.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 +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -15,7 +15,7 @@ pnpm install -g health-agent
15
15
  As a Claude Code plugin (bundles the skill so Claude knows how to drive the CLI):
16
16
 
17
17
  ```bash
18
- /plugin marketplace add codevagabond/health-agent
18
+ /plugin marketplace add code-vagabond/health-agent
19
19
  /plugin install health-agent@health-agent
20
20
  ```
21
21
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "health-agent",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "CLI + Claude skill to authenticate with the Google Health API and pull your Fitbit / Pixel health data",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "bin": {
8
- "health-agent": "./dist/index.js"
8
+ "health-agent": "dist/index.js"
9
9
  },
10
10
  "scripts": {
11
11
  "dev": "tsup --watch",
@@ -32,11 +32,11 @@
32
32
  "license": "MIT",
33
33
  "repository": {
34
34
  "type": "git",
35
- "url": "git+https://github.com/codevagabond/health-agent.git"
35
+ "url": "git+https://github.com/code-vagabond/health-agent.git"
36
36
  },
37
- "homepage": "https://github.com/codevagabond/health-agent#readme",
37
+ "homepage": "https://github.com/code-vagabond/health-agent#readme",
38
38
  "bugs": {
39
- "url": "https://github.com/codevagabond/health-agent/issues"
39
+ "url": "https://github.com/code-vagabond/health-agent/issues"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"