Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@
<div class="node-card-desc">Central ecosystem portal, architectural blueprint, and cross-project governance map.</div>
</a>

<a href="https://howlcipher.github.io/howlproof/" class="drawer-node-card">
<div class="node-card-top">
<span class="node-card-name">HOWLPROOF</span>
<span class="node-card-role" style="color: var(--color-red);">[RED-TEAM QA]</span>
</div>
<div class="node-card-desc">Independent adversarial evaluation, falsification, reproducible findings, and evidence for verdicts.</div>
</a>

<a href="https://howlcipher.github.io/howlcreate/" class="drawer-node-card active-hub">
<div class="node-card-top">
<span class="node-card-name">HOWLCREATE</span>
Expand Down Expand Up @@ -147,7 +155,7 @@
</a>
</div>
<div class="drawer-footer">
<span>● 10 PRODUCTION NODES</span>
<span>● 11 ECOSYSTEM NODES</span>
<span>AUTH // HOWL 2026</span>
</div>
</aside>
Expand Down Expand Up @@ -534,6 +542,7 @@ <h2><span class="sec-id">SECTION // 06</span> Current Status, Installation &amp;
<a href="https://howlcipher.github.io/howlnotes/">HowlNotes</a>
<a href="https://howlcipher.github.io/howlboard/">HowlBoard</a>
<a href="https://howlcipher.github.io/howlwriter/">HowlWriter</a>
<a href="https://howlcipher.github.io/howlproof/">HowlProof</a>
<a href="https://howlcipher.github.io/howldream/">HowlDream</a>
</nav>
<a href="#main-content">[ BACK TO TOP ]</a>
Expand Down
1 change: 1 addition & 0 deletions tests/test_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading