seed: add second demo persona (Conan Scott, reckless profile)

Synthetic demo customer cust-0002 with fictional high-risk financials and a
synthetic Taiwan ROC ID. Verified live end-to-end: detected + tokenized on
ingress (name never reaches the cloud), agent produces risk-flavoured talking
points, identity restored on egress.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-01 17:28:07 +10:00
parent afea012d32
commit 335056d74d

View File

@@ -8,5 +8,15 @@
"product_type": "funds, income-generating products", "product_type": "funds, income-generating products",
"risk_profile": "conservative", "risk_profile": "conservative",
"sales_constraints": "avoid high-volatility products" "sales_constraints": "avoid high-volatility products"
},
{
"customer_id": "cust-0002",
"name": "Conan Scott",
"national_id": "F225793148",
"activity_summary": "compulsive day-trading, 200+ speculative trades/week, 90 days",
"amount_band": "leveraged well beyond net worth (>10x margin)",
"product_type": "0DTE options, leveraged crypto, meme stocks, junk bonds",
"risk_profile": "recklessly aggressive; ignores every suitability warning",
"sales_constraints": "none observed; chases volatility, doubles down on losses"
} }
] ]