@polka-codes/cli 0.9.85 → 0.9.86

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 (3) hide show
  1. package/README.md +0 -15
  2. package/dist/index.js +324 -1499
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -66,21 +66,6 @@ polka plan --plan-file auth-plan.md "Update auth system"
66
66
  - Saves to markdown files for review
67
67
  - Can update existing plans
68
68
 
69
- #### `epic`
70
-
71
- Orchestrate a large feature or epic, breaking it down into smaller tasks and executing them sequentially.
72
-
73
- ```bash
74
- polka epic "Build a complete e-commerce platform"
75
- polka epic --no-review "Quick prototype" # Skip review step
76
- ```
77
-
78
- **Features:**
79
- - Breaks large features into manageable tasks
80
- - Maintains context across tasks
81
- - Persistent todo list
82
- - Optional review step
83
-
84
69
  #### `fix`
85
70
 
86
71
  Automatically fix failing tests or commands by running them and letting AI fix errors.