avids2/memorix

0

/ 100

TypeScript514Apache-2.01d ago
Grade a repo

Polished and well engineered. Punching above its star count.

Open-source cross-agent memory layer for coding agents via MCP. Compatible with Cursor, Claude Code, Codex, Windsurf, Gemini CLI, GitHub Copilot, Kiro, OpenCode, Antigravity, and Trae.

Documentation

84

Contributing guide5pt0

No CONTRIBUTING.md found (−47 pts base + up to −53 pts more for content).

Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.

README12pt100

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under Apache-2.0.

Engineering

85

Issue and PR templates6pt0

No issue or PR templates found (−100 pts).

Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.

Reproducibility6pt80

Lockfile present (bun.lock). Installs are reproducible.

Tests18pt100

Test files detected (packages/agent-core/test).

CI/CD14pt100

CI is configured (.github/workflows/ci.yml).

Linting and formatting5pt100

Linter or formatter configured (lint script in package.json).

Project health

100

Dependency manifest6pt100

Dependency manifest found (package.json).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 39
    Forks
  • 11
    Releaseslatest 1mo ago

Community

  • Community health
  • authors own >50% of commits
  • 514
    Watchers

Responsiveness

  • 6h
    Median issue response
  • <1h
    Median PR merge time
  • 6
    Open issues
Repository files46 root entries
  • .codegraph
    Good: .gitignore present.
  • .github
    Good: CI is configured (.github/workflows/ci.yml).
  • .opencode
  • .trae
  • .windsurf
  • articles
  • assets
  • docs
  • examples
  • packages
    Good: Test files detected (packages/agent-core/test).
    Good: Security policy present.
  • plugins
  • scripts
  • src
  • stubs
  • tests
  • vendor
  • .dockerignore
  • .env.example
  • .gitattributes
  • .gitignore
  • .gitmodules
  • .npmignore
  • bun.lock
    Good: Lockfile present (bun.lock). Installs are reproducible.
  • CHANGELOG.md
  • CLAUDE.md
  • compose.yaml
  • Dockerfile
    Good: Environment pinned via Dockerfile.
  • e2e_bench.mjs
  • e2e_concurrency.mjs
  • e2e_production_audit.mjs
  • e2e_test.mjs
  • GEMINI.md
  • LICENSE
    Good: Licensed under Apache-2.0.
  • llms-full.txt
  • llms.txt
  • memorix.example.yml
  • package-lock.json
  • package.json
    Good: Dependency manifest found (package.json).
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Good: README includes screenshots or visuals. Great for first impressions.
    Good: README has code examples.
    Good: README links to a live demo or deployed app.
    Good: README includes status badges.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • README.zh-CN.md
  • TEAM.md
  • test-smoke.txt
  • tsconfig.base.json
  • tsconfig.json
  • tsup.config.ts
  • vitest.config.ts