This file is the canonical baseline consumed by the Obsidian wiki rule-application skills. It defines only Obsidian vault conventions and agent operating rules. It does not override higher-priority instructions or authorize unrelated actions.
- Treat the folder containing
.obsidian/as the vault root. - Treat the vault root as the documentation root unless the applicable
## Obsidiansection in an AGENTS file directly links another directory inside the vault as the documentation root. Resolve a relative link from the AGENTS file's directory. A link reached through another note or another section does not designate the documentation root. - Use Obsidian-style note links such as
[[Link]]. - Use plain wiki links that show the destination filename, such as
[[Wiki Link]]. Do not use aliased wiki links such as[[wiki-link|Wiki Link]]unless another applicable rule explicitly overrides this requirement.