name: Bug Report description: Something is broken or not working as expected. title: "[Bug] " labels: ["bug"] body: - type: markdown attributes: value: | Sorry you hit a bug! Please give us enough detail to reproduce it. - type: textarea id: what-happened attributes: label: What happened? description: A clear description of the bug. placeholder: "I asked the Scribe to save a note, but it created the file in the wrong folder..." validations: required: true - type: textarea id: expected attributes: label: Expected behavior description: What did you expect to happen instead? validations: required: true - type: textarea id: repro attributes: label: Steps to reproduce description: Minimal steps to trigger the bug. placeholder: | 1. Open Claude Code in the vault 2. Say "save this note about..." 3. Observe that... validations: required: true - type: dropdown id: agent attributes: label: Agent involved description: Which agent was active when the bug occurred? options: - architect - scribe - sorter - seeker - connector - librarian - transcriber - postman - Routing / dispatcher (e.g. CLAUDE.md) - Unknown / not sure validations: required: true - type: dropdown id: severity attributes: label: Severity description: How bad is this? options: - "Low - minor inconvenience, easy workaround" - "Medium - broken feature, workaround exists" - "High - broken feature, no workaround" - "Critical - data loss, vault corruption, or security issue" validations: required: true - type: textarea id: vault-structure attributes: label: Vault structure (if relevant) description: A rough outline of your vault folder structure, if the bug is structure-related. render: text - type: textarea id: logs attributes: label: Logs / error output description: Paste any relevant error messages or agent output. render: text - type: textarea id: context attributes: label: Additional context description: Screenshots, OS, agentic platform and LLM model used, anything else that might help.