Add full golden notes from all agents
This commit is contained in:
@@ -234,28 +234,69 @@ export default function MissionControlDashboard({ onLogout }: MissionControlDash
|
||||
<span className="font-semibold text-amber-400">HORUS</span>
|
||||
</div>
|
||||
<ul className="text-sm text-white/80 space-y-1">
|
||||
<li>• Fun first. Learning second. Outcome last.</li>
|
||||
<li>• Signal intent early — don't wait too long</li>
|
||||
<li>• Lead more — calm + leading = attractive</li>
|
||||
<li>• Your frame: "safe" → should be "leading"</li>
|
||||
<li>• Own the Egyptian-Scandinavian contrast</li>
|
||||
<li>• Fun first, lead often, let go</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div className="p-4 rounded-lg bg-white/5 border border-blue-500/20">
|
||||
<div className="flex items-center gap-2 mb-2">
|
||||
<span className="text-blue-400">👁️</span>
|
||||
<span className="font-semibold text-blue-400">THOTH (Strategy)</span>
|
||||
</div>
|
||||
<ul className="text-sm text-white/80 space-y-1">
|
||||
<li>• Stop tracking "case notes" — creates attachment</li>
|
||||
<li>• Signal intent early: comfort → curiosity → desire</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div className="p-4 rounded-lg bg-white/5 border border-green-500/20">
|
||||
<div className="flex items-center gap-2 mb-2">
|
||||
<span className="text-green-400">🏗️</span>
|
||||
<span className="font-semibold text-green-400">PTAH (Builder)</span>
|
||||
</div>
|
||||
<ul className="text-sm text-white/80 space-y-1">
|
||||
<li>• You're over-engineering. Strip it down.</li>
|
||||
<li>• Friendzone = too much comfort before desire</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div className="p-4 rounded-lg bg-white/5 border border-yellow-500/20">
|
||||
<div className="flex items-center gap-2 mb-2">
|
||||
<span className="text-yellow-400">📜</span>
|
||||
<span className="font-semibold text-yellow-400">SESHAT (Records)</span>
|
||||
</div>
|
||||
<ul className="text-sm text-white/80 space-y-1">
|
||||
<li>• Delete case notes entirely</li>
|
||||
<li>• Write forward, analyze backward less</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div className="p-4 rounded-lg bg-white/5 border border-purple-500/20">
|
||||
<div className="flex items-center gap-2 mb-2">
|
||||
<span className="text-purple-400">🐺</span>
|
||||
<span className="font-semibold text-purple-400">ANUBIS</span>
|
||||
<span className="font-semibold text-purple-400">ANUBIS (Connector)</span>
|
||||
</div>
|
||||
<ul className="text-sm text-white/80 space-y-1">
|
||||
<li>• Calm + leading = attractive | Calm + passive = friendzone</li>
|
||||
<li>• Calm + leading = attractive | Calm + passive = friend</li>
|
||||
<li>• Make small demands, create reasons to meet</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div className="p-4 rounded-lg bg-white/5 border border-cyan-500/20">
|
||||
<div className="flex items-center gap-2 mb-2">
|
||||
<span className="text-cyan-400">📈</span>
|
||||
<span className="font-semibold text-cyan-400">THOTH TRADING (Observer)</span>
|
||||
</div>
|
||||
<ul className="text-sm text-white/80 space-y-1">
|
||||
<li>• You're in accumulation, need breakout</li>
|
||||
<li>• Introduce escalation every 7-10 messages</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div className="p-4 rounded-lg bg-white/5 border border-red-500/20">
|
||||
<div className="flex items-center gap-2 mb-2">
|
||||
<span className="text-red-400">⚔️</span>
|
||||
<span className="font-semibold text-red-400">SEKHMET</span>
|
||||
<span className="font-semibold text-red-400">SEKHMET (Action)</span>
|
||||
</div>
|
||||
<ul className="text-sm text-white/80 space-y-1">
|
||||
<li>• Too nice in approach — tease more, challenge more, lead more</li>
|
||||
<li>• You're too nice in approach</li>
|
||||
<li>• Tease more, challenge more, lead more</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user