Add diagnostic logging to character state tracking

This commit is contained in:
Claude
2025-12-05 05:12:58 +00:00
parent 14465e5ae9
commit ffed3aa1b5
2 changed files with 9 additions and 0 deletions
+2
View File
@@ -150,6 +150,8 @@ import {
updateCharacterStateDisplay
} from './src/systems/rendering/characterStateRenderer.js';
console.log('[Character Tracking] ✅ All character tracking modules imported successfully');
// Old state variable declarations removed - now imported from core modules
// (extensionSettings, lastGeneratedData, committedTrackerData, etc. are now in src/core/state.js)