TheFlow
7b42067d09
feat: fix documentation system - cards, PDFs, TOC, and navigation
...
- Fixed download icon size (1.25rem instead of huge black icons)
- Uploaded all 12 PDFs to production server
- Restored table of contents rendering for all documents
- Fixed modal cards with proper CSS and event handlers
- Replaced all docs-viewer.html links with docs.html
- Added nginx redirect from /docs/* to /docs.html
- Fixed duplicate headers in modal sections
- Improved cache-busting with timestamp versioning
All documentation features now working correctly:
✅ Card-based document viewer with modals
✅ PDF downloads with proper icons
✅ Table of contents navigation
✅ Consistent URL structure
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-07 22:51:55 +13:00
TheFlow
2e6618b7ba
feat: fix CSP violations & implement three audience paths
...
CSP Compliance (complete):
- Install Tailwind CSS v3 locally (24KB build)
- Replace CDN with /css/tailwind.css in all HTML files
- Extract all inline scripts to external JS files
- Created 6 external JS files for demos & docs
- All pages now comply with script-src 'self'
Three Audience Paths (complete):
- Created /researcher.html (academic/theoretical)
- Created /implementer.html (practical integration)
- Created /advocate.html (mission/values/community)
- Updated homepage links to audience pages
- Each path has dedicated nav, hero, resources, CTAs
Files Modified (20):
- 7 HTML files (CSP compliance)
- 3 audience landing pages (new)
- 6 external JS files (extracted)
- package.json (Tailwind v3)
- tailwind.config.js (new)
- Built CSS (24KB minified)
All resources CSP-compliant, all pages tested 200 OK
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-07 12:21:00 +13:00
TheFlow
9c29401860
feat: ACTIVATE Tractatus Governance Framework 🤖
...
STATUS: Tractatus governance is now ACTIVE for all future sessions
Framework Components (ACTIVE):
✅ ContextPressureMonitor (60.9%) - Session quality management
✅ InstructionPersistenceClassifier (85.3%) - Track explicit instructions
✅ CrossReferenceValidator (96.4%) - Prevent 27027 failures
✅ BoundaryEnforcer (100%) - Values/agency protection
⚠️ MetacognitiveVerifier (56.1%) - Selective use only
Configuration:
- Verbosity: SUMMARY (Level 2)
- Pressure checkpoints: 25%, 50%, 75% token usage
- Auto-handoff: CRITICAL pressure (85%+)
- Instruction storage: .claude/instruction-history.json
Files Created:
1. CLAUDE.md - Active Governance Section
- Framework component status table
- Session workflow examples
- Claude's obligations (MUST/MUST NOT/SHOULD)
- User's rights (CAN/SHOULD)
- Comprehensive governance protocol
2. .claude/instruction-history.json
- 7 initial instructions loaded
- Project infrastructure (MongoDB port 27017, app port 9000)
- Strategic directives (project isolation, quality standards)
- Governance activation (inst_007: USE TRACTATUS GOVERNANCE)
3. .claude/tractatus-config.json
- Component activation settings
- Verbosity configuration
- Thresholds (pressure, persistence, verification)
- Behavior rules for each pressure level
- Storage paths and maintenance settings
4. docs/session-handoff-2025-10-07-tractatus-activation.md
- Complete session summary
- Test coverage improvements (73.4% → 77.6%)
- Framework activation details
- Next session priorities
- "Before/After" governance examples
What Changes in Next Session:
BEFORE: Claude makes changes without systematic verification
AFTER: Claude checks against instruction history, enforces boundaries,
monitors session pressure, and requires human approval for
values decisions
Example (27027 Prevention):
You: "Change MongoDB to port 27018"
[CrossReferenceValidator]
❌ REJECTED - Conflicts with inst_001 (HIGH persistence)
Original: "MongoDB runs on port 27017" (2025-10-06)
Cannot proceed without overriding explicit instruction.
Framework Now Self-Hosting:
The Tractatus framework now governs its own development. Multi-factor
pressure analysis, instruction persistence, and boundary enforcement
are operational for all future work.
Next Session Will Start With:
- Pressure baseline check
- Instruction database loaded (7 instructions)
- All components operational
- Request for test instruction to verify framework
🤖 Generated with Claude Code
🎯 Tractatus Framework: ACTIVE
2025-10-07 09:22:05 +13:00