Files
HSAP/lake/lake_example/copy_to_inbox.sh
Chengfang Lu 2d450715ff docs: 部署交接文档、lake_example 自动植入与 CLAUDE 快速部署指南
新增 seed_lake_example.sh 并在 init_after_clone 中调用;更新 README/CLAUDE/DEPLOY
使接手人 clone 后即可走通送标样例流程。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-16 17:36:37 +08:00

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"