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

Install and run instructions9pt55

README documents how to install the project.

README12pt85

README is present.

Contributing guide5pt92

Contributing guide is detailed and thorough.

License6pt100

Licensed under AGPL-3.0.

Engineering

88

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.

Tests18pt100

Test files detected (frontend/src/lib/api/core.test.js).

CI/CD14pt100

CI is configured (.github/workflows/lint-pr-title.yml).

Linting and formatting5pt100

Formatting enforced (.golangci.yml).

Reproducibility6pt100

Lockfile present (go.sum). Installs are reproducible.

Project health

92

Dependency manifest6pt75

Dependency manifest found (go.mod).

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)
  • 1
    Forks
  • 36
    Releaseslatest 2mo ago

Community

  • 62% - Fair
    Community health
  • authors own >50% of commits
  • 24
    Watchers

Responsiveness

  • 2h
    Median issue response
  • Median PR merge time
  • 4
    Open issues
Repository files35 root entries
  • .github
    Good: 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
  • frontend
    Good: Test files detected (frontend/src/lib/api/core.test.js).
  • internal
  • plugin-src
  • scripts
  • windshift-runner
  • .fallowrc.json
  • .gitignore
    Good: .gitignore present.
  • .golangci.yml
    Good: Formatting enforced (.golangci.yml).
  • .octocov.yml
  • BUILD.md
  • CLA.md
  • CONTRIBUTING.md
    Good: 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
  • Dockerfile
    Good: Environment pinned via Dockerfile.
  • Dockerfile.logbook
  • Dockerfile.logbook.dockerignore
  • go.mod
    Good: Dependency manifest found (go.mod).
  • go.sum
    Good: Lockfile present (go.sum). Installs are reproducible.
  • jira-import-scopes.md
  • LICENSE
    Good: Licensed under AGPL-3.0.
  • LOGGING.md
  • main.go
  • Makefile
  • README.md
    Good: 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.md
    Good: Security policy present.