add claude-obsidian
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled

This commit is contained in:
김경종
2026-05-28 10:57:16 +09:00
parent 1b07531a45
commit 72dad72703
205 changed files with 41703 additions and 80 deletions
+41
View File
@@ -0,0 +1,41 @@
---
name: Bug report
about: Something is broken or behaves unexpectedly
title: "[bug] "
labels: bug
assignees: ''
---
## What happened
A clear description of the unexpected behavior.
## Expected behavior
What you expected to happen instead.
## Reproduction steps
1. ...
2. ...
3. ...
## Environment
- Plugin version: (e.g. v1.9.0)
- Claude Code version: (run `claude --version`)
- OS: (e.g. macOS 14.5, Pop!_OS 24.04, Windows 11)
- Obsidian version: (if relevant)
- Transport selected: (filesystem / obsidian-cli / mcp-obsidian — see `.vault-meta/transport.json`)
## Skill / agent / script involved
Which surface is affected? (e.g. `/wiki-ingest`, `scripts/wiki-mode.py`, `agents/verifier.md`)
## Logs / output
```
Paste relevant terminal output or error messages here.
```
## What you tried
- [ ] Ran `make test` — all 8 suites green? Yes / No
- [ ] Checked CHANGELOG for known issues at your version
- [ ] Searched existing issues for similar reports
## Additional context
Anything else that might help (screenshots, related issues, recent changes).
+36
View File
@@ -0,0 +1,36 @@
---
name: Feature request
about: Suggest an idea, new skill, or enhancement
title: "[feature] "
labels: enhancement
assignees: ''
---
## Problem
What user need or workflow gap motivates this request? Be specific about the situation where today's behavior falls short.
## Proposed solution
Describe what you'd like to see. New skill? New agent? Change to an existing one? Sketch the interface (slash command, trigger phrases, expected output).
## Alternatives considered
What other approaches did you think about, and why is this one preferred?
## Scope
Which existing surface(s) does this touch?
- [ ] A new skill (`skills/<name>/`)
- [ ] A new agent (`agents/<name>.md`)
- [ ] A new script (`scripts/<name>`)
- [ ] Change to existing skill: (which?)
- [ ] Change to plugin manifest / hooks / setup scripts
- [ ] Documentation only
## Compatibility
- Does this change behavior for existing v1.x vaults? Yes / No
- Does it require a new opt-in (`bin/setup-*.sh`)? Yes / No
- Does it introduce a new dependency? Yes / No
## Testing
How would this be tested hermetically? (No network, no external services.)
## Additional context
Links, examples, or references to similar features in other tools.