TheFlow
d1596aa3f6
feat(researcher): radical overhaul of limitations section and research collaboration
...
Major changes to /researcher.html:
- Replace generic limitations with validated vs not validated structure
- Add grounded evidence for 5 validated capabilities (1,130+ audit logs, 62 instructions, 500 sessions)
- Honest disclosure of 8 research gaps with specific methodology needs
- Add Research Collaboration Opportunities section (8 concrete research questions RQ1-RQ8)
- Add research inquiry modal (9 form fields, awakening not recruitment approach)
- Update i18n with 170+ new keys across EN/DE/FR
Validated capabilities:
- Architectural blocking mechanisms functional
- Instruction persistence in single-session context
- Audit trails capture governance decisions
- Context pressure monitoring operational
- Single-project governance successful
Research gaps disclosed:
- Multi-organization deployments
- Adversarial robustness
- Cross-platform consistency
- Concurrent session architecture
- Rule proliferation impact
- Regulatory evidence sufficiency
- Values pluralism in practice
- Enterprise scale performance
Research collaboration features:
- 8 prioritized research questions (high/medium/low priority)
- Methodology specifications for each RQ
- "What we can offer" vs "What we cannot provide" (honest boundaries)
- Research inquiry modal (NOT user acquisition)
- Form validates methodological rigor focus
Cultural DNA compliance:
- inst_086: Honest uncertainty disclosure (validated vs unknown)
- inst_088: Awakening over recruiting (research partners, not users)
- inst_085: Grounded operational language (evidence-based claims)
- inst_017: Fixed absolute assurance terms ("guarantees" → "properties", "Guaranteed" → "Assured")
Translation: All 170+ new keys translated to German and French via DeepL API
Files modified:
- public/researcher.html: +260 lines (limitations, research collab, modal)
- public/js/researcher-page.js: +113 lines (modal functionality)
- public/locales/en/researcher.json: +170 keys
- public/locales/de/researcher.json: +170 keys (DeepL)
- public/locales/fr/researcher.json: +170 keys (DeepL)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-29 00:48:08 +13:00
TheFlow
7a4603b3a6
feat(researcher): WCAG compliance, Berlin/Weil foundations, fixed footer i18n
...
- Full WCAG accessibility: ARIA attributes (aria-expanded, aria-controls), keyboard navigation (Enter/Space)
- Reframed research context: Berlin/Weil as primary intellectual foundation (moral pluralism, categorical imperative)
- Bibliography with proper academic citations: Weil (The Need for Roots, Gravity and Grace), Berlin (Four Essays on Liberty)
- Fixed footer i18n: Implemented recursive deepMerge() to preserve nested translation objects
- Root cause: Shallow merge {...obj1, ...obj2} was overwriting entire footer object from common.json
- Consolidated all footer translations in common.json, removed from page-specific files
- Mobile optimization: 44px/48px touch targets, touch-action: manipulation, responsive design
- Progressive enhancement: <noscript> fallback for JavaScript-disabled users
- Version 1.3.0
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-22 23:56:37 +13:00
TheFlow
aab23e8c33
refactor: deep cleanup - remove all website code from framework repo
...
REMOVED: 77 website-specific files from src/ and public/
Website Models (9):
- Blog, CaseSubmission, Document, Donation, MediaInquiry,
ModerationQueue, NewsletterSubscription, Resource, User
Website Services (6):
- BlogCuration, MediaTriage, Koha, ClaudeAPI, ClaudeMdAnalyzer,
AdaptiveCommunicationOrchestrator
Website Controllers (9):
- blog, cases, documents, koha, media, newsletter, auth, admin, variables
Website Routes (10):
- blog, cases, documents, koha, media, newsletter, auth, admin, test, demo
Website Middleware (4):
- auth, csrf-protection, file-security, response-sanitization
Website Utils (3):
- document-section-parser, jwt, markdown
Website JS (36):
- Website components, docs viewers, page features, i18n, Koha
RETAINED Framework Code:
- 6 core services (Boundary, ContextPressure, CrossReference,
InstructionPersistence, Metacognitive, PluralisticDeliberation)
- 4 support services (AnthropicMemoryClient, MemoryProxy,
RuleOptimizer, VariableSubstitution)
- 9 framework models (governance, audit, deliberation, project state)
- 3 framework controllers (rules, projects, audit)
- 7 framework routes (rules, governance, projects, audit, hooks, sync)
- 6 framework middleware (error, validation, security, governance)
- Minimal admin UI (rule manager, dashboard, hooks dashboard)
- Framework demos and documentation
PURPOSE: Tractatus-framework repo is now PURELY framework code.
All website/project code remains in internal repo only.
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-21 21:22:40 +13:00
TheFlow
44a91e7fcf
feat: add case submission portal admin interface and i18n support
...
Case Submission Portal (Admin Moderation Queue):
- Add statistics endpoint (GET /api/cases/submissions/stats)
- Enhance filtering: status, failure_mode, AI relevance score
- Add sorting options: date, relevance, completeness
- Create admin moderation interface (case-moderation.html)
- Implement CSP-compliant admin UI (no inline event handlers)
- Deploy moderation actions: approve, reject, request-info
- Fix API parameter mapping for different action types
Internationalization (i18n):
- Implement lightweight i18n system (i18n-simple.js, ~5KB)
- Add language selector component with flag emojis
- Create German and French translations for homepage
- Document Te Reo Māori translation requirements
- Add i18n attributes to homepage
- Integrate language selector into navbar
Bug Fixes:
- Fix search button modal display on docs.html (remove conflicting flex class)
Page Enhancements:
- Add dedicated JS modules for researcher, leader, koha pages
- Improve page-specific functionality and interactions
Documentation:
- Add I18N_IMPLEMENTATION_SUMMARY.md (implementation guide)
- Add TE_REO_MAORI_TRANSLATION_REQUIREMENTS.md (cultural sensitivity guide)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-16 14:50:47 +13:00