We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f2e65 commit 6ec903fCopy full SHA for 6ec903f
1 file changed
tests/autopilot-skill-contract.test.ts
@@ -58,6 +58,9 @@ describe("autopilot skill contract", () => {
58
expect(plan).toContain("`Engineer > Product Manager > Designer`")
59
expect(plan).toContain("Dominant decision criteria:")
60
expect(plan).toContain("update the manifest's `artifacts.plan_doc`")
61
+ expect(plan).toContain("prefer the document whose topic and problem frame most closely match the current feature description")
62
+ expect(plan).not.toContain("most recent matching document automatically")
63
+ expect(plan).not.toContain("Pipeline Mode")
64
65
expect(deepenPlan).toContain("`Engineer > Product Manager > Designer`")
66
expect(deepenPlan).toContain("keep the canonical decision rows in the run-scoped `decisions.md`")
0 commit comments