diff --git a/.beads/issues.jsonl b/.beads/issues.jsonl index 313dc9f6..6a7f918f 100644 --- a/.beads/issues.jsonl +++ b/.beads/issues.jsonl @@ -205,7 +205,7 @@ {"id":"bd-225","title":"Agent 5 Issue 90","description":"","status":"open","priority":2,"issue_type":"task","created_at":"2025-10-22T00:11:32.801423-07:00","updated_at":"2025-10-22T00:11:32.801423-07:00"} {"id":"bd-226","title":"Agent 5 Issue 91","description":"","status":"open","priority":2,"issue_type":"task","created_at":"2025-10-22T00:11:32.802013-07:00","updated_at":"2025-10-22T00:11:32.802013-07:00"} {"id":"bd-227","title":"Agent 5 Issue 92","description":"","status":"open","priority":2,"issue_type":"task","created_at":"2025-10-22T00:11:32.802408-07:00","updated_at":"2025-10-22T00:11:32.802408-07:00"} -{"id":"bd-228","title":"Agent 5 Issue 93","description":"","status":"open","priority":2,"issue_type":"task","created_at":"2025-10-22T00:11:32.802795-07:00","updated_at":"2025-10-22T00:11:32.802795-07:00"} +{"id":"bd-228","title":"Normalize acceptance criteria flag to --acceptance across bd create and bd update","description":"","status":"closed","priority":2,"issue_type":"task","created_at":"2025-10-22T00:11:32.802795-07:00","updated_at":"2025-10-22T00:23:02.937791-07:00","closed_at":"2025-10-22T00:23:02.937795-07:00"} {"id":"bd-229","title":"Agent 5 Issue 94","description":"","status":"open","priority":2,"issue_type":"task","created_at":"2025-10-22T00:11:32.803233-07:00","updated_at":"2025-10-22T00:11:32.803233-07:00"} {"id":"bd-23","title":"Improve error handling in dependency removal during remapping","description":"In updateDependencyReferences(), RemoveDependency errors are caught and ignored with continue (line 392). Comment says 'if dependency doesn't exist' but this catches ALL errors including real failures. Should check error type with errors.Is(err, ErrDependencyNotFound) and only ignore not-found errors, returning other errors properly.","status":"closed","priority":3,"issue_type":"bug","created_at":"2025-10-21T23:00:08.617147-07:00","updated_at":"2025-10-22T00:08:01.201734-07:00","closed_at":"2025-10-18T09:41:18.209717-07:00"} {"id":"bd-230","title":"Agent 2 Issue 0","description":"","status":"open","priority":2,"issue_type":"task","created_at":"2025-10-22T00:11:32.737866-07:00","updated_at":"2025-10-22T00:11:32.737866-07:00"} diff --git a/internal/rpc/bench_test.go b/internal/rpc/bench_test.go index a423e8d5..9e1fb297 100644 --- a/internal/rpc/bench_test.go +++ b/internal/rpc/bench_test.go @@ -1,3 +1,5 @@ +//go:build bench + package rpc import (