Skip to content

Commit 729f4f9

Browse files
ederignclaude
andcommitted
Clean scorer directory before each review to prevent stale results
Add rm -rf before mkdir -p for /tmp/strat-assess/review/ in Step 4. In CI, reviews run sequentially in the same job, so result files from prior reviews (e.g., RHAISTRAT-1799) persist and get picked up by parse_results.py when scoring the next strategy (e.g., RHAISTRAT-1803). Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Eder Ignatowicz <ignatowicz@gmail.com>
1 parent 7537545 commit 729f4f9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.claude/skills/strategy-review/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,10 @@ Launch a strat-scorer agent to produce numeric scores for the strategy. The asse
7979

8080
Resolve the plugin root: the bootstrap script clones it to `.context/assess-strat/`. Use this path as `{PLUGIN_ROOT}`.
8181

82-
Create the run directory:
82+
Create a clean run directory (removes stale result files from prior reviews in the same CI job):
8383

8484
```bash
85+
rm -rf /tmp/strat-assess/review
8586
mkdir -p /tmp/strat-assess/review
8687
```
8788

0 commit comments

Comments
 (0)