docs: Update README, .env.example, and .gitignore for Living AI

- Add Living AI features overview to README
- Document all Living AI configuration options
- Add Living AI command toggles documentation
- Add new Living AI commands (!relationship, !mood, etc.)
- Update project structure to include new services
- Add Living AI settings to .env.example
- Add command toggles to .env.example
- Update commands reference with Living AI commands
- Add database files to .gitignore
This commit is contained in:
2026-01-12 20:06:29 +01:00
parent 0d43b5b29a
commit bf01724b3e
3 changed files with 140 additions and 3 deletions

5
.gitignore vendored
View File

@@ -57,3 +57,8 @@ Thumbs.db
# SearXNG config (may contain secrets)
searxng/settings.yml
# Database files (if using SQLite for testing)
*.db
*.sqlite
*.sqlite3