INTENT-1 §3.4: dual-brace named slots ({name} == {{name}})#70
Conversation
The two forms are exactly equivalent; a conformant tool folds {{name}} to
{name}. The slot-name charset and no-whitespace rules apply to both. The
double-brace spelling is a slot, not a brace-escaping form — the grammar
still provides no way to write a literal brace, and none is needed (§2).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 54 minutes and 52 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What
INTENT-1 §3.4: a named slot MAY be written either
{name}or{{name}}. The two forms are exactly equivalent — a conformant tool folds{{name}}to{name}and treats them identically. The double-brace spelling is a slot, not a brace-escaping form; the grammar still provides no way to write a literal brace (§2 makes brace characters impossible as literal input, so none is needed). The slot-name charset and no-whitespace-inside-braces rules apply to both forms.The implementation already landed in ovos-spec-tools #38; this PR is the matching spec text.
Sections changed (
intent-1.md){ }" — both equivalent forms documented; fold rule; slot-name rules stated to apply to both; example gains a{{item}}line.{name}or{{name}}.### 2section.Version
INTENT-1 is already Version 2; the header/class are unchanged. The dual-brace form is additive within the existing version.
Stacking note
architecture #56 (INTENT-1 union slot sets) is also open against
intent-1.md+CHANGELOG.md. This PR will conflict with #56 on both files; that is expected. This PR stacks after #56 and will need a rebase once #56 merges. #56's branch is untouched.