bd-5 Fix null pointer in parser [P0, bug] Status: in_progress Assignee: agent-1 Created: 2026-03-02 14:30 | Updated: 2026-03-04 09:15 Description: Parser crashes when input is empty or malformed Labels: security, parser Dependencies: bd-7 → bd-5 (blocks) bd-5 → bd-1 (discovered-from) Recent comments: agent-1 (2 hours ago): "Found the root cause in tokenizer" human-dev (5 hours ago): "This is blocking deployment" Recent Events: [2026-03-04 09:15] Commented by agent-1 Found the root cause in tokenizer [2026-03-04 07:00] StatusChanged by agent-1 [2026-03-03 16:30] Commented by human-dev This is blocking deployment [2026-03-02 14:30] Created by agent-1
The show command displays the most recent 5 comments by default. Use --full to see all events including status changes, assignments, and earlier comments.
Use tracer show before starting work to understand context:
# See what's blocking an issuetracer show bd-5# Get issue details in scriptISSUE_JSON=$(tracer show bd-5 --json)TITLE=$(echo $ISSUE_JSON | jq -r '.title')