proagents 1.6.18 → 1.6.19

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.
@@ -32,6 +32,8 @@ Module detection: `src/api/*`→api, `src/auth/*`→auth, `src/components/*`→u
32
32
  |---------|--------|
33
33
  | `pa:feature "name"` | Start new feature workflow |
34
34
  | `pa:fix "bug"` | Quick bug fix mode |
35
+ | `pa:project-setup` | Interactive project setup wizard |
36
+ | `pa:rnd` | Research & Development workflow |
35
37
  | `pa:doc` | Documentation options |
36
38
  | `pa:qa` | Quality assurance checks |
37
39
  | `pa:test` | Run test workflow |
@@ -488,6 +488,10 @@ Auto-detect issue numbers from user input and include in changelog:
488
488
  | `pa:status` | Show current progress |
489
489
  | `pa:feature "name"` | Start new feature |
490
490
  | `pa:fix "bug"` | Quick bug fix |
491
+ | `pa:project-setup` | Interactive project setup wizard |
492
+ | `pa:setup` | Alias for pa:project-setup |
493
+ | `pa:rnd` | Research & Development workflow |
494
+ | `pa:research` | Alias for pa:rnd |
491
495
  | `pa:feature-list` | List all features |
492
496
  | `pa:feature-complete` | Mark feature complete |
493
497
 
@@ -624,6 +628,13 @@ When user types a `pa:` command:
624
628
  | `pa:session-start` | `./prompts/11-session-tracking.md` |
625
629
  | `pa:session-end` | `./prompts/11-session-tracking.md` |
626
630
  | `pa:changelog` | `./prompts/11-session-tracking.md` + `./prompts/07-documentation.md` |
631
+ | `pa:project-setup` | `./prompts/00-project-setup.md` |
632
+ | `pa:setup` | `./prompts/00-project-setup.md` |
633
+ | `pa:rnd` | `./prompts/12-rnd.md` |
634
+ | `pa:research` | `./prompts/12-rnd.md` |
635
+ | `pa:rnd-compare` | `./prompts/12-rnd.md` |
636
+ | `pa:rnd-poc` | `./prompts/12-rnd.md` |
637
+ | `pa:rnd-explore` | `./prompts/12-rnd.md` |
627
638
 
628
639
  ---
629
640
 
@@ -668,6 +679,8 @@ ProAgents Help
668
679
  Core Commands:
669
680
  pa:feature "name" Start new feature with full workflow
670
681
  pa:fix "bug" Quick bug fix mode
682
+ pa:project-setup Interactive project setup wizard
683
+ pa:rnd Research & Development workflow
671
684
  pa:status Show current progress (enhanced)
672
685
  pa:help Show this help
673
686
 
@@ -32,6 +32,8 @@ Module detection: `src/api/*`→api, `src/auth/*`→auth, `src/components/*`→u
32
32
  |---------|--------|
33
33
  | `pa:feature "name"` | Start new feature workflow |
34
34
  | `pa:fix "bug"` | Quick bug fix mode |
35
+ | `pa:project-setup` | Interactive project setup wizard |
36
+ | `pa:rnd` | Research & Development workflow |
35
37
  | `pa:doc` | Documentation options |
36
38
  | `pa:qa` | Quality assurance checks |
37
39
  | `pa:test` | Run test workflow |
@@ -32,6 +32,8 @@ Module detection: `src/api/*`→api, `src/auth/*`→auth, `src/components/*`→u
32
32
  |---------|--------|
33
33
  | `pa:feature "name"` | Start new feature workflow |
34
34
  | `pa:fix "bug"` | Quick bug fix mode |
35
+ | `pa:project-setup` | Interactive project setup wizard |
36
+ | `pa:rnd` | Research & Development workflow |
35
37
  | `pa:doc` | Documentation options |
36
38
  | `pa:qa` | Quality assurance checks |
37
39
  | `pa:test` | Run test workflow |
@@ -32,6 +32,8 @@ Module detection: `src/api/*`→api, `src/auth/*`→auth, `src/components/*`→u
32
32
  |---------|--------|
33
33
  | `pa:feature "name"` | Start new feature workflow |
34
34
  | `pa:fix "bug"` | Quick bug fix mode |
35
+ | `pa:project-setup` | Interactive project setup wizard |
36
+ | `pa:rnd` | Research & Development workflow |
35
37
  | `pa:doc` | Documentation options |
36
38
  | `pa:qa` | Quality assurance checks |
37
39
  | `pa:test` | Run test workflow |
@@ -32,6 +32,8 @@ Module detection: `src/api/*`→api, `src/auth/*`→auth, `src/components/*`→u
32
32
  |---------|--------|
33
33
  | `pa:feature "name"` | Start new feature workflow |
34
34
  | `pa:fix "bug"` | Quick bug fix mode |
35
+ | `pa:project-setup` | Interactive project setup wizard |
36
+ | `pa:rnd` | Research & Development workflow |
35
37
  | `pa:doc` | Documentation options |
36
38
  | `pa:qa` | Quality assurance checks |
37
39
  | `pa:test` | Run test workflow |
@@ -32,6 +32,8 @@ Module detection: `src/api/*`→api, `src/auth/*`→auth, `src/components/*`→u
32
32
  |---------|--------|
33
33
  | `pa:feature "name"` | Start new feature workflow |
34
34
  | `pa:fix "bug"` | Quick bug fix mode |
35
+ | `pa:project-setup` | Interactive project setup wizard |
36
+ | `pa:rnd` | Research & Development workflow |
35
37
  | `pa:doc` | Documentation options |
36
38
  | `pa:qa` | Quality assurance checks |
37
39
  | `pa:test` | Run test workflow |
@@ -32,6 +32,8 @@ Module detection: `src/api/*`→api, `src/auth/*`→auth, `src/components/*`→u
32
32
  |---------|--------|
33
33
  | `pa:feature "name"` | Start new feature workflow |
34
34
  | `pa:fix "bug"` | Quick bug fix mode |
35
+ | `pa:project-setup` | Interactive project setup wizard |
36
+ | `pa:rnd` | Research & Development workflow |
35
37
  | `pa:doc` | Documentation options |
36
38
  | `pa:qa` | Quality assurance checks |
37
39
  | `pa:test` | Run test workflow |
@@ -32,6 +32,8 @@ Module detection: `src/api/*`→api, `src/auth/*`→auth, `src/components/*`→u
32
32
  |---------|--------|
33
33
  | `pa:feature "name"` | Start new feature workflow |
34
34
  | `pa:fix "bug"` | Quick bug fix mode |
35
+ | `pa:project-setup` | Interactive project setup wizard |
36
+ | `pa:rnd` | Research & Development workflow |
35
37
  | `pa:doc` | Documentation options |
36
38
  | `pa:qa` | Quality assurance checks |
37
39
  | `pa:test` | Run test workflow |
@@ -32,6 +32,8 @@ Module detection: `src/api/*`→api, `src/auth/*`→auth, `src/components/*`→u
32
32
  |---------|--------|
33
33
  | `pa:feature "name"` | Start new feature workflow |
34
34
  | `pa:fix "bug"` | Quick bug fix mode |
35
+ | `pa:project-setup` | Interactive project setup wizard |
36
+ | `pa:rnd` | Research & Development workflow |
35
37
  | `pa:doc` | Documentation options |
36
38
  | `pa:qa` | Quality assurance checks |
37
39
  | `pa:test` | Run test workflow |
@@ -54,6 +54,8 @@ STEP 5: Append to activity.log ← LOG ACTIVITY
54
54
  |---------|------------|
55
55
  | `pa:help` | Comprehensive help with examples, categories, workflows |
56
56
  | `pa:feature "name"` | Create `./.proagents/active-features/feature-[name]/`, analyze codebase, implement feature |
57
+ | `pa:project-setup` | Interactive project setup wizard with presets, idea-first mode, full automation |
58
+ | `pa:rnd` | Research & Development workflow (compare, prototype, explore) |
57
59
  | `pa:fix "description"` | Find bug, fix it, update `./CHANGELOG.md` |
58
60
  | `pa:analyze` | Deep codebase analysis → `./.proagents/cache/` |
59
61
  | `pa:requirements` | Gather requirements → `./.proagents/active-features/` |
@@ -32,6 +32,8 @@ Module detection: `src/api/*`→api, `src/auth/*`→auth, `src/components/*`→u
32
32
  |---------|--------|
33
33
  | `pa:feature "name"` | Start new feature workflow |
34
34
  | `pa:fix "bug"` | Quick bug fix mode |
35
+ | `pa:project-setup` | Interactive project setup wizard |
36
+ | `pa:rnd` | Research & Development workflow |
35
37
  | `pa:doc` | Documentation options |
36
38
  | `pa:qa` | Quality assurance checks |
37
39
  | `pa:test` | Run test workflow |