v0.1 release polish: Demo section + dual-edition docs#52
Merged
Conversation
Three doc updates reflecting what the session validated end-to-end:
README.md Demo section
Replaced the "coming after hackathon wrap" placeholder with the
validated story: three demo specs across both adapt + replace
paths, all four validation layers green (Layer 1 3/3 · Layer 2
3/3 · Layer 3 2/2 · Reviewer PASS for each), real iPhone 17
simulator + Android emulator captures, Layer 2 in build mode
(real xcodebuild + gradle assemble), Layer 3 via Opus 4.7
vision judge with median-of-3 sampling.
Two captured screenshots committed to docs/images/ — iOS and
Android welcome screens post-rename for "Vet Clinic Queue".
CLAUDE.md substrate section
Removed the "MIT-licensed free edition only — never reach into
the paid repos" guardrail. That was a hackathon-week scope rule;
reality is the agent's same code path handles both editions.
Documented which repos the env vars target for free vs paid,
and noted that paid-only concepts (Account / Member / Invitation)
aren't in the rename plan and survive the generation intact.
ROADMAP.md Track 2 — Hosted
Updated the paid-edition path bullet from theoretical to
"validated end-to-end during v0.1 development." The
Track-2-hosted product surface is mechanically ready; what
remains is the chat interface + infra, not agent core changes.
Tests: 19/19 npm run ci green. No source changes — docs and
captured-asset commits only.
Out of scope (separate PR):
- Tag v0.1.0 — done after this PR merges, pointing at the
merge commit.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Three doc updates reflecting what this session validated end-to-end:
README.md Demo section
Replaced the "coming after hackathon wrap" placeholder with the validated story:
docs/images/xcodebuild buildand./gradlew assembleDebug"a walk-in clinic queue for small veterinary practices"ItemTag → Patientetc."a restaurant waitlist for casual dining"Shop → Restaurantetc."a personal task tracker with due dates"ItemTag → Todo(replaces queue entry)CLAUDE.md substrate section
Removed the "MIT-licensed free edition only — never reach into the paid repos" guardrail. That was a hackathon-week scope rule; reality is the agent's same code path handles both editions. Documented which repos the env vars target for free vs paid, and noted that paid-only concepts (
Account,Member,Invitation) aren't in the rename plan and survive the generation intact.ROADMAP.md Track 2 — Hosted
Updated the paid-edition path bullet from theoretical to "validated end-to-end during v0.1 development." The Track-2-hosted product surface is mechanically ready; what remains is the chat interface + infra, not agent core changes.
Test plan
npm run ci— 19/19 green. No source changes.Out of scope
🤖 Generated with Claude Code