chore(privacy): scrub real-org references from plugin internals (phase 2)

Same bulk replacement applied to plugin-internal KB, examples, fixtures,
tests, and docs. Real organization names, persona names, internal system
identifiers, and domain-specific terms replaced with fictional generic
public-sector entity (DDT) and generic terminology.

Scope:
- okr/ — examples, governance, framework, integrations, sources
- ms-ai-architect/ — KB references (engineering, governance, security,
  infrastructure, advisor), tests/fixtures, agents, docs
- linkedin-thought-leadership/ — voice samples, network-builder,
  examples (genericized identifying headlines to "[your organization]")
- llm-security/ — research notes, scan report

Manual genericization beyond bulk replace:
- okr SKILL.md "Primary user / Domain" — generic Norwegian public sector
- linkedin-voice SKILL.md headline placeholder
- network-builder.md headline placeholder
- high-engagement-posts.md voice sample employer line + hashtag

Phase 3 (factual-attribution review) remains: a few KB files attribute
publicly known transport-sector docs/datasets (e.g. håndbok V440, NVDB)
to the fictional DDT after bulk replace. Needs manual semantic review
to either remove or restore correct citation without re-introducing
affiliation references.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Kjell Tore Guttormsen 2026-05-03 04:28:15 +02:00
commit 781d98f62f
61 changed files with 138 additions and 138 deletions

View file

@ -65,7 +65,7 @@ synthesizer = speechsdk.SpeechSynthesizer(
# Teksten sin automatisk detekterte språk styrer uttale
result = synthesizer.speak_text_async(
"Dette vedtaket er sendt til deg fra Statens vegvesen."
"Dette vedtaket er sendt til deg fra Direktoratet for digital tjenesteutvikling."
).get()
if result.reason == speechsdk.ResultReason.SynthesizingAudioCompleted:
@ -123,7 +123,7 @@ SSML (Speech Synthesis Markup Language) gir finkornet kontroll over korleis teks
<voice name="en-US-AvaMultilingualNeural">
<mstts:express-as style="friendly" styledegree="1.5">
<lang xml:lang="nb-NO">
Velkommen til Statens vegvesen sin telefonteneste.
Velkommen til Direktoratet for digital tjenesteutvikling sin telefonteneste.
</lang>
</mstts:express-as>
</voice>