rafcode 1.1.0 → 1.1.1

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 (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -48,7 +48,6 @@ That's it! RAF will guide you through breaking down your task and then execute i
48
48
 
49
49
  - **Interactive Planning**: Claude interviews you to break down complex tasks into 3-8 distinct tasks
50
50
  - **Automated Execution**: Execute plans with retry logic and progress tracking
51
- - **Resume Support**: Continue from where you left off after interruption
52
51
  - **Git Integration**: Automatic commits after each completed task
53
52
  - **Task Dependencies**: Tasks can depend on other tasks, with automatic blocking on failure
54
53
 
@@ -88,7 +87,6 @@ raf status 3 # Show details for project #3
88
87
 
89
88
  ```
90
89
  ○ pending - task not yet started
91
- ● running - task currently executing
92
90
  ✓ completed - task finished successfully
93
91
  ✗ failed - task failed
94
92
  ⊘ blocked - task blocked by failed dependency
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rafcode",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Automated Task Planning & Execution with Claude Code",
5
5
  "type": "module",
6
6
  "bin": {