新增 seed_lake_example.sh 并在 init_after_clone 中调用;更新 README/CLAUDE/DEPLOY 使接手人 clone 后即可走通送标样例流程。 Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
191 B
Bash
Executable File
6 lines
191 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# 兼容入口:请优先使用 scripts/seed_lake_example.sh
|
|
set -euo pipefail
|
|
ROOT="$(cd "$(dirname "$0")/../.." && pwd)"
|
|
exec bash "$ROOT/scripts/seed_lake_example.sh"
|