docs: history — the shadow change trail - #16
Open
delchev wants to merge 1 commit into
Open
Conversation
Mirrors the specification section: the shadow history table, the field-level deltas with their user/system source, the read-only History panel, and the normative rules - append-only by construction, every write path appends, representation-only differences are not changes, and a scoped surface that hides sensitive fields is not handed a trail it cannot filter. Also adds the entity-attribute row, the DSL-index row, and removes the item from the "Planned" list.
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.
The site half of IntentFile/intent-specification#17.
Adds
## history — the change trailtodocs/spec/entities.md(betweenlocksWithMasterandhierarchy / leafOnly, keeping the data-integrity cluster together), the entity-attribute table row,the
docs/reference.mdDSL-index row, and drops the shipped item from the reference page's"Planned" list.
Content mirrors the spec section, in site form: the shadow history table, the field-level deltas with
their user/system source, the read-only History panel, and the normative rules in an
::: info Normativecontainer — append-only by construction, every write path appends,representation-only differences are not changes, the key and audit columns are untracked, and a
scoped surface that hides
sensitive:fields is not handed a trail it cannot filter.Built with
npm run docs:build; the new anchor renders as#history-the-change-trailand everycross-link in the section resolves in the built HTML.
Left open for maintainer review.