From 06423da29d6eabde06c1ebca7b233224a5c262b8 Mon Sep 17 00:00:00 2001 From: howlcipher Date: Fri, 11 Sep 2026 10:08:01 -0400 Subject: [PATCH] docs: add HowlProof to the ecosystem drawer and footer navigation HowlProof is the ecosystem's independent red-team QA layer: it challenges an artifact, reproduces what it finds, and issues a verdict backed by an evidence bundle, and it never repairs the artifact it judges. The drawer footer stated a smaller count than the list of nodes above it, so rather than incrementing a stale figure it now states the count the page shows. Each page was rendered at 375px and 1440px against its own origin/main baseline: drawer cards go from ten to eleven with exactly one HowlProof card, and nothing changes in horizontal overflow, console errors or heading structure. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01X427iD1w9dAGLML8wKn9aJ --- docs/index.html | 11 ++++++++++- tests/test_docs.py | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) 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.
+
+ @@ -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