test(clone-app): smoke coverage for design + Unity scripts and rubrics
This commit is contained in:
parent
31888303e2
commit
b4072218fd
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue