luma-maintenance

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Luma Maintenance

Luma维护

Use this skill when the user asks to update, repair, refresh, or resync 拾光, 拾光智能体, 拾光工具, 拾光运营套装, Luma, or luma-cli.
当用户要求更新、修复、刷新或重新同步拾光、拾光智能体、拾光工具、拾光运营套装、Luma或luma-cli时,使用此技能。

Update

更新

Run:
bash
luma-cli update
This updates the npm CLI package and then syncs the Luma agent skills.
运行:
bash
luma-cli update
此命令会更新npm CLI包,然后同步Luma Agent技能。

Check Status

检查状态

If the user only wants to check whether skills are current:
bash
luma-cli skills status
If the CLI is already current but skills need repair:
bash
luma-cli skills sync
如果用户仅想检查技能是否为最新版本:
bash
luma-cli skills status
如果CLI已是最新版本,但技能需要修复:
bash
luma-cli skills sync

After Updating

更新后

Confirm the installed version and backend:
bash
luma-cli version
luma-cli auth status
If a command still fails because parameters changed, inspect the current tool contract:
bash
luma-cli --json tools describe <tool_id>
确认已安装的版本和后端状态:
bash
luma-cli version
luma-cli auth status
如果因参数变更导致命令仍执行失败,请查看当前工具合约:
bash
luma-cli --json tools describe <tool_id>