claude-autopm 2.7.0 → 2.8.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 +307 -56
- package/autopm/.claude/.env +158 -0
- package/autopm/.claude/settings.local.json +9 -0
- package/bin/autopm.js +11 -2
- package/bin/commands/epic.js +23 -3
- package/bin/commands/plugin.js +395 -0
- package/bin/commands/team.js +184 -10
- package/install/install.js +223 -4
- package/lib/cli/commands/issue.js +360 -20
- package/lib/plugins/PluginManager.js +1328 -0
- package/lib/plugins/PluginManager.old.js +400 -0
- package/lib/providers/AzureDevOpsProvider.js +575 -0
- package/lib/providers/GitHubProvider.js +475 -0
- package/lib/services/EpicService.js +1092 -3
- package/lib/services/IssueService.js +991 -0
- package/package.json +9 -1
- package/scripts/publish-plugins.sh +166 -0
- package/autopm/.claude/agents/cloud/README.md +0 -55
- package/autopm/.claude/agents/cloud/aws-cloud-architect.md +0 -521
- package/autopm/.claude/agents/cloud/azure-cloud-architect.md +0 -436
- package/autopm/.claude/agents/cloud/gcp-cloud-architect.md +0 -385
- package/autopm/.claude/agents/cloud/gcp-cloud-functions-engineer.md +0 -306
- package/autopm/.claude/agents/cloud/gemini-api-expert.md +0 -880
- package/autopm/.claude/agents/cloud/kubernetes-orchestrator.md +0 -566
- package/autopm/.claude/agents/cloud/openai-python-expert.md +0 -1087
- package/autopm/.claude/agents/cloud/terraform-infrastructure-expert.md +0 -454
- package/autopm/.claude/agents/core/agent-manager.md +0 -296
- package/autopm/.claude/agents/core/code-analyzer.md +0 -131
- package/autopm/.claude/agents/core/file-analyzer.md +0 -162
- package/autopm/.claude/agents/core/test-runner.md +0 -200
- package/autopm/.claude/agents/data/airflow-orchestration-expert.md +0 -52
- package/autopm/.claude/agents/data/kedro-pipeline-expert.md +0 -50
- package/autopm/.claude/agents/data/langgraph-workflow-expert.md +0 -520
- package/autopm/.claude/agents/databases/README.md +0 -50
- package/autopm/.claude/agents/databases/bigquery-expert.md +0 -392
- package/autopm/.claude/agents/databases/cosmosdb-expert.md +0 -368
- package/autopm/.claude/agents/databases/mongodb-expert.md +0 -398
- package/autopm/.claude/agents/databases/postgresql-expert.md +0 -321
- package/autopm/.claude/agents/databases/redis-expert.md +0 -52
- package/autopm/.claude/agents/devops/README.md +0 -52
- package/autopm/.claude/agents/devops/azure-devops-specialist.md +0 -308
- package/autopm/.claude/agents/devops/docker-containerization-expert.md +0 -298
- package/autopm/.claude/agents/devops/github-operations-specialist.md +0 -335
- package/autopm/.claude/agents/devops/mcp-context-manager.md +0 -319
- package/autopm/.claude/agents/devops/observability-engineer.md +0 -574
- package/autopm/.claude/agents/devops/ssh-operations-expert.md +0 -1093
- package/autopm/.claude/agents/devops/traefik-proxy-expert.md +0 -444
- package/autopm/.claude/agents/frameworks/README.md +0 -64
- package/autopm/.claude/agents/frameworks/e2e-test-engineer.md +0 -360
- package/autopm/.claude/agents/frameworks/nats-messaging-expert.md +0 -254
- package/autopm/.claude/agents/frameworks/react-frontend-engineer.md +0 -217
- package/autopm/.claude/agents/frameworks/react-ui-expert.md +0 -226
- package/autopm/.claude/agents/frameworks/tailwindcss-expert.md +0 -770
- package/autopm/.claude/agents/frameworks/ux-design-expert.md +0 -244
- package/autopm/.claude/agents/integration/message-queue-engineer.md +0 -794
- package/autopm/.claude/agents/languages/README.md +0 -50
- package/autopm/.claude/agents/languages/bash-scripting-expert.md +0 -541
- package/autopm/.claude/agents/languages/javascript-frontend-engineer.md +0 -197
- package/autopm/.claude/agents/languages/nodejs-backend-engineer.md +0 -226
- package/autopm/.claude/agents/languages/python-backend-engineer.md +0 -214
- package/autopm/.claude/agents/languages/python-backend-expert.md +0 -289
- package/autopm/.claude/agents/testing/frontend-testing-engineer.md +0 -395
- package/autopm/.claude/commands/ai/langgraph-workflow.md +0 -65
- package/autopm/.claude/commands/ai/openai-chat.md +0 -65
- package/autopm/.claude/commands/azure/COMMANDS.md +0 -107
- package/autopm/.claude/commands/azure/COMMAND_MAPPING.md +0 -252
- package/autopm/.claude/commands/azure/INTEGRATION_FIX.md +0 -103
- package/autopm/.claude/commands/azure/README.md +0 -246
- package/autopm/.claude/commands/azure/active-work.md +0 -198
- package/autopm/.claude/commands/azure/aliases.md +0 -143
- package/autopm/.claude/commands/azure/blocked-items.md +0 -287
- package/autopm/.claude/commands/azure/clean.md +0 -93
- package/autopm/.claude/commands/azure/docs-query.md +0 -48
- package/autopm/.claude/commands/azure/feature-decompose.md +0 -380
- package/autopm/.claude/commands/azure/feature-list.md +0 -61
- package/autopm/.claude/commands/azure/feature-new.md +0 -115
- package/autopm/.claude/commands/azure/feature-show.md +0 -205
- package/autopm/.claude/commands/azure/feature-start.md +0 -130
- package/autopm/.claude/commands/azure/fix-integration-example.md +0 -93
- package/autopm/.claude/commands/azure/help.md +0 -150
- package/autopm/.claude/commands/azure/import-us.md +0 -269
- package/autopm/.claude/commands/azure/init.md +0 -211
- package/autopm/.claude/commands/azure/next-task.md +0 -262
- package/autopm/.claude/commands/azure/search.md +0 -160
- package/autopm/.claude/commands/azure/sprint-status.md +0 -235
- package/autopm/.claude/commands/azure/standup.md +0 -260
- package/autopm/.claude/commands/azure/sync-all.md +0 -99
- package/autopm/.claude/commands/azure/task-analyze.md +0 -186
- package/autopm/.claude/commands/azure/task-close.md +0 -329
- package/autopm/.claude/commands/azure/task-edit.md +0 -145
- package/autopm/.claude/commands/azure/task-list.md +0 -263
- package/autopm/.claude/commands/azure/task-new.md +0 -84
- package/autopm/.claude/commands/azure/task-reopen.md +0 -79
- package/autopm/.claude/commands/azure/task-show.md +0 -126
- package/autopm/.claude/commands/azure/task-start.md +0 -301
- package/autopm/.claude/commands/azure/task-status.md +0 -65
- package/autopm/.claude/commands/azure/task-sync.md +0 -67
- package/autopm/.claude/commands/azure/us-edit.md +0 -164
- package/autopm/.claude/commands/azure/us-list.md +0 -202
- package/autopm/.claude/commands/azure/us-new.md +0 -265
- package/autopm/.claude/commands/azure/us-parse.md +0 -253
- package/autopm/.claude/commands/azure/us-show.md +0 -188
- package/autopm/.claude/commands/azure/us-status.md +0 -320
- package/autopm/.claude/commands/azure/validate.md +0 -86
- package/autopm/.claude/commands/azure/work-item-sync.md +0 -47
- package/autopm/.claude/commands/cloud/infra-deploy.md +0 -38
- package/autopm/.claude/commands/github/workflow-create.md +0 -42
- package/autopm/.claude/commands/infrastructure/ssh-security.md +0 -65
- package/autopm/.claude/commands/infrastructure/traefik-setup.md +0 -65
- package/autopm/.claude/commands/kubernetes/deploy.md +0 -37
- package/autopm/.claude/commands/playwright/test-scaffold.md +0 -38
- package/autopm/.claude/commands/pm/blocked.md +0 -28
- package/autopm/.claude/commands/pm/clean.md +0 -119
- package/autopm/.claude/commands/pm/context-create.md +0 -136
- package/autopm/.claude/commands/pm/context-prime.md +0 -170
- package/autopm/.claude/commands/pm/context-update.md +0 -292
- package/autopm/.claude/commands/pm/context.md +0 -28
- package/autopm/.claude/commands/pm/epic-close.md +0 -86
- package/autopm/.claude/commands/pm/epic-decompose.md +0 -370
- package/autopm/.claude/commands/pm/epic-edit.md +0 -83
- package/autopm/.claude/commands/pm/epic-list.md +0 -30
- package/autopm/.claude/commands/pm/epic-merge.md +0 -222
- package/autopm/.claude/commands/pm/epic-oneshot.md +0 -119
- package/autopm/.claude/commands/pm/epic-refresh.md +0 -119
- package/autopm/.claude/commands/pm/epic-show.md +0 -28
- package/autopm/.claude/commands/pm/epic-split.md +0 -120
- package/autopm/.claude/commands/pm/epic-start.md +0 -195
- package/autopm/.claude/commands/pm/epic-status.md +0 -28
- package/autopm/.claude/commands/pm/epic-sync-modular.md +0 -338
- package/autopm/.claude/commands/pm/epic-sync-original.md +0 -473
- package/autopm/.claude/commands/pm/epic-sync.md +0 -486
- package/autopm/.claude/commands/pm/help.md +0 -28
- package/autopm/.claude/commands/pm/import.md +0 -115
- package/autopm/.claude/commands/pm/in-progress.md +0 -28
- package/autopm/.claude/commands/pm/init.md +0 -28
- package/autopm/.claude/commands/pm/issue-analyze.md +0 -202
- package/autopm/.claude/commands/pm/issue-close.md +0 -119
- package/autopm/.claude/commands/pm/issue-edit.md +0 -93
- package/autopm/.claude/commands/pm/issue-reopen.md +0 -87
- package/autopm/.claude/commands/pm/issue-show.md +0 -41
- package/autopm/.claude/commands/pm/issue-start.md +0 -234
- package/autopm/.claude/commands/pm/issue-status.md +0 -95
- package/autopm/.claude/commands/pm/issue-sync.md +0 -411
- package/autopm/.claude/commands/pm/next.md +0 -28
- package/autopm/.claude/commands/pm/prd-edit.md +0 -82
- package/autopm/.claude/commands/pm/prd-list.md +0 -28
- package/autopm/.claude/commands/pm/prd-new.md +0 -55
- package/autopm/.claude/commands/pm/prd-parse.md +0 -42
- package/autopm/.claude/commands/pm/prd-status.md +0 -28
- package/autopm/.claude/commands/pm/search.md +0 -28
- package/autopm/.claude/commands/pm/standup.md +0 -28
- package/autopm/.claude/commands/pm/status.md +0 -28
- package/autopm/.claude/commands/pm/sync.md +0 -99
- package/autopm/.claude/commands/pm/test-reference-update.md +0 -151
- package/autopm/.claude/commands/pm/validate.md +0 -28
- package/autopm/.claude/commands/pm/what-next.md +0 -28
- package/autopm/.claude/commands/python/api-scaffold.md +0 -50
- package/autopm/.claude/commands/python/docs-query.md +0 -48
- package/autopm/.claude/commands/react/app-scaffold.md +0 -50
- package/autopm/.claude/commands/testing/prime.md +0 -314
- package/autopm/.claude/commands/testing/run.md +0 -125
- package/autopm/.claude/commands/ui/bootstrap-scaffold.md +0 -65
- package/autopm/.claude/commands/ui/tailwind-system.md +0 -64
- package/autopm/.claude/rules/ai-integration-patterns.md +0 -219
- package/autopm/.claude/rules/ci-cd-kubernetes-strategy.md +0 -25
- package/autopm/.claude/rules/database-management-strategy.md +0 -17
- package/autopm/.claude/rules/database-pipeline.md +0 -94
- package/autopm/.claude/rules/devops-troubleshooting-playbook.md +0 -450
- package/autopm/.claude/rules/docker-first-development.md +0 -404
- package/autopm/.claude/rules/infrastructure-pipeline.md +0 -128
- package/autopm/.claude/rules/performance-guidelines.md +0 -403
- package/autopm/.claude/rules/ui-development-standards.md +0 -281
- package/autopm/.claude/rules/ui-framework-rules.md +0 -151
- package/autopm/.claude/rules/ux-design-rules.md +0 -209
- package/autopm/.claude/rules/visual-testing.md +0 -223
- package/autopm/.claude/scripts/azure/README.md +0 -192
- package/autopm/.claude/scripts/azure/active-work.js +0 -524
- package/autopm/.claude/scripts/azure/active-work.sh +0 -20
- package/autopm/.claude/scripts/azure/blocked.js +0 -520
- package/autopm/.claude/scripts/azure/blocked.sh +0 -20
- package/autopm/.claude/scripts/azure/daily.js +0 -533
- package/autopm/.claude/scripts/azure/daily.sh +0 -20
- package/autopm/.claude/scripts/azure/dashboard.js +0 -970
- package/autopm/.claude/scripts/azure/dashboard.sh +0 -20
- package/autopm/.claude/scripts/azure/feature-list.js +0 -254
- package/autopm/.claude/scripts/azure/feature-list.sh +0 -20
- package/autopm/.claude/scripts/azure/feature-show.js +0 -7
- package/autopm/.claude/scripts/azure/feature-show.sh +0 -20
- package/autopm/.claude/scripts/azure/feature-status.js +0 -604
- package/autopm/.claude/scripts/azure/feature-status.sh +0 -20
- package/autopm/.claude/scripts/azure/help.js +0 -342
- package/autopm/.claude/scripts/azure/help.sh +0 -20
- package/autopm/.claude/scripts/azure/next-task.js +0 -508
- package/autopm/.claude/scripts/azure/next-task.sh +0 -20
- package/autopm/.claude/scripts/azure/search.js +0 -469
- package/autopm/.claude/scripts/azure/search.sh +0 -20
- package/autopm/.claude/scripts/azure/setup.js +0 -745
- package/autopm/.claude/scripts/azure/setup.sh +0 -20
- package/autopm/.claude/scripts/azure/sprint-report.js +0 -1012
- package/autopm/.claude/scripts/azure/sprint-report.sh +0 -20
- package/autopm/.claude/scripts/azure/sync.js +0 -563
- package/autopm/.claude/scripts/azure/sync.sh +0 -20
- package/autopm/.claude/scripts/azure/us-list.js +0 -210
- package/autopm/.claude/scripts/azure/us-list.sh +0 -20
- package/autopm/.claude/scripts/azure/us-status.js +0 -238
- package/autopm/.claude/scripts/azure/us-status.sh +0 -20
- package/autopm/.claude/scripts/azure/validate.js +0 -626
- package/autopm/.claude/scripts/azure/validate.sh +0 -20
- package/autopm/.claude/scripts/azure/wrapper-template.sh +0 -20
- package/autopm/.claude/scripts/github/dependency-tracker.js +0 -554
- package/autopm/.claude/scripts/github/dependency-validator.js +0 -545
- package/autopm/.claude/scripts/github/dependency-visualizer.js +0 -477
- package/autopm/.claude/scripts/pm/analytics.js +0 -425
- package/autopm/.claude/scripts/pm/blocked.js +0 -164
- package/autopm/.claude/scripts/pm/blocked.sh +0 -78
- package/autopm/.claude/scripts/pm/clean.js +0 -464
- package/autopm/.claude/scripts/pm/context-create.js +0 -216
- package/autopm/.claude/scripts/pm/context-prime.js +0 -335
- package/autopm/.claude/scripts/pm/context-update.js +0 -344
- package/autopm/.claude/scripts/pm/context.js +0 -338
- package/autopm/.claude/scripts/pm/epic-close.js +0 -347
- package/autopm/.claude/scripts/pm/epic-edit.js +0 -382
- package/autopm/.claude/scripts/pm/epic-list.js +0 -273
- package/autopm/.claude/scripts/pm/epic-list.sh +0 -109
- package/autopm/.claude/scripts/pm/epic-show.js +0 -291
- package/autopm/.claude/scripts/pm/epic-show.sh +0 -105
- package/autopm/.claude/scripts/pm/epic-split.js +0 -522
- package/autopm/.claude/scripts/pm/epic-start/epic-start.js +0 -183
- package/autopm/.claude/scripts/pm/epic-start/epic-start.sh +0 -94
- package/autopm/.claude/scripts/pm/epic-status.js +0 -291
- package/autopm/.claude/scripts/pm/epic-status.sh +0 -104
- package/autopm/.claude/scripts/pm/epic-sync/README.md +0 -208
- package/autopm/.claude/scripts/pm/epic-sync/create-epic-issue.sh +0 -77
- package/autopm/.claude/scripts/pm/epic-sync/create-task-issues.sh +0 -86
- package/autopm/.claude/scripts/pm/epic-sync/update-epic-file.sh +0 -79
- package/autopm/.claude/scripts/pm/epic-sync/update-references.sh +0 -89
- package/autopm/.claude/scripts/pm/epic-sync.sh +0 -137
- package/autopm/.claude/scripts/pm/help.js +0 -92
- package/autopm/.claude/scripts/pm/help.sh +0 -90
- package/autopm/.claude/scripts/pm/in-progress.js +0 -178
- package/autopm/.claude/scripts/pm/in-progress.sh +0 -93
- package/autopm/.claude/scripts/pm/init.js +0 -321
- package/autopm/.claude/scripts/pm/init.sh +0 -178
- package/autopm/.claude/scripts/pm/issue-close.js +0 -232
- package/autopm/.claude/scripts/pm/issue-edit.js +0 -310
- package/autopm/.claude/scripts/pm/issue-show.js +0 -272
- package/autopm/.claude/scripts/pm/issue-start.js +0 -181
- package/autopm/.claude/scripts/pm/issue-sync/format-comment.sh +0 -468
- package/autopm/.claude/scripts/pm/issue-sync/gather-updates.sh +0 -460
- package/autopm/.claude/scripts/pm/issue-sync/post-comment.sh +0 -330
- package/autopm/.claude/scripts/pm/issue-sync/preflight-validation.sh +0 -348
- package/autopm/.claude/scripts/pm/issue-sync/update-frontmatter.sh +0 -387
- package/autopm/.claude/scripts/pm/lib/README.md +0 -85
- package/autopm/.claude/scripts/pm/lib/epic-discovery.js +0 -119
- package/autopm/.claude/scripts/pm/lib/logger.js +0 -78
- package/autopm/.claude/scripts/pm/next.js +0 -189
- package/autopm/.claude/scripts/pm/next.sh +0 -72
- package/autopm/.claude/scripts/pm/optimize.js +0 -407
- package/autopm/.claude/scripts/pm/pr-create.js +0 -337
- package/autopm/.claude/scripts/pm/pr-list.js +0 -257
- package/autopm/.claude/scripts/pm/prd-list.js +0 -242
- package/autopm/.claude/scripts/pm/prd-list.sh +0 -103
- package/autopm/.claude/scripts/pm/prd-new.js +0 -684
- package/autopm/.claude/scripts/pm/prd-parse.js +0 -547
- package/autopm/.claude/scripts/pm/prd-status.js +0 -152
- package/autopm/.claude/scripts/pm/prd-status.sh +0 -63
- package/autopm/.claude/scripts/pm/release.js +0 -460
- package/autopm/.claude/scripts/pm/search.js +0 -192
- package/autopm/.claude/scripts/pm/search.sh +0 -89
- package/autopm/.claude/scripts/pm/standup.js +0 -362
- package/autopm/.claude/scripts/pm/standup.sh +0 -95
- package/autopm/.claude/scripts/pm/status.js +0 -148
- package/autopm/.claude/scripts/pm/status.sh +0 -59
- package/autopm/.claude/scripts/pm/sync-batch.js +0 -337
- package/autopm/.claude/scripts/pm/sync.js +0 -343
- package/autopm/.claude/scripts/pm/template-list.js +0 -141
- package/autopm/.claude/scripts/pm/template-new.js +0 -366
- package/autopm/.claude/scripts/pm/validate.js +0 -274
- package/autopm/.claude/scripts/pm/validate.sh +0 -106
- package/autopm/.claude/scripts/pm/what-next.js +0 -660
- package/bin/node/azure-feature-show.js +0 -7
package/README.md
CHANGED
|
@@ -15,11 +15,12 @@ Transform your development workflow with intelligent automation, parallel AI age
|
|
|
15
15
|
|
|
16
16
|
ClaudeAutoPM is a comprehensive project management and development automation framework designed specifically for [Claude Code](https://claude.ai/code). It combines:
|
|
17
17
|
|
|
18
|
-
- **
|
|
18
|
+
- **136+ CLI commands** including 24 complete PM commands (Issue, Workflow, Context, Utility)
|
|
19
19
|
- **39 specialized AI agents** for intelligent tasks (analysis, design, development)
|
|
20
20
|
- **Dynamic team management** with automatic agent switching
|
|
21
|
-
- **Hybrid execution modes** - choose between
|
|
21
|
+
- **Hybrid execution modes** - choose between CLI commands or AI assistance
|
|
22
22
|
- **Full GitHub & Azure DevOps integration** for seamless workflow
|
|
23
|
+
- **TDD-developed** with 168+ tests and 91%+ coverage
|
|
23
24
|
|
|
24
25
|
### The Problem We Solve
|
|
25
26
|
|
|
@@ -44,54 +45,141 @@ PRD → Epic Decomposition → Parallel Development → Testing → Production
|
|
|
44
45
|
|
|
45
46
|
## ✨ Key Features
|
|
46
47
|
|
|
47
|
-
###
|
|
48
|
+
### 🎉 **NEW in v2.8.0-alpha: Complete GitHub Integration!**
|
|
48
49
|
|
|
49
|
-
**
|
|
50
|
-
-
|
|
51
|
-
-
|
|
52
|
-
-
|
|
53
|
-
-
|
|
50
|
+
**Full Bidirectional GitHub Sync** - Seamless integration with GitHub Issues
|
|
51
|
+
- ✅ **GitHubProvider** - Complete GitHub REST API wrapper with 99% test coverage
|
|
52
|
+
- 🔄 **Issue Sync** - Push/pull issues with conflict detection and resolution
|
|
53
|
+
- 📦 **Epic Sync** - Sync epics as GitHub issues with task checkboxes
|
|
54
|
+
- 🎯 **84 Tests** - Comprehensive test coverage (45 + 39 tests)
|
|
55
|
+
- ⚡ **Rate Limiting** - Smart rate limiting with exponential backoff
|
|
56
|
+
- 🔀 **Conflict Resolution** - 5 strategies (local, remote, newest, manual, merge)
|
|
54
57
|
|
|
55
|
-
**New Commands:**
|
|
58
|
+
**New GitHub Sync Commands:**
|
|
56
59
|
|
|
57
60
|
```bash
|
|
58
|
-
#
|
|
61
|
+
# Issue Synchronization
|
|
62
|
+
autopm issue sync <number> # Bidirectional sync
|
|
63
|
+
autopm issue sync <number> --push # Push local → GitHub
|
|
64
|
+
autopm issue sync <number> --pull # Pull GitHub → local
|
|
65
|
+
autopm issue sync-status <number> # Check sync status
|
|
66
|
+
autopm issue sync-resolve <number> # Resolve conflicts
|
|
67
|
+
--strategy newest|local|remote
|
|
68
|
+
|
|
69
|
+
# What Gets Synced:
|
|
70
|
+
# - Issue title, description, status
|
|
71
|
+
# - Labels, assignees, milestones
|
|
72
|
+
# - Comments and updates
|
|
73
|
+
# - Task progress and completion
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
**Features:**
|
|
77
|
+
- **Smart Conflict Detection**: Timestamp-based with multiple resolution strategies
|
|
78
|
+
- **Sync Mapping**: Bidirectional tracking in `.claude/sync-map.json`
|
|
79
|
+
- **Epic Support**: Epics → GitHub issues with "epic" label, tasks → checkboxes
|
|
80
|
+
- **Rate Limiting**: Respects 5,000 req/hour limit with exponential backoff
|
|
81
|
+
- **Error Handling**: Comprehensive error messages and recovery
|
|
82
|
+
- **Real API Testing**: 17 integration tests with actual GitHub API
|
|
83
|
+
|
|
84
|
+
**Conflict Resolution UI:**
|
|
85
|
+
```bash
|
|
86
|
+
⚠️ Sync Conflict Detected!
|
|
87
|
+
|
|
88
|
+
Conflict Details:
|
|
89
|
+
Local newer: false
|
|
90
|
+
Remote newer: true
|
|
91
|
+
|
|
92
|
+
Resolution Options:
|
|
93
|
+
1. Use local: autopm issue sync-resolve 123 --strategy local
|
|
94
|
+
2. Use remote: autopm issue sync-resolve 123 --strategy remote
|
|
95
|
+
3. Use newest: autopm issue sync-resolve 123 --strategy newest
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
**Setup:**
|
|
99
|
+
```bash
|
|
100
|
+
# Configure GitHub credentials
|
|
101
|
+
export GITHUB_TOKEN=ghp_your_personal_access_token
|
|
102
|
+
export GITHUB_OWNER=your_username
|
|
103
|
+
export GITHUB_REPO=your_repository
|
|
104
|
+
|
|
105
|
+
# Verify connection
|
|
106
|
+
node test/integration/test-github-manual.js
|
|
107
|
+
|
|
108
|
+
# Start syncing!
|
|
109
|
+
autopm issue sync 123
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
**Documentation:**
|
|
113
|
+
- [GitHub Testing Guide](docs/GITHUB-TESTING-GUIDE.md) - Complete setup and testing
|
|
114
|
+
- [Phase 1 Summary](docs/PHASE1-GITHUB-INTEGRATION-SUMMARY.md) - Technical details
|
|
115
|
+
- [Phase 1 Complete](docs/PHASE1-COMPLETE.md) - Implementation summary
|
|
116
|
+
|
|
117
|
+
**What's Next:**
|
|
118
|
+
- Phase 2: Azure DevOps Integration (similar patterns)
|
|
119
|
+
- Webhooks for real-time updates
|
|
120
|
+
- Provider migration tools
|
|
121
|
+
|
|
122
|
+
---
|
|
123
|
+
|
|
124
|
+
### 🎉 **v2.7.0: 100% CLI Implementation Complete!**
|
|
125
|
+
|
|
126
|
+
**All 24 Planned Commands Implemented** - Complete CLI suite for project management
|
|
127
|
+
- ✅ **24/24 Commands** - Full roadmap delivered (Issue, Workflow, Context, Utility)
|
|
128
|
+
- 🎯 **168 Tests** - 91.4% average coverage, 100% function coverage
|
|
129
|
+
- 🎨 **Modern UX** - Progress spinners, color-coded output, intuitive commands
|
|
130
|
+
- ⚡ **TDD Methodology** - Test-driven development throughout
|
|
131
|
+
- 📚 **Context7 Best Practices** - 2025 industry standards applied
|
|
132
|
+
|
|
133
|
+
**Complete Command Suite:**
|
|
134
|
+
|
|
135
|
+
```bash
|
|
136
|
+
# Issue Management (6 commands)
|
|
137
|
+
autopm issue show <number> # Display issue details
|
|
138
|
+
autopm issue start <number> # Start working on issue
|
|
139
|
+
autopm issue close <number> # Close completed issue
|
|
140
|
+
autopm issue status <number> # Check issue status
|
|
141
|
+
autopm issue edit <number> # Edit issue in editor
|
|
142
|
+
autopm issue sync <number> # Sync with provider
|
|
143
|
+
|
|
144
|
+
# Workflow Commands (6 commands)
|
|
145
|
+
autopm pm next # Get next priority task
|
|
146
|
+
autopm pm what-next # AI-powered suggestions
|
|
147
|
+
autopm pm standup # Generate daily standup
|
|
148
|
+
autopm pm status # Project status overview
|
|
149
|
+
autopm pm in-progress # Show active tasks
|
|
150
|
+
autopm pm blocked # List blocked tasks
|
|
151
|
+
|
|
152
|
+
# Context Management (4 commands)
|
|
153
|
+
autopm context create <type> # Create context from template
|
|
154
|
+
autopm context prime # Generate project snapshot
|
|
155
|
+
autopm context update <type> # Update existing context
|
|
156
|
+
autopm context show [type] # Show or list contexts
|
|
157
|
+
|
|
158
|
+
# Project Utilities (6 commands)
|
|
159
|
+
autopm pm init # Initialize PM structure
|
|
160
|
+
autopm pm validate # Validate project (--fix for repair)
|
|
161
|
+
autopm pm sync # Sync with provider
|
|
162
|
+
autopm pm clean # Clean stale artifacts
|
|
163
|
+
autopm pm search <query> # Search entities (BM25)
|
|
164
|
+
autopm pm import <source> # Import from external sources
|
|
165
|
+
|
|
166
|
+
# PRD Management (legacy)
|
|
59
167
|
autopm prd parse my-prd --ai # AI-powered PRD parsing
|
|
60
|
-
autopm prd parse my-prd --stream # Real-time streaming output
|
|
61
168
|
autopm prd extract-epics my-prd # Extract epics from PRD
|
|
62
|
-
autopm prd summarize my-prd # Generate
|
|
63
|
-
autopm prd validate my-prd # Validate structure & quality
|
|
64
|
-
|
|
65
|
-
# Task Management
|
|
66
|
-
autopm task list epic-001 # Display all tasks from epic
|
|
67
|
-
autopm task prioritize epic-001 # AI-powered prioritization
|
|
68
|
-
|
|
69
|
-
# Agent Invocation
|
|
70
|
-
autopm agent list # Display available agents
|
|
71
|
-
autopm agent search "kubernetes" # Search agents by keyword
|
|
72
|
-
autopm agent invoke aws-architect "Design VPC" # Invoke agent with task
|
|
73
|
-
autopm agent invoke --stream agent-name "task" # Streaming invocation
|
|
169
|
+
autopm prd summarize my-prd # Generate summary
|
|
74
170
|
```
|
|
75
171
|
|
|
76
|
-
**
|
|
77
|
-
-
|
|
78
|
-
-
|
|
79
|
-
- 📡 Streaming support for real-time AI responses
|
|
80
|
-
- ❌ Comprehensive error handling with user-friendly messages
|
|
81
|
-
- 📋 Consistent patterns across all commands
|
|
82
|
-
|
|
83
|
-
**Technical Implementation:**
|
|
84
|
-
- Extended PRDService with 4 non-streaming methods
|
|
85
|
-
- All services support both streaming and non-streaming modes
|
|
86
|
-
- Proper separation of concerns (CLI → Service → Provider)
|
|
172
|
+
**Architecture:**
|
|
173
|
+
- 4 Service Layers: IssueService, WorkflowService, ContextService, UtilityService
|
|
174
|
+
- Separation of concerns (CLI → Service → Provider)
|
|
87
175
|
- Zero breaking changes to existing functionality
|
|
88
|
-
-
|
|
176
|
+
- Production-ready implementation
|
|
89
177
|
|
|
90
|
-
**
|
|
91
|
-
-
|
|
92
|
-
-
|
|
93
|
-
-
|
|
94
|
-
-
|
|
178
|
+
**Milestone Achievement:**
|
|
179
|
+
- Phase 1 (v2.5.0): Issue Commands - 6 commands, 54 tests
|
|
180
|
+
- Phase 2 (v2.6.0): Workflow Commands - 6 commands, 39 tests
|
|
181
|
+
- Phase 3 (v2.7.0): Context & Utility - 10 commands, 75 tests
|
|
182
|
+
- **Total: 24 commands, 168 tests, 91.4% coverage** 🎉
|
|
95
183
|
|
|
96
184
|
---
|
|
97
185
|
|
|
@@ -195,26 +283,154 @@ autopm template:list
|
|
|
195
283
|
- 🔗 **Dependency Tracking** - Validate task dependencies automatically
|
|
196
284
|
- 📊 **Progress Auto-update** - Epic progress updates on task completion
|
|
197
285
|
|
|
198
|
-
###
|
|
286
|
+
### 🎉 **NEW in v2.1.0: Plugin-PM Published to NPM!**
|
|
287
|
+
|
|
288
|
+
**Complete PM Workflow Plugin** - Now available on npm with 87 PM commands
|
|
289
|
+
- 📦 **@claudeautopm/plugin-pm@2.1.0** - Published and ready to use
|
|
290
|
+
- 🎯 **87 PM Commands** - Epic management, tasks, issues, Azure DevOps integration
|
|
291
|
+
- 📦 **208 KB Compressed** - Fast downloads, 890 KB unpacked
|
|
292
|
+
- ⚡ **Zero Dependencies** - Works standalone or with core framework
|
|
293
|
+
- 🔍 **Auto-Discovery** - Commands discovered automatically via plugin.json
|
|
199
294
|
|
|
200
|
-
|
|
295
|
+
**Available on NPM:**
|
|
296
|
+
|
|
297
|
+
```bash
|
|
298
|
+
# Install plugin-pm via npm
|
|
299
|
+
npm install @claudeautopm/plugin-pm@2.1.0
|
|
300
|
+
|
|
301
|
+
# Or install globally
|
|
302
|
+
npm install -g @claudeautopm/plugin-pm
|
|
303
|
+
```
|
|
201
304
|
|
|
202
|
-
|
|
203
|
-
-
|
|
204
|
-
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
305
|
+
**Package Links:**
|
|
306
|
+
- 📦 NPM: [https://www.npmjs.com/package/@claudeautopm/plugin-pm](https://www.npmjs.com/package/@claudeautopm/plugin-pm)
|
|
307
|
+
- 📖 GitHub: [https://github.com/rafeekpro/ClaudeAutoPM/tree/main/packages/plugin-pm](https://github.com/rafeekpro/ClaudeAutoPM/tree/main/packages/plugin-pm)
|
|
308
|
+
|
|
309
|
+
**What's Included:**
|
|
310
|
+
|
|
311
|
+
| Category | Commands | Description |
|
|
312
|
+
|----------|----------|-------------|
|
|
313
|
+
| **PM Commands** | 45 | Epic, issue, PRD, context, workflow management |
|
|
314
|
+
| **Azure DevOps** | 41 | Feature, task, user story, work item management |
|
|
315
|
+
| **GitHub** | 1 | Workflow creation and automation |
|
|
316
|
+
| **Total** | **87** | Complete PM workflow suite |
|
|
317
|
+
|
|
318
|
+
**Quick Start:**
|
|
319
|
+
|
|
320
|
+
```bash
|
|
321
|
+
# Install from npm
|
|
322
|
+
npm install @claudeautopm/plugin-pm@2.1.0
|
|
323
|
+
|
|
324
|
+
# Commands auto-discovered via plugin.json
|
|
325
|
+
# Use with ClaudeAutoPM CLI:
|
|
326
|
+
/pm:epic-decompose my-epic
|
|
327
|
+
/pm:task-sync
|
|
328
|
+
/azure:feature-new
|
|
329
|
+
/github:workflow-create
|
|
330
|
+
```
|
|
331
|
+
|
|
332
|
+
**Features:**
|
|
333
|
+
- Epic Management: Decompose, start, close, sync, split, merge
|
|
334
|
+
- Task Management: Create, update, sync, analyze
|
|
335
|
+
- Issue Management: Analyze, start, close, sync, edit
|
|
336
|
+
- Azure DevOps: Full integration with work items and sprints
|
|
337
|
+
- GitHub: Workflow automation
|
|
338
|
+
- PRD Management: Parse, status, create, edit
|
|
339
|
+
|
|
340
|
+
### 🎉 **v2.8.1: Plugin Architecture!**
|
|
341
|
+
|
|
342
|
+
**Modular Agent System** - Agents organized into installable plugins
|
|
343
|
+
- 📦 **7 Official Plugins** - 35 specialized agents in thematic packages
|
|
344
|
+
- 🔌 **npm Workspaces** - Monorepo architecture with scoped packages
|
|
345
|
+
- 🏗️ **Context7-Driven** - Built on best practices from unplugin & npm
|
|
346
|
+
- ⚡ **Install on Demand** - Only load the agents you need
|
|
347
|
+
- 🔍 **Smart Discovery** - Automatic plugin detection and validation
|
|
348
|
+
|
|
349
|
+
**Available Plugins:**
|
|
350
|
+
|
|
351
|
+
| Plugin | Status | Description |
|
|
352
|
+
|--------|--------|-------------|
|
|
353
|
+
| **@claudeautopm/plugin-pm** | ✅ **Published** | 87 PM commands (epics, tasks, Azure, GitHub) |
|
|
354
|
+
| **@claudeautopm/plugin-cloud** | 📦 Coming Soon | AWS, Azure, GCP, Terraform, Kubernetes |
|
|
355
|
+
| **@claudeautopm/plugin-devops** | 📦 Coming Soon | Docker, GitHub Actions, Azure DevOps, SSH |
|
|
356
|
+
| **@claudeautopm/plugin-frameworks** | 📦 Coming Soon | React, Vue, Tailwind CSS, UX Design |
|
|
357
|
+
| **@claudeautopm/plugin-databases** | 📦 Coming Soon | PostgreSQL, MongoDB, Redis, BigQuery |
|
|
358
|
+
| **@claudeautopm/plugin-languages** | 📦 Coming Soon | JavaScript, TypeScript, Python, Node.js, Bash |
|
|
359
|
+
| **@claudeautopm/plugin-data** | 📦 Coming Soon | Airflow, Kedro, LangGraph workflows |
|
|
360
|
+
| **@claudeautopm/plugin-testing** | 📦 Coming Soon | Frontend testing, E2E, accessibility |
|
|
361
|
+
|
|
362
|
+
**Quick Start:**
|
|
363
|
+
|
|
364
|
+
```bash
|
|
365
|
+
# Install published plugin
|
|
366
|
+
npm install @claudeautopm/plugin-pm
|
|
367
|
+
|
|
368
|
+
# Coming soon: Install other plugins
|
|
369
|
+
# npm install @claudeautopm/plugin-cloud
|
|
370
|
+
# npm install @claudeautopm/plugin-devops
|
|
371
|
+
|
|
372
|
+
# List available plugins
|
|
373
|
+
autopm plugin list
|
|
374
|
+
|
|
375
|
+
# Search for specific agents
|
|
376
|
+
autopm plugin search epic
|
|
377
|
+
|
|
378
|
+
# Get plugin info
|
|
379
|
+
autopm plugin info pm
|
|
380
|
+
```
|
|
381
|
+
|
|
382
|
+
**Architecture:**
|
|
383
|
+
- **PluginManager** - Context7-verified plugin system (unplugin patterns)
|
|
384
|
+
- **Factory Pattern** - Dynamic plugin instantiation
|
|
385
|
+
- **Event-Driven** - Hook system for extensibility
|
|
386
|
+
- **Version Compatibility** - Peer dependency validation (semver)
|
|
387
|
+
- **Persistent Registry** - Track installed/enabled state
|
|
388
|
+
|
|
389
|
+
📖 **[Plugin Architecture Guide](docs/PLUGIN-ARCHITECTURE.md)** - Complete documentation
|
|
390
|
+
|
|
391
|
+
### 🤖 **35 Specialized AI Agents** (Now in Plugins!)
|
|
392
|
+
|
|
393
|
+
Previously monolithic, now organized into installable plugins:
|
|
394
|
+
|
|
395
|
+
- **Core Agents** (4): agent-manager, code-analyzer, file-analyzer, test-runner
|
|
396
|
+
- **Cloud & Infrastructure** (8): AWS, Azure, GCP, Kubernetes, Terraform specialists
|
|
397
|
+
- **DevOps & CI/CD** (7): Docker, GitHub Actions, Azure DevOps, SSH, observability
|
|
398
|
+
- **Frontend & Frameworks** (6): React, Vue, Tailwind, UX design, E2E testing
|
|
399
|
+
- **Databases** (5): PostgreSQL, MongoDB, Redis, BigQuery, Cosmos DB
|
|
400
|
+
- **Programming Languages** (5): JavaScript, TypeScript, Python, Node.js, Bash
|
|
401
|
+
- **Data Engineering** (3): Airflow, Kedro, LangGraph workflow orchestration
|
|
402
|
+
|
|
403
|
+
**Migration:** Existing projects continue to work. New projects can use plugins for modular installation.
|
|
208
404
|
|
|
209
405
|
### 🔄 **Hybrid Execution Model**
|
|
210
406
|
|
|
211
|
-
|
|
407
|
+
ClaudeAutoPM provides two distinct interfaces optimized for different operations:
|
|
212
408
|
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
409
|
+
#### 🔧 CLI (`autopm`) - Non-AI Utilities
|
|
410
|
+
Fast, deterministic operations that don't require AI:
|
|
411
|
+
```bash
|
|
412
|
+
autopm install # Framework installation
|
|
413
|
+
autopm config set provider github # Configuration management
|
|
414
|
+
autopm team load fullstack # Load agent teams
|
|
415
|
+
autopm mcp enable context7 # Manage MCP servers
|
|
416
|
+
autopm epic status auth # View epic progress (read-only)
|
|
417
|
+
```
|
|
418
|
+
|
|
419
|
+
**When to use:** Setup, configuration, read-only utilities, CI/CD scripts
|
|
420
|
+
|
|
421
|
+
#### 🤖 Claude Code (`/pm:*`) - AI-Powered Operations
|
|
422
|
+
Intelligent operations leveraging Claude's AI:
|
|
423
|
+
```bash
|
|
424
|
+
/pm:prd-new user-auth # Create PRD with AI assistance
|
|
425
|
+
/pm:epic-decompose user-auth # Intelligent task breakdown
|
|
426
|
+
/pm:next # Smart task prioritization
|
|
427
|
+
/pm:standup # Generate progress summary
|
|
428
|
+
/pm:what-next # AI suggests next actions
|
|
429
|
+
```
|
|
430
|
+
|
|
431
|
+
**When to use:** Creation, modification, intelligent analysis, development workflow
|
|
432
|
+
|
|
433
|
+
📖 **[Full CLI vs Claude Code Guide](docs/CLI-vs-CLAUDE-CODE.md)**
|
|
218
434
|
|
|
219
435
|
### 🎭 **Dynamic Team Management**
|
|
220
436
|
|
|
@@ -297,6 +513,35 @@ claude --dangerously-skip-permissions .
|
|
|
297
513
|
|
|
298
514
|
### Your First Workflow
|
|
299
515
|
|
|
516
|
+
**Option A: Using New CLI Commands (v2.7.0+)**
|
|
517
|
+
```bash
|
|
518
|
+
# 1. Initialize project structure
|
|
519
|
+
autopm pm init
|
|
520
|
+
|
|
521
|
+
# 2. Create PRD (in Claude Code or manually)
|
|
522
|
+
/pm:prd-new "Build user authentication system"
|
|
523
|
+
|
|
524
|
+
# 3. Decompose into epic
|
|
525
|
+
/pm:epic-decompose prd-001-authentication.md
|
|
526
|
+
|
|
527
|
+
# 4. Check what to do next
|
|
528
|
+
autopm pm what-next
|
|
529
|
+
|
|
530
|
+
# 5. Start working on next task
|
|
531
|
+
autopm pm next
|
|
532
|
+
autopm issue start 123
|
|
533
|
+
|
|
534
|
+
# 6. Generate daily standup
|
|
535
|
+
autopm pm standup
|
|
536
|
+
|
|
537
|
+
# 7. Complete and close issue
|
|
538
|
+
autopm issue close 123
|
|
539
|
+
|
|
540
|
+
# 8. Sync with provider
|
|
541
|
+
autopm pm sync
|
|
542
|
+
```
|
|
543
|
+
|
|
544
|
+
**Option B: Classic Claude Code Workflow**
|
|
300
545
|
```bash
|
|
301
546
|
# 1. Create a PRD (in Claude Code)
|
|
302
547
|
/pm:prd-new "Build user authentication system"
|
|
@@ -325,6 +570,7 @@ claude --dangerously-skip-permissions .
|
|
|
325
570
|
|
|
326
571
|
### Core Concepts
|
|
327
572
|
- [Architecture Overview](docs/core-concepts/architecture.md)
|
|
573
|
+
- [CLI vs Claude Code](docs/CLI-vs-CLAUDE-CODE.md) ⭐ **Essential reading**
|
|
328
574
|
- [Hybrid Execution](docs/core-concepts/hybrid-execution.md)
|
|
329
575
|
- [Agent System](docs/core-concepts/agent-system.md)
|
|
330
576
|
- [Team Management](docs/core-concepts/team-management.md)
|
|
@@ -457,8 +703,13 @@ claude --dangerously-skip-permissions .
|
|
|
457
703
|
|
|
458
704
|
## 📦 What's Included
|
|
459
705
|
|
|
460
|
-
### CLI Commands (
|
|
461
|
-
- **Project Management**:
|
|
706
|
+
### CLI Commands (136+ total)
|
|
707
|
+
- **Project Management**: 24 complete PM commands (Issue, Workflow, Context, Utility) ✨ NEW in v2.7.0
|
|
708
|
+
- Issue Management (6): show, start, close, status, edit, sync
|
|
709
|
+
- Workflow (6): next, what-next, standup, status, in-progress, blocked
|
|
710
|
+
- Context (4): create, prime, update, show
|
|
711
|
+
- Utilities (6): init, validate, sync, clean, search, import
|
|
712
|
+
- **PRD & Epic**: PRD parsing, epic decomposition, task management
|
|
462
713
|
- **Development**: Scaffolding, testing, deployment
|
|
463
714
|
- **Configuration**: Provider setup, team management, MCP servers
|
|
464
715
|
- **DevOps**: Docker, Kubernetes, CI/CD automation
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
# ============================================
|
|
2
|
+
# MCP (Model Context Protocol) Configuration
|
|
3
|
+
# ============================================
|
|
4
|
+
|
|
5
|
+
# Context7 MCP Server Configuration
|
|
6
|
+
# ------------------------------------------
|
|
7
|
+
# Get your API key from https://context7.com/account
|
|
8
|
+
CONTEXT7_API_KEY=your-context7-api-key-here
|
|
9
|
+
|
|
10
|
+
# MCP endpoint URL (default: mcp.context7.com/mcp)
|
|
11
|
+
CONTEXT7_MCP_URL=mcp.context7.com/mcp
|
|
12
|
+
|
|
13
|
+
# Context7 API URL (default: context7.com/api/v1)
|
|
14
|
+
CONTEXT7_API_URL=context7.com/api/v1
|
|
15
|
+
|
|
16
|
+
# Your Context7 workspace ID or name
|
|
17
|
+
CONTEXT7_WORKSPACE=your-workspace-id-or-name
|
|
18
|
+
|
|
19
|
+
# Context mode: documentation or codebase
|
|
20
|
+
# documentation = for accessing docs, codebase = for code context
|
|
21
|
+
CONTEXT7_MODE=documentation
|
|
22
|
+
|
|
23
|
+
# Cache TTL in seconds (optional, default: 3600)
|
|
24
|
+
CONTEXT7_CACHE_TTL=3600
|
|
25
|
+
|
|
26
|
+
# ============================================
|
|
27
|
+
# GitHub MCP Server Configuration
|
|
28
|
+
# ============================================
|
|
29
|
+
|
|
30
|
+
# GitHub Personal Access Token
|
|
31
|
+
# Create at: https://github.com/settings/tokens
|
|
32
|
+
# Required scopes: repo, workflow, read:org
|
|
33
|
+
GITHUB_TOKEN=your-github-personal-access-token
|
|
34
|
+
|
|
35
|
+
# GitHub API URL (default for public GitHub)
|
|
36
|
+
GITHUB_API_URL=https://api.github.com
|
|
37
|
+
|
|
38
|
+
# ============================================
|
|
39
|
+
# Playwright MCP Server Configuration
|
|
40
|
+
# ============================================
|
|
41
|
+
|
|
42
|
+
# Browser to use for Playwright tests (chromium, firefox, webkit)
|
|
43
|
+
PLAYWRIGHT_BROWSER=chromium
|
|
44
|
+
|
|
45
|
+
# Run browser in headless mode (true/false)
|
|
46
|
+
PLAYWRIGHT_HEADLESS=true
|
|
47
|
+
|
|
48
|
+
# ============================================
|
|
49
|
+
# Azure DevOps Configuration (Optional)
|
|
50
|
+
# ============================================
|
|
51
|
+
|
|
52
|
+
# Azure DevOps Personal Access Token
|
|
53
|
+
# Create at: https://dev.azure.com/{yourorganization}/_usersSettings/tokens
|
|
54
|
+
AZURE_DEVOPS_PAT=your-azure-devops-pat
|
|
55
|
+
|
|
56
|
+
# Azure DevOps Organization
|
|
57
|
+
AZURE_DEVOPS_ORG=your-organization
|
|
58
|
+
|
|
59
|
+
# Azure DevOps Project
|
|
60
|
+
AZURE_DEVOPS_PROJECT=your-project
|
|
61
|
+
|
|
62
|
+
# Azure DevOps API URL (optional, for Azure DevOps Server)
|
|
63
|
+
# AZURE_DEVOPS_API_URL=https://dev.azure.com
|
|
64
|
+
|
|
65
|
+
# ============================================
|
|
66
|
+
# Cloud Provider Credentials (Optional)
|
|
67
|
+
# ============================================
|
|
68
|
+
|
|
69
|
+
# AWS Configuration
|
|
70
|
+
# ------------------------------------------
|
|
71
|
+
AWS_ACCESS_KEY_ID=your-aws-access-key
|
|
72
|
+
AWS_SECRET_ACCESS_KEY=your-aws-secret-key
|
|
73
|
+
AWS_DEFAULT_REGION=us-east-1
|
|
74
|
+
# Optional: AWS profile to use
|
|
75
|
+
# AWS_PROFILE=default
|
|
76
|
+
|
|
77
|
+
# Azure Cloud Configuration
|
|
78
|
+
# ------------------------------------------
|
|
79
|
+
AZURE_SUBSCRIPTION_ID=your-azure-subscription-id
|
|
80
|
+
AZURE_TENANT_ID=your-azure-tenant-id
|
|
81
|
+
AZURE_CLIENT_ID=your-azure-client-id
|
|
82
|
+
AZURE_CLIENT_SECRET=your-azure-client-secret
|
|
83
|
+
# Optional: Azure Cloud environment (AzureCloud, AzureChinaCloud, AzureUSGovernment, AzureGermanCloud)
|
|
84
|
+
# AZURE_CLOUD_ENVIRONMENT=AzureCloud
|
|
85
|
+
|
|
86
|
+
# Google Cloud Platform Configuration
|
|
87
|
+
# ------------------------------------------
|
|
88
|
+
GCP_PROJECT_ID=your-gcp-project-id
|
|
89
|
+
# Path to service account key JSON file
|
|
90
|
+
GCP_SERVICE_ACCOUNT_KEY=path/to/service-account-key.json
|
|
91
|
+
# Optional: GCP region
|
|
92
|
+
# GCP_REGION=us-central1
|
|
93
|
+
|
|
94
|
+
# ============================================
|
|
95
|
+
# AI Provider API Keys (Optional)
|
|
96
|
+
# ============================================
|
|
97
|
+
|
|
98
|
+
# OpenAI Configuration
|
|
99
|
+
# ------------------------------------------
|
|
100
|
+
OPENAI_API_KEY=your-openai-api-key
|
|
101
|
+
# Optional: OpenAI organization ID
|
|
102
|
+
# OPENAI_ORG_ID=your-org-id
|
|
103
|
+
# Optional: API base URL for custom endpoints
|
|
104
|
+
# OPENAI_API_BASE=https://api.openai.com/v1
|
|
105
|
+
|
|
106
|
+
# Google Gemini Configuration
|
|
107
|
+
# ------------------------------------------
|
|
108
|
+
GEMINI_API_KEY=your-gemini-api-key
|
|
109
|
+
# Optional: Gemini model to use
|
|
110
|
+
# GEMINI_MODEL=gemini-pro
|
|
111
|
+
|
|
112
|
+
# ============================================
|
|
113
|
+
# Additional MCP Servers (Optional)
|
|
114
|
+
# ============================================
|
|
115
|
+
|
|
116
|
+
# Database MCP Server
|
|
117
|
+
# ------------------------------------------
|
|
118
|
+
# DATABASE_MCP_URL=your-database-mcp-url
|
|
119
|
+
# DATABASE_MCP_TOKEN=your-database-token
|
|
120
|
+
|
|
121
|
+
# Custom MCP Server
|
|
122
|
+
# ------------------------------------------
|
|
123
|
+
# CUSTOM_MCP_URL=your-custom-mcp-url
|
|
124
|
+
# CUSTOM_MCP_API_KEY=your-custom-api-key
|
|
125
|
+
|
|
126
|
+
# ============================================
|
|
127
|
+
# MCP Context Pool Settings
|
|
128
|
+
# ============================================
|
|
129
|
+
|
|
130
|
+
# Maximum context pool size for shared contexts
|
|
131
|
+
MCP_CONTEXT_POOL_MAX_SIZE=100MB
|
|
132
|
+
|
|
133
|
+
# Context retention period (e.g., 7d, 24h, 1w)
|
|
134
|
+
MCP_CONTEXT_RETENTION=7d
|
|
135
|
+
|
|
136
|
+
# Context refresh interval (daily, hourly, on-change)
|
|
137
|
+
MCP_CONTEXT_REFRESH=daily
|
|
138
|
+
|
|
139
|
+
# ============================================
|
|
140
|
+
# Development & Testing
|
|
141
|
+
# ============================================
|
|
142
|
+
|
|
143
|
+
# Enable MCP debug logging (true/false)
|
|
144
|
+
MCP_DEBUG=false
|
|
145
|
+
|
|
146
|
+
# MCP log level (error, warn, info, debug, trace)
|
|
147
|
+
MCP_LOG_LEVEL=info
|
|
148
|
+
|
|
149
|
+
# ============================================
|
|
150
|
+
# IMPORTANT SECURITY NOTES
|
|
151
|
+
# ============================================
|
|
152
|
+
# 1. NEVER commit this file to version control
|
|
153
|
+
# 2. This file is already in .gitignore
|
|
154
|
+
# 3. Keep this file secure with proper permissions
|
|
155
|
+
# 4. Rotate API keys regularly
|
|
156
|
+
# 5. Use environment-specific .env files for different environments
|
|
157
|
+
# 6. Consider using a secrets management service for production
|
|
158
|
+
# ============================================
|
package/bin/autopm.js
CHANGED
|
@@ -180,6 +180,8 @@ function main() {
|
|
|
180
180
|
.command(require('./commands/config'))
|
|
181
181
|
// MCP management command
|
|
182
182
|
.command(require('./commands/mcp'))
|
|
183
|
+
// Plugin management command
|
|
184
|
+
.command(require('./commands/plugin'))
|
|
183
185
|
// Epic management command (STANDALONE)
|
|
184
186
|
.command(require('../lib/cli/commands/epic'))
|
|
185
187
|
// Issue management command (STANDALONE)
|
|
@@ -321,8 +323,15 @@ function main() {
|
|
|
321
323
|
autopm team load <name> # Load specific team (frontend/backend/fullstack/devops)
|
|
322
324
|
autopm team current # Check currently active team
|
|
323
325
|
|
|
324
|
-
|
|
325
|
-
|
|
326
|
+
📊 Epic Status (Read-Only Utilities):
|
|
327
|
+
autopm epic list # List all available epics
|
|
328
|
+
autopm epic status <name> # Show epic progress and metrics
|
|
329
|
+
autopm epic breakdown <name> # Show detailed task breakdown
|
|
330
|
+
|
|
331
|
+
💡 Note: To CREATE or MODIFY epics, use Claude Code /pm:* commands
|
|
332
|
+
|
|
333
|
+
💡 Claude Code PM Commands (AI-Powered):
|
|
334
|
+
/pm:what-next # ⭐ Smart suggestions for what to do next
|
|
326
335
|
/pm:status # Project overview and health
|
|
327
336
|
/pm:prd-new <name> # Create new PRD
|
|
328
337
|
/pm:epic-decompose <name> # Break PRD into tasks
|
package/bin/commands/epic.js
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Epic Command for autopm CLI
|
|
3
|
-
*
|
|
3
|
+
* Read-only utility for viewing epic status and breakdown
|
|
4
|
+
*
|
|
5
|
+
* NOTE: This is a READ-ONLY utility command for viewing epics.
|
|
6
|
+
* To CREATE or MODIFY epics, use Claude Code commands:
|
|
7
|
+
* /pm:prd-new <name> - Create new PRD
|
|
8
|
+
* /pm:epic-decompose <name> - Decompose PRD into epic
|
|
9
|
+
* /pm:epic-sync <name> - Sync epic with provider
|
|
10
|
+
* /pm:epic-edit <name> - Edit existing epic
|
|
11
|
+
*
|
|
12
|
+
* This CLI command is for quick status checks outside of Claude Code.
|
|
4
13
|
*/
|
|
5
14
|
|
|
6
15
|
const path = require('path');
|
|
@@ -9,7 +18,7 @@ const fs = require('fs');
|
|
|
9
18
|
|
|
10
19
|
module.exports = {
|
|
11
20
|
command: 'epic <action> [name]',
|
|
12
|
-
describe: '
|
|
21
|
+
describe: 'View epic status and breakdown (read-only utility)',
|
|
13
22
|
|
|
14
23
|
builder: (yargs) => {
|
|
15
24
|
return yargs
|
|
@@ -30,7 +39,18 @@ module.exports = {
|
|
|
30
39
|
})
|
|
31
40
|
.example('autopm epic list', 'List all available epics')
|
|
32
41
|
.example('autopm epic status fullstack', 'Show status of fullstack epic')
|
|
33
|
-
.example('autopm epic breakdown fullstack', 'Show detailed task breakdown')
|
|
42
|
+
.example('autopm epic breakdown fullstack', 'Show detailed task breakdown')
|
|
43
|
+
.epilogue(`
|
|
44
|
+
📝 Note: This is a READ-ONLY command for viewing epics.
|
|
45
|
+
|
|
46
|
+
To create or modify epics, use Claude Code:
|
|
47
|
+
/pm:prd-new <name> - Create new PRD
|
|
48
|
+
/pm:epic-decompose <name> - Decompose PRD into epic
|
|
49
|
+
/pm:epic-sync <name> - Sync epic with provider
|
|
50
|
+
/pm:epic-edit <name> - Edit existing epic
|
|
51
|
+
|
|
52
|
+
Use this CLI command for quick status checks outside Claude Code.
|
|
53
|
+
`);
|
|
34
54
|
},
|
|
35
55
|
|
|
36
56
|
handler: async (argv) => {
|