beads_viewer_rust 0.2.1

Spec-first Rust port of beads_viewer (bv) — graph-aware triage for beads issue trackers (CLI binary: bvr)
Documentation
1
2
3
4
5
6
{"id":"bd-101","title":"Implement OAuth2 Authentication","description":"We need to support Google and GitHub login.\n\n### Requirements\n- [ ] Google Strategy\n- [ ] GitHub Strategy\n- [ ] JWT Session handling\n\nSee [RFC 7519](https://tools.ietf.org/html/rfc7519) for details.","status":"in_progress","priority":0,"issue_type":"feature","assignee":"alice","created_at":"2023-10-01T10:00:00Z","updated_at":"2023-10-02T14:30:00Z","labels":["auth","security","backend"],"comments":[{"author":"bob","text":"I can handle the GitHub part.","created_at":"2023-10-01T11:00:00Z"}]}
{"id":"bd-102","title":"Fix memory leak in image processor","description":"The `Resize` function is not releasing buffers.\n\n```go\nfunc Resize(img []byte) {\n  // leaking here\n  buf := make([]byte, 1024)\n}\n```","status":"open","priority":1,"issue_type":"bug","assignee":"charlie","created_at":"2023-10-03T09:00:00Z","dependencies":[{"issue_id":"bd-102","depends_on_id":"bd-101","type":"related"}]}
{"id":"bd-103","title":"Database Migration for Users Table","description":"Add `last_login` column.","status":"blocked","priority":2,"issue_type":"task","created_at":"2023-10-04T12:00:00Z","dependencies":[{"issue_id":"bd-103","depends_on_id":"bd-101","type":"blocks"}]}
{"id":"bd-104","title":"Update documentation","description":"The README is outdated.","status":"closed","priority":3,"issue_type":"chore","created_at":"2023-09-01T08:00:00Z","closed_at":"2023-09-05T10:00:00Z"}
{"id":"bd-105","title":"Frontend: Login Page","description":"Design the login page using the new UI kit.","status":"in_progress","priority":1,"issue_type":"feature","assignee":"diana","created_at":"2023-10-02T10:00:00Z"}
{"id":"bd-106","title":"Audit Logs","description":"Track all user actions.","status":"open","priority":2,"issue_type":"feature","created_at":"2023-10-05T15:00:00Z"}