@untools/devflow 0.2.13 → 0.2.14

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
@@ -51,7 +51,7 @@ devflow init
51
51
 
52
52
  This command will:
53
53
 
54
- - Prompt you for your DevFlow account credentials
54
+ - Prompt you for your DevFlow account credentials.
55
55
  - Open a browser for OAuth authentication if needed
56
56
  - Save a secure JWT token to `~/.devflow/config.json`
57
57
  - Create your local agent registration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@untools/devflow",
3
- "version": "0.2.13",
3
+ "version": "0.2.14",
4
4
  "description": "Self-hosted AI DevOps agent for DevFlow platform",
5
5
  "type": "module",
6
6
  "bin": {