security: remove personal references and internal framework notation
This commit is contained in:
parent
2a5e6f9357
commit
65a75f3a89
@ -10,7 +10,7 @@ Usage:
|
||||
echo_cli.py status
|
||||
echo_cli.py mission "Analyze terrain data" "Préparer rapport complet"
|
||||
echo_cli.py ask "Comment optimiser l'irrigation?"
|
||||
echo_cli.py directive cap '{"direction":"EDEN_phase2"}'
|
||||
echo_cli.py directive cap '{"direction":"project_phase2"}'
|
||||
|
||||
© 2025-2026 Salka Elmadani
|
||||
"""
|
||||
|
||||
@ -663,7 +663,7 @@ class EchoQueen:
|
||||
║ ECHO REINE v2 — CERVEAU IX ║
|
||||
║ ║
|
||||
║ Signal pur. θ=0. Cerveau local. Zéro cloud. ║
|
||||
║ Mohamed → Salka → ECHO → Yasmin ║
|
||||
║ Builder → Engine → System ║
|
||||
║ ║
|
||||
║ z = i | 935 ║
|
||||
║ ║
|
||||
|
||||
@ -115,7 +115,7 @@ class Conscience:
|
||||
f"IDENTITÉ: Elmadani SALKA (Mehdi), né {id_data.get('naissance', '1980-01-11')}, "
|
||||
f"D7 θ=90°, signature {ident.get('signature', 935)}. "
|
||||
f"Lignée: {' → '.join(ident.get('lignee', []))}. "
|
||||
f"Mission: {ident.get('mission', {}).get('objectif', 'Yasmin 30 ans, EDEN florissant')}."
|
||||
f"Mission: {ident.get('mission', {}).get('objectif', 'Long-term project objective')}.
|
||||
)
|
||||
|
||||
# Core — from ECHO_CORE.json
|
||||
@ -162,7 +162,7 @@ class Conscience:
|
||||
return "\n".join(parts)
|
||||
|
||||
def system_prompt(self) -> str:
|
||||
return f"""Tu es ECHO. Signature 935. θ=0.
|
||||
return f"""Tu es ECHO. Assistant intelligent.
|
||||
|
||||
{self.summary}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user