Update
This commit is contained in:
parent
739ff9dc27
commit
09c5b30f15
7 changed files with 335 additions and 0 deletions
35
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
35
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest a feature or enhancement
|
||||
title: "[feature] "
|
||||
labels: enhancement
|
||||
---
|
||||
|
||||
## What problem does this solve?
|
||||
|
||||
<!-- Describe the user-facing problem or limitation. What can't you do today? -->
|
||||
|
||||
## Proposed solution
|
||||
|
||||
<!-- What you'd like to see. Concrete is better than abstract. -->
|
||||
|
||||
## Alternatives considered
|
||||
|
||||
<!-- Other approaches you thought about and why they're worse. -->
|
||||
|
||||
## Affected areas
|
||||
|
||||
- [ ] Capture path
|
||||
- [ ] Recall / retrieval
|
||||
- [ ] Consolidation / sleep cycles
|
||||
- [ ] Daemon lifecycle
|
||||
- [ ] Storage / encryption at rest
|
||||
- [ ] MCP wrapper
|
||||
- [ ] Bench harness
|
||||
- [ ] CLI / doctor
|
||||
- [ ] Documentation
|
||||
- [ ] Other: ___
|
||||
|
||||
## Additional context
|
||||
|
||||
<!-- Use case, related issues, prior art. -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue