Dev Log Entry 0002 - April 18, 2026
AiEngin v0.6.5 :: devlog_0002 [2026-04-18]
QRNG Experiment Pack / Goblin Oracle Deployment
[ Summary ]: Completed packaging and stabilization of a downloadable QRNG Experiment Pack.
Established a portable runtime structure for Goblin Oracle (SDL) and CLI systems for Linux.
Pack includes:
- Visual Goblin Oracle client (SDL)
- CLI Test Harness
- QRNG entropy pool and tools
[ Architecture Notes ]:
- Standardized all asset references to Assets/... format
- Introduced useDevPaths flag for dev vs runtime resolution
[ Design Notes ]:
- Maintained terminal-first presentation for consistency with AiEngin interface
- Preserved separation between visual, CLI, and tool systems
[ Observations ]:
- Asset issues were caused by implicit development environment assumptions
- Removing duplicate asset paths exposed true runtime behavior
- Simplifying path resolution resulted in a more stable system
[ Next ]:
- Deploy QRNG Experiment Pack to Immersed Fractal Labs site
- Validate execution across external environments
- Continue refinement of AiEngin asset handling system