test(clone-app): smoke coverage for design + Unity scripts and rubrics

This commit is contained in:
fatih.bulut 2026-06-25 02:23:20 +03:00
parent 31888303e2
commit b4072218fd
1 changed files with 3 additions and 3 deletions

View File

@ -10,13 +10,13 @@ must_exist "$P/.claude-plugin/plugin.json"
must_exist "$P/skills/clone-app/SKILL.md"
must_exist "$P/commands/clone-app.md"
must_exist "$P/README.md"
for s in extract-package.sh download-apk.sh resolve-re-scripts.sh; do
for s in extract-package.sh download-apk.sh resolve-re-scripts.sh detect-unity.sh il2cpp-dump.sh unity-assets.sh; do
must_exist "$P/skills/clone-app/scripts/$s"; must_exec "$P/skills/clone-app/scripts/$s"
done
for s in scrape-play-store.py check-appstore.py; do
for s in scrape-play-store.py check-appstore.py extract-design.py; do
must_exist "$P/skills/clone-app/scripts/$s"
done
for r in stack-recommendation-guide effort-estimation-guide infra-cost-guide report-template re-digest-contract; do
for r in stack-recommendation-guide effort-estimation-guide infra-cost-guide report-template re-digest-contract design-capture-guide unity-re-guide clone-build-spec-template; do
must_exist "$P/skills/clone-app/references/$r.md"
done