You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Event modeling with Screenplay: domain discovery, the nine-step workflow per behavior, the four slice types, and the model-validation gate.
Six Screenplay language skills, one per surface — the command and write surface, the Projection Declaration Language, read models and queries and screens, UI composition, the Change Data Capture Language with reactions and triggers, and given/when/then specifications.
Changed
The cratis/screenplay profile now carries the modeling method and the whole .play language, not only the compiler reference.
The Screenplay language reference routes each construct to the skill that owns it, and the Chronicle event-modeling, event-model-diagram and Stage skills now name the Screenplay route.
The always-loaded "Where to Look" table points at Screenplay for designing an information system, business process or information flow, and at Stage for rendering a settled model.