This update transitions the Corvin CLI to a child_process based architecture, removing the dependency on node-pty. It also hardens the CLI authentication flow by moving short-lived API key storage from an in-memory store to the database (CliAuthRequest), ensuring consistency across distributed server environments. The CLI command has been formally rebranded from debug to corvin across all documentation and binary entry points. Project registration flow is live

Implemented Corvin CLI core infra and streamlined project registration - subh05sus/Corvin