fix(implementer): update Resources section with accurate implementation stats

Changed "Source Code" to "Reference Implementation" with correct counts:
- Services: 22 governance components (was 11)
- Data Models: 29 MongoDB schemas (was 10)
- Test Coverage: 35 test suites (was 17)

Clarifies that agenticgovernance.digital itself runs on Tractatus governance,
providing real-world proof of concept.

GitHub repository repositioned as "Collaboration Repository" rather than
source of truth, which is more accurate.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
TheFlow 2025-10-26 20:14:40 +13:00
parent 97f6a15ec1
commit a7ab827bca

View file

@ -896,34 +896,30 @@ const govResponse = await fetch(
</div>
<div class="bg-white rounded-lg p-6">
<h3 class="text-xl font-bold text-gray-900 mb-4">Source Code</h3>
<ul class="space-y-3 text-sm">
<h3 class="text-xl font-bold text-gray-900 mb-4">Reference Implementation</h3>
<p class="text-sm text-gray-600 mb-4">
This website (agenticgovernance.digital) runs on Tractatus governance.
</p>
<ul class="space-y-2 text-sm text-gray-700">
<li>
<a href="https://github.com/AgenticGovernance/tractatus-framework/tree/main/src/services"
class="text-blue-600 hover:text-blue-700 font-medium"
target="_blank"
rel="noopener noreferrer">
→ /src/services/
</a>
<span class="text-gray-500 ml-2">11 services</span>
<span class="font-medium">Services:</span>
<span class="text-gray-500 ml-2">22 governance components</span>
</li>
<li>
<a href="https://github.com/AgenticGovernance/tractatus-framework/tree/main/src/models"
class="text-blue-600 hover:text-blue-700 font-medium"
target="_blank"
rel="noopener noreferrer">
→ /src/models/
</a>
<span class="text-gray-500 ml-2">10 MongoDB models</span>
<span class="font-medium">Data Models:</span>
<span class="text-gray-500 ml-2">29 MongoDB schemas</span>
</li>
<li>
<a href="https://github.com/AgenticGovernance/tractatus-framework/tree/main/tests"
<span class="font-medium">Test Coverage:</span>
<span class="text-gray-500 ml-2">35 test suites</span>
</li>
<li class="pt-3">
<a href="https://github.com/AgenticGovernance/tractatus-framework"
class="text-blue-600 hover:text-blue-700 font-medium"
target="_blank"
rel="noopener noreferrer">
→ /tests/
Collaboration Repository
</a>
<span class="text-gray-500 ml-2">17 test files</span>
</li>
</ul>
</div>