docs(intent): month-aware labels/defaults, personalReadOnly, act as (delegated entry) - #161
Open
delchev wants to merge 1 commit into
Open
docs(intent): month-aware labels/defaults, personalReadOnly, act as (delegated entry)#161delchev wants to merge 1 commit into
delchev wants to merge 1 commit into
Conversation
… as in the personal surfaces - label: a |format token also formats a month field's YYYY-MM value - generates/schedules defaults: 'now' renders in the target field's own shape (date / YYYY-MM / YYYY-Www) - personal/partner: document personalReadOnly (was spec-only) and the runtime act-as (delegated entry) mode every personal surface inherits Co-Authored-By: Claude Fable 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.
Syncs the DSL reference with the shipped engine behavior:
|formattoken also formats amonthfield'sYYYY-MMvalue ({period|yyyy MMMM}renders "2026 July").defaults:nowrenders in the target field's own shape - adatefield gets today's date, amonthfield the currentYYYY-MM, aweekfield the currentYYYY-Www.personalReadOnly: true(already in the specification, missing here) and the runtime act as (delegated entry) mode - an ADMINISTRATOR arms an acting identity (/services/core/actas) and works the personal surfaces in that identity's name; roles and audit stamping stay the real user's,sensitive/personalReadOnlyhold unchanged, and no intent authoring is needed.🤖 Generated with Claude Code