docs: event-driven creation - a create-from may run on a source event - #14
Open
delchev wants to merge 1 commit into
Open
docs: event-driven creation - a create-from may run on a source event#14delchev wants to merge 1 commit into
delchev wants to merge 1 commit into
Conversation
Mirrors the specification change (IntentFile/intent-specification#14): the generates section gains the event: trigger, reference.md gains its index row and a snippet, and the Planned list drops event-driven document generation.
This was referenced Aug 14, 2026
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.
Mirrors the specification change in IntentFile/intent-specification#14.
docs/spec/glue.md— generates — create-from gains Event-driven creation —event:: the trigger (onTransitionwith a mandatory status guard, oronCreate), the three normative rules (the event says WHEN and never repeats the source or its model; at most once through the back-reference themapwrites; the button is dropped unlessbutton: true), and when to prefer it overpostsor a button plus awaitstep.docs/reference.md— an index row and a snippet, and the Planned list drops "event-driven document generation" now that it ships.Built locally with
npm run docs:build; the new anchor and both cross-page links (/spec/glue#event-driven-creation-event,/spec/processes#wait-park-the-process-on-a-data-event) were checked in the rendered HTML rather than assumed from the headings.Reference implementation: eclipse-dirigible/dirigible#6711.