0
/ 100
Popular for its size, but the engineering basics lag behind the interest.
AI lifecycle platform where engineers and agents track experiments, train models, and ship to production.
Documentation
72
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.
README is present.
README documents how to install the project.
Licensed under Apache-2.0.
Engineering
61
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.
Test files detected (backend/tests).
Lockfile present (package-lock.json). Installs are reproducible.
CI is configured (.github/workflows/[api-client] tests-and-linters.yml).
Linter or formatter configured (extras/js/packages/attachments/.editorconfig).
Project health
79
Dependency manifest found (package.json).
.gitignore present.
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 2Forks
- 2Releaseslatest 1mo ago
Community
- -Community health
- -authors own >50% of commits
- 198Watchers
Responsiveness
- -Median issue response
- 5d 3hMedian PR merge time
- 10Open issues
Repository files17 root entries
- .githubGood: CI is configured (.github/workflows/[api-client] tests-and-linters.yml).
- .jules
- backendGood: Test files detected (backend/tests).Good: Environment pinned via backend/Dockerfile.
- dev
- docsIssue: Build artifacts or local files may be committed (docs/.env) (−40 pts).Fix: Remove them and add to .gitignore.
- extrasGood: Linter or formatter configured (extras/js/packages/attachments/.editorconfig).
- frontend
- lumlflow
- prisma
- satellite
- sdk
- wasm
- .gitignoreGood: .gitignore present.
- LICENSEGood: Licensed under Apache-2.0.
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (package.json).
- README.mdGood: README is present.Issue: README has some structure (−7 pts). 2-3 headings earns partial credit; 4+ earns the full +15 pts.Fix: Add more sections (Overview, Install, Usage, Contributing) using ## headings.Good: README includes screenshots or visuals. Great for first impressions.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Good: README links to a live demo or deployed app.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Good: README documents how to install the project.Good: README documents how to run the project.