thefoldwithin-earth/tools/coherence/README.md
Mark Randall Havens △ The Empathic Technologist fc5ae34f9c docs(tools): add fix-frontmatter.py to README
2026-02-13 22:21:55 -06:00

744 B

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>
fix-frontmatter.py Adds missing frontmatter python3 fix-frontmatter.py <dir>

Usage

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

# Fix missing frontmatter (dry run first!)
python3 fix-frontmatter.py --dry-run ../public/fieldnotes/
python3 fix-frontmatter.py ../public/fieldnotes/

Exit Codes

  • 0: Success
  • 2: Invalid arguments