claude-autopm 1.13.0 → 1.13.1

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 +37 -19
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,25 +43,43 @@ ClaudeAutoPM uses a **hybrid approach** combining deterministic operations with
43
43
 
44
44
  ## 📺 Visual Walkthrough
45
45
 
46
- See ClaudeAutoPM in action - from installation to deployment:
47
-
48
- ### 1️⃣ Install AutoPM
49
- ![Install AutoPM](Video%201.gif)
50
-
51
- ### 2️⃣ First Claude Execution
52
- ![First Claude Execution](Video%202.gif)
53
-
54
- ### 3️⃣ Creation of PRD
55
- ![Create PRD](Video%203.gif)
56
-
57
- ### 4️⃣ GitHub Sync and Start Working on Issues
58
- ![GitHub Sync](Video%204.gif)
59
-
60
- ### 5️⃣ Issues Finished
61
- ![Issues Complete](Video%205.gif)
62
-
63
- ### 6️⃣ Checking the Work Done (Web App + FastAPI)
64
- ![Web App and FastAPI](Video%206.gif)
46
+ See ClaudeAutoPM in action - from installation to deployment. **Click to expand each video:**
47
+
48
+ <details>
49
+ <summary><b>1️⃣ Install AutoPM</b> - Complete installation process</summary>
50
+ <br>
51
+ <img src="docs/assets/video-1.gif" width="100%" alt="Install AutoPM">
52
+ </details>
53
+
54
+ <details>
55
+ <summary><b>2️⃣ First Claude Execution</b> - Setting up and running Claude Code</summary>
56
+ <br>
57
+ <img src="docs/assets/video-2.gif" width="100%" alt="First Claude Execution">
58
+ </details>
59
+
60
+ <details>
61
+ <summary><b>3️⃣ Creation of PRD</b> - Product Requirements Document workflow</summary>
62
+ <br>
63
+ <img src="docs/assets/video-3.gif" width="100%" alt="Create PRD">
64
+ </details>
65
+
66
+ <details>
67
+ <summary><b>4️⃣ GitHub Sync and Start Working</b> - Synchronizing with GitHub and beginning tasks</summary>
68
+ <br>
69
+ <img src="docs/assets/video-4.gif" width="100%" alt="GitHub Sync">
70
+ </details>
71
+
72
+ <details>
73
+ <summary><b>5️⃣ Issues Finished</b> - Completing and closing tasks</summary>
74
+ <br>
75
+ <img src="docs/assets/video-5.gif" width="100%" alt="Issues Complete">
76
+ </details>
77
+
78
+ <details>
79
+ <summary><b>6️⃣ Checking the Work Done</b> - Running Web App + FastAPI demo</summary>
80
+ <br>
81
+ <img src="docs/assets/video-6.gif" width="100%" alt="Web App and FastAPI">
82
+ </details>
65
83
 
66
84
  ## 🚀 Get Started in 5 Minutes
67
85
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-autopm",
3
- "version": "1.13.0",
3
+ "version": "1.13.1",
4
4
  "description": "Autonomous Project Management Framework for Claude Code - Advanced AI-powered development automation",
5
5
  "main": "bin/autopm.js",
6
6
  "bin": {