Added
- Interactive
devintern initwizard: runninginitin a terminal now starts a guided setup that asks which task tracker you use, links directly to the provider’s token-creation page plus the matching setup guide on devintern.com, and validates the connection (retry / edit / skip) before writing.devintern-code/.env.--yes/--no-interactive(or piped stdin) keeps the old template-scaffold behavior for scripted use - Sibling-config fast track: if
.devintern-pm/.envis already configured in the same project,devintern initdetects it and offers to reuse those tracker credentials, skipping the tracker menu and credential prompts (only asking for steps the existing config doesn’t cover) before still re-validating the connection.devpm initdoes the same in reverse, reading.devintern-code/.env
Fixed
AGENT_CLI_PATHregression: the init wizard was writing an activeAGENT_CLI_PATH=claudeline into generated env files, overriding the PATH-detection default. Generated files now ship it commented out again, matching the documented “leave unset” guidance