Свёртка лога wiki в Obsidian

★ 7.6 · documentation

wiki-fold is a Claude Code skill that creates additive, extractive rollups of `wiki/log.md` entries in an Obsidian vault without modifying, moving, or deleting any child entries or their pages. By default it runs as a dry-run preview, returning the complete fold draft, a deterministic fold ID, the selected entry range, and the list of proposed file changes — nothing is written to the vault until the user explicitly requests it. Batch size is controlled by exponent `k` (default `2^4 = 16` entries); if fewer entries exist than requested, the skill reports the shortfall and stops rather than producing a partial fold. On commit, a single `claude-obsidian.transaction.v1` bundle is built covering the new fold file, a catalog entry in `wiki/index.md`, and one new line in `wiki/log.md`, all with SHA-256 preconditions. Ideal for manual log compression and archiving older wiki history without risking data loss.