migration: preserve mentor and llm streaming slice

This commit is contained in:
leefer
2026-07-31 04:18:53 +08:00
parent 4bab921d14
commit 2919229c73
26 changed files with 1705 additions and 1222 deletions
@@ -0,0 +1,14 @@
[
{
"name": "mentor setup and public skill catalog",
"method": "GET",
"endpoint": "/api/mentors/setup?trade_date=2026-07-30",
"payload": null
},
{
"name": "mentor messages scoped by user mentor and date",
"method": "GET",
"endpoint": "/api/mentors/messages?mentor_id=kobe92-perspective&trade_date=20260730",
"payload": null
}
]