bd: backup 2026-03-02 21:14
This commit is contained in:
parent
35b4089620
commit
368494b40e
4 changed files with 14 additions and 5 deletions
|
|
@ -478,3 +478,9 @@
|
|||
{"actor":"zenchantlive","comment":"Added label: memory","created_at":"2026-03-01T22:55:56Z","event_type":"label_added","id":482,"issue_id":"beadboard-dc0","new_value":null,"old_value":null}
|
||||
{"actor":"zenchantlive","comment":"Added label: memory-arch","created_at":"2026-03-01T22:55:56Z","event_type":"label_added","id":483,"issue_id":"beadboard-dc0","new_value":null,"old_value":null}
|
||||
{"actor":"zenchantlive","comment":null,"created_at":"2026-03-01T22:56:47Z","event_type":"updated","id":484,"issue_id":"beadboard-6iq","new_value":"{\"notes\":\"Memory review: no new reusable memory.\"}","old_value":"{\"id\":\"beadboard-6iq\",\"title\":\"[MEMORY][UI][HARD] Extract human-readable names from raw data fields\",\"description\":\"Scope: Any place that displays agent/user names from bead data\\\\nOut of Scope: Displaying raw IDs in debug/metadata views\\\\nRule: Never use bead.assignee directly for display - it contains the bead ID (e.g., beadboard-xyz), not the agent name. Always extract via: 1) title matching \\\"Agent: \\u003cname\\u003e\\\" pattern, 2) labels with \\\"agent:\\\" prefix, 3) fallback to raw value only if extraction fails.\\\\nRationale: Raw data fields often contain system identifiers, not human-readable content. Extract before display.\\\\nFailure Mode: Agent avatars show bead IDs like \\\"beadboard-abc\\\" instead of actual names.\",\"status\":\"open\",\"priority\":1,\"issue_type\":\"decision\",\"owner\":\"jordanlive121@gmail.com\",\"created_at\":\"2026-03-02T05:40:48Z\",\"created_by\":\"zenchantlive\",\"updated_at\":\"2026-03-02T05:40:48Z\"}"}
|
||||
{"actor":"zenchantlive","comment":null,"created_at":"2026-03-01T23:05:48Z","event_type":"created","id":485,"issue_id":"beadboard-tmj","new_value":"","old_value":""}
|
||||
{"actor":"zenchantlive","comment":"Added label: bug","created_at":"2026-03-01T23:05:48Z","event_type":"label_added","id":486,"issue_id":"beadboard-tmj","new_value":null,"old_value":null}
|
||||
{"actor":"zenchantlive","comment":"Added label: frontend","created_at":"2026-03-01T23:05:48Z","event_type":"label_added","id":487,"issue_id":"beadboard-tmj","new_value":null,"old_value":null}
|
||||
{"actor":"zenchantlive","comment":null,"created_at":"2026-03-01T23:06:14Z","event_type":"status_changed","id":488,"issue_id":"beadboard-tmj","new_value":"{\"status\":\"in_progress\"}","old_value":"{\"id\":\"beadboard-tmj\",\"title\":\"[BUG] Epics with no children hidden by hideClosed filter\",\"description\":\"## Context\\nEpics with zero child tasks are hidden in the left panel when hideClosed=true (the default).\\n\\n## Root Cause\\nLine 327 in left-panel.tsx:\\n\\n\\nThis hides ANY epic with matchedChildren=0 when filters are active. Since hideClosed defaults to true, this hides ALL epics that have no children (which is ALL epics currently since none have parent-child deps).\\n\\n## Fix\\nChange condition to only hide if the epic HAS children but they're all filtered out:\\n\",\"status\":\"open\",\"priority\":0,\"issue_type\":\"bug\",\"owner\":\"jordanlive121@gmail.com\",\"created_at\":\"2026-03-02T07:05:48Z\",\"created_by\":\"zenchantlive\",\"updated_at\":\"2026-03-02T07:05:48Z\"}"}
|
||||
{"actor":"zenchantlive","comment":null,"created_at":"2026-03-01T23:10:47Z","event_type":"updated","id":489,"issue_id":"beadboard-tmj","new_value":"{\"notes\":\"Fixed two issues in left-panel.tsx:\\n1. Line 73: Filter out memory-anchor and brainstorm epics from epic list\\n2. Line 327: Added check to hide closed/tombstone epics when hideClosed=true\\n\\nBefore: ALL epics were hidden because:\\n- hideClosed defaults to true\\n- No code checked epic status, only matchedChildren\\n- All 0-child epics were hidden\\n\\nAfter:\\n- Memory anchors (memory-anchor label) filtered out\\n- Brainstorm epics (brainstorm label) filtered out \\n- Closed/tombstone epics hidden when hideClosed=true\\n- Epics with children only hidden when all children filtered\\n\\nVerification: npm run typecheck PASS, npm run lint PASS (warnings only), npm run test PASS (2 pre-existing failures)\"}","old_value":"{\"id\":\"beadboard-tmj\",\"title\":\"[BUG] Epics with no children hidden by hideClosed filter\",\"description\":\"## Context\\nEpics with zero child tasks are hidden in the left panel when hideClosed=true (the default).\\n\\n## Root Cause\\nLine 327 in left-panel.tsx:\\n\\n\\nThis hides ANY epic with matchedChildren=0 when filters are active. Since hideClosed defaults to true, this hides ALL epics that have no children (which is ALL epics currently since none have parent-child deps).\\n\\n## Fix\\nChange condition to only hide if the epic HAS children but they're all filtered out:\\n\",\"status\":\"in_progress\",\"priority\":0,\"issue_type\":\"bug\",\"owner\":\"jordanlive121@gmail.com\",\"created_at\":\"2026-03-02T07:05:48Z\",\"created_by\":\"zenchantlive\",\"updated_at\":\"2026-03-02T07:06:14Z\"}"}
|
||||
{"actor":"zenchantlive","comment":null,"created_at":"2026-03-01T23:10:54Z","event_type":"closed","id":490,"issue_id":"beadboard-tmj","new_value":"Fixed: filtered memory-anchor and brainstorm epics, added hideClosed check for epic status","old_value":""}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue