wip: [01-stabilize] paused at task 1/1 - OCR Hallucination Immune logic via Semantic delta window and fret-isolation
This commit is contained in:
17
.agent/knowledge/everything_claude/install.sh
Normal file
17
.agent/knowledge/everything_claude/install.sh
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/usr/bin/env bash
|
||||
# install.sh — Legacy shell entrypoint for the ECC installer.
|
||||
#
|
||||
# This wrapper resolves the real repo/package root when invoked through a
|
||||
# symlinked npm bin, then delegates to the Node-based installer runtime.
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_PATH="$0"
|
||||
while [ -L "$SCRIPT_PATH" ]; do
|
||||
link_dir="$(cd "$(dirname "$SCRIPT_PATH")" && pwd)"
|
||||
SCRIPT_PATH="$(readlink "$SCRIPT_PATH")"
|
||||
[[ "$SCRIPT_PATH" != /* ]] && SCRIPT_PATH="$link_dir/$SCRIPT_PATH"
|
||||
done
|
||||
SCRIPT_DIR="$(cd "$(dirname "$SCRIPT_PATH")" && pwd)"
|
||||
|
||||
exec node "$SCRIPT_DIR/scripts/install-apply.js" "$@"
|
||||
Reference in New Issue
Block a user