Commit graph

151 commits

Author SHA1 Message Date
axiomlogicnexus
48dbe00a35 docs: add overnight mode continuity doctrine 2026-06-19 19:47:35 +00:00
axiomlogicnexus
47620d1af6 Add native browser runtime diagnostics panel 2026-06-19 07:31:36 +00:00
axiomlogicnexus
2392dfd5fa Add native browser operator status surface 2026-06-19 06:13:53 +00:00
axiomlogicnexus
37eb22040c Capture browser runtime ready payload 2026-06-19 05:35:38 +00:00
axiomlogicnexus
8704e0976d Harden browser runtime status capture 2026-06-19 05:28:46 +00:00
axiomlogicnexus
cbcf98a70e Harden browser client spec branch 2026-06-19 05:12:29 +00:00
axiomlogicnexus
e78b9a6de9 Add embedded browser runtime status surface 2026-06-19 04:51:56 +00:00
axiomlogicnexus
b2e158c8cc Harden embedded browser runtime handshake 2026-06-19 03:08:08 +00:00
axiomlogicnexus
e185c86d50 Audit MagicTile renderer-port evidence 2026-06-19 02:42:11 +00:00
axiomlogicnexus
ff22edb9f3 Add MagicTile renderer-port decision gate 2026-06-19 02:26:49 +00:00
axiomlogicnexus
6eae6c9555 Land MagicTile Phase 7C behavior proof 2026-06-19 02:08:05 +00:00
axiomlogicnexus
49b23eef26 Land MagicTile host bridge and retire structural phase J suite 2026-06-19 00:30:21 +00:00
axiomlogicnexus
c2b1d0a030 Harden package validation and refresh Hyperspeedcube evidence 2026-06-18 21:22:41 +00:00
axiomlogicnexus
fb72fbc2c8 Complete Phase 6C dedicated map ownership proof 2026-06-18 10:25:35 +00:00
axiomlogicnexus
3da81bb21c Harden Phase 6C launch execution projections 2026-06-18 08:56:15 +00:00
axiomlogicnexus
9ced13b762 Land Phase 6C dedicated higher-dimensional family ownership 2026-06-18 08:40:28 +00:00
axiomlogicnexus
c3b8d91435 Land Phase 6C higher-dimensional interactive scene surfaces 2026-06-18 07:01:24 +00:00
axiomlogicnexus
e4266515da Land Phase 6C higher-dimensional runtime sessions 2026-06-18 05:33:49 +00:00
axiomlogicnexus
317d01d545 Land Phase 6C higher-dimensional host surfaces 2026-06-18 04:08:02 +00:00
axiomlogicnexus
1558d59e54 Close Phase 9B Unreal-native media export 2026-06-13 07:04:11 +00:00
axiomlogicnexus
56cd8e7802 Harden classic cube validation and package reporting 2026-06-13 04:18:05 +00:00
axiomlogicnexus
10b66a37c3 Expose higher-dimensional runtime activation in training surfaces 2026-06-13 02:03:05 +00:00
axiomlogicnexus
dbd48d0965 Repair classic-cube validation helper and leaderboard normalization 2026-06-13 01:06:13 +00:00
axiomlogicnexus
046653703e Land Phase 6C higher-dimensional activation catalog 2026-06-13 00:44:53 +00:00
axiomlogicnexus
12cdd2d4bd Land classic-cube replay and package validation closure 2026-06-12 23:32:25 +00:00
axiomlogicnexus
8c1847ca29 Document remotion restrictive-custody routing 2026-06-12 17:46:58 +00:00
axiomlogicnexus
9fafc9b1dd Implement HyperTwist Phase 6B virtual 3x3x3x3 runtime 2026-06-12 05:24:03 +00:00
axiomlogicnexus
ff885162ce Implement HyperTwist Phase 6A Melinda runtime 2026-06-12 04:35:25 +00:00
axiomlogicnexus
69def4748a Complete classic-cube phases 3A through 5C 2026-06-12 02:21:20 +00:00
axiomlogicnexus
32abad5d19 Document green packaged gate and next-phase reopening 2026-06-11 19:24:29 +00:00
axiomlogicnexus
4b1f22c13e Close phase 3 package bridge and clarify wiring posture 2026-06-11 18:34:19 +00:00
axiomlogicnexus
f529e8c9e9 Repair browser shell and close more phase 3 runtime 2026-06-11 17:45:34 +00:00
axiomlogicnexus
7b5e56fe4e Complete phase 1 browser runtime and phase 2 cube loop 2026-06-11 06:32:20 +00:00
axiomlogicnexus
168c6fdd08 Phase 1: IPC infrastructure + solver oracle scaffolding
- Add freestyle submodule (1B)
- Create HyperTwistIPCProcessManager for external process spawning
- Create HyperTwistSolverOracleLibrary with Blueprint wrappers
- Add brownan GPL solver standalone build files (1D)
- Add cahidenes Python solver wrapper using kociemba (1F)
- Update roadmap marking 1B/1D/1F in progress
2026-06-10 17:35:08 +00:00
axiomlogicnexus
86a0068117 Phase 2D: Scramble generation and application
- Added GenerateScramble(int32 Length) → TArray<FString> WCA-style moves
- Added ApplyScramble(MoveStrings) parsing U/D/F/B/R/L with ' and 2 suffixes
- Queues moves through existing RotateFace() pipeline
- Build: TBD
2026-06-10 06:33:02 +00:00
axiomlogicnexus
5040d00ec0 Update roadmap: Phase 2B complete, Phase 2C next 2026-06-10 06:28:27 +00:00
axiomlogicnexus
8dc67875c9 Update roadmap: Phase 2A complete, Phase 2B next 2026-06-10 06:06:57 +00:00
axiomlogicnexus
6517274fc4 Phase 2A: Procedural Classic Cube Actor — initial implementation
- Added HyperTwistClassicCubeTypes.h with face enum and piece data struct
- Added AHyperTwistClassicCubeActor with UProceduralMeshComponent per piece
- Generates 26 pieces (6 centers, 12 edges, 8 corners) in 3x3x3 grid
- Per-face materials: 6 color slots + internal dark gray
- Programmatic fallback unlit materials for each Rubik's face color
- Added ProceduralMeshComponent module dependency to Build.cs
- Added ProceduralMeshComponent plugin to .uproject
2026-06-10 05:07:35 +00:00
axiomlogicnexus
c4e4606d14 Phase 0: Infrastructure + all 23 donor repo submodules
- Add .external/ and ThirdParty/ directories
- Update UnrealHyperTwist.Build.cs with external include paths + Voice module
- Add WebBrowser plugin to .uproject
- Add .gitmodules with 23 donor repos:
  - C++ solvers: rob-twophase, glTF-Sample-Renderer, glTF-Sample-Viewer
  - Speech: piper
  - Browser spatial: three.js stack (drei, postprocessing, react-postprocessing,
    react-spring, three-stdlib, maath, zustand, leva, use-gesture, uikit)
  - Analytics: zrender, echarts-gl
  - Model viewer: model-viewer
  - ClayGL: claygl, clay-viewer
  - Code VR: code-vr
  - Solvers (IPC): rubiks-cube-solver, rubix-solver, Rubiks-Cube-Solver
- Comprehensive reconstruction roadmap
- Unwired repo inventory and wiring schedule

Next: actual code implementation (solver wrappers, speech pipeline, renderer)
2026-06-10 04:10:20 +00:00
axiomlogicnexus
9380ef82a5 Phase J-HM: Prokeimenon state ledgers and Alleluia ongoing-state boundary
- Add FHyperTwistTrainingValidationProkeimenonStateLedgerContract struct
- Add FHyperTwistTrainingValidationOngoingStateAlleluiaBoundary struct
- Populate bundle with J-HM validation entries
- Implement TryGetById lookup functions
- Add runtime library wrappers
- Add focused automation tests
- Canon sync: ROADMAP.md, KICKOFF.md
2026-06-10 01:41:21 +00:00
axiomlogicnexus
a79f00b303 Phase J-HL: Ectenia state ledgers and Synapte ongoing-state boundary
- Add FHyperTwistTrainingValidationEcteniaStateLedgerContract struct
- Add FHyperTwistTrainingValidationOngoingStateSynapteBoundary struct
- Populate bundle with J-HL validation entries
- Implement TryGetById lookup functions
- Add runtime library wrappers
- Add focused automation tests
- Canon sync: ROADMAP.md, KICKOFF.md
- Prep + implementation packet docs
2026-06-09 22:52:16 +00:00
axiomlogicnexus
89f892e031 Add Phase J-HK validation kinonikon-state ledgers and bounded ongoing-state megalynarion
- FHyperTwistTrainingValidationKinonikonStateLedgerContract struct
- FHyperTwistTrainingValidationOngoingStateMegalynarionBoundary struct
- Bundle builder population with guard tags, exclusions, first-party attribution
- TryGetValidationKinonikonStateLedgerContractById / TryGetValidationOngoingStateMegalynarionBoundaryById
- Runtime library thin wrappers
- Focused automation tests for contract and boundary resolution
- Canon sync: ROADMAP.md, KICKOFF.md
- Packet docs: preparation and implementation packets
2026-06-09 21:02:40 +00:00
axiomlogicnexus
8843d7337d Add Phase J-HJ validation apostolos-state ledgers and bounded ongoing-state evangelion
- FHyperTwistTrainingValidationApostolosStateLedgerContract struct
- FHyperTwistTrainingValidationOngoingStateEvangelionBoundary struct
- Bundle builder population with guard tags, exclusions, first-party attribution
- TryGetValidationApostolosStateLedgerContractById / TryGetValidationOngoingStateEvangelionBoundaryById
- Runtime library thin wrappers
- Focused automation tests for contract and boundary resolution
- Canon sync: ROADMAP.md, KICKOFF.md
- Packet docs: preparation and implementation packets
2026-06-09 19:58:09 +00:00
axiomlogicnexus
fc60f63f8b Add Phase J-HI validation doxology-state ledgers and bounded ongoing-state trisagion
- FHyperTwistTrainingValidationDoxologyStateLedgerContract struct
- FHyperTwistTrainingValidationOngoingStateTrisagionBoundary struct
- Bundle builder population with guard tags, exclusions, first-party attribution
- TryGetValidationDoxologyStateLedgerContractById / TryGetValidationOngoingStateTrisagionBoundaryById
- Runtime library thin wrappers
- Focused automation tests for contract and boundary resolution
- Canon sync: ROADMAP.md, KICKOFF.md
- Packet docs: preparation and implementation packets
2026-06-09 19:02:58 +00:00
axiomlogicnexus
4a669e8ecf Add Phase J-HH validation apolysis-state ledgers and bounded ongoing-state eulogia
- FHyperTwistTrainingValidationApolysisStateLedgerContract struct
- FHyperTwistTrainingValidationOngoingStateEulogiaBoundary struct
- Bundle builder population with guard tags, exclusions, first-party attribution
- TryGetValidationApolysisStateLedgerContractById / TryGetValidationOngoingStateEulogiaBoundaryById
- Runtime library thin wrappers
- Focused automation tests for contract and boundary resolution
- Canon sync: ROADMAP.md, KICKOFF.md
- Packet docs: preparation and implementation packets
2026-06-09 18:14:53 +00:00
axiomlogicnexus
1989730961 Implement Phase J-HG validation stavros-state ledgers and bounded ongoing-state proskynesis 2026-06-09 17:40:24 +00:00
axiomlogicnexus
644f1fec59 Implement Phase J-HF validation potirion-state ledgers and bounded ongoing-state koinonia 2026-06-09 17:04:12 +00:00
axiomlogicnexus
d4e5202869 Implement Phase J-HE validation prosphora-state ledgers and bounded ongoing-state antidoron 2026-06-09 16:34:23 +00:00
axiomlogicnexus
68827cb6a1 Implement Phase J-HD validation soma-state ledgers and bounded ongoing-state haima 2026-06-09 06:09:46 +00:00
axiomlogicnexus
74d6b8d5f8 docs: add git cleanup hygiene protocol 2026-06-09 03:18:36 +00:00