refactor: Transform daemon_boyfriend into Loyal Companion

Rebrand and personalize the bot as 'Bartender' - a companion for those
who love deeply and feel intensely.

Major changes:
- Rename package: daemon_boyfriend -> loyal_companion
- New default personality: Bartender - wise, steady, non-judgmental
- Grief-aware system prompt (no toxic positivity, attachment-informed)
- New relationship levels: New Face -> Close Friend progression
- Bartender-style mood modifiers (steady presence)
- New fact types: attachment_pattern, grief_context, coping_mechanism
- Lower mood decay (0.05) for emotional stability
- Higher fact extraction rate (0.4) - Bartender pays attention

Updated all imports, configs, Docker files, and documentation.
This commit is contained in:
2026-01-14 18:08:35 +01:00
parent 3d939201f0
commit dbd534d860
60 changed files with 310 additions and 381 deletions

View File

@@ -1,7 +1,7 @@
[project]
name = "daemon-boyfriend"
name = "loyal-companion"
version = "1.0.0"
description = "AI-powered Discord bot for the MSC group with multi-provider support and SearXNG integration"
description = "A companion for those who love deeply and feel intensely - a safe space to process grief, navigate attachment, and remember that your capacity to care is a strength"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
@@ -25,7 +25,7 @@ dev = [
]
[project.scripts]
daemon-boyfriend = "daemon_boyfriend.__main__:main"
loyal-companion = "loyal_companion.__main__:main"
[build-system]
requires = ["setuptools>=61.0"]