fix: tighten skill safety hygiene

This commit is contained in:
yaojingang
2026-04-19 11:47:24 +08:00
parent edd8ac9951
commit 0e5776496f
8 changed files with 40 additions and 11 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ def card_items(interface_data: dict, logic_steps: list[str], package_map: list[d
def introduction_lines(description: str) -> list[str]:
return [
f"This skill is trying to quietly take over: {description}",
f"This skill is designed to handle: {description}",
"Start by clarifying the recurring job, the real input shape, and the output that lets the next person keep moving.",
"If the idea is still fuzzy, use the intent dialogue first and let the structure come second.",
]