Agent Notes

Project Basics

export LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8
bundle exec jekyll serve

Static Build Check

For a deployed-build style check, use:

bundle exec jekyll clean
bundle exec jekyll build
node scripts/validate-public-build.mjs _site

Then serve _site only if a static preview is specifically needed.

Browser Testing

npx agent-browser get styles "<selector>" --json

Git Branches