Skip to main content
Glama

In Memoria

pull_request_template.mdโ€ข2.28 kB
## Description Brief description of changes and the problem they solve. ## Type of Change - [ ] ๐Ÿ› Bug fix (non-breaking change that fixes an issue) - [ ] โœจ New feature (non-breaking change that adds functionality) - [ ] ๐Ÿ’ฅ Breaking change (fix or feature that would cause existing functionality to break) - [ ] ๐Ÿš€ Performance improvement - [ ] ๐Ÿ“ Documentation update - [ ] ๐Ÿงน Code cleanup/refactoring - [ ] ๐Ÿ”ง Build/CI improvements - [ ] ๐Ÿงช Test improvements ## Components Modified - [ ] ๐Ÿฆ€ Rust Core (`rust-core/`) - [ ] AST Parser (`ast_parser.rs`) - [ ] Pattern Learning (`pattern_learning.rs`) - [ ] Semantic Analysis (`semantic.rs`) - [ ] NAPI bindings - [ ] ๐Ÿ“ฆ TypeScript Layer (`src/`) - [ ] MCP Server integration - [ ] CLI commands - [ ] Storage layer (SQLite/Vector DB) - [ ] File watchers - [ ] ๐Ÿ”ง Build & CI - [ ] Multi-platform builds - [ ] Release workflow - [ ] Package configuration ## AI/ML Changes (if applicable) - [ ] Pattern detection algorithms - [ ] Semantic concept extraction - [ ] Vector embeddings/search - [ ] Learning pipeline modifications - [ ] Intelligence data structures ## Testing - [ ] Unit tests added/updated (Rust `#[cfg(test)]` modules) - [ ] Integration tests added/updated (TypeScript `.test.ts`) - [ ] Manual testing performed - [ ] Cross-platform testing (if applicable) - [ ] MCP integration testing ## Performance Impact - [ ] No performance impact - [ ] Minor performance improvement - [ ] Significant performance improvement - [ ] Performance regression (justified) - [ ] Large codebase testing performed (if claims about scale) ## Breaking Changes If this introduces breaking changes, describe: - What breaks - Migration path for users - Version bump required (major/minor/patch) ## Privacy & Data Handling - [ ] No user data handling changes - [ ] Maintains local-only data principle - [ ] No external API calls added - [ ] Intelligence data remains on-device ## Checklist - [ ] Code follows project conventions - [ ] Self-review completed - [ ] Documentation updated (if needed) - [ ] No console.log/debugging statements left - [ ] Commit messages are clear - [ ] All CI checks pass ## Additional Notes Any additional context, screenshots, or implementation notes.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pi22by7/In-Memoria'

If you have feedback or need assistance with the MCP directory API, please join our Discord server