fix: spelling
Node.js CI / Lint and Test (push) Successful in 1m46s

This commit is contained in:
2025-11-12 20:31:35 -08:00
parent 6b482ec567
commit 78ea7cc209
4 changed files with 15 additions and 5 deletions
+10
View File
@@ -58,7 +58,9 @@
"CFAA", "CFAA",
"Chibika", "Chibika",
"CPACC", "CPACC",
"cuda",
"Dansk", "Dansk",
"Eclaire",
"Eirene", "Eirene",
"Elaria", "Elaria",
"Elowyn", "Elowyn",
@@ -70,7 +72,9 @@
"faers", "faers",
"Fediverse", "Fediverse",
"Français", "Français",
"genai",
"Gitea", "Gitea",
"Heroku",
"Hikari", "Hikari",
"incentivising", "incentivising",
"Isolda", "Isolda",
@@ -79,6 +83,7 @@
"Iuvo", "Iuvo",
"Jessara", "Jessara",
"KADOKAWA", "KADOKAWA",
"Keiko",
"LGBTQ", "LGBTQ",
"Lietuvių", "Lietuvių",
"Liora", "Liora",
@@ -90,8 +95,10 @@
"Mommy", "Mommy",
"NAMI", "NAMI",
"Nederlands", "Nederlands",
"Nomena",
"Nymira", "Nymira",
"OFAC", "OFAC",
"Ollama",
"Oriana", "Oriana",
"Pavelle", "Pavelle",
"PIPEDA", "PIPEDA",
@@ -102,11 +109,13 @@
"Reddiquette", "Reddiquette",
"Română", "Română",
"Rosalia", "Rosalia",
"Saisoku",
"Sakura", "Sakura",
"Serenya", "Serenya",
"Sorielle", "Sorielle",
"Suomi", "Suomi",
"Svenska", "Svenska",
"Sylvara",
"Taryne", "Taryne",
"Tessara", "Tessara",
"Thalassa", "Thalassa",
@@ -116,6 +125,7 @@
"Veluna", "Veluna",
"Verena", "Verena",
"Vitalia", "Vitalia",
"Vivicrea",
"Vivienne", "Vivienne",
"vtubing", "vtubing",
"WCAG", "WCAG",
+1 -1
View File
@@ -307,7 +307,7 @@ Users of the Application must:
1. **Obtain Consent**: Ensure all meeting participants have consented to recording before using the Application 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 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 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 ### Compliance Recommendations
+2 -2
View File
@@ -150,8 +150,8 @@ tsx src/music/id3v2.ts
**What it does:** **What it does:**
- Scans `/home/naomi/down` for MP3 files - Scans `/home/naomi/down` for MP3 files
- Extracts title from filename (removing special characters) - Extracts title from filename (removing special characters)
- Sets artist to "Neuro-sama" - Sets artist to configured string.
- Adds album artwork from `/home/naomi/neuro.png` - Adds album artwork from configured path.
- Displays progress bar during processing - Displays progress bar during processing
**Required system dependencies:** **Required system dependencies:**
+2 -2
View File
@@ -2,7 +2,7 @@
title: Vivicrea 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 ## 1. User Documentation
@@ -251,7 +251,7 @@ The Application uses `@nhcarrigan/logger` for structured logging:
- Bot startup events are logged at the "debug" level - Bot startup events are logged at the "debug" level
- The logger requires a `LOG_TOKEN` environment variable - 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 ### 2.12 Deployment Considerations