Skip to content

Commit 1c70e1f

Browse files
hyperpolymathclaude
andcommitted
chore: fix stale absolute-path references (estate move 2026-04-17)
Four repos moved under ecosystem subdirs in earlier sessions but their absolute-path references in docs/configs/scripts were never swept forward. Fixed in this pass: /var/mnt/eclipse/repos/hypatia/ -> /var/mnt/eclipse/repos/verification-ecosystem/hypatia/ /var/mnt/eclipse/repos/echidna/ -> /var/mnt/eclipse/repos/verification-ecosystem/echidna/ /var/mnt/eclipse/repos/ephapax/ -> /var/mnt/eclipse/repos/developer-ecosystem/nextgen-languages/ephapax/ /var/mnt/eclipse/repos/panic-attacker/ -> /var/mnt/eclipse/repos/games-ecosystem/panic-attacker/ This repo had 1 such file(s) affected. Each staged file's diff contains ONLY the four substitutions above; files with any non-substitution change were left alone. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent ef91103 commit 1c70e1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TEST-NEEDS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
- Key findings: 4 placeholder patterns at lines 910, 2213, 2334, 2644. Severity: 0.80 each. CII: 0.800.
5353

5454
**3. panic-attacker lib.rs (Rust library)**
55-
- Command: `vex-lazy-eliminator check /var/mnt/eclipse/repos/panic-attacker/src/lib.rs`
55+
- Command: `vex-lazy-eliminator check /var/mnt/eclipse/repos/games-ecosystem/panic-attacker/src/lib.rs`
5656
- Key findings: No incompleteness detected (CII: 0.0). Clean library exports.
5757

5858
**4. panic-attacker main.rs (Rust binary)**
59-
- Command: `vex-lazy-eliminator check /var/mnt/eclipse/repos/panic-attacker/src/main.rs`
59+
- Command: `vex-lazy-eliminator check /var/mnt/eclipse/repos/games-ecosystem/panic-attacker/src/main.rs`
6060
- Key findings: 4 placeholder patterns at lines 1928, 1954, 2054, 2056. Severity: 0.80. Large CLI entry point with some TODO-like placeholders.
6161

6262
**5. boj-server cartridge-minter (Rust tool)**

0 commit comments

Comments
 (0)