Skip to content

Commit fca1d69

Browse files
committed
test-rule skill: use thin datastreams when building a data stream for this case
1 parent 5b997a9 commit fca1d69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.claude/skills/test-rule/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Store the mapping of product → VM name for Phase 5.
110110
- Ask user: "Datastream for <product> is missing/outdated. Build it now?"
111111

112112
```bash
113-
./build_product --datastream-only <product>
113+
./build_product --rule-id $ARGUMENTS <product>
114114
```
115115

116116
4. **Verify VMs are available and running** (CRITICAL — Automatus requires the VM to be running):
@@ -308,7 +308,7 @@ Based on results:
308308
```
309309
Error: build/ssg-<product>-ds.xml not found
310310
```
311-
- Build with: `./build_product --datastream-only <product>`
311+
- Build with: `./build_product --rule-id $ARGUMENTS <product>`
312312
313313
3. **Permission denied**:
314314
- If using `qemu:///system`, may need sudo

0 commit comments

Comments
 (0)