home-dreaming 定时任务的 Prune 步骤,仅由该任务调用。
52
57%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./plugins/skills/miloco-home-prune/SKILL.md统一主体(Subject)绑定与命名——既把成员的不同称呼绑定到同一 person,也把空间/设备等非成员的不同名称收敛为规范名;清理过期或超窗旧数据,并最终 Commit 持久化。
仅在 miloco-home-dreaming cron 流程中激活,不单独使用。
miloco-cli home-profile list --target profile 获取所有条目miloco-cli home-profile reassign 归并到目标主体miloco-cli home-profile commit 持久化(自动执行过期清理、超窗归档、md 渲染)reassign 有两层用途,不只是"绑人":
miloco-cli identity member list 查得)。to_subject_id 留空、只统一 to_subject_name。成员归并到 person_id:
miloco-cli home-profile reassign --mappings '[
{
"from_subject_names": ["父亲", "老王", "王刚"],
"to_subject_id": "<person_id>",
"to_subject_name": "王刚"
}
]'统一空间/设备等非成员名称(不绑 person,仅收敛名称):
miloco-cli home-profile reassign --mappings '[
{"from_subject_names": ["大厅", "起居室"], "to_subject_name": "客厅"}
]'也可用 from_subject_ids 指定要归并的旧 person_id 列表。一次 reassign 会同时改写正式区与候选区中匹配的条目。
执行 miloco-cli home-profile commit 时自动执行:
f156d34
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.