undef-engine
2026-02-14
Comprehensive IP scrubbing replacing all third-party game names with originals
435 files · 7,050+ · 18,568-
Global rename of all game name references
10 files changed
words.jsonRenamed from data/hive_mind/words.jsonquestions.jsonRenamed data directorywords.jsonRenamed data directoryimages.jsonRenamed data directoryswarm-think.mdUpdated game guide with new namingcaw.mdUpdated game guide for Reaction namingbluffalo.mdUpdated game guideCLAUDE.mdUpdated project references with new game namesREADME.mdUpdated game name references throughoutLICENSE-GAMES.mdUpdated game licensing references
- Global replace of HiveMind/hive_mind to SwarmThink/swarm_think including data directory rename and all frontend components
decouple
behavioral
2 files
words.jsonswarm-think.md
- Global replace of all CAW type names (CawPhase, CawAction, CawCard, CawPlugin, CawConfig, CawHooks, CawPack) to Reaction equivalents; renamed CLI group from caw_group to reaction_group; renamed all test files from test_caw_* to test_reaction_*
decouple
behavioral
1 file
caw.md
- Global replace of TradeWars to WARP, Battleship to SinkyBoat (game references only), Dixit to Imagined, Codebreakers to Cipher, and Bluffalo to FauxFacts
decouple
internal
3 files
questions.jsonwords.jsonimages.json
Post-rename syntax error fixes
4 files changed
00_CONCEPT_AND_STYLE.mdFixed references after SinkyBoat rename01_GAME_MECHANICS.mdFixed references01_MECHANICS_AND_RULES.mdFixed referencesTRADE_WARS_FINAL_TEST_RESULTS.mdFixed references after WARP rename
- Fixed malformed game_id strings (JSON dict syntax using : not ==) and broken assert patterns caused by global replacement
remediate
internal
2 files
00_CONCEPT_AND_STYLE.mdTRADE_WARS_FINAL_TEST_RESULTS.md
- Fixed remaining Reaction hook names (caw_ to reaction_) and test expectations for detected_format remediate internal
- Fixed ruff lint errors: unused vars, undefined names, import ordering remediate errata
Defaults consolidation and security warning
6 files changed
EDGE_MIGRATION_CHECKLIST.mdUpdated deployment referencespdq-dust-muted-triadic-system.htmlUpdated frontend docsmarketplace_trading.pyUpdated import referencesreveal.mdUpdated primitive documentationTROUBLESHOOTING_ERRORS.mdUpdated error referencesRESEARCH_ANALYSIS_BGA_PLATFORM.mdUpdated research references
Version bump to 0.3.0
2 files changed
eslint.config.jsUpdated ESLint configpackage.jsonVersion bump and dependency updates