recoup-roster-list-artists
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseRecoup — List Artists
Recoup — 列出艺人
Inventory the roster. Artist dirs live at ;
(frontmatter //) is the identity file.
artists/{artist-slug}/RECOUP.mdartistNameartistSlugartistId清点艺人名单。艺人目录存储在路径下;(包含//前置元数据)是身份标识文件。
artists/{artist-slug}/RECOUP.mdartistNameartistSlugartistIdProcedure
流程
Walk the filesystem when it's a real sandbox (,
); if is missing/empty, fall back to
recoup-platform-api-access roster discovery ( →
→ ).
ls -d artists/*/find artists -name RECOUP.mdartists/GET /accounts/idGET /organizationsGET /artists?org_id=…Never report an empty roster from a missing filesystem — an empty
dir is not an empty roster; confirm against the live account first.
artists/当处于真实沙箱环境时遍历文件系统(执行、);如果目录缺失或为空,则回退到recoup-platform-api-access进行名单查询(调用 → → )。
ls -d artists/*/find artists -name RECOUP.mdartists/GET /accounts/idGET /organizationsGET /artists?org_id=…切勿因文件系统缺失而报告空名单——空的目录并不等同于空名单;请先与在线账户确认。
artists/Guardrails
约束规则
- Never invent a roster/artist — empty filesystem ≠ empty roster.
- Report names + identity (slug/id), not a raw JSON dump.
- 切勿虚构艺人名单/艺人——空文件系统≠空名单。
- 报告时需包含姓名+身份信息(slug/id),而非原始JSON输出。