agileflow 2.65.0 → 2.67.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 +5 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,16 +15,15 @@
15
15
 
16
16
  ### Installation
17
17
 
18
- **Global (Recommended):**
19
18
  ```bash
20
- npm install -g agileflow
21
- agileflow setup
19
+ npx agileflow@latest setup
22
20
  ```
23
21
 
24
- **Project-Level:**
22
+ That's it! The `npx` command always fetches the latest version.
23
+
24
+ **Updates:**
25
25
  ```bash
26
- npm install agileflow
27
- npx agileflow setup
26
+ npx agileflow@latest update
28
27
  ```
29
28
 
30
29
  ### After Setup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agileflow",
3
- "version": "2.65.0",
3
+ "version": "2.67.0",
4
4
  "description": "AI-driven agile development system for Claude Code, Cursor, Windsurf, and more",
5
5
  "keywords": [
6
6
  "agile",