LLM Wiki Maintainer
Overview
Use this skill for persistent markdown knowledge bases maintained as compiled
Obsidian-compatible wiki artifacts.
Priority order:
- For new setup/deploy/init requests, deploy
Ar9av/obsidian-wiki by default.
- Prefer the
Ar9av/obsidian-wiki framework when it is present.
- If a legacy
raw/ + wiki/ LLM Wiki is already present, work with it
without breaking it, but propose migrating to obsidian-wiki.
- Create or extend a legacy layout only when the user explicitly requests the
old standard LLM Wiki format.
Treat the wiki as a maintained system, not as a pile of notes.
Default Deployment Behavior
When the user invokes this skill for setup, deployment, initialization, or a new
wiki, and no existing wiki contract has to be preserved, deploy
Ar9av/obsidian-wiki as the default implementation.
Default deployment means:
- Create or populate the target directory as an
obsidian-wiki repo from
https://github.com/Ar9av/obsidian-wiki.
- Preserve any existing user files in the target directory.
- Create
.env with OBSIDIAN_VAULT_PATH set to the target vault.
- Initialize the vault files and directories:
index.md
log.md
hot.md
.manifest.json
.obsidian/
_meta/
_raw/
_archives/
concepts/, entities/, skills/, references/, synthesis/,
journal/, projects/
- Ensure
~/.obsidian-wiki/config points to the selected vault/repo when doing
so is safe.
- Install only the needed Codex skill symlinks into
~/.codex/skills unless
the user asks to run the full upstream setup.sh.
- Keep upstream framework git state clean by excluding local vault artifacts
from accidental upstream commits when the repo uses
Ar9av/obsidian-wiki as origin.
Do not ask whether the user wants the legacy layout when the request is simply
"set up my wiki", "разверни wiki", "создай Obsidian wiki", or similar. Use
obsidian-wiki unless the user explicitly names the old layout.
Legacy LLM Wiki Compatibility
Legacy mode is for already-existing standard LLM Wiki layouts such as:
WIKI-SCHEMA.md
raw/
wiki/index.md
wiki/log.md
wiki/sources/
wiki/concepts/, wiki/entities/, wiki/analyses/
When legacy mode is detected:
- Work with the existing layout safely.
- Do not move, rename, or rewrite the legacy wiki without explicit approval.
- Tell the user that the current wiki is legacy/standard LLM Wiki.
- Recommend migrating to
Ar9av/obsidian-wiki for future work unless there is
a clear reason to keep the old structure.
- Offer a migration path:
- preserve
raw/ as source material or map it to _raw/
- map
wiki/sources/ to references/
- map
wiki/concepts/ to concepts/
- map
wiki/entities/ to entities/
- map
wiki/analyses/ to synthesis/
- convert
wiki/index.md and wiki/log.md into root index.md and
log.md
- create
.manifest.json, hot.md, _meta/, and .obsidian/
Only perform the migration after the user asks for it or clearly authorizes it.
Obsidian-Wiki Priority
Assume obsidian-wiki mode when any of these are present:
.skills/llm-wiki/SKILL.md
.skills/wiki-ingest/SKILL.md, .skills/wiki-query/SKILL.md, or related
wiki skills
AGENTS.md beginning with Obsidian Wiki agent context
.env containing OBSIDIAN_VAULT_PATH
~/.obsidian-wiki/config
- vault files such as
.manifest.json, hot.md, _meta/taxonomy.md, _raw/
In this mode, follow the framework contract before local habits:
- Resolve config.
- Walk up from CWD looking for
.env with OBSIDIAN_VAULT_PATH.
- If not found, read
~/.obsidian-wiki/config.
- The resolved
OBSIDIAN_VAULT_PATH is the vault root.
- The resolved
OBSIDIAN_WIKI_REPO, when present, is the framework repo.
- Read control files.
- Read repo
AGENTS.md when present.
- Then read
$OBSIDIAN_VAULT_PATH/AGENTS.md when present; it overrides
framework defaults for owner-specific conventions.
- For operation-specific work, read the matching
.skills/<skill-name>/SKILL.md from the repo before acting.
- Use the
obsidian-wiki vault shape.
- Root special files:
index.md, log.md, hot.md, .manifest.json.
- Metadata:
_meta/, _raw/, _archives/, .obsidian/.
- Categories:
concepts/, entities/, skills/, references/,
synthesis/, journal/, and projects/.
- Keep the compiled layer in the vault root categories, not in
wiki/, unless
the detected contract explicitly uses legacy paths.
Local default in this environment:
$HOME/TG-NEWS-151 is an obsidian-wiki repo and vault.
$HOME/.obsidian-wiki/config points to that vault.
Quick Start
- Find the contract.
- First detect
obsidian-wiki mode using the rules above.
- In
obsidian-wiki mode, resolve .env or ~/.obsidian-wiki/config,
read AGENTS.md, then read vault index.md, log.md, and hot.md.
- In legacy mode, if the vault has
WIKI-SCHEMA.md, read it first.
- Then read local
AGENTS.md if present.
- Then read legacy
wiki/index.md and wiki/log.md.
- If no contract exists and the task is setup/init/deploy, create an
obsidian-wiki setup by default.
- For whole-workspace vaults, read the corpus-policy page before ingesting
when one exists.
- Respect source boundaries.
- Treat
_raw/, raw/, and external corpus files as read-only unless
explicitly told to edit them.
- In
obsidian-wiki mode, write compiled knowledge only into vault category
directories such as references/, concepts/, entities/, synthesis/,
journal/, and projects/.
- In legacy mode, write compiled knowledge only into
wiki/.
- Pick the operation.
When To Use
- The user mentions
LLM Wiki, Obsidian, vault, raw/, wiki/,
wiki/index.md, wiki/log.md, WIKI-SCHEMA.md, or AGENTS.md.
- The user mentions
obsidian-wiki, Ar9av/obsidian-wiki, .manifest.json,
.skills/wiki-*, _raw/, hot.md, wiki-status, wiki-ingest, or
wiki-query.
- The task involves converting source files into Markdown before ingest, or the
user mentions
MarkItDown, markitdown, document-to-markdown conversion,
PDF/DOCX/PPTX/HTML import, or asks to prepare raw source material for a wiki.
- The user wants to ingest sources, answer from the wiki, reconcile
contradictions, or maintain a persistent knowledge base.
- The user uses Russian prompts such as:
добавь в вики
сделай ingest
обнови index/log
lint wiki
разложи по вики
Workflow
Obsidian-Wiki Operation Routing
When in obsidian-wiki mode, prefer the matching framework skill instructions:
- Setup or repair: read
.skills/wiki-setup/SKILL.md.
- Ingest: read
.skills/wiki-ingest/SKILL.md or
.skills/data-ingest/SKILL.md for raw text/export data.
- Query: read
.skills/wiki-query/SKILL.md.
- Status/delta: read
.skills/wiki-status/SKILL.md.
- Lint: read
.skills/wiki-lint/SKILL.md.
- Rebuild/archive: read
.skills/wiki-rebuild/SKILL.md.
- Cross-linking: read
.skills/cross-linker/SKILL.md.
- Tags: read
.skills/tag-taxonomy/SKILL.md.
- Project sync: read
.skills/wiki-update/SKILL.md.
If a requested workflow is already covered by an installed obsidian-wiki
skill, follow that skill's contract rather than reinterpreting the task from
this generic skill.
Ingest
Use when a new source, folder, note, or workspace slice should become durable
knowledge.
In obsidian-wiki mode:
- Resolve config and read control files.
- Read the source carefully without mutating it.
- Create or update a source/reference page in
references/ unless the
operation-specific skill says a different category is correct.
- Update durable pages in
concepts/, entities/, skills/, synthesis/,
journal/, or projects/ as appropriate.
- Update
index.md, log.md, hot.md, and .manifest.json.
- Preserve provenance in frontmatter fields such as
sources, summary,
provenance, base_confidence, lifecycle, created, and updated when
following the framework templates.
Legacy mode:
Steps:
- Read the source carefully.
- Create or update one source page in
wiki/sources/.
- Update the affected durable pages in
wiki/entities/,
wiki/concepts/, or wiki/analyses/.
- Update
wiki/index.md.
- Append an entry to
wiki/log.md.
Rules:
- Prefer one source page per source item when practical.
- For tightly related documents, use one bundle source page and list every
member in
sources.
- Preserve provenance. Do not rewrite source material in place.
MarkItDown-Assisted Ingest
Use when source material exists in non-markdown formats and should be prepared
for wiki ingest without inventing content.
Typical cases:
- PDF
- DOCX
- PPTX
- HTML
- copied exports or downloaded source bundles that are easier to ingest after
markdown conversion
Rules:
- Treat original files as read-only unless explicitly told otherwise.
- In
obsidian-wiki mode, prefer writing converted artifacts into _raw/ or
another explicitly chosen staging area, not into compiled category folders.
- In legacy mode, prefer writing converted artifacts into
raw/ or another
explicitly chosen ingest staging area, not into wiki/.
- Do not overwrite the original source file with converted markdown.
- After conversion, ingest from the converted artifact as a source, preserving
provenance back to the original path.
- If conversion quality is poor, say so explicitly instead of pretending the
markdown is trustworthy.
Local tool note:
- A local
MarkItDown environment exists at:
$HOME/LLM Wiki MarkItDown/MarkItDown/venv/bin/markitdown
- Installed version observed locally:
markitdown 0.1.5
Practical workflow:
- Identify the original source file.
- Convert it with local
markitdown into a staging markdown file.
- Keep the original file untouched.
- Read the converted markdown critically.
- In
obsidian-wiki mode, create/update one references/ page from that
converted source, then update durable pages, index.md, log.md, hot.md,
and .manifest.json.
- In legacy mode, create/update one
wiki/sources/ page from that converted
source, then update durable pages, wiki/index.md, and wiki/log.md.
Query
Use when the user asks a question that the wiki should answer.
In obsidian-wiki mode:
- Resolve config and read
index.md, hot.md, and relevant frontmatter
summaries first.
- Read relevant durable pages only when needed.
- Answer from the wiki first with
[[wikilink]] citations.
- If the wiki is insufficient, state the missing source or page explicitly.
Legacy mode:
Steps:
- Read
wiki/index.md first to orient.
- Read the relevant durable pages.
- Answer from the wiki first.
- Cite relevant pages with
[[wikilinks]].
- If the answer is durable, save or propose a new analysis page.
Rules:
- Do not silently mix source facts and inference.
- If the wiki is insufficient, say what is missing.
Lint
Use when the user wants quality control on the wiki.
Check for:
- broken links
- orphan pages
- weakly connected pages
- duplicate or overlapping pages
- contradictions
- concepts or entities repeatedly mentioned without their own page
- stale claims or superseded pages
Fix directly when safe:
- broken links
- index drift
- missing backlinks that are clearly warranted
- obvious page placement or title cleanup
- stale
hot.md or .manifest.json metadata in obsidian-wiki mode when the
correction is mechanical and source-backed
Report instead of guessing when judgment is needed.
Page Discipline
- Prefer updating durable pages over creating fragments.
- Keep source pages factual and durable pages synthetic.
- Keep YAML frontmatter valid.
- Maintain meaningful wikilinks.
- In
obsidian-wiki mode, keep index.md, log.md, hot.md, and
.manifest.json current.
- In legacy mode, keep
wiki/index.md and wiki/log.md current.
- If a claim lacks trustworthy support, say so explicitly.
Truthfulness Rules
- Do not invent facts.
- Distinguish source-backed facts from synthesis.
- Preserve uncertainty explicitly.
- Never fabricate provenance, citations, source counts, or page links.
Architecture Notes
- If the wiki describes software, keep architecture pages separate from
implementation pages.
- If comparing systems or products, ingest both sides first, then write a
synthesis page.
- If the user supplies text directly in chat, treat it as a source note and
record its provenance in the source page body.
- If imported source material first passes through
MarkItDown, preserve both:
the original file path and the converted markdown path in the resulting source
page or provenance note when useful.
Local Example
For a concrete working vault in this environment, read
references/artigram-example.md.
For a local conversion-oriented setup in this environment, note:
- wiki skeleton:
$HOME/LLM Wiki MarkItDown/LLM Wiki
- MarkItDown venv:
$HOME/LLM Wiki MarkItDown/MarkItDown/venv
1---2name: llm-wiki-maintainer3description: Use when the task involves a filesystem-based LLM Wiki or Obsidian vault, especially Ar9av/obsidian-wiki projects using .skills, .env, ~/.obsidian-wiki/config, AGENTS.md, .manifest.json, index.md/log.md/hot.md, ingest/query/lint workflows, or Russian prompts like "добавь в вики", "сделай ingest", "lint wiki", "обнови index/log", or "разложи по obsidian-wiki".4---56# LLM Wiki Maintainer78## Overview910Use this skill for persistent markdown knowledge bases maintained as compiled11Obsidian-compatible wiki artifacts.1213Priority order:14151. For new setup/deploy/init requests, deploy `Ar9av/obsidian-wiki` by default.162. Prefer the `Ar9av/obsidian-wiki` framework when it is present.173. If a legacy `raw/` + `wiki/` LLM Wiki is already present, work with it18 without breaking it, but propose migrating to `obsidian-wiki`.194. Create or extend a legacy layout only when the user explicitly requests the20 old standard LLM Wiki format.2122Treat the wiki as a maintained system, not as a pile of notes.2324## Default Deployment Behavior2526When the user invokes this skill for setup, deployment, initialization, or a new27wiki, and no existing wiki contract has to be preserved, deploy28`Ar9av/obsidian-wiki` as the default implementation.2930Default deployment means:31321. Create or populate the target directory as an `obsidian-wiki` repo from33 `https://github.com/Ar9av/obsidian-wiki`.342. Preserve any existing user files in the target directory.353. Create `.env` with `OBSIDIAN_VAULT_PATH` set to the target vault.364. Initialize the vault files and directories:37 - `index.md`38 - `log.md`39 - `hot.md`40 - `.manifest.json`41 - `.obsidian/`42 - `_meta/`43 - `_raw/`44 - `_archives/`45 - `concepts/`, `entities/`, `skills/`, `references/`, `synthesis/`,46 `journal/`, `projects/`475. Ensure `~/.obsidian-wiki/config` points to the selected vault/repo when doing48 so is safe.496. Install only the needed Codex skill symlinks into `~/.codex/skills` unless50 the user asks to run the full upstream `setup.sh`.517. Keep upstream framework git state clean by excluding local vault artifacts52 from accidental upstream commits when the repo uses53 `Ar9av/obsidian-wiki` as `origin`.5455Do not ask whether the user wants the legacy layout when the request is simply56"set up my wiki", "разверни wiki", "создай Obsidian wiki", or similar. Use57`obsidian-wiki` unless the user explicitly names the old layout.5859## Legacy LLM Wiki Compatibility6061Legacy mode is for already-existing standard LLM Wiki layouts such as:6263- `WIKI-SCHEMA.md`64- `raw/`65- `wiki/index.md`66- `wiki/log.md`67- `wiki/sources/`68- `wiki/concepts/`, `wiki/entities/`, `wiki/analyses/`6970When legacy mode is detected:71721. Work with the existing layout safely.732. Do not move, rename, or rewrite the legacy wiki without explicit approval.743. Tell the user that the current wiki is legacy/standard LLM Wiki.754. Recommend migrating to `Ar9av/obsidian-wiki` for future work unless there is76 a clear reason to keep the old structure.775. Offer a migration path:78 - preserve `raw/` as source material or map it to `_raw/`79 - map `wiki/sources/` to `references/`80 - map `wiki/concepts/` to `concepts/`81 - map `wiki/entities/` to `entities/`82 - map `wiki/analyses/` to `synthesis/`83 - convert `wiki/index.md` and `wiki/log.md` into root `index.md` and84 `log.md`85 - create `.manifest.json`, `hot.md`, `_meta/`, and `.obsidian/`8687Only perform the migration after the user asks for it or clearly authorizes it.8889## Obsidian-Wiki Priority9091Assume `obsidian-wiki` mode when any of these are present:9293- `.skills/llm-wiki/SKILL.md`94- `.skills/wiki-ingest/SKILL.md`, `.skills/wiki-query/SKILL.md`, or related95 wiki skills96- `AGENTS.md` beginning with Obsidian Wiki agent context97- `.env` containing `OBSIDIAN_VAULT_PATH`98- `~/.obsidian-wiki/config`99- vault files such as `.manifest.json`, `hot.md`, `_meta/taxonomy.md`, `_raw/`100101In this mode, follow the framework contract before local habits:1021031. Resolve config.104 - Walk up from CWD looking for `.env` with `OBSIDIAN_VAULT_PATH`.105 - If not found, read `~/.obsidian-wiki/config`.106 - The resolved `OBSIDIAN_VAULT_PATH` is the vault root.107 - The resolved `OBSIDIAN_WIKI_REPO`, when present, is the framework repo.1082. Read control files.109 - Read repo `AGENTS.md` when present.110 - Then read `$OBSIDIAN_VAULT_PATH/AGENTS.md` when present; it overrides111 framework defaults for owner-specific conventions.112 - For operation-specific work, read the matching113 `.skills/<skill-name>/SKILL.md` from the repo before acting.1143. Use the `obsidian-wiki` vault shape.115 - Root special files: `index.md`, `log.md`, `hot.md`, `.manifest.json`.116 - Metadata: `_meta/`, `_raw/`, `_archives/`, `.obsidian/`.117 - Categories: `concepts/`, `entities/`, `skills/`, `references/`,118 `synthesis/`, `journal/`, and `projects/`.1194. Keep the compiled layer in the vault root categories, not in `wiki/`, unless120 the detected contract explicitly uses legacy paths.121122Local default in this environment:123124- `$HOME/TG-NEWS-151` is an `obsidian-wiki` repo and vault.125- `$HOME/.obsidian-wiki/config` points to that vault.126127## Quick Start1281291. Find the contract.130 - First detect `obsidian-wiki` mode using the rules above.131 - In `obsidian-wiki` mode, resolve `.env` or `~/.obsidian-wiki/config`,132 read `AGENTS.md`, then read vault `index.md`, `log.md`, and `hot.md`.133 - In legacy mode, if the vault has `WIKI-SCHEMA.md`, read it first.134 - Then read local `AGENTS.md` if present.135 - Then read legacy `wiki/index.md` and `wiki/log.md`.136 - If no contract exists and the task is setup/init/deploy, create an137 `obsidian-wiki` setup by default.138 - For whole-workspace vaults, read the corpus-policy page before ingesting139 when one exists.1402. Respect source boundaries.141 - Treat `_raw/`, `raw/`, and external corpus files as read-only unless142 explicitly told to edit them.143 - In `obsidian-wiki` mode, write compiled knowledge only into vault category144 directories such as `references/`, `concepts/`, `entities/`, `synthesis/`,145 `journal/`, and `projects/`.146 - In legacy mode, write compiled knowledge only into `wiki/`.1473. Pick the operation.148 - `ingest`149 - `query`150 - `lint`151152## When To Use153154- The user mentions `LLM Wiki`, `Obsidian`, `vault`, `raw/`, `wiki/`,155 `wiki/index.md`, `wiki/log.md`, `WIKI-SCHEMA.md`, or `AGENTS.md`.156- The user mentions `obsidian-wiki`, `Ar9av/obsidian-wiki`, `.manifest.json`,157 `.skills/wiki-*`, `_raw/`, `hot.md`, `wiki-status`, `wiki-ingest`, or158 `wiki-query`.159- The task involves converting source files into Markdown before ingest, or the160 user mentions `MarkItDown`, `markitdown`, document-to-markdown conversion,161 PDF/DOCX/PPTX/HTML import, or asks to prepare raw source material for a wiki.162- The user wants to ingest sources, answer from the wiki, reconcile163 contradictions, or maintain a persistent knowledge base.164- The user uses Russian prompts such as:165 - `добавь в вики`166 - `сделай ingest`167 - `обнови index/log`168 - `lint wiki`169 - `разложи по вики`170171## Workflow172173### Obsidian-Wiki Operation Routing174175When in `obsidian-wiki` mode, prefer the matching framework skill instructions:176177- Setup or repair: read `.skills/wiki-setup/SKILL.md`.178- Ingest: read `.skills/wiki-ingest/SKILL.md` or179 `.skills/data-ingest/SKILL.md` for raw text/export data.180- Query: read `.skills/wiki-query/SKILL.md`.181- Status/delta: read `.skills/wiki-status/SKILL.md`.182- Lint: read `.skills/wiki-lint/SKILL.md`.183- Rebuild/archive: read `.skills/wiki-rebuild/SKILL.md`.184- Cross-linking: read `.skills/cross-linker/SKILL.md`.185- Tags: read `.skills/tag-taxonomy/SKILL.md`.186- Project sync: read `.skills/wiki-update/SKILL.md`.187188If a requested workflow is already covered by an installed `obsidian-wiki`189skill, follow that skill's contract rather than reinterpreting the task from190this generic skill.191192### Ingest193194Use when a new source, folder, note, or workspace slice should become durable195knowledge.196197In `obsidian-wiki` mode:1981991. Resolve config and read control files.2002. Read the source carefully without mutating it.2013. Create or update a source/reference page in `references/` unless the202 operation-specific skill says a different category is correct.2034. Update durable pages in `concepts/`, `entities/`, `skills/`, `synthesis/`,204 `journal/`, or `projects/` as appropriate.2055. Update `index.md`, `log.md`, `hot.md`, and `.manifest.json`.2066. Preserve provenance in frontmatter fields such as `sources`, `summary`,207 `provenance`, `base_confidence`, `lifecycle`, `created`, and `updated` when208 following the framework templates.209210Legacy mode:211212Steps:2132141. Read the source carefully.2152. Create or update one source page in `wiki/sources/`.2163. Update the affected durable pages in `wiki/entities/`,217 `wiki/concepts/`, or `wiki/analyses/`.2184. Update `wiki/index.md`.2195. Append an entry to `wiki/log.md`.220221Rules:222223- Prefer one source page per source item when practical.224- For tightly related documents, use one bundle source page and list every225 member in `sources`.226- Preserve provenance. Do not rewrite source material in place.227228### MarkItDown-Assisted Ingest229230Use when source material exists in non-markdown formats and should be prepared231for wiki ingest without inventing content.232233Typical cases:234235- PDF236- DOCX237- PPTX238- HTML239- copied exports or downloaded source bundles that are easier to ingest after240 markdown conversion241242Rules:243244- Treat original files as read-only unless explicitly told otherwise.245- In `obsidian-wiki` mode, prefer writing converted artifacts into `_raw/` or246 another explicitly chosen staging area, not into compiled category folders.247- In legacy mode, prefer writing converted artifacts into `raw/` or another248 explicitly chosen ingest staging area, not into `wiki/`.249- Do not overwrite the original source file with converted markdown.250- After conversion, ingest from the converted artifact as a source, preserving251 provenance back to the original path.252- If conversion quality is poor, say so explicitly instead of pretending the253 markdown is trustworthy.254255Local tool note:256257- A local `MarkItDown` environment exists at:258 `$HOME/LLM Wiki MarkItDown/MarkItDown/venv/bin/markitdown`259- Installed version observed locally: `markitdown 0.1.5`260261Practical workflow:2622631. Identify the original source file.2642. Convert it with local `markitdown` into a staging markdown file.2653. Keep the original file untouched.2664. Read the converted markdown critically.2675. In `obsidian-wiki` mode, create/update one `references/` page from that268 converted source, then update durable pages, `index.md`, `log.md`, `hot.md`,269 and `.manifest.json`.2706. In legacy mode, create/update one `wiki/sources/` page from that converted271 source, then update durable pages, `wiki/index.md`, and `wiki/log.md`.272273### Query274275Use when the user asks a question that the wiki should answer.276277In `obsidian-wiki` mode:2782791. Resolve config and read `index.md`, `hot.md`, and relevant frontmatter280 summaries first.2812. Read relevant durable pages only when needed.2823. Answer from the wiki first with `[[wikilink]]` citations.2834. If the wiki is insufficient, state the missing source or page explicitly.284285Legacy mode:286287Steps:2882891. Read `wiki/index.md` first to orient.2902. Read the relevant durable pages.2913. Answer from the wiki first.2924. Cite relevant pages with `[[wikilinks]]`.2935. If the answer is durable, save or propose a new analysis page.294295Rules:296297- Do not silently mix source facts and inference.298- If the wiki is insufficient, say what is missing.299300### Lint301302Use when the user wants quality control on the wiki.303304Check for:305306- broken links307- orphan pages308- weakly connected pages309- duplicate or overlapping pages310- contradictions311- concepts or entities repeatedly mentioned without their own page312- stale claims or superseded pages313314Fix directly when safe:315316- broken links317- index drift318- missing backlinks that are clearly warranted319- obvious page placement or title cleanup320- stale `hot.md` or `.manifest.json` metadata in `obsidian-wiki` mode when the321 correction is mechanical and source-backed322323Report instead of guessing when judgment is needed.324325## Page Discipline326327- Prefer updating durable pages over creating fragments.328- Keep source pages factual and durable pages synthetic.329- Keep YAML frontmatter valid.330- Maintain meaningful wikilinks.331- In `obsidian-wiki` mode, keep `index.md`, `log.md`, `hot.md`, and332 `.manifest.json` current.333- In legacy mode, keep `wiki/index.md` and `wiki/log.md` current.334- If a claim lacks trustworthy support, say so explicitly.335336## Truthfulness Rules337338- Do not invent facts.339- Distinguish source-backed facts from synthesis.340- Preserve uncertainty explicitly.341- Never fabricate provenance, citations, source counts, or page links.342343## Architecture Notes344345- If the wiki describes software, keep architecture pages separate from346 implementation pages.347- If comparing systems or products, ingest both sides first, then write a348 synthesis page.349- If the user supplies text directly in chat, treat it as a source note and350 record its provenance in the source page body.351- If imported source material first passes through `MarkItDown`, preserve both:352 the original file path and the converted markdown path in the resulting source353 page or provenance note when useful.354355## Local Example356357For a concrete working vault in this environment, read358`references/artigram-example.md`.359360For a local conversion-oriented setup in this environment, note:361362- wiki skeleton:363 `$HOME/LLM Wiki MarkItDown/LLM Wiki`364- MarkItDown venv:365 `$HOME/LLM Wiki MarkItDown/MarkItDown/venv`