docs(intent): the lock a document holds reaches its lines - #180
Merged
Conversation
The DSL reference described a composition child as "a different entity with its own generated controller - which already accepts the writes", presenting as intended what was a hole: a line of an ISSUED invoice could be created, edited or deleted over REST, and because a line write resums the header, that rewrote the document's own totals - after the number was stamped, the immutable PDF snapshot taken and the journal entry posted from them. The generated UI forbade it; the server did not. Documents the guard now generated on every REST surface (power, partner, personal), the one declaration that governs both halves so the screen and the server cannot disagree, and the engine writers that stay exempt because they go through the repository rather than a controller - which is what makes flow-generated corrections still possible. Co-Authored-By: Claude Opus 5 <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.
Companion to eclipse-dirigible/dirigible#6739 (fixes eclipse-dirigible/dirigible#6695).
The DSL reference described a composition child as "a different entity with its own generated controller - which already accepts the writes", presenting as intended what was a hole: a line of an ISSUED invoice could be created, edited or deleted over REST, and because a line write resums the header, that rewrote the document's own totals — after the number was stamped, the immutable PDF snapshot taken and the journal entry posted from them. The generated UI forbade it; the server did not.
Two sections change:
🤖 Generated with Claude Code