geekbot-cli 0.1.0 → 0.2.0

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 +3 -4
package/README.md CHANGED
@@ -24,7 +24,7 @@ Verify the installation:
24
24
 
25
25
  ```shell
26
26
  geekbot --version
27
- # 0.1.0
27
+ # 0.2.0
28
28
  ```
29
29
 
30
30
  ### Register the AI agent skill
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "geekbot-cli",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
+ "description": "CLI tool for managing Geekbot standups, reports, and polls — designed for AI agents and humans",
4
5
  "type": "module",
5
6
  "license": "MIT",
6
7
  "repository": {
@@ -37,9 +38,7 @@
37
38
  ],
38
39
  "devDependencies": {
39
40
  "@biomejs/biome": "^2.4.7",
40
- "@types/bun": "^1.3.10"
41
- },
42
- "peerDependencies": {
41
+ "@types/bun": "^1.3.10",
43
42
  "typescript": "^5"
44
43
  },
45
44
  "dependencies": {