cancel
SolidRequest cancellation of a running detached Codex bridge job.
AI & Automation 25 stars
4 forks Updated today Apache-2.0
Install
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Cancel a Bridge Job
Require one job identifier. Run `python "${CLAUDE_PLUGIN_ROOT}/bin/bridge_call.py" cancel --job-id "<job-id>"`; pass `--workspace` only when explicitly supplied. Report returned cancellation-request state; do not claim termination complete. Direct caller to poll `/bridge:status` or `/bridge:result` for final state. Preserve returned incident, transcript, or workspace-delta paths.
Details
- Author
- Borda
- Repository
- Borda/AI-Rig
- Created
- 5 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
status
Read a detached Codex bridge job's current state.
25 Updated today
Borda Code & Development Solid
cancel
Cancel an active tracked Claude Code job in this repository. Args: [job-id]. Use only when the user wants to stop a queued or running Claude Code job.
177 Updated 4 days ago
sendbird AI & Automation Solid
result
Read a completed detached Codex bridge job's compact result.
25 Updated today
Borda