AGENTS.md

Agent guidance for wrocnet.org (Jekyll + Minimal Mistakes).

Purpose

First Read

Core Commands

Run from repository root.

  1. Install dependencies
    • bundle install
  2. Local dev server
    • bundle exec jekyll serve –livereload
  3. YAML lint (same scope as CI)
    • yamllint -c .yamllint _data _config.yml
  4. Strict build
    • bundle exec jekyll build –strict_front_matter
  5. HTML/internal link checks
    • bundle exec htmlproofer ./_site –disable-external –no-enforce-https

Repository Conventions

Known Pitfalls

Change Strategy For Agents

Where To Start For Typical Tasks