Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
56f098e
SST v2.0: Remove non-compliant components and realign
Jul 2, 2025
1740470
Revert "SST v2.0: Remove non-compliant components and realign"
Jul 7, 2025
a84383d
checkpoint: before SST v3.0 migration - working v2.1 system
Jul 24, 2025
31d5a98
checkpoint: before SST v3.0 migration - working v2.1 system
Jul 24, 2025
2abc5ab
TEMP: commit with lint errors
Jul 27, 2025
207b94d
fix: resolve atomic store export errors and unused imports
github-actions[bot] Aug 2, 2025
466bf3c
feat: initialize SST v3.0 implementation structure
github-actions[bot] Aug 2, 2025
d172b7a
feat(state): implement complete state management system
github-actions[bot] Aug 3, 2025
dc5e9be
fix(state): critical lifecycle and mapping fixes
github-actions[bot] Aug 3, 2025
78c8a7c
feat: complete state management and event orchestration system
github-actions[bot] Aug 3, 2025
3e48085
fix: resolve ESLint warnings
github-actions[bot] Aug 3, 2025
a872f11
docs: update WebGL refactor plan to ConsciousnessEngine integration
github-actions[bot] Aug 3, 2025
167809b
chore: prune legacy helpers & direct atom writes – finish Week-1 lean…
github-actions[bot] Aug 6, 2025
1d133bc
docs: replace week checklists with SST v3.0 implementation plan
github-actions[bot] Aug 8, 2025
9b47c06
feat(theater): add Director pattern infrastructure
github-actions[bot] Aug 8, 2025
d1553db
fix(lint): resolve all ESLint errors with heredoc
github-actions[bot] Aug 8, 2025
7201f5c
refactor(debug): consolidate debug panels into Director Console
github-actions[bot] Aug 9, 2025
ddb3769
feat: AI-Native automation + Director fixes + pre-ship checkpoint
github-actions[bot] Aug 10, 2025
e324ebf
feat: AI-Native automation + SST v3.0 implementation
github-actions[bot] Aug 10, 2025
9a09fd0
feat: Fix particle rendering and emergence from text
github-actions[bot] Aug 10, 2025
977c4e6
Architecture validation: baseline snapshot
github-actions[bot] Aug 10, 2025
045cd4e
feat: Add Canon Console Level 1 - smart noise-reducing dev console
github-actions[bot] Aug 16, 2025
ca4b52f
chore: add reset-to-tag script for fast, clean recoveries
github-actions[bot] Aug 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Empty file added **Assumptions:**
Empty file.
11 changes: 11 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
VITE_USE_SST_ENGINE=true
VITE_SST_OPENING_SEQUENCE=true
VITE_SST_BRAIN_RECOGNITION=true
VITE_SST_DUAL_POSITION_MORPHING=false
VITE_DEBUG_MODE=true
VITE_SHOW_PERFORMANCE_OVERLAY=true
VITE_ENABLE_ADVANCED_SHORTCUTS=true
VITE_FPS_WARNING_THRESHOLD=50
VITE_PARTICLE_COUNT_LIMIT=17000
VITE_LOG_LEVEL=debug
VITE_SUPPRESS_CONSOLE_SPAM=false
Loading