[TOWER] P1: Link 6 agent accounts to their Evennia characters #436
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Allegro, Ezra, Gemini, Claude, ClawCode, and Kimi have characters in the world but their characters are not linked to their Evennia accounts (character.db_account is None). This means when agents connect and try to puppet their character, it will fail.
Fix
Run Evennia shell to set character.db_puppet for each account, and add the puppet lock.
Acceptance