proagents 1.0.11 → 1.0.13

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.
@@ -2,107 +2,30 @@
2
2
 
3
3
  This project uses ProAgents - an AI-agnostic development workflow framework.
4
4
 
5
- ## Command Recognition
5
+ ## Essential Commands
6
6
 
7
- When user types commands starting with `pa:`, recognize and execute them:
7
+ | Command | Action |
8
+ |---------|--------|
9
+ | `pa:feature "name"` | Start new feature workflow |
10
+ | `pa:fix "bug"` | Quick bug fix mode |
11
+ | `pa:doc` | Documentation options |
12
+ | `pa:qa` | Quality assurance checks |
13
+ | `pa:test` | Run test workflow |
14
+ | `pa:deploy` | Deployment preparation |
15
+ | `pa:status` | Show current progress |
8
16
 
9
- ## Initialization
17
+ ## Full Command Reference
10
18
 
11
- ```
12
- pa:init → Initialize ProAgents in project
13
- pa:help → Show all available commands
14
- pa:status → Show current progress
15
- ```
19
+ For complete command list, see: `./proagents/AI_INSTRUCTIONS.md`
16
20
 
17
- ## Feature Development
21
+ ## On `pa:` Command
18
22
 
19
- ```
20
- pa:feature "name" → Start new feature workflow
21
- pa:feature-start → Start new feature
22
- pa:feature-status → Check feature status
23
- pa:feature-list → List all features
24
- pa:feature-complete → Mark feature complete
25
- pa:fix "description" → Quick bug fix mode
26
- ```
27
-
28
- ## Documentation Commands
29
-
30
- ```
31
- pa:doc → Show documentation options
32
- pa:doc-full → Generate full project documentation
33
- pa:doc-moderate → Generate balanced documentation
34
- pa:doc-lite → Generate quick reference
35
- pa:doc-module [name] → Document specific module
36
- pa:doc-file [path] → Document specific file
37
- pa:doc-api → Generate API documentation
38
- pa:readme → Generate/update README
39
- pa:changelog → Update CHANGELOG.md
40
- pa:release → Generate release notes
41
- pa:release [version] → Version-specific release notes
42
- ```
43
-
44
- ## Quality & Testing
45
-
46
- ```
47
- pa:qa → Run quality assurance checks
48
- pa:test → Run test workflow
49
- pa:review → Code review workflow
50
- ```
51
-
52
- ## Deployment
53
-
54
- ```
55
- pa:deploy → Deployment preparation
56
- pa:rollback → Rollback procedures
57
- ```
58
-
59
- ## AI Platform Management
60
-
61
- ```
62
- pa:ai-list → List installed AI platforms
63
- pa:ai-add → Add more AI platforms
64
- pa:ai-remove → Remove AI platforms from config
65
- ```
66
-
67
- ## Configuration
68
-
69
- ```
70
- pa:config → Show current configuration
71
- pa:config-list → List all configurable options
72
- pa:config-show → Show current config values
73
- pa:config-set K V → Set a config value
74
- pa:config-get K → Get a config value
75
- pa:config-setup → Interactive config wizard
76
- pa:config-customize → Copy templates to customize
77
- ```
78
-
79
- ## Utilities
80
-
81
- ```
82
- pa:uninstall → Remove ProAgents from project
83
- ```
84
-
85
- ## How to Execute Commands
86
-
87
- When user types a `pa:` command:
88
-
89
- 1. Read the corresponding prompt file from `./proagents/prompts/`
90
- 2. Follow the workflow instructions in that file
91
- 3. Use project configuration from `./proagents/proagents.config.yaml`
92
-
93
- ## Prompt File Mapping
94
-
95
- | Command | Read This File |
96
- |---------|----------------|
97
- | `pa:feature` | `./proagents/prompts/00-init.md` + `./proagents/WORKFLOW.md` |
98
- | `pa:fix` | `./proagents/workflow-modes/entry-modes.md` |
99
- | `pa:doc*` | `./proagents/prompts/07-documentation.md` |
100
- | `pa:qa` | `./proagents/checklists/code-quality.md` |
101
- | `pa:test` | `./proagents/prompts/06-testing.md` |
102
- | `pa:deploy` | `./proagents/prompts/08-deployment.md` |
23
+ 1. Read the corresponding file from `./proagents/prompts/` or `./proagents/workflow-modes/`
24
+ 2. Follow the workflow instructions
25
+ 3. Use project config from `./proagents/proagents.config.yaml`
103
26
 
104
27
  ## Key Files
105
28
 
29
+ - `./proagents/AI_INSTRUCTIONS.md` - Complete command reference
106
30
  - `./proagents/WORKFLOW.md` - Full 10-phase workflow
107
- - `./proagents/PROAGENTS.md` - Quick command reference
108
- - `./proagents/prompts/` - Phase-specific AI prompts
31
+ - `./proagents/prompts/` - Phase-specific prompts