This commit is contained in:
Areg Noya 2026-05-10 20:42:02 -07:00
parent 739ff9dc27
commit 09c5b30f15
7 changed files with 335 additions and 0 deletions

41
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,41 @@
## Summary
<!-- One or two sentences on what this PR changes and why. -->
## Type of change
- [ ] Bug fix
- [ ] New feature
- [ ] Refactor (no behaviour change)
- [ ] Documentation
- [ ] Build / tooling
## Affected areas
- [ ] Capture path
- [ ] Recall / retrieval
- [ ] Consolidation / sleep cycles
- [ ] Daemon lifecycle / FSM
- [ ] Storage / encryption at rest
- [ ] MCP wrapper (TypeScript)
- [ ] Bench harness
- [ ] CLI / doctor
- [ ] Other: ___
## Testing
- [ ] `pytest` passes locally
- [ ] `ruff check src/ tests/` clean
- [ ] New tests added for changed behaviour, or rationale below for why not
## Benchmarks
If this PR touches retrieval, capture, or consolidation, include before/after numbers from the relevant `bench.*` harness.
- Bench command run: `python -m bench.___`
- Before:
- After:
## Notes for reviewers
<!-- Anything reviewers should know: known limitations, follow-ups, design choices. -->