thefoldwithin-earth/tools/coherence
Mark Randall Havens △ The Empathic Technologist 7e91572505 docs(tools): update README with check-metadata
2026-02-13 22:20:16 -06:00
..
check-frontmatter.py feat(tools): add check-frontmatter.py - first coherence tool 2026-02-13 22:18:11 -06:00
check-metadata.py feat(tools): add check-metadata.py - validates frontmatter fields 2026-02-13 22:20:02 -06:00
README.md docs(tools): update README with check-metadata 2026-02-13 22:20:16 -06:00

Coherence Tools

Tools for maintaining site coherence.

Tools

Tool Purpose Usage
check-frontmatter.py Validates YAML frontmatter exists python3 check-frontmatter.py <dir>
check-metadata.py Validates required fields python3 check-metadata.py <dir>

Usage

# Check all fieldnotes
python3 check-frontmatter.py ../public/fieldnotes/
python3 check-metadata.py ../public/fieldnotes/

# Check single file
python3 check-metadata.py file.md

Exit Codes

  • 0: All files pass
  • 1: Some files have issues
  • 2: Invalid arguments