yamlover 0.3.49 → 0.3.51
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/README.md +6 -6
- package/bin/ga4.js +14 -1
- package/dist/agent-docs/AGENTS.md +10 -10
- package/dist/builtin-taxonomy/$defs/.yo/meta.yo +18 -23
- package/dist/builtin-taxonomy/$defs/annotation +6 -6
- package/dist/builtin-taxonomy/$defs/board +4 -4
- package/dist/builtin-taxonomy/$defs/bullets +2 -2
- package/dist/builtin-taxonomy/$defs/chapter +6 -7
- package/dist/builtin-taxonomy/$defs/chunk +4 -3
- package/dist/builtin-taxonomy/$defs/config +5 -5
- package/dist/builtin-taxonomy/$defs/fragment +2 -2
- package/dist/builtin-taxonomy/$defs/numbered +2 -2
- package/dist/builtin-taxonomy/$defs/{tag → onto} +6 -6
- package/dist/builtin-taxonomy/$defs/table +13 -12
- package/dist/builtin-taxonomy/$defs/task +6 -6
- package/dist/builtin-taxonomy/$defs/workflow +4 -4
- package/dist/builtin-taxonomy/ontos/.yo/body.yo +46 -0
- package/dist/client/assets/{decoded-D_YQdg1-.js → decoded-5u9KK4Nb.js} +1 -1
- package/dist/client/assets/{djvu-Di4fPA-J.js → djvu-CvRKxWcX.js} +1 -1
- package/dist/client/assets/{docx-BSduN32X.js → docx-CFqmrRMY.js} +1 -1
- package/dist/client/assets/{heic-DOAG7EsW.js → heic-P0RPecFK.js} +1 -1
- package/dist/client/assets/{imagemap-B8RthxNE.js → imagemap-BCrt0kPn.js} +1 -1
- package/dist/client/assets/index-_gAtxDG4.css +1 -0
- package/dist/client/assets/index-l1SxxFJR.js +754 -0
- package/dist/client/assets/{map-Cf7ar1_U.js → map-ClMfiQr8.js} +1 -1
- package/dist/client/assets/{openable-CCBlc-Ws.js → openable-9ABNW3A9.js} +1 -1
- package/dist/client/assets/{paged-bLurvatj.js → paged-UVifI3SC.js} +1 -1
- package/dist/client/assets/{pdf-D1ox8M9A.js → pdf-BGgu5LFZ.js} +1 -1
- package/dist/client/assets/{psd-AT50x-YR.js → psd-D15IXPVu.js} +1 -1
- package/dist/client/assets/{spreadsheet-DeQh5CNF.js → spreadsheet-CeOcWWb2.js} +1 -1
- package/dist/client/assets/{tiff-B3-awhzQ.js → tiff-pZPBtPPg.js} +1 -1
- package/dist/client/assets/{xyflow-DuQ4jjaq.js → xyflow-uN1JIC1A.js} +1 -1
- package/dist/client/index.html +2 -2
- package/dist/server.js +1420 -425
- package/package.json +1 -1
- package/dist/builtin-taxonomy/tags/.yo/body.yo +0 -46
- package/dist/client/assets/index-Bf2L7I9e.js +0 -752
- package/dist/client/assets/index-N41EyNG2.css +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yamlover",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.51",
|
|
4
4
|
"description": "A local-first, editable knowledge graph for humans and LLMs: npx yamlover <root> serves a browser UI over a plain-text directory, with an editor, live queries, pointers, and an LLM-agent API.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
# Tag taxonomy: the built-in PALETTE (colors — pure color tags, each with an explicit
|
|
2
|
-
# color) plus named tags created from the annotation picker (settings.yo:
|
|
3
|
-
# tags.location). The palette ships with the yamlover project (::: yamlover.inthemoon.net);
|
|
4
|
-
# the engine grafts {$defs, tags} as the `yamlover` self-import key into every served
|
|
5
|
-
# root, so *//yamlover/tags/colors/<name> resolves from any project. Spec: ../$defs/tag.
|
|
6
|
-
!!<*yamlover: $defs: tag>
|
|
7
|
-
!!var Tags
|
|
8
|
-
colors: Pure color tags — the annotation palette; each carries an explicit color
|
|
9
|
-
yellow:
|
|
10
|
-
color: "#f9e2af"
|
|
11
|
-
green:
|
|
12
|
-
color: "#a6e3a1"
|
|
13
|
-
sky:
|
|
14
|
-
color: "#89dceb"
|
|
15
|
-
mauve:
|
|
16
|
-
color: "#cba6f7"
|
|
17
|
-
pink:
|
|
18
|
-
color: "#f5c2e7"
|
|
19
|
-
peach:
|
|
20
|
-
color: "#fab387"
|
|
21
|
-
first tag: !!<*::yamlover:$defs:tag>
|
|
22
|
-
second tag: !!<*::yamlover:$defs:tag>
|
|
23
|
-
third tag: !!<*::yamlover:$defs:tag>
|
|
24
|
-
forth tag: !!<*::yamlover:$defs:tag>
|
|
25
|
-
fifth tag: !!<*::yamlover:$defs:tag>
|
|
26
|
-
# Workflows — state machines (TICKETS.md §2). Each `next:` is a REF edge to a successor STATE in
|
|
27
|
-
# the SAME workflow (a cross-link, not a contained sub-tag); a terminal state has no `next`.
|
|
28
|
-
workflow: Lifecycles — task/ticket state machines
|
|
29
|
-
dev: !!<*yamlover:$defs:workflow> Software task lifecycle
|
|
30
|
-
initial: *::yamlover:tags:workflow:dev:backlog
|
|
31
|
-
backlog: Captured, not yet refined
|
|
32
|
-
color: "#9399b2"
|
|
33
|
-
next: *::yamlover:tags:workflow:dev:ready
|
|
34
|
-
ready: Refined, ready to pick up
|
|
35
|
-
color: "#89b4fa"
|
|
36
|
-
next: *::yamlover:tags:workflow:dev:in-progress
|
|
37
|
-
in-progress: Being worked
|
|
38
|
-
color: "#fab387"
|
|
39
|
-
next:
|
|
40
|
-
- *::yamlover:tags:workflow:dev:done
|
|
41
|
-
- *::yamlover:tags:workflow:dev:cancelled
|
|
42
|
-
done: Completed
|
|
43
|
-
color: "#a6e3a1"
|
|
44
|
-
cancelled: Dropped
|
|
45
|
-
color: "#f38ba8"
|
|
46
|
-
верхушка: !!<*::yamlover:$defs:tag>
|