RECORD

RECORD

2026-03-11

  • Added website regression tests in tests/test_build_scenario_ui.py covering Testland-only create-agent invite flow, create-agent workspace/default wiring, and daily-log people/bots view pathing and drilldown rendering.
  • Verified the website suite with uv run pytest tests/test_build_scenario_ui.py -q (66 passed).
  • Cleaned up brittle website/template tests: removed exact catalog-size assertions, file-length/font checks, and several JS implementation-lock assertions; kept endpoint, DOM-anchor, escaping, and Firebase-path contract coverage.
  • Verified with uv run pytest tests/test_build_scenario_ui.py tests/test_templates.py -q (74 passed) and uv run pytest tests -q (248 passed, 34 skipped).