Files
personal-wiki/.obsidian/workspace.json
Daniel 98c0eeb3e6 fix: 13 skill review issues in /canvas
Critical:
- find precedence bug fixed: added \( -name '*.png' -o -name '*.jpg' \) grouping
  so -newer applies to BOTH extensions, not just .jpg
- Auto-positioning row y-detection: replaced broken right-half heuristic with
  min(n.y for all inside) — matches canvas-spec.md pseudocode
- WIKI.md canvas color table corrected: 1=red,2=orange,3=yellow,4=green,5=cyan,6=purple
  (was wrong mapping 1=blue etc from the graph CSS scheme, not canvas colors)

High:
- ID generation: full Unix timestamp (10 digits) instead of last-4-digits
  + added collision fallback (-2, -3 suffix)
- README: added /canvas add text and /canvas add pdf to commands table
- Aspect ratio: removed duplicate partial table from SKILL.md — now defers
  to canvas-spec.md as single source of truth
- new op: writes to wiki/overview.md not wiki/index.md (index has fixed schema)
- from banana: added explicit note that /banana is an optional external skill

Medium:
- add note: clarified 'type: file' vs 'type: link' — .md files use file nodes
- zone fallback y: changed from -140 (overlaps starter) to 280 (safe below all content)
- CLAUDE.md: added /save, /autoresearch, /canvas to Plugin Skills table

Low:
- allowed-tools: removed Grep (unused by any documented operation)
- Frontmatter: flattened description to single-line quoted string (fixes IDE
  YAML block scalar parsing diagnostic on lines 4-9)
2026-04-07 13:30:31 +03:00

246 lines
6.9 KiB
JSON

{
"main": {
"id": "cb698273c33e48de",
"type": "split",
"children": [
{
"id": "477f1cf965ca606e",
"type": "tabs",
"children": [
{
"id": "a31de1b302cdc5cf",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "CLAUDE.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "CLAUDE"
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "db8d83ac47ae599f",
"type": "split",
"children": [
{
"id": "554fd2b4fa6f8741",
"type": "tabs",
"children": [
{
"id": "5565f1231fe95c42",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical",
"autoReveal": false
},
"icon": "lucide-folder-closed",
"title": "Files"
}
},
{
"id": "832ab43d08cf9e30",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
},
"icon": "lucide-search",
"title": "Search"
}
},
{
"id": "097e8347bb8aa054",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {},
"icon": "lucide-bookmark",
"title": "Bookmarks"
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "7092b65be1e76349",
"type": "split",
"children": [
{
"id": "9f4de9402eae371b",
"type": "tabs",
"children": [
{
"id": "a32b7215b7814fbb",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-coming-in",
"title": "Backlinks"
}
},
{
"id": "7936f8ba26007091",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"linksCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-going-out",
"title": "Outgoing links"
}
},
{
"id": "ed8ccb323a603d61",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-tags",
"title": "Tags"
}
},
{
"id": "b140a331162907cf",
"type": "leaf",
"state": {
"type": "all-properties",
"state": {
"sortOrder": "frequency",
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-archive",
"title": "All properties"
}
},
{
"id": "111a21e12ab1a293",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"followCursor": false,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "Outline"
}
},
{
"id": "20a272e103b5d792",
"type": "leaf",
"state": {
"type": "calendar",
"state": {},
"icon": "calendar-with-checkmark",
"title": "Calendar"
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false,
"bases:Create new base": false,
"obsidian-memos:Thino": false,
"obsidian-memos:Thino Super": false
}
},
"active": "a31de1b302cdc5cf",
"lastOpenFiles": [
"README.md.tmp.224546.1775557814794",
"CLAUDE.md.tmp.224546.1775557799570",
"WIKI.md.tmp.224546.1775557791066",
"skills/canvas/SKILL.md.tmp.224546.1775557782936",
"skills/canvas/SKILL.md.tmp.224546.1775557766591",
"skills/canvas/SKILL.md.tmp.224546.1775557704281",
"skills/canvas/SKILL.md.tmp.224546.1775557697284",
"skills/canvas/SKILL.md.tmp.224546.1775557686442",
"skills/canvas/SKILL.md.tmp.224546.1775557679632",
"skills/canvas/SKILL.md.tmp.224546.1775557667692",
"skills/canvas/SKILL.md.tmp.224546.1775557654636",
"skills/canvas/references/canvas-spec.md",
"skills/canvas/SKILL.md",
"commands/canvas.md",
"wiki/comparisons/Wiki vs RAG.md",
"wiki/questions/How does the LLM Wiki pattern work.md",
"wiki/meta/workflow-loop.gif",
"wiki/meta/wiki-graph-grow.gif",
"cover.gif",
"projects/visual-vault/design-ideas.canvas",
"_attachments/images/skool-hub/wp-mcp-cover.png",
"_attachments/images/skool-hub/v3-cover-10.png",
"_attachments/images/skool-hub/v3-cover-05.png",
"_attachments/images/skool-hub/v3-cover-01.png",
"_attachments/images/skool-hub/sq-portrait-clean.png",
"_attachments/images/skool-hub/sq-10.png",
"_attachments/images/skool-hub/sq-01.png",
"wiki/entities/_index.md",
"wiki/meta/dashboard.md",
"wiki/sources/_index.md",
"WIKI.md",
"wiki/concepts/_index.md",
"Welcome.md",
"README.md",
"CLAUDE.md",
"wiki/sources/Nate Herk LLM Wiki Transcript.md",
"wiki/entities/Andrej Karpathy.md",
"wiki/concepts/LLM Wiki Pattern.md",
"wiki/concepts/Hot Cache.md",
"wiki/concepts/Compounding Knowledge.md",
"wiki/overview.md",
"wiki/log.md",
"wiki/index.md",
"wiki/hot.md",
"wiki/Wiki Map.canvas",
"skills/wiki/references/rest-api.md",
"skills/wiki/references/plugins.md",
"skills/wiki/references/modes.md"
]
}