To make "nova" or "Nova" just work from any PowerShell / cmd:

Option 1 (easiest, per-session):
    . C:\Empire\tools\nova.ps1

Option 2 (permanent):
    Add the following to your PowerShell profile:
        . C:\Empire\tools\nova.ps1

    (Run: notepad $PROFILE)

Option 3 (one-file):
    Put C:\Empire\nova\launchers\nova.cmd somewhere in your PATH (or add that folder to PATH).

Then from anywhere:
    nova --interactive
    nova "start the rolling gpu self-ingestion prototype and create the first todos"
    Nova "explore C:\Empire and the current state of DataWeaver + RigForge"
