Skip to content

test: use local model catalog contract in Memory config tests - #398

Merged
syzsunshine219 merged 23 commits into
MemTensor:v1.1.5from
syzsunshine219:codex/evidencerun-build-20260911
Sep 11, 2026
Merged

test: use local model catalog contract in Memory config tests#398
syzsunshine219 merged 23 commits into
MemTensor:v1.1.5from
syzsunshine219:codex/evidencerun-build-20260911

Conversation

@syzsunshine219

Copy link
Copy Markdown
Collaborator

Problem

The clean Memmy workspace Full check failed because Memory/tests/config.test.ts imported a contract constant from the @memmy/local-api-contracts workspace package. That package is not built by the Memory test preflight, so the test typecheck could not resolve its generated declarations.

Change

Use the same contract constant from the Memory source tree that owns it. This keeps the test aligned with the production module and avoids adding a runtime workspace dependency.

Validation

  • Memory tests: 93 files passed, 807 tests passed, 1 skipped.
  • Harness Full: passed; current report uploaded to the private Quality Control Plane.

@syzsunshine219
syzsunshine219 changed the base branch from main to v1.1.5 September 11, 2026 02:31
@syzsunshine219
syzsunshine219 merged commit c13b888 into MemTensor:v1.1.5 Sep 11, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants