From c8e5bb08a43d86c54d37dc803d811aa994f2dd2e Mon Sep 17 00:00:00 2001 From: "fatih.bulut" Date: Sun, 21 Jun 2026 17:24:03 +0300 Subject: [PATCH] test(clone-app): register re-digest-contract in smoke structure check --- plugins/clone-app/tests/smoke-structure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/clone-app/tests/smoke-structure.sh b/plugins/clone-app/tests/smoke-structure.sh index c6f7462..266dafb 100755 --- a/plugins/clone-app/tests/smoke-structure.sh +++ b/plugins/clone-app/tests/smoke-structure.sh @@ -16,7 +16,7 @@ done for s in scrape-play-store.py check-appstore.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; do +for r in stack-recommendation-guide effort-estimation-guide infra-cost-guide report-template re-digest-contract; do must_exist "$P/skills/clone-app/references/$r.md" done