We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3af29 commit a99b4d9Copy full SHA for a99b4d9
1 file changed
scripts/validate-superconscious-runtime-plan.py
@@ -14,7 +14,7 @@
14
15
16
ROOT = Path(__file__).resolve().parents[1]
17
-FIXTURE = ROOT / "examples" / "superconscious-reasoning-runtime-plan.json"
+FIXTURE = ROOT / "fixtures" / "superconscious" / "reasoning-runtime-plan.json"
18
19
20
def fail(message: str) -> int:
0 commit comments