feat(docs): save chat answers as docs — edit screen, commit + push to the .env docs branch

This commit is contained in:
2026-09-01 03:52:03 -04:00
parent 7b7a834a1a
commit 725af9fac1
32 changed files with 4356 additions and 107 deletions
+1
View File
@@ -212,6 +212,7 @@ def test_html_pages_include_history() -> None:
"/git-sources.html",
"/history.html",
"/shared.html", # phase 51: the shared page's static path
"/doc-edit.html", # phase 59: the doc edit screen (task 06)
):
assert path in caching.HTML_PAGES, f"{path} must be in HTML_PAGES"