-
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deed): grammar files come together — one normative deed.abnf (#837 ruling) #856
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,11 +5,12 @@ | |
| ; DEED grammar, v1.0.0 | ||
| ; Normative for parsing. Prose and rationale: ../DEED-GRAMMAR-SPEC.adoc | ||
| ; | ||
| ; NOTICE (standards#837): this file is the LATER v1.0.0 revision, but its | ||
| ; extension is typo'd (.anbf) — documents linked "abnf/deed.abnf" while the | ||
| ; v0.1.0 archive sat misnamed as deed.abnf_v1.0. As of 2026-09-17 the docs | ||
| ; resolve to this file directly. The campaign's held grammar-hygiene step | ||
| ; declares ONE normative file (this content, most likely renamed deed.abnf) | ||
| ; NOTICE (standards#837): OWNER RULING 2026-09-19 — the grammar files have | ||
| ; come together: THIS is the sole normative grammar (v1.0.0), now under its | ||
| ; correct extension. The v0.1.0 DRAFT archive lives at | ||
| ; archive/deed.abnf_v0.1.0-draft under its true version. Its only extra rule | ||
| ; (version-field) is superseded: v1.0.0 folds :schema-version into `field` | ||
| ; with the "exactly once" side condition. | ||
|
Comment on lines
+8
to
+13
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🗄️ Data Integrity & Integration | 🟠 Major | 🏗️ Heavy lift 🔎 Supported by static analysis🏁 Script executed: rg -n '^(form|field|symbol|separator|sep|ws|WSP)|schema-version|structurally first|underscore|tab|HTAB' 1-formats/deed/spec/abnf/deed.abnf 1-formats/deed/spec/DEED-GRAMMAR-SPEC.adoc
sed -n '110,155p' 1-formats/deed/spec/DEED-GRAMMAR-SPEC.adoc
sed -n '225,255p' 1-formats/deed/spec/DEED-GRAMMAR-SPEC.adoc
sed -n '1,130p' 1-formats/deed/spec/abnf/deed.abnfRepository: hyperpolymath/standards Length of output: 15052 🏁 Script executed: sed -n '35,100p;130,155p' 1-formats/deed/spec/abnf/deed.abnf
sed -n '120,150p;185,200p;235,250p;345,375p;380,400p;765,800p' 1-formats/deed/spec/DEED-GRAMMAR-SPEC.adocRepository: hyperpolymath/standards Length of output: 10861 Align the canonical grammar and the conformance contract before publication. The The grammar's side condition requires 🤖 Prompt for AI Agents |
||
| ; pending owner ruling. Grammar below is unchanged. | ||
| ; Requires RFC 7405 (%s"..." case-sensitive string literals). | ||
| ; | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
🔎 Supported by static analysis
🏁 Script executed:
sed -n '1,18p' 1-formats/deed/spec/abnf/archive/deed.abnf_v0.1.0-draftRepository: hyperpolymath/standards
Length of output: 998
Correct the archive notice sentence.
Line 10 already closes the parenthetical notice. Remove the extra
)and state the archive status in a complete sentence.🤖 Prompt for AI Agents