refactor: establish standalone application boundary

This commit is contained in:
leefer
2026-08-03 21:42:25 +08:00
parent cc5fb8d73e
commit e1e76cd51e
324 changed files with 63090 additions and 44743 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
}
]