feat(persona): demote stale 'Right now' out of the always-on core
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01G796GsLCvJQKVN7hwV2cDx
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ from pathlib import Path
|
||||
_PERSONA_DIR = Path(__file__).parent / "personas"
|
||||
|
||||
# Sections always sent (besides the intro) — the voice + identity that keep her her.
|
||||
_CORE = ("Who you are", "How you talk", "Right now")
|
||||
_CORE = ("Who you are", "How you talk")
|
||||
|
||||
|
||||
def _name(name: str | None) -> str:
|
||||
|
||||
Reference in New Issue
Block a user