@@ -334,6 +334,38 @@ complete until `git push` succeeds.
334334- NEVER say "ready to push when you are" - YOU must push
335335- If push fails, resolve and retry until it succeeds
336336
337+ ### Issue Types
338+
339+ | Type | Description |
340+ | ------------- | ----------------------------------- |
341+ | bug | Software defect or error |
342+ | feature | New functionality or enhancement |
343+ | task | General work item (default) |
344+ | epic | Large multi-step initiative |
345+ | chore | Maintenance or operational work |
346+ | message | Ephemeral inter-agent communication |
347+ | merge-request | Code review queue entry |
348+ | molecule | Workflow template or hierarchy |
349+ | gate | Async coordination primitive |
350+
351+ ### Dependency Types
352+
353+ | Type | Category | Description |
354+ | ------------------ | ----------- | -------------------------------------- |
355+ | blocks | Workflow | Hard blocker relationship |
356+ | parent-child | Workflow | Hierarchical relationship |
357+ | conditional-blocks | Workflow | B runs only if A fails |
358+ | waits-for | Workflow | Fanout gate: wait for dynamic children |
359+ | related | Association | Soft relationship |
360+ | discovered-from | Association | Track issues found during work |
361+ | replies-to | Graph Link | Conversation threading |
362+ | relates-to | Graph Link | Loose knowledge graph edges |
363+ | duplicates | Graph Link | Deduplication link |
364+ | supersedes | Graph Link | Version chain link |
365+ | authored-by | Entity | Creator relationship |
366+ | assigned-to | Entity | Assignment relationship |
367+ | approved-by | Entity | Approval relationship |
368+
337369<!-- bv-agent-instructions-v1 -->
338370
339371---
0 commit comments