TheFlow
2298d36bed
fix(submissions): restructure Economist package and fix article display
...
- Create Economist SubmissionTracking package correctly:
* mainArticle = full blog post content
* coverLetter = 216-word SIR— letter
* Links to blog post via blogPostId
- Archive 'Letter to The Economist' from blog posts (it's the cover letter)
- Fix date display on article cards (use published_at)
- Target publication already displaying via blue badge
Database changes:
- Make blogPostId optional in SubmissionTracking model
- Economist package ID: 68fa85ae49d4900e7f2ecd83
- Le Monde package ID: 68fa2abd2e6acd5691932150
Next: Enhanced modal with tabs, validation, export
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-24 08:47:42 +13:00
TheFlow
9cbc26b91b
refactor: remove all non-implementation documentation
...
REMOVED: 11 background/internal documentation files from docs/
Internal Project Documentation (3):
- ADR-001-dual-governance-architecture.md - Internal decision about file vs DB storage
- IMPLEMENTATION_PLAN_2025-10-21.md - Internal planning (session effectiveness 4/10)
- USER_GUIDE_PROJECTS.md, USER_GUIDE_RULE_MANAGER.md - Admin UI guides for Tractatus website
Background/Educational Content (5):
- GLOSSARY.md (both versions) - "Non-technical stakeholders" glossary
- introduction.md - Wittgenstein philosophy background
- core-concepts.md - Conceptual explanations
- technical-architecture.md - Internal architecture overview
Diagrams (2):
- architecture-diagram.mmd, architecture-diagram-generic.mmd - Show website features
RETAINED Implementation Docs:
- API documentation (docs/api/) - RULES_API, PROJECTS_API, OpenAPI spec, examples
- Architecture diagrams (docs/diagrams/*.svg) - Visual reference
- Deployment quickstart
REASON: Public GitHub is for developers IMPLEMENTING the framework,
not for understanding what Tractatus is philosophically or how the
Tractatus project internally works.
All background content belongs on https://agenticgovernance.digital
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-21 21:28:57 +13:00
TheFlow
c72db6da87
docs: add comprehensive Glossary of Terms for Tractatus framework
...
Created extensive non-technical glossary covering:
Core Concepts:
- Agentic Governance and its real-world importance
- Tractatus philosophical foundation
- The "27027 Incident" as canonical failure mode
- AI Safety Framework principles
Five Core Services (detailed explanations):
- Instruction Persistence Classifier
- Cross-Reference Validator
- Boundary Enforcer
- Context Pressure Monitor
- Metacognitive Verifier
Classification Systems:
- Five Quadrants (STRATEGIC, OPERATIONAL, TACTICAL, SYSTEM, STOCHASTIC)
- Three Persistence Levels (HIGH, MEDIUM, LOW)
- Temporal Scope categories
Safety & Verification:
- Confidence scoring and decision thresholds
- Five pressure levels (NORMAL → DANGEROUS)
- Five verification dimensions with weights
- Session handoff procedures
Human Oversight:
- Values alignment principles
- Agency and sovereignty protection
- Harmlessness commitment
- Human-in-the-loop implementation
Practical Application:
- Real-world scenarios demonstrating framework value
- Reflection questions for project owners
- Why governance matters
Target audience: Non-technical stakeholders
Purpose: Enable deep understanding of vocabulary and concepts
Format: Generous verbosity with extensive analogies
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-07 11:11:56 +13:00