Skip to content

Commit 0510641

Browse files
dadachiclaude
andauthored
chore(release): 0.2.1 (#97)
Validation-harness stability — Stage 1/2 capture and iOS Stage 2 reliability. Internal to the agent's `NATIVEAPPTEMPLATE_VISUAL` validation; no CLI flags or generated-output changes since 0.2.0. Since 0.2.0: - fix: clean-install the app before launch (clears stale per-run state) (#91) - fix: settle the screen before judging — stability poll vs blind sleep (#92) - fix: retry the capture+judge on a transient render-quality fail (#93) - chore: target iPhone 17 Pro simulator instead of iPhone 17 (#94) - fix: Stage 2 foregrounds the app + dismisses the post-sign-in Keychain dialog (#95) - fix: recover from the intermittent iOS launch error + dismiss the paid org modal (#96) Outcome: paid VISUAL=2 now runs fully green (Layer 3 2/2 — iOS Stage 2 46/46, Android 48/48), validated end-to-end on a real sim/emulator. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent cc00c19 commit 0510641

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativeapptemplate-agent",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A Claude Code agent that turns a natural-language SaaS spec into a working three-platform implementation (Rails API + SwiftUI iOS + Jetpack Compose Android).",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)