← Về thư mục
📄 / / root / GitHub / .agents / workflows / maintenance-vault-wf.md

description: "Workflow for scanning and standardizing Obsidian note YAML frontmatter metadata schemas."

Obsidian Vault Metadata Standardizer Workflow (/maintenance-vault)

This workflow synchronizes and standardizes the YAML frontmatter of Markdown notes within the Obsidian Vault directory: /Users/keira/Documents/GitHub/Obsidian Vault Mac/.

🛠️ Execution Steps

1. Vault Directory Resolution

2. Identify Note Categories & Schemas

Map each folder path to its designated YAML frontmatter schema: - 10_Projects/Consultancy/Wedding/T&J: yaml category: consultancy field: "wedding" project: "tj" tags: - consultancy type: note - 10_Projects/Consultancy/Others/ANMA: yaml category: consultancy field: "wellness" project: "anma" tags: - consultancy type: note - 10_Projects/Personal_Projects/VWG: yaml category: personal-project field: "wedding" project: "vwg" tags: - personal_project type: note - 20_Areas/Spiritual: yaml category: spiritual tags: - astrology - profile type: note - 20_Areas/Tech_Learning: yaml category: learning tags: - tech - ba type: note

3. Scan & Detect Anomalies

4. Safe Frontmatter Update

5. Report & Log