first commit

This commit is contained in:
2026-06-11 03:33:14 +08:00
commit 5f555bf342
599 changed files with 142347 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# Legacy Literature Map Workflow
This reference is kept for backwards compatibility only.
## Legacy output
- `Knowledge/Literature-Map.md`
## Current default
- Use `CANVAS-WORKFLOW.md` for the current default literature graph artifact.
- The default graph is now `Maps/literature.canvas`, not a Mermaid note.
- Keep this markdown workflow only when a note-based map is specifically requested or needed for compatibility.
## Refresh triggers
Refresh the markdown map only when:
- new Zotero-sourced paper notes are added,
- paper-note links or metadata materially change,
- a batch literature review finishes.
## Recommended command
```bash
python3 "${CLAUDE_PLUGIN_ROOT}/skills/obsidian-literature-workflow/scripts/build_literature_graph.py" --cwd "$PWD"
```