From 78ea7cc209b1be1bdf763a7e3d976d57bff2acc9 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Wed, 12 Nov 2025 20:31:35 -0800 Subject: [PATCH] fix: spelling --- .cspell.json | 10 ++++++++++ src/content/docs/projects/meeting-minutes.md | 2 +- src/content/docs/projects/scripts.md | 4 ++-- src/content/docs/projects/vivicrea.md | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.cspell.json b/.cspell.json index 5811469..bc0c45a 100644 --- a/.cspell.json +++ b/.cspell.json @@ -58,7 +58,9 @@ "CFAA", "Chibika", "CPACC", + "cuda", "Dansk", + "Eclaire", "Eirene", "Elaria", "Elowyn", @@ -70,7 +72,9 @@ "faers", "Fediverse", "Français", + "genai", "Gitea", + "Heroku", "Hikari", "incentivising", "Isolda", @@ -79,6 +83,7 @@ "Iuvo", "Jessara", "KADOKAWA", + "Keiko", "LGBTQ", "Lietuvių", "Liora", @@ -90,8 +95,10 @@ "Mommy", "NAMI", "Nederlands", + "Nomena", "Nymira", "OFAC", + "Ollama", "Oriana", "Pavelle", "PIPEDA", @@ -102,11 +109,13 @@ "Reddiquette", "Română", "Rosalia", + "Saisoku", "Sakura", "Serenya", "Sorielle", "Suomi", "Svenska", + "Sylvara", "Taryne", "Tessara", "Thalassa", @@ -116,6 +125,7 @@ "Veluna", "Verena", "Vitalia", + "Vivicrea", "Vivienne", "vtubing", "WCAG", diff --git a/src/content/docs/projects/meeting-minutes.md b/src/content/docs/projects/meeting-minutes.md index fac99fe..5fddfb9 100644 --- a/src/content/docs/projects/meeting-minutes.md +++ b/src/content/docs/projects/meeting-minutes.md @@ -307,7 +307,7 @@ Users of the Application must: 1. **Obtain Consent**: Ensure all meeting participants have consented to recording before using the Application 2. **Comply with Laws**: Follow all applicable local, state, and federal laws regarding audio recording and consent 3. **Protect Data**: Securely store and handle meeting summaries and transcripts containing sensitive or confidential information -4. **Respect Confidentiality**: Honor any confidentiality agreements or expectations of meeting participants +4. **Respect Confidentiality**: Honour any confidentiality agreements or expectations of meeting participants ### Compliance Recommendations diff --git a/src/content/docs/projects/scripts.md b/src/content/docs/projects/scripts.md index 06b3dab..7070550 100644 --- a/src/content/docs/projects/scripts.md +++ b/src/content/docs/projects/scripts.md @@ -150,8 +150,8 @@ tsx src/music/id3v2.ts **What it does:** - Scans `/home/naomi/down` for MP3 files - Extracts title from filename (removing special characters) -- Sets artist to "Neuro-sama" -- Adds album artwork from `/home/naomi/neuro.png` +- Sets artist to configured string. +- Adds album artwork from configured path. - Displays progress bar during processing **Required system dependencies:** diff --git a/src/content/docs/projects/vivicrea.md b/src/content/docs/projects/vivicrea.md index cf30a2e..51b6824 100644 --- a/src/content/docs/projects/vivicrea.md +++ b/src/content/docs/projects/vivicrea.md @@ -2,7 +2,7 @@ title: Vivicrea --- -Vivicrea (hereinafter the "Application") is a Discord bot that generates AI-powered anime-style images of a character named Naomi using Google's Gemini 2.5 Flash Image generation model. The bot, internally named "Nomena", responds to mentions in Discord servers and creates custom artwork based on a detailed character reference. +Vivicrea (hereinafter the "Application") is a Discord bot that generates AI-powered anime-style images of a character named Naomi using Google's Gemini 2.5 Flash Image generation model. The bot responds to mentions in Discord servers and creates custom artwork based on a detailed character reference. ## 1. User Documentation @@ -251,7 +251,7 @@ The Application uses `@nhcarrigan/logger` for structured logging: - Bot startup events are logged at the "debug" level - The logger requires a `LOG_TOKEN` environment variable -- Logs are identified with the service name "Nomena" +- Logs are identified with the service name "Vivicrea" ### 2.12 Deployment Considerations