feat: v1.1 — URL ingestion, vision, delta tracking, 3 new skills, auto-commit
Skills (new): - skills/obsidian-markdown/ — full Obsidian Flavored Markdown syntax reference (wikilinks, embeds, callouts, properties, math, Mermaid) - skills/obsidian-bases/ — Obsidian Bases (.base files) with correct filters/views/ formulas syntax (sourced from kepano/obsidian-skills authoritative spec) - skills/defuddle/ — web page cleaner; strips ads/nav before URL ingestion, saves 40-60% tokens on web articles wiki-ingest upgrades: - URL ingestion: pass https:// directly, auto-fetches + runs defuddle if available - Image/vision ingestion: .png/.jpg/.gif etc → Claude reads → description saved to .raw/ → standard ingest pipeline - Delta tracking: .raw/.manifest.json tracks hash per source, skips unchanged files wiki-query upgrades: - Quick mode (query quick:) — hot.md + index only, ~1500 tokens - Standard mode — existing behaviour, 3-5 pages - Deep mode (query deep:) — full wiki + optional web search supplement hooks: - PostToolUse auto-commit: every Write/Edit to wiki/ or .raw/ triggers git add + commit automatically, vault always versioned fixes: - Removed invalid allowed-tools field from all 10 SKILL.md files (not a valid skill frontmatter attribute per spec; was silently ignored) - Canvas SKILL.md now references json-canvas open standard and kepano/obsidian-skills wiki research: - Ecosystem research: 16+ Claude+Obsidian projects mapped and filed - New pages: comparisons/claude-obsidian-ecosystem, concepts/cherry-picks, entities/ (6 new), sources/claude-obsidian-ecosystem-research - Cherry-picks roadmap filed at wiki/concepts/cherry-picks.md Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
47
wiki/hot.md
47
wiki/hot.md
@@ -1,7 +1,7 @@
|
||||
---
|
||||
type: meta
|
||||
title: "Hot Cache"
|
||||
updated: 2026-04-07T17:00:00
|
||||
updated: 2026-04-08T12:00:00
|
||||
tags:
|
||||
- meta
|
||||
- hot-cache
|
||||
@@ -20,24 +20,37 @@ Navigation: [[index]] | [[log]] | [[overview]]
|
||||
---
|
||||
|
||||
## Last Updated
|
||||
2026-04-07 — Full audit + plugin installation session complete
|
||||
2026-04-08 — Ecosystem research ingest: 16+ Claude+Obsidian projects researched
|
||||
|
||||
## Key Recent Facts
|
||||
- **Plugin installed locally**: `claude-obsidian@claude-obsidian-marketplace` — active in this Claude Code session
|
||||
- **Install command**: `claude plugin marketplace add AgriciDaniel/claude-obsidian` then `claude plugin install claude-obsidian`
|
||||
- **Repo**: `~/claude-obsidian/` — public at github.com/AgriciDaniel/claude-obsidian
|
||||
- **Community repo**: avalonreset-pro/claude-obsidian (private)
|
||||
- **Working folder**: renamed from `~/Desktop/Obsidian & Claude/` → `~/Desktop/claude-obsidian/`
|
||||
- Both remotes: `git push origin main && git push community main`
|
||||
- **Plugin**: claude-obsidian v1.2.0 | `~/claude-obsidian/` | push: `git push origin main && git push community main`
|
||||
- **Install**: `claude plugin marketplace add AgriciDaniel/claude-obsidian`
|
||||
- **Ecosystem research complete**: 16+ projects, 13 cherry-pick features identified
|
||||
|
||||
## Recent Changes
|
||||
- Full 12-area audit: all clean, 3 minor fixes applied
|
||||
- Untracked: Cosmic Brain Clean.gif, Cosmic Brain Cover.png, Welcome.md
|
||||
- Fixed: vault-colors.css comment updated to claude-obsidian
|
||||
- Plugin registered as marketplace + installed user-scope
|
||||
- Session saved: [[full-audit-and-system-setup-session]]
|
||||
## What Was Just Ingested
|
||||
Full internet sweep of Claude + Obsidian projects. Key projects found:
|
||||
- **kepano/obsidian-skills** — Obsidian creator's own skills (validates Agent Skills format)
|
||||
- **Ar9av/obsidian-wiki** — delta tracking manifest + multi-agent compat (Cursor/Windsurf/Codex/Gemini)
|
||||
- **ballred/obsidian-claude-pkm** — auto-commit PostToolUse hook + goal cascade
|
||||
- **rvk7895/llm-knowledge-bases** — 3-depth query (Quick/Standard/Deep) + Marp output
|
||||
- **heyitsnoah/claudesidian** — PARA vault + /init-bootstrap + vault import
|
||||
- **YishenTu/claudian** — native Obsidian plugin with plan mode + @mention + word-level diff
|
||||
- **ProfSynapse/nexus** (claudesidian-mcp) — native plugin + MCP bridge + workspace memory
|
||||
- obsidian-copilot: 5,776⭐ | smart-connections: 4,357⭐ (traditional plugins)
|
||||
|
||||
## Top 5 Cherry-Picks (see [[cherry-picks]] for full list)
|
||||
1. URL ingestion in /wiki-ingest (pass `https://` → auto-fetch → ingest)
|
||||
2. Auto-commit PostToolUse hook (every wiki write → git commit)
|
||||
3. defuddle web cleaning (from kepano — strips clutter before ingest)
|
||||
4. Delta tracking manifest (only re-ingest new/changed files)
|
||||
5. Multi-depth query (Quick/Standard/Deep modes)
|
||||
|
||||
## claude-obsidian Unique Advantages Confirmed
|
||||
- Hot cache (no one else has this)
|
||||
- Canvas skill (unique in LLM Wiki category)
|
||||
- /save conversation → wiki (unique workflow)
|
||||
- Marketplace polish (best install experience)
|
||||
|
||||
## Active Threads
|
||||
- Wiki is seeded: [[LLM Wiki Pattern]], [[Hot Cache]], [[Compounding Knowledge]], [[Andrej Karpathy]], [[How does the LLM Wiki pattern work]], [[Wiki vs RAG]]
|
||||
- No user domain scaffolded yet — run `/wiki` to scaffold for your domain
|
||||
- Karpathy Gist comment ready to post
|
||||
- [[cherry-picks]] ready for v1.3.0 planning
|
||||
- Wiki pages: 25 | Sources ingested: 2
|
||||
|
||||
Reference in New Issue
Block a user