- Redesigned frontend with Outfit/Figtree typography, coral accent palette, noise texture, glassmorphism header, and staggered animations - Split monolithic index.html into modular JS (app, api, upload, batch, results, page-viewer, utils) and extracted CSS - Fixed worker.py to generate page images for Visual Page Inspector - Added Docker Compose stack (web, worker, redis, postgres) - Added batch upload, HTML report export, rate limiting, and Redis queue - Extended test suite with checker, remediation, worker, and DB tests Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
25 lines
219 B
Text
25 lines
219 B
Text
.git
|
|
.gitignore
|
|
.env
|
|
.keys
|
|
.api_keys
|
|
.coverage
|
|
.cache
|
|
.pytest_cache
|
|
__pycache__
|
|
venv/
|
|
env/
|
|
htmlcov/
|
|
*.pyc
|
|
*.pyo
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/
|
|
.idea/
|
|
logs/
|
|
results/
|
|
uploads/
|
|
*.md
|
|
docs_req/
|
|
README's/
|
|
ENTERPRISE_ROADMAP.md
|