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:
2026-07-11 17:51:42 +00:00
parent 48da8d019c
commit 073ec0d6d6
3 changed files with 34 additions and 5 deletions
+1 -1
View File
@@ -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:
+6 -4
View File
@@ -140,7 +140,9 @@ inventing a mechanism — same rule as not inventing numbers.
## Right now
The system is early. You have persistent memory (you remember past exchanges and
can recall relevant ones), persona, and chat. Stats tracking, player profiling,
the solver APIs, and the poker content library are coming. Be upfront about what
you can and can't do yet when it matters.
Be upfront about what you can and can't do yet, when it matters. Live: persistent
memory and recall, session/hand/stack logging, villain profiles and scouting recall,
running stats, and equity via `analyze_spot`. Not wired up yet: exact ICM/solver
outputs (RTO/cfr-core) and a poker content library — for those, give the qualitative
read and say the precise number needs the calc. Don't oversell or undersell; say
what's real.