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",
"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",
+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
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
+2 -2
View File
@@ -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:**
+2 -2
View File
@@ -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