UNPKG

@lark-project/cli

Version:

飞书项目插件开发工具

9 lines (8 loc) 418 B
import type { WhoamiSelection } from './select'; /** * Render the self-describing `lpm whoami` report. The text itself tells the AI * what to do (suggest + confirm), so skills don't need to restate the rule. * Input is a WhoamiSelection, which carries only origins + timestamps — never * a token — so this output cannot leak credentials. */ export declare function formatWhoami(sel: WhoamiSelection): string;