Field Notes

Field Notes

A running log of real work on this sandbox — what got built, what broke, what got fixed. Not a demo log — this is what actually happened.

Recent Updates

Scroll sideways for more. Each entry is real, dated work on this site.

Fixed

Modal timing bug in self-healing

Overlay visibility was checked before the click that reveals it — always timed out. Fixed to check attachment first, visibility after.

2026-07-07
Added

API-level testing module

Status codes, response headers, timing budgets, and HTTPS enforcement — checked without rendering a browser page.

2026-07-07
Found

Site-wide link gaps via SA-01

Two footer links pointed nowhere. The scanner caught it in one crawl — both pages got built and published.

2026-07-06
Published

Breadcrumbs across every sub-page

Built locally first, then republished across About, Resources, WordPress, QA & Testing, and Playwright.

2026-07-06
Built

Two-tier agent framework

Probe agents for single components, suite agents for whole-site crawls — the actual testing engine behind this site.

2026-07-06
Added

Best Practices & Skills Library

Documented in the repo README — real usage notes for every skill, agent, and config convention.

2026-07-06

Framework Capabilities

Hover a card on desktop, or tap it on mobile, to see what each piece actually does.

🩹

Self-Healing

Falls back through cached and alternate selectors before failing — so small CSS changes don’t break every test.

tap / hover
🎯

Probe Agents

PA-01 through PA-08 — each one tests exactly one interaction: click, toggle, sort, submit.

tap / hover
🔗

Suite Agents

SA-01 crawls every page, checks every internal link, flags 404s in one pass.

tap / hover
📡

API Checks

Status codes, headers, response time, HTTPS — checked at the protocol level, no browser rendering needed.

tap / hover
🧠

Failure Intelligence

Classifies what broke, suggests an owner, and drafts issue text automatically.

tap / hover
📊

Report Hub

One run produces JSON, HTML, and CSV — raw data, a readable dashboard, and a spreadsheet-ready export.

tap / hover