Compare commits
1 Commits
sprint/iss
...
sprint/iss
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cbad477615 |
@@ -230,6 +230,7 @@ The light is on. The room is empty."
|
|||||||
<script src="js/sound.js"></script>
|
<script src="js/sound.js"></script>
|
||||||
<script src="js/engine.js"></script>
|
<script src="js/engine.js"></script>
|
||||||
<script src="js/render.js"></script>
|
<script src="js/render.js"></script>
|
||||||
|
<script src="js/tutorial.js"></script>
|
||||||
<script src="js/main.js"></script>
|
<script src="js/main.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -57,10 +57,6 @@ check("js/data.js exists", () => {
|
|||||||
if (!existsSync(join(ROOT, "js/data.js"))) throw new Error("Missing");
|
if (!existsSync(join(ROOT, "js/data.js"))) throw new Error("Missing");
|
||||||
});
|
});
|
||||||
|
|
||||||
check("game.js exists", () => {
|
|
||||||
if (!existsSync(join(ROOT, "game.js"))) throw new Error("Missing");
|
|
||||||
});
|
|
||||||
|
|
||||||
// 4. No banned providers
|
// 4. No banned providers
|
||||||
console.log("\n[Policy]");
|
console.log("\n[Policy]");
|
||||||
check("No Anthropic references", () => {
|
check("No Anthropic references", () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user