We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b997a9 commit fca1d69Copy full SHA for fca1d69
1 file changed
.claude/skills/test-rule/SKILL.md
@@ -110,7 +110,7 @@ Store the mapping of product → VM name for Phase 5.
110
- Ask user: "Datastream for <product> is missing/outdated. Build it now?"
111
112
```bash
113
- ./build_product --datastream-only <product>
+ ./build_product --rule-id $ARGUMENTS <product>
114
```
115
116
4. **Verify VMs are available and running** (CRITICAL — Automatus requires the VM to be running):
@@ -308,7 +308,7 @@ Based on results:
308
309
Error: build/ssg-<product>-ds.xml not found
310
311
- - Build with: `./build_product --datastream-only <product>`
+ - Build with: `./build_product --rule-id $ARGUMENTS <product>`
312
313
3. **Permission denied**:
314
- If using `qemu:///system`, may need sudo
0 commit comments