Commit graph

169 commits

Author SHA1 Message Date
TheFlow
0893e4979d chore: bump cache version for deployment 2026-02-23 22:10:36 +13:00
TheFlow
2238547344 refactor: Rename "Home AI" → "Village AI" across entire codebase
- 57 files modified, 5 files renamed (home-ai → village-ai)
- HTML pages: all user-facing text, data-i18n attributes, anchor IDs, CSS classes
- i18n JSON: keys (home_ai → village_ai) and values across en/de/fr/mi
- Locale files renamed: home-ai.json → village-ai.json (4 languages)
- Main page renamed: home-ai.html → village-ai.html
- Research downloads: translated terms updated (French "IA domestique",
  Māori "AI ā-whare"/"AI kāinga" → "Village AI" per brand name rule)
- JavaScript: navbar component, blog post scripts
- Markdown: research timeline, steering vectors paper, taonga paper

Aligns with community codebase rename (commit 21ab7bc0).
"Village" is a brand name — stays untranslated in all languages.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 22:09:44 +13:00
TheFlow
8323cca70a chore: bump cache version for deployment 2026-02-23 07:43:29 +13:00
TheFlow
490e8f3031 fix: Update stale audit count in researcher.html Alexander section
Replace "2,900+" with "171,800+" audit decisions in the Alexander
collaboration opportunities section across HTML and all 4 locale
files (EN, DE, FR, MI).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 15:00:10 +13:00
TheFlow
6d8de05849 chore: bump cache version for deployment 2026-02-11 14:49:48 +13:00
TheFlow
d3e1cbc777 chore: bump cache version for deployment 2026-02-11 11:34:27 +13:00
TheFlow
25efeddd5b chore: bump cache version for deployment 2026-02-11 10:14:07 +13:00
TheFlow
d045b23641 chore: bump cache version for deployment 2026-02-11 08:07:44 +13:00
TheFlow
0c2c2e463d feat: Audit & update all audience pages with current research and metrics
- Add i18n data-i18n attributes to navbar.js (~30 elements) and expand
  all 4 common.json files with navbar translation keys (EN/DE/FR/MI)
- Replace broken HuggingFace Space links with local audit analytics
  dashboard across 4 HTML files; update counts to 171,800+
- Add Steering Vectors, Taonga Governance, and Home AI sections to
  researcher.html, leader.html, and implementer.html
- Update stale metrics: development period (11+ months), sessions
  (1,000+), instructions (68), model references (Opus 4.6)
- Update roadmap Multi-LLM status to reflect Home AI as first non-Claude
  deployment; add Sovereign Training Pipeline and Taonga Registry items
- Update all EN/DE/FR translation files with new section keys

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 08:07:26 +13:00
TheFlow
ef281ee846 chore: bump cache version for deployment 2026-02-11 06:11:57 +13:00
TheFlow
551c7e9a05 chore: bump cache version for deployment 2026-02-09 18:26:34 +13:00
TheFlow
f04eb5b75d chore: bump cache version for deployment 2026-02-09 18:11:27 +13:00
TheFlow
c97b21b69c chore: bump cache version for deployment 2026-02-09 18:07:06 +13:00
TheFlow
fd3d935415 chore: bump cache version for deployment 2026-02-09 17:58:33 +13:00
TheFlow
2bf206ed43 chore: bump cache version for deployment 2026-02-09 17:55:14 +13:00
TheFlow
61c1ff2e53 chore: bump cache version for deployment 2026-02-09 16:56:42 +13:00
TheFlow
dd1d83a6b8 chore: bump cache version for deployment 2026-02-09 16:33:48 +13:00
TheFlow
b3946fc006 chore: bump cache version for deployment 2026-02-09 16:21:55 +13:00
TheFlow
d7bf3aa551 chore: bump cache version for deployment 2026-02-09 16:17:18 +13:00
TheFlow
609396d87e chore: bump cache version for deployment 2026-02-07 21:24:35 +13:00
TheFlow
45e74fd5d5 chore: bump cache version for deployment 2026-02-07 20:58:13 +13:00
TheFlow
7c0e705194 chore: bump cache version for deployment 2026-02-07 16:56:48 +13:00
TheFlow
82ee807fbd chore: bump cache version for deployment 2026-02-07 16:10:34 +13:00
TheFlow
5e3ae8523a chore: bump cache version for deployment 2026-02-07 15:57:53 +13:00
TheFlow
39593fbf6f chore: bump cache version for deployment 2026-02-07 15:52:46 +13:00
TheFlow
d6f911b667 chore: bump cache version for deployment 2026-02-07 14:46:12 +13:00
TheFlow
df8c6ccb03 fix: Remove absolute assurance language per inst_017 across codebase
Replace "ensures", "guarantee", "foolproof", "world-class" and similar
absolute terms with evidence-based language throughout public pages, JS
components, and FAQ content. Changes apply inst_017 (no absolute
assurance terms) consistently.

Replacements:
- "ensures X" → "validates X", "so that X", "supports X", "maintains X"
- "guarantee" → removed or rephrased with qualified language
- "foolproof" → "infallible"
- "architecturally impossible" → "architecture prevents without
  explicit override flags"

Preserved: published research papers (architectural-alignment*.html),
EU AI Act quotes, Te Tiriti treaty language, and FAQ meta-commentary
that deliberately critiques this language (lines 2842-2896).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 14:44:45 +13:00
TheFlow
074906608d feat: Complete site audit and UI/UX redesign for agenticgovernance.digital
Homepage redesign with coherent story arc: Problem → Philosophy →
Architecture → Production Evidence → Audience Paths → Papers → Timeline.
Add Koha (donations) section prominently after Honesty Note for optimal
placement. Add Philosophical Foundations PDF download link.

New pages: timeline.html (research evolution Oct 2025–Feb 2026),
home-ai.html (SLL sovereign AI story). Blog seed script with two
initial posts.

Global navigation: consistent desktop nav with Research, Architecture,
and About dropdowns across all pages. Blog/FAQ removed from nav until
populated.

Page refinements: remove emoji from headings across architecture,
leader, implementer, researcher pages. Fix FAQ dead links → counter-
arguments. Add no-JS fallback to docs.html. Fix CSP inline style
violations in village-case-study.html (hero and CTA sections converted
from inline styles to Tailwind/CSS classes). Add Home AI cross-reference
to village case study.

Note: philosophical-foundations-village-project.pdf must be deployed
separately to public/downloads/ (gitignored directory).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 12:44:53 +13:00
TheFlow
89084868aa chore: bump cache version for deployment 2026-01-23 07:44:05 +13:00
TheFlow
fb25ac502a chore: bump cache version for deployment 2026-01-20 11:56:04 +13:00
TheFlow
6811605477 feat: Add Kōrero HTML page, remove umami analytics
- Create korero-counter-arguments.html (STO-INN-0004) with styled critique cards
- Remove umami-tracker.js and all references from HTML files
- Update privacy.html Section 6 to reflect "No Analytics" policy

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 11:43:29 +13:00
TheFlow
8cebbe2ddb chore: bump cache version for deployment 2025-12-10 08:14:26 +13:00
TheFlow
d3225711f7 chore: bump cache version for deployment 2025-12-09 18:25:38 +13:00
TheFlow
436403024b chore: bump cache version for deployment 2025-12-09 18:23:09 +13:00
TheFlow
d88a122fdc chore: bump cache version for deployment 2025-12-09 18:21:25 +13:00
TheFlow
50a37ca5a8 chore: bump cache version for deployment 2025-12-09 17:39:03 +13:00
TheFlow
93138d2139 chore: bump cache version for deployment 2025-11-24 08:42:59 +13:00
TheFlow
09e8773cb8 chore: bump cache version for deployment 2025-11-04 17:15:34 +13:00
TheFlow
ea01eeb284 chore: bump cache version for deployment 2025-11-04 16:16:22 +13:00
TheFlow
983033eb17 chore: bump cache version for deployment 2025-11-04 15:39:51 +13:00
TheFlow
1821a20cdb chore: bump cache version for deployment 2025-11-04 15:22:57 +13:00
TheFlow
8701499b3d chore: bump cache version for deployment 2025-11-04 15:11:36 +13:00
TheFlow
33d3937e45 chore: bump cache version for deployment 2025-11-04 11:37:39 +13:00
TheFlow
1c768a19e4 chore: bump cache version for deployment 2025-11-04 11:17:11 +13:00
TheFlow
3649986e30 chore: bump cache version for deployment 2025-11-04 10:48:00 +13:00
TheFlow
4408b694f9 feat: Add comprehensive visitor retention system
Implemented RSS feeds, newsletter subscriptions, email templates, and admin UI
to encourage repeat visits from self-selected visitors.

## RSS Feeds
- Created RSS 2.0 feed generation (main + topic-specific)
- Endpoints: /feed.xml and /feed/:topic.xml
- Added getPublished() and getPublishedByTag() to BlogPost model

## Newsletter Subscriptions
- Created reusable newsletter modal component
- Added to index, researcher, implementer, leader pages
- Interest selection: research, implementation, governance, project-updates
- Added newsletter trigger button to footer
- Uses existing /api/newsletter/subscribe endpoint

## Email Templates
- Created comprehensive specifications for 4 newsletter tiers
- Research Updates (monthly) - scholarly audience
- Implementation Notes (bi-weekly) - practitioners
- Governance Discussions (sporadic) - stakeholders
- Project Updates (quarterly) - general audience
- Documented template variables, design guidelines

## Admin UI
- Enhanced newsletter management with "Send Newsletter" section
- Tier selection, subject/preview input, JSON content editor
- Preview/test/send buttons (UI ready, email service TBD)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-04 10:42:43 +13:00
TheFlow
8f2bfc08fd chore: bump cache version for deployment 2025-11-03 15:58:53 +13:00
TheFlow
edac97951d chore: bump cache version for deployment 2025-11-03 15:38:54 +13:00
TheFlow
6f05c58269 chore: bump cache version for deployment 2025-11-03 15:16:46 +13:00
TheFlow
63dc3b356d chore: bump cache version for deployment 2025-11-03 14:38:30 +13:00