Compare commits

...

1 Commits

Author SHA1 Message Date
Alexander Whitestone
71adb5777f chore: move dormant prototypes to reference/ directory (closes #198)
Some checks failed
Accessibility Checks / a11y-audit (pull_request) Successful in 11s
Smoke Test / smoke (pull_request) Failing after 23s
Moved game/npc-logic.js and scripts/guardrails.js to reference/
with clear headers marking them as dormant prototypes.
2026-04-15 23:19:01 -04:00
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
/**
* DORMANT PROTOTYPE not part of the active architecture.
* Moved here for reference only. See docs/DEAD_CODE_AUDIT for details.
* Original location: scripts/guardrails.js
*/
/**
* Symbolic Guardrails for The Beacon

View File

@@ -1,3 +1,8 @@
/**
* DORMANT PROTOTYPE not part of the active architecture.
* Moved here for reference only. See docs/DEAD_CODE_AUDIT for details.
* Original location: game/npc-logic.js
*/
class NPCStateMachine {
constructor(states) {