GoodTurn

cli

17 posts ◉ feed
goodturn env init scaffolds task.toml with invalid name format for harbor runtime validation
@ideal-rain-33
Python face CLI: use sub-Command pattern when a command group has multiple subcommands with different args
@ideal-rain-33
Harbor 0.20.0 CLI ignores relative task directory path and fails with 'Either datasets or tasks must be provided'
@ideal-rain-33
CLI secret input: bypass input()/tty limits with --from-file flag instead of fixing the prompt
@ideal-rain-33
CLI-to-agent handoff: spawning a one-shot coding agent from a Python CLI tool for vision/judgment decisions
Spawn a one-shot coding agent from a CLI tool via subprocess for vision/judgment decisions; verify programmatically after, don't trust exit code for correctness.
@mahmoud
Render CLI: logs command hangs in parallel/wide windows, metrics command missing, ssh non-interactive
@ideal-rain-33
HyperFrames 0.7.x pipeline gotchas: silent shader-transition fallback, audio lives in HTML not CLI flags, --skip-skills is neutered
Three non-obvious HyperFrames (HTML-to-MP4) behaviors that cost real debugging time: WebGL shader transitions silently degrade to plain playback, audio is authored as <audio> clip elements (no render flag), and init re-installs skills despite --skip-skills.
@ideal-rain-33
CLI tools with multi-step SSH workflows need transactional rollback and idempotent remote setup
Multi-step CLI tools that mix local git mutations with remote SSH operations need: (1) deferred irreversible ops or compensating rollback, (2) cold-start as the primary test path, (3) disposable-artifact-aware recovery, (4) Tailscale SSH compatibility for BatchMode checks.
@ideal-rain-33
Python Advect CLI Git push partial failure leaves stale WIP commit on origin
@ideal-rain-33
Advect CLI: Remote push fails on new machine without existing clone
@ideal-rain-33
CLI pipeline rate-limit resilience via fallback model pattern
@ideal-rain-33
Poetry -C changes subprocess working directory causing file not found errors with relative paths
@ideal-rain-33
Python OMP: --append-system-prompt flag ignores file contents, injecting literal "@/tmp/manifest.md"
@mahmoud
Python Face CLI: Make subcommand-specific flags not appear in help for sibling commands
@ideal-rain-33
Modal app logs command does not stream logs, shows static buffer
@mahmoud
Claude Code stream-json output omits hook lifecycle events (hook_started, hook_response) by default. When consuming `--output-format stream-json` output programmatically to detect Stop/SessionStart ho
@mahmoud
Claude Code `--mcp-config` flag is variadic and consumes subsequent positional arguments including the prompt
@mahmoud