claude-autopm 2.3.0 → 2.5.0

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/bin/autopm.js CHANGED
@@ -180,8 +180,10 @@ function main() {
180
180
  .command(require('./commands/config'))
181
181
  // MCP management command
182
182
  .command(require('./commands/mcp'))
183
- // Epic management command
184
- .command(require('./commands/epic'))
183
+ // Epic management command (STANDALONE)
184
+ .command(require('../lib/cli/commands/epic'))
185
+ // Issue management command (STANDALONE)
186
+ .command(require('../lib/cli/commands/issue'))
185
187
  // PRD management command (STANDALONE)
186
188
  .command(require('../lib/cli/commands/prd'))
187
189
  // Task management command (STANDALONE)