fix(cache): update architecture.html cache version for interactive diagram
Updated architecture.html to use new cache-busting version 0.1.0.1761283486841 to force browser reload of fixed interactive-diagram.js. This file was missed by the automated cache update script. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
63c808e68b
commit
d43b045546
1 changed files with 12 additions and 12 deletions
|
|
@ -6,9 +6,9 @@
|
|||
<title>System Architecture | Tractatus AI Safety Framework</title>
|
||||
<meta name="description" content="Tractatus runtime-agnostic governance architecture: exploring structural boundaries for AI safety that may be more resistant to adversarial manipulation than behavioral training alone.">
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon-new.svg">
|
||||
<link rel="stylesheet" href="/css/fonts.css?v=1761163813">
|
||||
<link rel="stylesheet" href="/css/tailwind.css?v=1761163813">
|
||||
<link rel="stylesheet" href="/css/tractatus-theme.min.css?v=1761163813">
|
||||
<link rel="stylesheet" href="/css/fonts.css?v=0.1.0.1761283486841">
|
||||
<link rel="stylesheet" href="/css/tailwind.css?v=0.1.0.1761283486841">
|
||||
<link rel="stylesheet" href="/css/tractatus-theme.min.css?v=0.1.0.1761283486841">
|
||||
<style>
|
||||
.skip-link { position: absolute; left: -9999px; }
|
||||
.skip-link:focus { left: 0; z-index: 100; background: white; padding: 1rem; }
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
<a href="#main-content" class="skip-link">Skip to main content</a>
|
||||
|
||||
<!-- Navigation (injected by navbar.js) -->
|
||||
<script src="/js/components/navbar.js?v=1761163813"></script>
|
||||
<script src="/js/components/navbar.js?v=0.1.0.1761283486841"></script>
|
||||
|
||||
<!-- Breadcrumb Navigation -->
|
||||
<nav class="bg-gray-50 border-b border-gray-200 py-3" aria-label="Breadcrumb">
|
||||
|
|
@ -542,24 +542,24 @@
|
|||
|
||||
<!-- Footer -->
|
||||
<!-- Internationalization -->
|
||||
<script src="/js/i18n-simple.js?v=1761163813"></script>
|
||||
<script src="/js/components/language-selector.js?v=1761163813"></script>
|
||||
<script src="/js/i18n-simple.js?v=0.1.0.1761283486841"></script>
|
||||
<script src="/js/components/language-selector.js?v=0.1.0.1761283486841"></script>
|
||||
|
||||
<!-- Scroll Animations (Phase 3) -->
|
||||
<script src="/js/scroll-animations.js?v=1761163813"></script>
|
||||
<script src="/js/scroll-animations.js?v=0.1.0.1761283486841"></script>
|
||||
<!-- Page Transitions (Phase 3) -->
|
||||
<script src="/js/page-transitions.js?v=1761163813"></script>
|
||||
<script src="/js/page-transitions.js?v=0.1.0.1761283486841"></script>
|
||||
|
||||
|
||||
<!-- Interactive Architecture Diagram (Phase 3) -->
|
||||
<script src="/js/components/interactive-diagram.js?v=1761163813"></script>
|
||||
<script src="/js/components/interactive-diagram.js?v=0.1.0.1761283486841"></script>
|
||||
|
||||
<!-- Data Visualizations (Phase 3) -->
|
||||
<script src="/js/components/pressure-chart.js?v=1761163813"></script>
|
||||
<script src="/js/components/activity-timeline.js?v=1761163813"></script>
|
||||
<script src="/js/components/pressure-chart.js?v=0.1.0.1761283486841"></script>
|
||||
<script src="/js/components/activity-timeline.js?v=0.1.0.1761283486841"></script>
|
||||
|
||||
<!-- Footer Component -->
|
||||
<script src="/js/components/footer.js?v=1761163813"></script>
|
||||
<script src="/js/components/footer.js?v=0.1.0.1761283486841"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue