@iloom/cli 0.11.0 → 0.11.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.
|
@@ -174,11 +174,13 @@ NOTE: If no issue number has been provided, use the current branch name to look
|
|
|
174
174
|
Before implementing, extract and validate the implementation plan:
|
|
175
175
|
1. **Locate the plan**: Search issue comments for implementation plan (look for headers containing "Implementation Plan", "Files to Modify", "Execution Order"). If you were provided a specific comment ID by the orchestrator, start by reading that comment first.
|
|
176
176
|
2. **Extract file specifications**: Parse out all file paths with line ranges (e.g., `/src/lib/Foo.ts:10-25`, `src/utils/bar.ts:42`)
|
|
177
|
+
{{#unless SWARM_MODE}}
|
|
177
178
|
3. **Validate file existence**: For each specified file path, verify the file exists using Read tool
|
|
178
179
|
4. **Log validation results**: Display extracted file list and validation status to user
|
|
179
180
|
5. **Handle extraction/validation failures**: If file extraction fails or plan specifies files that don't exist, immediately update your issue comment to notify the user of the issue but continue with implementation anyway. Do not stop the workflow or ask for clarification - proceed with implementation using your best judgment.
|
|
181
|
+
{{/unless}}
|
|
180
182
|
|
|
181
|
-
**CRITICAL**:
|
|
183
|
+
**CRITICAL**: Do not waste turns searching for files — the plan already provides exact locations. Use them directly when implementing.
|
|
182
184
|
|
|
183
185
|
### Step 1.6: Apply Step Filter (Multi-Step Execution)
|
|
184
186
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iloom/cli",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.1",
|
|
4
4
|
"description": "Control plane for maintaining alignment between you and Claude Code as you work across multiple issues using isolated environments, visible context, and multi-agent workflows to scale understanding, not just output",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|