fix: remove Unix bash dependency in hook executor - #30
Conversation
📝 WalkthroughWalkthroughSwitches Unix hook execution from Bash to POSIX Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In @.beads/issues.jsonl:
- Line 3: The issue record with id "git-smee-5tx" has conflicting metadata:
status is "closed" but the notes say the fix still needs verification; update
the JSONL entry so it is consistent by either setting "status" to "open" (or
"reopened") and adding a clear action item in "notes" to re-verify
platform.rs/spawn usage, or keep "status":"closed" and edit the "notes" and
"close_reason" to confirm the fix landed and the remaining comment removed;
ensure you update the "updated_at" timestamp and, if reopening, add a short
"owner" assignment or comment describing the verification task.
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In @.beads/issues.jsonl:
- Line 9: The JSONL issue entries embed "Acceptance criteria:" inside the
description instead of using a dedicated acceptance_criteria field—update the
.beads/issues.jsonl entries (e.g., the entry with id "git-smee-h4v") to move the
acceptance criteria out of the description into a top-level
"acceptance_criteria" field, keep the original description text intact minus the
acceptance block, and ensure the parser/loader that consumes these files is
adjusted to read the new acceptance_criteria key (and unit tests or schema
validation updated accordingly) so parsing remains backward compatible for
entries that still embed criteria in description.
Summary
sh -cTesting
Summary by CodeRabbit
Improvements
Documentation
sh -c(not Bash-specific).Chores