W41: Compliance-Refresh (EU AI Act 02.08.2026, VerifyWise, EDPS) + Counter-Drift-Fix#3
Merged
Merged
Conversation
added 2 commits
May 26, 2026 01:25
Drei neue Compliance-Artikel auf der wiki: - ai-act-august-2026: Was am 02.08.2026 mit dem Enforcement-Start passiert (Governance, GPAI-Pflichten, Strafrahmen, 6 Schritte fuer KMUs) - verifywise-integration: Open-Source-Tool fuer EU AI Act, ISO 42001, NIST AI RMF inklusive Self-Hosting-Setup - edps-guidelines: Was der European Data Protection Supervisor fuer Generative-AI-Einsatz vorgibt (10 Praxis-Empfehlungen) Counter-Drift-Fix: - README.md Seiten-Badge 106 -> 109 - Content-Overview Compliance 10 -> 13 DE / Gesamt 109 - Cross-Surface-Hinweis: Hub als SSOT fuer Skill-/MCP-/Cert-Zahlen Cross-Linking gem. brand-v2/02: - Alle drei Artikel verlinken zu Hub, YouTube, LinkedIn, GitHub - Untereinander vernetzt via Related-Articles-Map in lib/articles.ts OPSEC-Check: keine Kundennamen, IPs, Hardware-Details.
…epo-slug update W42-EVAL-COMPLIANCE Sub-Agent T1-Fakt-Check (WebFetch github.com/verifywise-ai/verifywise) ergab: - Aktuelle Version v2.3.5 (Mai 2026) - License: Business Source License 1.1 (BSL 1.1), NICHT AGPL-3.0 - Repo transferiert von bluewave-labs/verifywise → verifywise-ai/verifywise - 13.437 Commits, 288 Stars — produktionsreif Korrektur per DEC-Pattern Fakten-Pflicht. Folge-PR W42-FIX-WIKI.
LEEI1337
added a commit
that referenced
this pull request
May 26, 2026
W41-compliance-refresh PR#3 added three new pages: - /compliance/ai-act-august-2026 - /compliance/verifywise-integration - /compliance/edps-guidelines These are LIVE (HTTP 200) but were missing from public/sitemap.xml. Search engines + Brain-Live-Probes couldn't discover them. Root cause: public/sitemap.xml is a static hand-maintained file, not generated from app/ routes. PR#3 added route files but forgot the sitemap update. lastmod=2026-04-01 on every URL is also stale. This patch: minimal targeted fix — adds the 3 new URLs with today's lastmod. Bigger refactor (app/sitemap.ts dynamic generator) tracked as W46-F-FOLLOWUP. Live-Verify (via curl HEAD, post-308-follow): - /compliance/ai-act-august-2026/ → 200 - /compliance/verifywise-integration/ → 200 - /compliance/edps-guidelines/ → 200 W46-F-WIKI-DEPLOY-FIX Sub-Agent (Brain-Welle-46). Co-authored-by: mackbook <mackbook@mackbooks-MacBook-Air.local>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Welle-41 Wiki-Refresh — operationalisiert Joe-pending #89 (PRIO HOCH, GAP-47 erhoeht funnelhemmend fuer LinkedIn-Wachstum).
Drei neue Compliance-Artikel
/compliance/ai-act-august-2026— Was passiert am Enforcement-Start des EU AI Actam 02.08.2026: Governance-Strukturen, GPAI-Pflichten (Art. 51-55), Strafrahmen
fuer Art. 4 und Art. 5, 6 Schritte fuer KMUs, haeufige Missverstaendnisse,
Cross-Ref zur bestehenden KI-Kompetenz-Schulung.
/compliance/verifywise-integration— Open-Source-Tool fuer AI-Governance,Risk und Compliance (AGPL-3.0, Bluewave Labs). Funktionen, Self-Hosting via
Docker Compose, Einordnung fuer DACH-KMUs unterschiedlicher Groesse,
Alternativen-Vergleich (Credo AI, Holistic AI), empfohlener Workflow.
/compliance/edps-guidelines— Was der European Data Protection Supervisorfuer Generative-AI-Einsatz vorgibt. 10 Praxis-Empfehlungen aus den
„Generative AI & EUDPR Orientations" (2024), Zusammenspiel mit dem EU AI Act,
Bedeutung fuer KMUs trotz formaler Adressierung an EU-Institutionen.
Counter-Drift-Fix
Seiten-106->Seiten-109MCP-Server- und Zertifikats-Zahlen — die wiki verlinkt nur und behauptet
keine eigenen Counts.
Cross-Linking (gem. brand-v2/02-cross-linking-matrix)
Alle drei neuen Artikel enthalten:
LinkedIn / GitHub
relatedArticlesMapinlib/articles.tsOPSEC-Check (gem. brand-v2/05-opsec-tabelle)
Keine Kundennamen, IPs, Hardware-Details, Standort-Angaben oder Stripe-Daten.
Manuell grep-verifiziert vor Commit.
Test plan
npm install && npm run buildlokal — Static-Export muss ohne Fehler durchlaufenFolge-Items (separat)