You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(shell): add --exec flag; fix broken firmware-ping just recipe
`just firmware-ping` was invoking `cargo run -- ping` which fails
immediately because `ping` was removed as a CLI subcommand in #51
(the shell became a discovery-driven REPL). This PR fixes that by
adding `--exec <COMMAND>` to telepath-shell for non-interactive
single-command execution, and rewiring firmware-ping to use it with
a sentinel grep so wire-format skew fails loudly.
AGENTS.md is updated to prompt the developer to run `just firmware-ping`
on PRs touching wire / macros / server / client / shell / nrf52840-ping.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments