mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
fix(skills): require actionable CLI feedback repros (#2498)
This commit is contained in:
@@ -23,4 +23,16 @@ describe("hyperframes-core contract docs", () => {
|
||||
expect(brief).toContain("`hyperframes check`");
|
||||
expect(brief).not.toContain("`lint` / `validate` / `inspect`");
|
||||
});
|
||||
|
||||
it("requires actionable reproduction packets in CLI defect feedback", () => {
|
||||
const skill = read("skills", "hyperframes-cli", "SKILL.md");
|
||||
const renderReference = read("skills", "hyperframes-cli", "references", "preview-render.md");
|
||||
|
||||
expect(skill).toContain("reproduction packet");
|
||||
expect(renderReference).toContain("REPRO COMMAND:");
|
||||
expect(renderReference).toContain("EXPECTED / ACTUAL:");
|
||||
expect(renderReference).toContain("EXACT ERROR:");
|
||||
expect(renderReference).toContain("OUTCOME:");
|
||||
expect(renderReference).toContain("WORKAROUND:");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user