M1: initial scaffold — pipeline, specs, source, Dockerfile

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Paul O'Reilly
2026-04-17 23:52:40 +12:00
commit 8584def154
22 changed files with 1413 additions and 0 deletions

9
SPEC.md Normal file
View File

@@ -0,0 +1,9 @@
# Spec Index — website-evaluator
| Spec | Prefix | Read when... |
|---|---|---|
| [pipeline.md](spec/pipeline.md) | WE-P | Working on orchestration, input parsing, output layout, error handling |
| [screenshot.md](spec/screenshot.md) | WE-S | Working on screenshot capture or viewport configuration |
| [lighthouse.md](spec/lighthouse.md) | WE-L | Working on audit configuration, score extraction, or findings categorisation |
| [dom-analysis.md](spec/dom-analysis.md) | WE-D | Working on DOM metadata extraction |
| [report.md](spec/report.md) | WE-R | Working on report structure, section order, tone, or formatting rules |