https://github.com/kenessy/vraxion
VRAXION™ — Phase-Recurring Infinite Manifold Engine (research preview, noncommercial)
https://github.com/kenessy/vraxion
ai infinite learning machine manifold research riemann surface time
Last synced: 4 months ago
JSON representation
VRAXION™ — Phase-Recurring Infinite Manifold Engine (research preview, noncommercial)
- Host: GitHub
- URL: https://github.com/kenessy/vraxion
- Owner: Kenessy
- License: other
- Created: 2026-01-16T22:01:38.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-31T05:08:09.000Z (4 months ago)
- Last Synced: 2026-01-31T19:34:59.256Z (4 months ago)
- Topics: ai, infinite, learning, machine, manifold, research, riemann, surface, time
- Language: Python
- Homepage: https://kenessy.github.io/VRAXION/
- Size: 2.17 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
- Notice: NOTICE
Awesome Lists containing this project
README
# VRAXION Golden Targets
This repo root contains two curated targets:
- `Golden Code/`: end-user ("DVD") runtime library code only.
- Primary package: `Golden Code/vraxion/`
- `Golden Draft/`: production-quality, non-DVD code (tools, tests, harness).
## Where to look
- Pages (landing): https://kenessy.github.io/VRAXION/
- Wiki (deep dives): https://github.com/Kenessy/VRAXION/wiki
- Roadmap (public): https://github.com/users/Kenessy/projects/4
- Releases (public proof): https://github.com/Kenessy/VRAXION/releases
## Versioning (MAJOR.MINOR.BUILD)
VRAXION uses a simple cadence tracker stored in `VERSION.json`:
- `BUILD` increments on every merged "ticket completion" PR (fast/beta cadence).
- `MINOR` increments only for curated public updates (BUILD unchanged).
- `MAJOR` increments only for lifetime milestones (MINOR resets to 0; BUILD unchanged).
This does not replace the historical release tag `v1.0.0`.
## Quick commands
From `Golden Draft/`:
```powershell
python vraxion_run.py
python VRAXION_INFINITE.py
python tools/eval_only.py
python -m unittest discover -s tests -v
```
Sanity compile gate:
```powershell
python -m compileall "Golden Code" "Golden Draft"
```
## Naming conventions
- Runtime env vars use the `VRX_` prefix.
- Legacy naming (`prime_c19`, `tournament_phase6`, `TP6_*`) is intentionally removed from the active code surface.