Commit 3ce4f39
Gitignore failed_uuids.txt, restore AND semantics for --only labels
- Add /tests/failed_uuids.txt to .gitignore so local test failures
don't pollute git status
- Detect whether --only tokens are UUIDs (8-char hex) or trace labels:
UUIDs use OR (any match), labels use AND (all must match). This
preserves the documented behavior of --only 2D Bubbles while
supporting the CI retry path --only UUID1 UUID2.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2299e58 commit 3ce4f39
2 files changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
74 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
75 | 82 | | |
76 | 83 | | |
77 | 84 | | |
| |||
0 commit comments