recoup-roster-list-artists

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Recoup — List Artists

Recoup — 列出艺人

Inventory the roster. Artist dirs live at
artists/{artist-slug}/
;
RECOUP.md
(frontmatter
artistName
/
artistSlug
/
artistId
) is the identity file.
清点艺人名单。艺人目录存储在
artists/{artist-slug}/
路径下;
RECOUP.md
(包含
artistName
/
artistSlug
/
artistId
前置元数据)是身份标识文件。

Procedure

流程

Walk the filesystem when it's a real sandbox (
ls -d artists/*/
,
find artists -name RECOUP.md
); if
artists/
is missing/empty, fall back to recoup-platform-api-access roster discovery (
GET /accounts/id
GET /organizations
GET /artists?org_id=…
).
Never report an empty roster from a missing filesystem — an empty
artists/
dir is not an empty roster; confirm against the live account first.
当处于真实沙箱环境时遍历文件系统(执行
ls -d artists/*/
find artists -name RECOUP.md
);如果
artists/
目录缺失或为空,则回退到recoup-platform-api-access进行名单查询(调用
GET /accounts/id
GET /organizations
GET /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输出。