Commit Graph
20 Commits
Author SHA1 Message Date
Mark Eaton 6bc03e8b6a remove inputs 2025-09-17 19:37:48 -04:00
Mark Eaton ba221b941d delete requirements.txt 2025-09-17 19:30:19 -04:00
Mark Eaton a0825022e7 clean up project files 2025-09-17 19:29:45 -04:00
Mark Eaton 4fabdd688f remove some response specifications for compatibility 2025-09-17 19:18:54 -04:00
Mark Eatonandaider 068e56f0ff refactor: render response as plaintext with newlines, fallback to JSON pretty-print
Co-authored-by: aider (o3) <aider@aider.chat>
2025-09-17 19:14:48 -04:00
Mark Eatonandaider 9b4b607a20 refactor: replace print with string concatenation and convert "\n" to newlines in JSON output
Co-authored-by: aider (o3) <aider@aider.chat>
2025-09-17 19:10:49 -04:00
Mark Eatonandaider 089faff3a3 feat: add script to pretty-print JSON Lines (.jsonl) files with indentation option
Co-authored-by: aider (o3) <aider@aider.chat>
2025-09-17 19:08:44 -04:00
Mark Eatonandaider ea0e6bb5b6 fix: update call_o3 to use chat.completions for OpenAI API ≥ 1.0.0
Co-authored-by: aider (o3) <aider@aider.chat>
2025-09-17 15:44:10 -04:00
Mark Eatonandaider 01d73672e0 refactor: update batch_03_prompts.py to use openai>=1.0.0 client instantiation and method calls
Co-authored-by: aider (o3) <aider@aider.chat>
2025-09-17 15:38:21 -04:00
Mark Eatonandaider 4cc23871bb build: load OPENAI_API_KEY from .env using python-dotenv in batch_o3_prompts.py
Co-authored-by: aider (o3) <aider@aider.chat>
2025-09-17 15:20:36 -04:00
Mark Eaton c499380244 delete old files 2025-09-17 15:10:18 -04:00
Mark Eatonandaider 87d050fdbe chore: create inputs.jsonl with URLs extracted from guides.csv
Co-authored-by: aider (o3) <aider@aider.chat>
2025-09-17 15:03:55 -04:00
Mark Eatonandaider fd342fd1b5 feat: add batch script for repeated o3 model prompt calls with JSON input/output
Co-authored-by: aider (o3) <aider@aider.chat>
2025-09-17 14:59:18 -04:00
Mark Eatonandaider 53752a0577 feat: add script to audit guides using curl and pa11y for accessibility checks
Co-authored-by: aider (o3) <aider@aider.chat>
2025-09-17 14:51:23 -04:00
Mark Eatonandaider 84783fdc4d fix: handle empty pa11y stdout and forward stderr for JSON decode errors
Co-authored-by: aider (o3) <aider@aider.chat>
2025-09-17 14:45:11 -04:00
Mark Eaton 8c4303b31d style: remove debug print statement from run_pa11y function 2025-09-17 14:45:10 -04:00
Mark Eaton e0098733fd fix: add debug print for pa11y JSON output type in check_wcag_unique.py 2025-09-17 14:32:39 -04:00
Mark Eatonandaider a622bf203f feat: add script to audit guides for unique WCAG 2.1 AA issues using pa11y
Co-authored-by: aider (o3) <aider@aider.chat>
2025-09-17 14:23:26 -04:00
Mark Eatonandaider ef1c0bdf7e fix: use npx to run pa11y if not globally installed in check_wcag.py
Co-authored-by: aider (o3) <aider@aider.chat>
2025-09-17 13:55:29 -04:00
Mark Eatonandaider 3c329a5fe6 feat: add script to audit guides.csv URLs for WCAG 2.1 AA issues with pa11y and output filtered report
Co-authored-by: aider (o3) <aider@aider.chat>
2025-09-17 13:49:54 -04:00