Article URL: https://trylle.com/home Comments URL: https://news.ycombinator.com/item?id=49076978 Points: 9 # Comments: 5

Registers a minimal _nimbus completion function so shells can discover subcommands without sourcing the full CLI. Bash completion now forwards NIMBUS_COMPLETE_HIDDEN when set, mirroring zsh behavior for scripting environments. Embeds a static table of commands and hidden flags into the binary so offline completion stays in sync with nimbus --help. Operators can opt into exposing experimental flags during completion by exporting the documented variables. Golden tests assert that hidden flags stay out of default completion output unless the env gate is on. Drafts and issues stay next to open PR rows, stacks stay grouped in order, and CI status shows on the list. Review and triage never leave the branch you are shipping. Install automations beside your repos. They run when real repository events fire—a PR opens, CI succeeds, a bot gets mentioned—with permissions you control and audit trails you can trace. Run your existing .github/workflows YAML on Linux, ARM64, and macOS runners—with repo and org secrets, artifacts, and release publishing included.