Skip to content

docs(README): correct step 5 to build/boot checks, not test suites#117

Merged
dadachi merged 1 commit into
mainfrom
docs/fix-build-green-step
Jun 12, 2026
Merged

docs(README): correct step 5 to build/boot checks, not test suites#117
dadachi merged 1 commit into
mainfrom
docs/fix-build-green-step

Conversation

@dadachi

@dadachi dadachi commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

What

README step 5 ("Drive the build green") claimed the agent runs bin/rails test, xcodebuild test, and ./gradlew test before exiting.

That's not what the code does. Layer 2 Stage 1 (src/validation/layer2.ts) runs build/boot checks, not the native test suites:

README claimed Code actually runs
bin/rails test bin/rails db:prepare + bin/rails runner smoke check
xcodebuild test xcodebuild build -scheme …
./gradlew test ./gradlew assembleDebug --no-daemon

The Rails suite is deliberately avoided there as "too heavy" (layer2.ts:70). Runtime CRUD behavior is checked separately by Stage 2 via mobile-mcp.

Change

One-line fix to step 5 so the README matches reality. Steps 2/3/4/6 were audited and are accurate.

🤖 Generated with Claude Code

Step 5 claimed `bin/rails test`, `xcodebuild test`, and `./gradlew test`
must pass. Layer 2 Stage 1 (src/validation/layer2.ts) actually runs
build/boot checks — `bin/rails db:prepare` + runner smoke, `xcodebuild
build`, `./gradlew assembleDebug` — and deliberately avoids the heavy
Rails test suite. Align the README with what the code does.
@dadachi dadachi merged commit c858602 into main Jun 12, 2026
1 check passed
@dadachi dadachi deleted the docs/fix-build-green-step branch June 12, 2026 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant