@plurnk/plurnk-grammar 0.13.0 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/plurnk.md +2 -1
package/package.json
CHANGED
package/plurnk.md
CHANGED
|
@@ -56,6 +56,7 @@ URI-shaped: `[scheme://]rest`.
|
|
|
56
56
|
|
|
57
57
|
* Bare paths (no scheme) default to local relative project file paths (leader `/` for absolute path).
|
|
58
58
|
* Glob metacharacters (`*`, `**`, `?`, `[...]`) are allowed in path segments.
|
|
59
|
+
* Path suffix (`.json`, `.md`, `.txt`, etc.) declares mimetype; absent suffix defers to scheme default.
|
|
59
60
|
|
|
60
61
|
Internal schemes:
|
|
61
62
|
|
|
@@ -112,7 +113,7 @@ Body content is character-perfect, exactly matching whitespace.
|
|
|
112
113
|
<<EDIT(known://plan)<2>:- [x] Discover capital of France:EDIT
|
|
113
114
|
<<EDIT(known://countries/france/capital)<-1>:[Wikipedia: Paris](https://en.wikipedia.org/wiki/Paris):EDIT
|
|
114
115
|
<<EDIT(known://countries/france/capital)<1,-1>::EDIT
|
|
115
|
-
<<EDIT(known://users)<-1>:{"name":"Eve"}:EDIT
|
|
116
|
+
<<EDIT(known://users.json)<-1>:{"name":"Eve"}:EDIT
|
|
116
117
|
<<COPY[archive,2026-05-14](known://draft):known://archive/2026-05-14/draft:COPY
|
|
117
118
|
<<MOVE(known://draft/answer):known://final/answer:MOVE
|
|
118
119
|
<<MOVE(known://obsolete/note):/dev/null:MOVE
|