Well engineered for its size. A portfolio piece worth showing off.
๐ง Democratizing best practices across 27 domains. Your AI knows everything โ Grimoire makes it practice it.
Documentation
86
Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (โ20 pts).
โ Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.
README documents how to install the project.
README is present.
Licensed under MIT.
Engineering
89
CI is configured (.github/workflows/lint.yml).
Lockfile present (go.sum). Installs are reproducible.
Test files detected (cmd/selfupdate_export_test.go).
Formatting enforced (.golangci.yml).
Issue or PR templates present.
Project health
100
Dependency manifest found (go.mod).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- โCommits (30d / 90d)
- 1Forks
- 0Releases
Community
- โCommunity health
- โauthors own >50% of commits
- 13Watchers
Responsiveness
- โMedian issue response
- โMedian PR merge time
- 0Open issues
Repository files16 root entries
- .githubGood: Code of conduct present.Good: CI is configured (.github/workflows/lint.yml).Good: Issue or PR templates present.
- assets
- cmdGood: Test files detected (cmd/selfupdate_export_test.go).
- internal
- scripts
- .gitignoreGood: .gitignore present.
- .golangci.ymlGood: Formatting enforced (.golangci.yml).
- AGENTS.md
- CLAUDE.md
- go.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- LICENSEGood: Licensed under MIT.
- main.go
- Makefile
- README.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.
- SECURITY.mdGood: Security policy present.