Skip to content

Commit 0fd4634

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 cd6f265 commit 0fd4634

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/script_manager/toolchain_linker.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defmodule ScriptManager.ToolchainLinker do
1010
},
1111
%{
1212
name: "ephapax",
13-
source: "/var/mnt/eclipse/repos/ephapax/target/debug/ephapax"
13+
source: "/var/mnt/eclipse/repos/developer-ecosystem/nextgen-languages/ephapax/target/debug/ephapax"
1414
}
1515
]
1616

0 commit comments

Comments
 (0)