SIMON Master Console Rebuild
True command center for SIMON + WEB360
This rebuild gives you a cleaner production spine: interactive tree, live viewer, guarded editor, dynamic graphics, architecture map, and note storage. It is designed to sit beside your existing
console.php
and become the stronger replacement path.
Dashboard
Tree
Viewer
System Map
File Registry
Notes
Files
15,436
Folders
438
Scanned Size
3.85 GB
PHP Files
996
Editable Text Files
12,684
File viewer
guarded to /htdocs
/si/_core/modules/evolution/evolution.php
<?php declare(strict_types=1); /** * GayLord Spatial Evolution module. * This file is intentionally standalone and does not alter the master application. */ function gaylord_evolution_manifest(): array { $path = __DIR__ . '/evolution.json'; if (!is_file($path)) { return ['project' => 'GayLord Spatial', 'stages' => []]; } $decoded = json_decode((string) file_get_contents($path), true); return is_array($decoded) ? $decoded : ['project' => 'GayLord Spatial', 'stages' => []]; }
Save file
Quick jump
open a path
Open