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.
Files changed (2) hide show
  1. package/README.md +12 -12
  2. 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
- /feature-start "Add user authentication"
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
- ## Slash Commands
94
+ ## Commands
95
95
 
96
- Type `/` in your AI assistant to see available commands:
96
+ Type `pa:` in your AI assistant to use ProAgents commands:
97
97
 
98
98
  | Command | Description |
99
99
  |---------|-------------|
100
- | `/init` | Initialize ProAgents in your project |
101
- | `/feature-start` | Start a new feature |
102
- | `/fix` | Quick bug fix mode |
103
- | `/doc` | Generate documentation |
104
- | `/qa` | Quality assurance checks |
105
- | `/test` | Run test workflows |
106
- | `/deploy` | Deployment preparation |
107
- | `/status` | Check current status |
108
- | `/help` | Show all commands |
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proagents",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "AI-agnostic development workflow framework that automates the full software development lifecycle",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",