11.01 — Sovereign grammar

11.01 — Sovereign grammar#

No imposed DSL. No plugin ecosystem. Extension by composition, never by inheritance.

Vision#

Holy Book quote (chapter “What is Ocarina?”):

What if delegating one’s grammar to “standards” had never been a good idea?

The real gap in E2E testing is not about imposing the “best” Newspeak.
Short answer: Ocarina is extensible.

Any verb and conjunction can be created, all governed by strict rules that keep the whole thing deeply consistent.

11.02 — Auditability in an afternoon

11.02 — Auditability “in an afternoon#

Operational commitment: a human must be able to read the whole framework and understand it in a few hours. No hidden magic.

Commitment#

Holy Book quote (chapter “What is Ocarina?”):

For teams constrained by security policies: the code is small, auditable in an afternoon. Nothing hidden. The only external dependencies live in the post-execution plugins and if one of them doesn’t fit, it can be removed without breaking anything else.

11.03 — Explicit refusals

11.03 — Explicit refusals#

Synthesis of refusals scattered across the Holy Book.

Summary table#

RefusalReasonReference
async/awaitSelenium synchronous, Requests synchronous; readability; no point introducing an event-loopHoly Book
pytest pluginIndependence, ISTQB fidelityOcarina README
Text DSL (Robot, Gherkin)No translation layerHoly Book
Reactive programmingStatic scenarios, in-memory cache sufficesHoly Book
Tricks and hacksTeach the pattern, not the symptomCLAUDE.md ai-example
Stylish” contributionsIt’s my carHoly Book
Active security testsFunctional and static only, never attacksCLAUDE.md ai-example

1. Refusal of async/await#

Central quote: