Chapter 08 — ocarina-with-ai-example

Chapter 08 — ocarina-with-ai-example#

CURA Healthcare e2e suite co-written by Claude Code. The living proof of concept of the “AI is the bridge” philosophy.

Outline#

#FileTopic
0101-ai-manifesto.mdThe README and its “Code: 99% Claude / Intelligence: 50-50” headline.
0202-sut-cura.mdCURA Healthcare: external SUT, open-source PHP, Heroku eco-dyno.
0303-canonical-documents.mdThe 4 documents: CLAUDE.md, CURA_FRD.md, CURA_TEST_STRATEGY.md, IDENTIFIED_GAPS.md.
0404-test-strategy.mdTest types (happy / unhappy / edge / business logic vulnerability / exploratory / regression).
0505-security-gaps.mdSecurity gaps: CSRF, session, rate-limit (G-SEC-1 to G-SEC-3).
0606-data-gaps.mdData gaps: visit_date with no validation, duplicates (G-DATA-1 to G-DATA-2).
0707-spec-gaps.mdSpec gaps: history order, profile placeholder, redirects (G-SPEC-1 to G-SPEC-3).
0808-bfcache.mdChrome BFCache: B-BROWSER-1 (and A-ENV-1, A-ENV-2).
0909-ci-matrix.mdCI: ai_proof_ci.yml + ai_proof_e2e.yml Firefox/Chrome matrix + Heroku warm-up + ChromeDriver stacktrace filtering.

Success story#

Claude CodeHuman
Code written99%1%
Intelligence50%50%

Almost every line was machine-written. The judgement behind it — what to test, what to distrust, when to dig and when to stop — was shared.