diff --git a/docs/index.html b/docs/index.html index f71afd7..030c7c7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -74,6 +74,14 @@
Central ecosystem portal, architectural blueprint, and cross-project governance map.
+ +
+ HOWLPROOF + [RED-TEAM QA] +
+
Independent adversarial evaluation, falsification, reproducible findings, and evidence for verdicts.
+
+
HOWLCREATE @@ -147,7 +155,7 @@
@@ -534,6 +542,7 @@

SECTION // 06 Current Status, Installation & HowlNotes HowlBoard HowlWriter + HowlProof HowlDream [ BACK TO TOP ] diff --git a/tests/test_docs.py b/tests/test_docs.py index 0964192..46edbf3 100644 --- a/tests/test_docs.py +++ b/tests/test_docs.py @@ -32,5 +32,6 @@ def test_index_html_contains_critical_sections_and_links(): assert "https://howlcipher.github.io/howlrelay/" in content assert "https://howlcipher.github.io/howlplane/" in content assert "https://howlcipher.github.io/howlframe/" in content + assert "https://howlcipher.github.io/howlproof/" in content assert "https://howlcipher.github.io/howlchangeops/" in content assert "https://github.com/howlcipher/howlcreate" in content