claude-teammate 0.1.1 → 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 +1 -1
package/README.md CHANGED
@@ -100,7 +100,7 @@ npm install -g claude-teammate
100
100
  claude-teammate start
101
101
  ```
102
102
 
103
- The wizard asks for your Jira and GitHub credentials and writes a `.env` file in the current directory. If the directory is not writable, it exits with a clear error instead of failing silently.
103
+ The wizard asks for your Jira and GitHub credentials and writes a `.env` file in the current directory.
104
104
 
105
105
  To upgrade to latest version
106
106
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-teammate",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "CLI bootstrapper for Claude Teammate.",
5
5
  "license": "MIT",
6
6
  "type": "module",