platform-testing.md•1.38 kB
---
name: Platform Testing Report
about: Report results from testing Mnemex on Windows or Linux
title: '[Platform Test] '
labels: testing, platform
assignees: ''
---
## Platform Information
**Operating System:** [e.g., Windows 11, Ubuntu 22.04, Fedora 39, Arch Linux]
**Python Version:** [e.g., 3.10.13]
**UV Version:** [e.g., 0.1.44]
**Test Type:** [Quick (30 min) / Full (1-2 hours)]
## What I Tested
- [ ] Installation (`uv tool install`)
- [ ] Running server (`mnemex` command)
- [ ] CLI commands (`mnemex-search`, `mnemex-maintenance`, etc.)
- [ ] Test suite (`uv run python -m pytest`)
- [ ] File operations (JSONL storage, paths with spaces)
- [ ] Development setup (editable install)
- [ ] IDE/Editor integration
## Results
### ✅ Working
<!-- List what worked correctly -->
### ❌ Failed
<!-- List what failed with error messages below -->
### ⚠️ Issues/Warnings
<!-- List any warnings or unexpected behavior -->
## Error Messages
```
[Paste any error messages or logs here]
```
## Installation Steps Followed
<!-- Briefly describe what you did -->
1.
2.
3.
## Suggestions
<!-- Any suggestions for improving docs, setup, or handling platform-specific issues -->
## Additional Context
<!-- Any other information that might be helpful -->
---
**Thank you for testing Mnemex!** Your feedback helps make it work reliably across all platforms. 🙏