docs: add product intent triage#32
Closed
Surebob wants to merge 1 commit intoMemPalace:mainfrom
Closed
Conversation
igorls
added a commit
to igorls/mempalace
that referenced
this pull request
Apr 7, 2026
- Tighten chromadb dependency from >=0.4.0,<1 to >=0.5.0,<0.7 (the collection API changed significantly across majors; this pins to the tested range) - Add optional 'spellcheck' extras for the undeclared autocorrect dependency used in spellcheck.py - Add PEP 561 py.typed marker for type checker support Findings: MemPalace#10 (HIGH — chromadb range too wide), MemPalace#30 (LOW — undeclared autocorrect), MemPalace#32 (LOW — missing py.typed) Includes test infrastructure from PR MemPalace#131. 92 tests pass.
igorls
added a commit
to igorls/mempalace
that referenced
this pull request
Apr 7, 2026
- Tighten chromadb dependency from >=0.4.0,<1 to >=0.5.0,<0.7 (the collection API changed significantly across majors; this pins to the tested range) - Add optional 'spellcheck' extras for the undeclared autocorrect dependency used in spellcheck.py - Add PEP 561 py.typed marker for type checker support Findings: MemPalace#10 (HIGH — chromadb range too wide), MemPalace#30 (LOW — undeclared autocorrect), MemPalace#32 (LOW — missing py.typed) Includes test infrastructure from PR MemPalace#131. 92 tests pass.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds docs/triage/product-intent.md with behaviors that were confirmed in code and probes, but should not be changed blindly because they may reflect intended product semantics, roadmap drift, or benchmark-only logic.
Included
Why a docs PR
This does not prescribe fixes. It separates maintainer-intent decisions from objective bugs so future work can be discussed without mixing them together.