Well engineered for its size. A portfolio piece worth showing off.
Open-source work management that's fast, complete, and simple to run
Documentation
80
README documents how to install the project.
README is present.
Contributing guide is detailed and thorough.
Licensed under AGPL-3.0.
Engineering
88
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 (frontend/src/lib/api/core.test.js).
CI is configured (.github/workflows/lint-pr-title.yml).
Formatting enforced (.golangci.yml).
Lockfile present (go.sum). Installs are reproducible.
Project health
92
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
- 36Releaseslatest 2mo ago
Community
- 62% - FairCommunity health
- —authors own >50% of commits
- 24Watchers
Responsiveness
- 2hMedian issue response
- —Median PR merge time
- 4Open issues
Repository files35 root entries
- .githubGood: CI is configured (.github/workflows/lint-pr-title.yml).Good: Dependabot covers 4 ecosystems (gomod, npm, github-actions, docker). Dependencies stay current.
- api
- assets
- cmd
- deploy
- docs
- frontendGood: Test files detected (frontend/src/lib/api/core.test.js).
- internal
- plugin-src
- scripts
- windshift-runner
- .fallowrc.json
- .gitignoreGood: .gitignore present.
- .golangci.ymlGood: Formatting enforced (.golangci.yml).
- .octocov.yml
- BUILD.md
- CLA.md
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- custom-field-indexing-operations.md
- dev-coding-agent.sh
- dev-postgres.sh
- dev.sh
- DockerfileGood: Environment pinned via Dockerfile.
- Dockerfile.logbook
- Dockerfile.logbook.dockerignore
- go.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- jira-import-scopes.md
- LICENSEGood: Licensed under AGPL-3.0.
- LOGGING.md
- 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.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.Good: README includes status badges.Good: README documents how to install the project.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
- release.sh
- SECURITY.mdGood: Security policy present.