35 lines
734 B
Markdown
35 lines
734 B
Markdown
---
|
|
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. -->
|