Spaces:
Running
Running
fix(tests): un-register orphan def-pre-position-mobile-reserve
Browse filesThe Wave-5 agent for this pack crashed before its YAML hit git, but a
sibling agent registered it in UPGRADED based on the in-flight
worktree. Removed the orphan entry so test_hard_has_multiple_seed
_driven_spawn_points / test_curated_hard_still_compiles_and_runs /
test_every_active_pack_is_classified stop trying to load a missing
file. Pack will be re-spawned in a follow-up wave.
- tests/test_hard_tier.py +4 -10
tests/test_hard_tier.py
CHANGED
|
@@ -217,16 +217,10 @@ UPGRADED = [
|
|
| 217 |
# (enemy actors don't honour spawn_point — CLAUDE.md) so a memorised
|
| 218 |
# base layout cannot generalise.
|
| 219 |
"lh-defense-tech-second-base",
|
| 220 |
-
#
|
| 221 |
-
#
|
| 222 |
-
# agent
|
| 223 |
-
#
|
| 224 |
-
# both remain equidistant from N/S flanks; THREE simultaneous
|
| 225 |
-
# rush bands (N/S/E) always place (enemy actors don't honour
|
| 226 |
-
# spawn_point — CLAUDE.md), so a single committed-flank policy
|
| 227 |
-
# cannot generalise and the centre-then-react doctrine is the
|
| 228 |
-
# only winning play.
|
| 229 |
-
"def-pre-position-mobile-reserve",
|
| 230 |
# Wave-5 Group C reasoning pack — ERQA spatial commit / MicroRTS
|
| 231 |
# terrain-aware defence / military pre-positioned defence /
|
| 232 |
# intel-driven facility hardening anchor. The model is TOLD where
|
|
|
|
| 217 |
# (enemy actors don't honour spawn_point — CLAUDE.md) so a memorised
|
| 218 |
# base layout cannot generalise.
|
| 219 |
"lh-defense-tech-second-base",
|
| 220 |
+
# NOTE: "def-pre-position-mobile-reserve" — Wave-5 agent crashed
|
| 221 |
+
# before its YAML hit git; the entry below was registered by a
|
| 222 |
+
# sibling agent who saw the in-flight worktree. Removed from
|
| 223 |
+
# UPGRADED until a re-spawn agent produces the pack.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 224 |
# Wave-5 Group C reasoning pack — ERQA spatial commit / MicroRTS
|
| 225 |
# terrain-aware defence / military pre-positioned defence /
|
| 226 |
# intel-driven facility hardening anchor. The model is TOLD where
|