proagents 1.0.1 → 1.0.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.
- package/README.md +12 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -48,7 +48,7 @@ proagents feature start "Add user authentication"
|
|
|
48
48
|
|
|
49
49
|
**Using AI assistant (Claude, ChatGPT, etc.):**
|
|
50
50
|
```
|
|
51
|
-
|
|
51
|
+
pa:feature "Add user authentication"
|
|
52
52
|
```
|
|
53
53
|
|
|
54
54
|
### 3. Follow the guided workflow
|
|
@@ -91,21 +91,21 @@ proagents commands # Show all commands
|
|
|
91
91
|
|
|
92
92
|
---
|
|
93
93
|
|
|
94
|
-
##
|
|
94
|
+
## Commands
|
|
95
95
|
|
|
96
|
-
Type
|
|
96
|
+
Type `pa:` in your AI assistant to use ProAgents commands:
|
|
97
97
|
|
|
98
98
|
| Command | Description |
|
|
99
99
|
|---------|-------------|
|
|
100
|
-
|
|
|
101
|
-
|
|
|
102
|
-
|
|
|
103
|
-
|
|
|
104
|
-
|
|
|
105
|
-
|
|
|
106
|
-
|
|
|
107
|
-
|
|
|
108
|
-
|
|
|
100
|
+
| `pa:init` | Initialize ProAgents in your project |
|
|
101
|
+
| `pa:feature` | Start a new feature |
|
|
102
|
+
| `pa:fix` | Quick bug fix mode |
|
|
103
|
+
| `pa:doc` | Generate documentation |
|
|
104
|
+
| `pa:qa` | Quality assurance checks |
|
|
105
|
+
| `pa:test` | Run test workflows |
|
|
106
|
+
| `pa:deploy` | Deployment preparation |
|
|
107
|
+
| `pa:status` | Check current status |
|
|
108
|
+
| `pa:help` | Show all commands |
|
|
109
109
|
|
|
110
110
|
---
|
|
111
111
|
|