92
/ 100
Impressive early momentum. Already polished and picking up traction fast.
Independent Autistic Intelligence — a cyber brain for your AI. It never forgets a detail, remembers exactly what you said, and learns how you work over time. Free, local, works with Cursor, Claude Code, Codex, OpenClaw, Hermes and more. MIT.
Top fixes
Highest-impact changes first, ranked by point weight
- 1Reproducibility6pt
Add a Dockerfile, .nvmrc, or .python-version to pin the runtime version and make the environment reproducible.
- 2Reproducibility6pt
Add .github/dependabot.yml with at least one package-ecosystem entry so dependencies are updated automatically.
- 3Dependency manifest6pt
Add a [project.urls] table (Homepage, Repository) so PyPI links back to your project.
- 4Dependency manifest6pt
Add `authors = [...]` under [project] so the package has clear ownership.
Working through the fixes? Let every push regrade itself.
The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.
Scorecard
Every check, grouped by category and sorted worst-first
Documentation
100
README is present.
README documents how to install the project.
Licensed under MIT.
Contributing guide is detailed and thorough.
Engineering
86
No linter or formatter configured.
→ Add [tool.ruff] to pyproject.toml. Ruff handles linting and formatting in one tool and replaces flake8, isort, and black.
Lockfile present (mcp-wrapper/package-lock.json). Installs are reproducible.
Test files detected (mcp-wrapper/test).
CI is configured (.github/workflows/ci.yml).
Issue or PR templates present.
Project health
96
Dependency manifest found (pyproject.toml).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 72 / 118Commits (30d / 90d)
- 44Forks
- 22Releaseslatest 2mo ago
Community
- 100% - GoodCommunity health
- 2 bus factorauthors own >50% of commits
- 330Watchers
Responsiveness
- 23hMedian issue response
- 16hMedian PR merge time
- 2Open issues
Repository files24 root entries
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Issue or PR templates present.
- bench
- docs
- mcp-wrapperGood: Test files detected (mcp-wrapper/test).Good: Lockfile present (mcp-wrapper/package-lock.json). Installs are reproducible.
- rust
- scripts
- src
- tests
- .env.example
- .gitignoreGood: .gitignore present.
- BENCHMARKS.md
- CHANGELOG.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- glama.json
- LICENSEGood: Licensed under MIT.
- logo.png
- MANIFEST.in
- NOTICE.md
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- README_zh-CN.mdGood: 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.md
- SECURITY.mdGood: Security policy present.
- setup.py
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/codeabra/iai-personal-memory-engine)