was the name I'd used for the new `sh!` macro before I finally\ncommitted it in e5699e4, but I forgot to update this notice when I\ndecided to rename it.\n\nAmend: e5699e4ab273",
"is_bot": false,
"headline": "fix(cli): deprecation notice for sh!!",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-11T05:39:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f25753f32e0522a821f09f82cfbcce6d9546a17e",
"body": "Adds pipes/redirects to sh!, sh\u003c, and sh?, e.g.\n\n (sh! cat file | grep \"test\")\n (sh! cat file > /some/file)\n (sh! echo \"done\" >> /some/file)\n (sh! sort \u003c /some/file)\n (sh! cat file > ,(current-buffer))\n (sh! grep foo \u003c ,(get-buffer \"x\"))\n (sh! make 2> errors.log)\n (sh! make 2>> errors.log)\n\nAlso adds a new sh& macro for executing async shell commands (supposes\npipes/redirects too).",
"is_bot": false,
"headline": "feat(cli): add sh& macro & pipes/redirects support",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-11T05:23:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9ef35c5ba7c2efd7a60778f7254769e281477c9",
"body": "Amend: e5699e4ab273\nFix: #8850",
"is_bot": false,
"headline": "fix(cli): sh!: not converting numeric switches to string",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-10T22:43:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcb48100f19cfcd16aa36c3eb031bcbcdc14437a",
"body": "There's no guarantee map.el will be loaded by now, and there's a much\nsimpler alternative: cl-remf.\n\nFix: #8849",
"is_bot": false,
"headline": "fix: package!: avoid map-delete",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-10T19:51:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "394527828a223f91bd5490aeb3931e295e171ea5",
"body": "A regression introduced in e5699e4 caused Doom's git hooks to emit type\nerrors when Doom calls `car` on a string path, preventing first-time\ninstallation.\n\nAmend: e5699e4ab273\nFix: #8846\nClose: #8848",
"is_bot": false,
"headline": "fix(cli): ci: git hook regression",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-10T15:17:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba57bb08609c79d462435137fa0fdab3b5161b0f",
"body": "Accidentally copied the two package! statements instead of only moving which-key's.\n\nAmend: de2a3364afbe",
"is_bot": false,
"headline": "fix: duplicate package! for which-key & general",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-10T15:09:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5814087bd09467f76269214494a8e254e4255fd",
"body": "- Fixes a regression introduced in b4c2f89: this would throw a\n beginning-of-buffer error if the process produced no output.\n- b4c2f89 was supposed to stop these functions from trimming *all*\n surrounding whitespace, and succeeded for leading whitespace, but\n still consumes all trailing whitespace (it should only delete a single\n newline). This fixes that.\n\nAmend: b4c2f89cce10",
"is_bot": false,
"headline": "fix(lib): doom-{exec,call}-process regression",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-10T04:41:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a6589c625608e07715d7a76a2d2648427732956",
"body": "doomemacs/modules@7a3c5a14ec18 (v26.07) -> doomemacs/modules@c8f828c08230",
"is_bot": false,
"headline": "bump: sources/doom+",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-10T03:58:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de2a3364afbe6f6bdff6c9d38d3fa00494de29f6",
"body": "At some point in the past, which-key was slated for removal from Doom\ndue to my grievances with its internal design (to do with over-reliance\non regexps, how users had extra steps to follow just to move a\nkeybind *with* its which-label, and the various gotchas associated with\ntrying to associate a l\n[…]\n doomemacs/modules to use the new\nformat and remove which-key boilerplate.\n\nRef: emacs-mirror/emacs@fa4203300fde\nFix: #8562\nFix: #8539\nFix: #8340\nFix: #7887\nFix: #7017\nFix: #6993\nFix: #5532\nFix: #1413",
"is_bot": false,
"headline": "refactor: re-integrate which-key into core",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-10T02:09:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bf57f46a55452ce4a31aa5b2004de70e47c6e067",
"body": "Backports changes to `get!` and `put!`.\n\n- get! now accepts an optional NULL-VALUE argument.\n- put! is now variadic, accepting multiple KEY-VALUE pairs to set.\n- Introduces a new convention: using keywords as keys for bin/doom's\n internal state. This frees up symbols for user-space keys.\n- Introduc\n[…]\nr boolean state keys.\n- Adds docstrings to get! and put!, mentioning these conventions.\n- Deprecates the `doom-cli-context-suppress-prompts-p` field; storing it\n in (get! :suppress-prompts?) instead.",
"is_bot": false,
"headline": "refactor(cli): get! & put!",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-10T02:09:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "08fbf5073c34c17c19dccc4ac505314621749583",
"body": null,
"is_bot": false,
"headline": "fix(cli): doom install: don't quote error handler",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-10T02:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5699e4ab2738bc5fd7b8fb4805c1bc99fb67bd8",
"body": "Adds `sh!`, `sh?`, and `sh\u003c` macros for quickly executing shell commands\nin Doom CLIs. Current implementation is rudimentary; I'll later add\nelisp-side pipe/redirect support (PRs welcome).\n\nAlso deprecates `sh!!` and drops `git!`.",
"is_bot": false,
"headline": "feat(cli): add new cli/sh.el library",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-10T02:09:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afadd7ad3367b4311b6ced1c8d5839baf72ad79b",
"body": "Leave it to modules to add these. `eshell-mode` can be kept since it's\nbuilt into Emacs.\n\nRef: doomemacs/modules@1146d3d4836a",
"is_bot": false,
"headline": "fix(lib): doom-real-buffer-modes: remove vterm",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-09T18:54:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "476b04d630814a8cb9dca0424d7833794078bc99",
"body": "Since Doom core tries to support Emacs 27+, there's no guarantee it will\nbe available.",
"is_bot": false,
"headline": "tweak(compat): use built-in use-package, if available",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-09T18:54:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbec776174a7a358700eec713b52ce230acf4463",
"body": "Persistent profile init files are kept one directory up from the\nprofile's init directory and copied each time the profile is resynced.\nHowever, when running 'doom sync --reload', the files aren't synced,\nonly re-assembled from the previous sync's files. However, the\npersistent files (like the envvar file that `doom sync --env` creates)\nwere not re-copied into the profile init directory, so external changes\nto them weren't reflected without a full sync.\n\nFix: #8845",
"is_bot": false,
"headline": "fix: doom sync -r ignoring persisted init files",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-09T05:39:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4c2f89cce102eaaaf42488d603f3c38ecf36d72",
"body": "Instead of trimming all whitespace on both sides, which may mangle\ndesired output.",
"is_bot": false,
"headline": "fix(lib): doom-{call,exec}-process: only strip final newline",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-09T05:39:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0a53ca386ae86e304dd49591ed6471794621611",
"body": "Since it's a built-in package. Plus, the other sub-files in :doom compat\nuse `use-package!`.",
"is_bot": false,
"headline": "fix(compat): unconditionally install use-package",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-08T03:33:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4c0c1cf85af98cb8ce489c8018fae55802ec1fe",
"body": "Use appropriate error types.",
"is_bot": false,
"headline": "refactor: throw better errors",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-08T03:32:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80ad3cd9198b5920430d8c200739e34b67469715",
"body": "emacs-straight/project@6be4c7c46411 -> emacs-straight/project@883c035af5b6\nrainstormstudio/nerd-icons.el@2247dfb513a8 -> rainstormstudio/nerd-icons.el@d7742c5e8fba",
"is_bot": false,
"headline": "bump: :doom",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-08T03:32:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e4fbbae048a9abe897bf1878cbd32732a6d41d7",
"body": "Regression introduced in eb5a3b5e0d73, but becomes an issue after\nce615084fff9 (causing #8844). This function should never return nil.\n\nFix: #8844\nAmend: ce615084fff9\nAmend: eb5a3b5e0d73",
"is_bot": false,
"headline": "fix: doom-module-context returning nil",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-03T15:53:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd083688541ffb402ffb0602f42099ca554eaaab",
"body": "doomemacs/modules@864a2ad3458e -> doomemacs/modules@7a3c5a14ec18 (v26.07)",
"is_bot": false,
"headline": "bump: sources/doom+",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-01T19:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce615084fff939096c40d4f1dc161eab5e051312",
"body": "The hot cache exists solely to speed up lookups in interactive sessions,\nbut in noninteractive sessions they could go stale and thus poison what\nmodules (and flags) Doom thinks are enabled (making it necessary to run\n`doom sync` twice to fully realize some changes to your module list).\n\nAmend: dd7903fdcb1e\nFix: #8843",
"is_bot": false,
"headline": "fix: stale module hot cache poisoning doom-modules",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-01T19:33:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a9b07bf36511e51b13ffdc29733057f20ef1aa1",
"body": "The locate-dominating-file check for Doom and its modules being in a Git\nrepository before running git commands had its arguments reversed. It\nlooks like this causes it to always return non-nil.\n\nFix this to make the intended \"not a git repo\" show up when Doom is not\nin a git repo, while still showing the revision when in a git repo.",
"is_bot": false,
"headline": "fix(lib): doom/version without git checkout",
"author_name": "Marien Zwart",
"author_login": "marienz",
"committed_at": "2026-07-01T07:57:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faec6f9de9500a753f77ba43e3e4c43e0637927c",
"body": "Before Emacs 30, `function-documentation` did not accept function\nsymbol, thus throwing an invalid-function error for users on 29.\n\nFix: #8841\nAmend: 1db20b215735",
"is_bot": false,
"headline": "fix(lib): (invalid-function doom-config-file) error",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-01T07:52:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b367b2ca7886c51721c83fee988473467c52836",
"body": "Ref: doomemacs/modules@41e91f5efad3",
"is_bot": false,
"headline": "bump: sources/doom+",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-01T07:18:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "925d6551a5483792d7338765ca009907dc7d35bf",
"body": "Enabling a module that doesn't exist would mean a module has a nil path,\ncausing `doom-module-from-path` to throw type errors.\n\nAmend: 02aafb8a788b",
"is_bot": false,
"headline": "fix: type error if non-existent module is enabled",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-01T06:17:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b634cd6c9634f3dad425043ca2defbf294999388",
"body": null,
"is_bot": false,
"headline": "refactor: doom-initialize: DRY it up",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-01T04:12:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7ae601d34d65684f8158f1ab44e5bedbe73779f",
"body": "That's what sets this apart from `doom-module-get`, and should hopefully\ndirect users to the correct function for the job.",
"is_bot": false,
"headline": "docs: doom-module: mention hot cache in docstring",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-01T04:11:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb5a3b5e0d73c4a704571f88991688e34c473abd",
"body": "If I simply don't use pcase here, I don't need to autoload its\ndoom-module-context macro this early during startup. Not like it's\ncomplexity is *really* needed at this point.",
"is_bot": false,
"headline": "refactor: doom-module-context: avoid pcase this early",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-07-01T04:09:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8d765443d9d5a1282d8994aa0ca2ad6965b24cc",
"body": "If a command has been remapped, use the remapping instead.",
"is_bot": false,
"headline": "feat(lib): cmd!!: use remapping if available",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-06-30T19:51:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02aafb8a788b7fed7e783cf6c61720e55b301f61",
"body": "Partially backported to simplify my rebasing of the v3 branch.",
"is_bot": false,
"headline": "refactor: doom-module-from-path: partial backport",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-06-30T07:13:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71d59f126d08bba02adfaf226a110cdbf71c8e77",
"body": "doom-module--put already logs each registered module, doing it again\nhere just makes the logs needlessly noisy.",
"is_bot": false,
"headline": "fix: doom-module-mplist-map: only log new module once",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-06-30T05:38:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "638b0a573010803c420dc19b83200451bca08858",
"body": "Reduced verbosity at call sites.",
"is_bot": false,
"headline": "refactor: move :path resolution to doom-module--put",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-06-30T02:48:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1db20b215735a222d1b15b6c4afe81c311888f91",
"body": "Two new functions\n- `doom-config-file`: for looking up the filename that corresponds to a\n project type (e.g. 'project = \".doom\")\n- `doom-config-locate`: like `locate-dominating-file`, but for looking\n up Doom dotfiles (or their parent directory).\n\nAlso revises docstring for clarity.\n\nThese functions are not used yet outside of doom-config and were\nimplemented in anticipation for v3, where they're used extensively.",
"is_bot": false,
"headline": "feat(lib): doom-config: hoist into separate functions",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-06-30T02:48:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aac84622b8bbe615832d3c49f8fe42fbda6841d3",
"body": "Fix: #8830\nAmend: 0dd5b0573aa9",
"is_bot": false,
"headline": "fix(cli): doom.ps1: errors on unnecessarily escaped double-quotes",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-06-29T21:49:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c48899840e6480a2e092f9a682f58380df03e0f",
"body": "The semantics for \"executable\" on Windows are different and are\ntherefore useless as a heuristic when searching for viable doom-*\nexecutables on $DOOMPATH, causing most Doom commands to fail on Windows.\n\nFix: #8835",
"is_bot": false,
"headline": "fix(cli): doom-cli-executable-p: use file-readable-p on windows",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-06-28T06:33:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dd5b0573aa918ab79a49a7a4c19508ad770aeca",
"body": "Ref: #8835",
"is_bot": false,
"headline": "fix(cli): doom.ps1: suppress lexical-binding warnings",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-06-27T21:22:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a86f384c0d5426f87ca6a60596526454969f85f",
"body": "bbatsov/projectile@6449fb046558 -> bbatsov/projectile@39dc2a69a242\nemacs-straight/project@f4ec26c30a08 -> emacs-straight/project@6be4c7c46411\nrainstormstudio/nerd-icons.el@d33d12f5dcb6 -> rainstormstudio/nerd-icons.el@2247dfb513a8",
"is_bot": false,
"headline": "bump: :doom",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-06-27T19:05:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "123ffc7eeaa432eb97cf53eaeca82759be62b0e5",
"body": "A temporary fix that v3 will properly solve.\n\nFix: #8836\nAmend: a52b997daed5",
"is_bot": false,
"headline": "fix(lib): autoload cli/print",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-06-27T19:05:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e668c1c33df41a3f8ea44c33642ee60fa88733b",
"body": "Moved here from :tools magit, since transient is now a built-in package\nand these defaults should apply to transient everywhere, not just when\nmagit is present.\n\nFix: doomemacs/modules#19",
"is_bot": false,
"headline": "feat: add transient config",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-06-27T18:21:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "259ac4eb324fdba9fce9e8bd948b746cfa7ccb23",
"body": "'doom help doc', for example, would not emit the same documentation as\n'doom help doctor'.\n\nRef: c1c6b1de3965\nFix: #8837",
"is_bot": false,
"headline": "fix(cli): doom help: show full docs for aliases",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-06-27T18:10:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d13b8541853b2a60d1917e756c2ce0c66969390",
"body": "Amend: c1c6b1de3965\nFix: #8837",
"is_bot": false,
"headline": "fix(cli): 'doom doc' not resolving to 'doom doctor'",
"author_name": "Henrik Lissner",
"author_login": "hlissner",
"committed_at": "2026-06-27T18:10:37Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 25,
"commits_last_year": 1148,
"latest_release_at": "2026-08-02T05:05:54Z",
"latest_release_tag": "v2.2.2",
"releases_from_tags": true,
"days_since_last_push": 1,
"active_weeks_last_year": 51,
"days_since_latest_release": 4,
"mean_days_between_releases": 360.7
},
"artifacts": {
"collected": true,
"structure": [],
"declarations": []
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [
"shields.io"
],
"total": 10,
"header": 6,
"collected": true,
"has_inspect_badge": false
},
"has_description": true,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 3160,
"stars": 22550,
"watchers": 228,
"fork_history": {
"days": [
{
"date": "2022-06-13",
"count": 2
},
{
"date": "2022-06-15",
"count": 3
},
{
"date": "2022-06-16",
"count": 1
},
{
"date": "2022-06-17",
"count": 2
},
{
"date": "2022-06-20",
"count": 1
},
{
"date": "2022-06-21",
"count": 1
},
{
"date": "2022-06-22",
"count": 3
},
{
"date": "2022-06-24",
"count": 1
},
{
"date": "2022-06-25",
"count": 1
},
{
"date": "2022-06-26",
"count": 1
},
{
"date": "2022-06-27",
"count": 1
},
{
"date": "2022-06-28",
"count": 2
},
{
"date": "2022-06-30",
"count": 2
},
{
"date": "2022-07-02",
"count": 1
},
{
"date": "2022-07-03",
"count": 1
},
{
"date": "2022-07-04",
"count": 3
},
{
"date": "2022-07-08",
"count": 1
},
{
"date": "2022-07-09",
"count": 1
},
{
"date": "2022-07-10",
"count": 4
},
{
"date": "2022-07-11",
"count": 1
},
{
"date": "2022-07-12",
"count": 3
},
{
"date": "2022-07-13",
"count": 1
},
{
"date": "2022-07-15",
"count": 1
},
{
"date": "2022-07-16",
"count": 2
},
{
"date": "2022-07-17",
"count": 1
},
{
"date": "2022-07-18",
"count": 1
},
{
"date": "2022-07-19",
"count": 2
},
{
"date": "2022-07-20",
"count": 1
},
{
"date": "2022-07-21",
"count": 1
},
{
"date": "2022-07-22",
"count": 1
},
{
"date": "2022-07-23",
"count": 1
},
{
"date": "2022-07-25",
"count": 2
},
{
"date": "2022-07-26",
"count": 2
},
{
"date": "2022-07-27",
"count": 2
},
{
"date": "2022-07-28",
"count": 4
},
{
"date": "2022-07-29",
"count": 3
},
{
"date": "2022-07-30",
"count": 2
},
{
"date": "2022-07-31",
"count": 1
},
{
"date": "2022-08-01",
"count": 1
},
{
"date": "2022-08-03",
"count": 3
},
{
"date": "2022-08-04",
"count": 4
},
{
"date": "2022-08-05",
"count": 1
},
{
"date": "2022-08-06",
"count": 1
},
{
"date": "2022-08-09",
"count": 2
},
{
"date": "2022-08-10",
"count": 1
},
{
"date": "2022-08-11",
"count": 2
},
{
"date": "2022-08-13",
"count": 2
},
{
"date": "2022-08-18",
"count": 1
},
{
"date": "2022-08-19",
"count": 3
},
{
"date": "2022-08-20",
"count": 3
},
{
"date": "2022-08-21",
"count": 1
},
{
"date": "2022-08-22",
"count": 2
},
{
"date": "2022-08-23",
"count": 1
},
{
"date": "2022-08-24",
"count": 1
},
{
"date": "2022-08-25",
"count": 1
},
{
"date": "2022-08-27",
"count": 1
},
{
"date": "2022-08-28",
"count": 2
},
{
"date": "2022-08-29",
"count": 1
},
{
"date": "2022-08-30",
"count": 1
},
{
"date": "2022-08-31",
"count": 1
},
{
"date": "2022-09-01",
"count": 2
},
{
"date": "2022-09-03",
"count": 1
},
{
"date": "2022-09-04",
"count": 1
},
{
"date": "2022-09-05",
"count": 1
},
{
"date": "2022-09-06",
"count": 1
},
{
"date": "2022-09-07",
"count": 2
},
{
"date": "2022-09-08",
"count": 2
},
{
"date": "2022-09-09",
"count": 1
},
{
"date": "2022-09-10",
"count": 2
},
{
"date": "2022-09-13",
"count": 2
},
{
"date": "2022-09-14",
"count": 3
},
{
"date": "2022-09-16",
"count": 1
},
{
"date": "2022-09-17",
"count": 3
},
{
"date": "2022-09-18",
"count": 3
},
{
"date": "2022-09-20",
"count": 1
},
{
"date": "2022-09-21",
"count": 2
},
{
"date": "2022-09-23",
"count": 2
},
{
"date": "2022-09-24",
"count": 2
},
{
"date": "2022-09-25",
"count": 1
},
{
"date": "2022-09-26",
"count": 1
},
{
"date": "2022-09-27",
"count": 2
},
{
"date": "2022-09-28",
"count": 1
},
{
"date": "2022-09-29",
"count": 2
},
{
"date": "2022-09-30",
"count": 1
},
{
"date": "2022-10-01",
"count": 2
},
{
"date": "2022-10-02",
"count": 1
},
{
"date": "2022-10-03",
"count": 1
},
{
"date": "2022-10-04",
"count": 2
},
{
"date": "2022-10-05",
"count": 1
},
{
"date": "2022-10-06",
"count": 2
},
{
"date": "2022-10-07",
"count": 4
},
{
"date": "2022-10-08",
"count": 2
},
{
"date": "2022-10-10",
"count": 4
},
{
"date": "2022-10-14",
"count": 4
},
{
"date": "2022-10-15",
"count": 2
},
{
"date": "2022-10-16",
"count": 1
},
{
"date": "2022-10-17",
"count": 3
},
{
"date": "2022-10-18",
"count": 2
},
{
"date": "2022-10-19",
"count": 1
},
{
"date": "2022-10-23",
"count": 3
},
{
"date": "2022-10-24",
"count": 2
},
{
"date": "2022-10-25",
"count": 1
},
{
"date": "2022-10-26",
"count": 3
},
{
"date": "2022-10-27",
"count": 3
},
{
"date": "2022-10-28",
"count": 1
},
{
"date": "2022-10-29",
"count": 1
},
{
"date": "2022-10-31",
"count": 1
},
{
"date": "2022-11-03",
"count": 3
},
{
"date": "2022-11-04",
"count": 1
},
{
"date": "2022-11-05",
"count": 1
},
{
"date": "2022-11-07",
"count": 1
},
{
"date": "2022-11-10",
"count": 1
},
{
"date": "2022-11-12",
"count": 3
},
{
"date": "2022-11-13",
"count": 1
},
{
"date": "2022-11-14",
"count": 1
},
{
"date": "2022-11-15",
"count": 2
},
{
"date": "2022-11-16",
"count": 2
},
{
"date": "2022-11-18",
"count": 2
},
{
"date": "2022-11-19",
"count": 2
},
{
"date": "2022-11-21",
"count": 2
},
{
"date": "2022-11-22",
"count": 2
},
{
"date": "2022-11-24",
"count": 1
},
{
"date": "2022-11-25",
"count": 5
},
{
"date": "2022-11-26",
"count": 1
},
{
"date": "2022-11-27",
"count": 3
},
{
"date": "2022-11-29",
"count": 1
},
{
"date": "2022-11-30",
"count": 1
},
{
"date": "2022-12-01",
"count": 3
},
{
"date": "2022-12-02",
"count": 1
},
{
"date": "2022-12-03",
"count": 1
},
{
"date": "2022-12-05",
"count": 4
},
{
"date": "2022-12-06",
"count": 1
},
{
"date": "2022-12-07",
"count": 3
},
{
"date": "2022-12-08",
"count": 1
},
{
"date": "2022-12-09",
"count": 1
},
{
"date": "2022-12-10",
"count": 1
},
{
"date": "2022-12-11",
"count": 1
},
{
"date": "2022-12-12",
"count": 1
},
{
"date": "2022-12-13",
"count": 5
},
{
"date": "2022-12-14",
"count": 2
},
{
"date": "2022-12-15",
"count": 1
},
{
"date": "2022-12-16",
"count": 2
},
{
"date": "2022-12-17",
"count": 1
},
{
"date": "2022-12-18",
"count": 2
},
{
"date": "2022-12-19",
"count": 1
},
{
"date": "2022-12-20",
"count": 3
},
{
"date": "2022-12-22",
"count": 1
},
{
"date": "2022-12-23",
"count": 1
},
{
"date": "2022-12-24",
"count": 4
},
{
"date": "2022-12-25",
"count": 1
},
{
"date": "2022-12-27",
"count": 1
},
{
"date": "2022-12-30",
"count": 1
},
{
"date": "2023-01-02",
"count": 1
},
{
"date": "2023-01-03",
"count": 2
},
{
"date": "2023-01-04",
"count": 1
},
{
"date": "2023-01-05",
"count": 1
},
{
"date": "2023-01-06",
"count": 2
},
{
"date": "2023-01-08",
"count": 2
},
{
"date": "2023-01-10",
"count": 2
},
{
"date": "2023-01-11",
"count": 1
},
{
"date": "2023-01-12",
"count": 3
},
{
"date": "2023-01-13",
"count": 2
},
{
"date": "2023-01-14",
"count": 2
},
{
"date": "2023-01-17",
"count": 2
},
{
"date": "2023-01-18",
"count": 3
},
{
"date": "2023-01-19",
"count": 1
},
{
"date": "2023-01-20",
"count": 4
},
{
"date": "2023-01-22",
"count": 2
},
{
"date": "2023-01-23",
"count": 1
},
{
"date": "2023-01-24",
"count": 1
},
{
"date": "2023-01-25",
"count": 2
},
{
"date": "2023-01-26",
"count": 2
},
{
"date": "2023-01-27",
"count": 1
},
{
"date": "2023-01-28",
"count": 3
},
{
"date": "2023-01-30",
"count": 1
},
{
"date": "2023-01-31",
"count": 4
},
{
"date": "2023-02-01",
"count": 1
},
{
"date": "2023-02-02",
"count": 1
},
{
"date": "2023-02-03",
"count": 4
},
{
"date": "2023-02-05",
"count": 2
},
{
"date": "2023-02-07",
"count": 2
},
{
"date": "2023-02-09",
"count": 1
},
{
"date": "2023-02-10",
"count": 1
},
{
"date": "2023-02-11",
"count": 2
},
{
"date": "2023-02-12",
"count": 2
},
{
"date": "2023-02-14",
"count": 1
},
{
"date": "2023-02-15",
"count": 2
},
{
"date": "2023-02-16",
"count": 2
},
{
"date": "2023-02-17",
"count": 2
},
{
"date": "2023-02-18",
"count": 1
},
{
"date": "2023-02-19",
"count": 2
},
{
"date": "2023-02-20",
"count": 1
},
{
"date": "2023-02-21",
"count": 1
},
{
"date": "2023-02-22",
"count": 4
},
{
"date": "2023-02-23",
"count": 1
},
{
"date": "2023-02-24",
"count": 3
},
{
"date": "2023-02-26",
"count": 1
},
{
"date": "2023-02-27",
"count": 1
},
{
"date": "2023-02-28",
"count": 1
},
{
"date": "2023-03-02",
"count": 1
},
{
"date": "2023-03-04",
"count": 2
},
{
"date": "2023-03-08",
"count": 1
},
{
"date": "2023-03-10",
"count": 1
},
{
"date": "2023-03-11",
"count": 1
},
{
"date": "2023-03-14",
"count": 1
},
{
"date": "2023-03-15",
"count": 1
},
{
"date": "2023-03-17",
"count": 2
},
{
"date": "2023-03-18",
"count": 1
},
{
"date": "2023-03-21",
"count": 1
},
{
"date": "2023-03-22",
"count": 1
},
{
"date": "2023-03-23",
"count": 4
},
{
"date": "2023-03-25",
"count": 2
},
{
"date": "2023-03-26",
"count": 1
},
{
"date": "2023-03-27",
"count": 1
},
{
"date": "2023-03-28",
"count": 1
},
{
"date": "2023-03-29",
"count": 2
},
{
"date": "2023-03-31",
"count": 1
},
{
"date": "2023-04-01",
"count": 3
},
{
"date": "2023-04-03",
"count": 2
},
{
"date": "2023-04-04",
"count": 2
},
{
"date": "2023-04-05",
"count": 3
},
{
"date": "2023-04-06",
"count": 1
},
{
"date": "2023-04-07",
"count": 1
},
{
"date": "2023-04-08",
"count": 1
},
{
"date": "2023-04-11",
"count": 1
},
{
"date": "2023-04-13",
"count": 2
},
{
"date": "2023-04-15",
"count": 3
},
{
"date": "2023-04-17",
"count": 1
},
{
"date": "2023-04-19",
"count": 1
},
{
"date": "2023-04-21",
"count": 1
},
{
"date": "2023-04-22",
"count": 3
},
{
"date": "2023-04-23",
"count": 1
},
{
"date": "2023-04-24",
"count": 2
},
{
"date": "2023-04-25",
"count": 2
},
{
"date": "2023-04-27",
"count": 2
},
{
"date": "2023-04-28",
"count": 1
},
{
"date": "2023-04-30",
"count": 1
},
{
"date": "2023-05-02",
"count": 1
},
{
"date": "2023-05-04",
"count": 2
},
{
"date": "2023-05-07",
"count": 2
},
{
"date": "2023-05-08",
"count": 1
},
{
"date": "2023-05-09",
"count": 1
},
{
"date": "2023-05-13",
"count": 1
},
{
"date": "2023-05-14",
"count": 1
},
{
"date": "2023-05-16",
"count": 1
},
{
"date": "2023-05-18",
"count": 1
},
{
"date": "2023-05-23",
"count": 1
},
{
"date": "2023-06-01",
"count": 2
},
{
"date": "2023-06-02",
"count": 1
},
{
"date": "2023-06-04",
"count": 3
},
{
"date": "2023-06-06",
"count": 1
},
{
"date": "2023-06-11",
"count": 1
},
{
"date": "2023-06-12",
"count": 1
},
{
"date": "2023-06-14",
"count": 1
},
{
"date": "2023-06-16",
"count": 1
},
{
"date": "2023-06-17",
"count": 1
},
{
"date": "2023-06-18",
"count": 1
},
{
"date": "2023-06-20",
"count": 1
},
{
"date": "2023-06-22",
"count": 1
},
{
"date": "2023-06-29",
"count": 2
},
{
"date": "2023-07-04",
"count": 2
},
{
"date": "2023-07-06",
"count": 1
},
{
"date": "2023-07-07",
"count": 1
},
{
"date": "2023-07-09",
"count": 1
},
{
"date": "2023-07-14",
"count": 2
},
{
"date": "2023-07-15",
"count": 1
},
{
"date": "2023-07-17",
"count": 1
},
{
"date": "2023-07-18",
"count": 1
},
{
"date": "2023-07-21",
"count": 1
},
{
"date": "2023-07-22",
"count": 1
},
{
"date": "2023-07-23",
"count": 1
},
{
"date": "2023-08-01",
"count": 1
},
{
"date": "2023-08-03",
"count": 1
},
{
"date": "2023-08-05",
"count": 1
},
{
"date": "2023-08-10",
"count": 1
},
{
"date": "2023-08-13",
"count": 1
},
{
"date": "2023-08-14",
"count": 1
},
{
"date": "2023-08-15",
"count": 1
},
{
"date": "2023-08-16",
"count": 1
},
{
"date": "2023-08-17",
"count": 1
},
{
"date": "2023-08-18",
"count": 1
},
{
"date": "2023-08-19",
"count": 1
},
{
"date": "2023-08-23",
"count": 1
},
{
"date": "2023-08-24",
"count": 1
},
{
"date": "2023-08-25",
"count": 2
},
{
"date": "2023-08-31",
"count": 2
},
{
"date": "2023-09-05",
"count": 2
},
{
"date": "2023-09-06",
"count": 2
},
{
"date": "2023-09-08",
"count": 1
},
{
"date": "2023-09-09",
"count": 1
},
{
"date": "2023-09-10",
"count": 1
},
{
"date": "2023-09-11",
"count": 1
},
{
"date": "2023-09-13",
"count": 2
},
{
"date": "2023-09-14",
"count": 2
},
{
"date": "2023-09-16",
"count": 1
},
{
"date": "2023-09-17",
"count": 3
},
{
"date": "2023-09-19",
"count": 1
},
{
"date": "2023-09-22",
"count": 2
},
{
"date": "2023-09-23",
"count": 1
},
{
"date": "2023-09-24",
"count": 1
},
{
"date": "2023-09-27",
"count": 3
},
{
"date": "2023-09-28",
"count": 2
},
{
"date": "2023-09-29",
"count": 2
},
{
"date": "2023-09-30",
"count": 1
},
{
"date": "2023-10-02",
"count": 2
},
{
"date": "2023-10-03",
"count": 1
},
{
"date": "2023-10-05",
"count": 1
},
{
"date": "2023-10-06",
"count": 4
},
{
"date": "2023-10-09",
"count": 1
},
{
"date": "2023-10-10",
"count": 1
},
{
"date": "2023-10-12",
"count": 1
},
{
"date": "2023-10-13",
"count": 1
},
{
"date": "2023-10-17",
"count": 1
},
{
"date": "2023-10-26",
"count": 2
},
{
"date": "2023-10-30",
"count": 1
},
{
"date": "2023-11-02",
"count": 1
},
{
"date": "2023-11-06",
"count": 1
},
{
"date": "2023-11-08",
"count": 1
},
{
"date": "2023-11-10",
"count": 1
},
{
"date": "2023-11-16",
"count": 1
},
{
"date": "2023-11-19",
"count": 1
},
{
"date": "2023-11-22",
"count": 1
},
{
"date": "2023-11-26",
"count": 1
},
{
"date": "2023-11-27",
"count": 2
},
{
"date": "2023-11-29",
"count": 3
},
{
"date": "2023-12-03",
"count": 1
},
{
"date": "2023-12-07",
"count": 2
},
{
"date": "2023-12-08",
"count": 1
},
{
"date": "2023-12-11",
"count": 2
},
{
"date": "2023-12-13",
"count": 1
},
{
"date": "2023-12-17",
"count": 1
},
{
"date": "2023-12-21",
"count": 1
},
{
"date": "2023-12-22",
"count": 1
},
{
"date": "2023-12-23",
"count": 1
},
{
"date": "2023-12-25",
"count": 1
},
{
"date": "2023-12-30",
"count": 1
},
{
"date": "2024-01-01",
"count": 1
},
{
"date": "2024-01-02",
"count": 1
},
{
"date": "2024-01-08",
"count": 3
},
{
"date": "2024-01-09",
"count": 1
},
{
"date": "2024-01-10",
"count": 1
},
{
"date": "2024-01-12",
"count": 1
},
{
"date": "2024-01-13",
"count": 1
},
{
"date": "2024-01-14",
"count": 3
},
{
"date": "2024-01-15",
"count": 1
},
{
"date": "2024-01-18",
"count": 1
},
{
"date": "2024-01-25",
"count": 1
},
{
"date": "2024-01-26",
"count": 2
},
{
"date": "2024-01-29",
"count": 2
},
{
"date": "2024-01-30",
"count": 1
},
{
"date": "2024-01-31",
"count": 1
},
{
"date": "2024-02-01",
"count": 2
},
{
"date": "2024-02-05",
"count": 1
},
{
"date": "2024-02-08",
"count": 2
},
{
"date": "2024-02-11",
"count": 1
},
{
"date": "2024-02-13",
"count": 2
},
{
"date": "2024-02-15",
"count": 1
},
{
"date": "2024-02-16",
"count": 1
},
{
"date": "2024-02-23",
"count": 1
},
{
"date": "2024-02-26",
"count": 2
},
{
"date": "2024-02-27",
"count": 2
},
{
"date": "2024-03-02",
"count": 1
},
{
"date": "2024-03-04",
"count": 1
},
{
"date": "2024-03-05",
"count": 2
},
{
"date": "2024-03-10",
"count": 1
},
{
"date": "2024-03-11",
"count": 2
},
{
"date": "2024-03-12",
"count": 1
},
{
"date": "2024-03-18",
"count": 1
},
{
"date": "2024-03-19",
"count": 1
},
{
"date": "2024-03-25",
"count": 1
},
{
"date": "2024-03-27",
"count": 1
},
{
"date": "2024-03-28",
"count": 1
},
{
"date": "2024-03-29",
"count": 1
},
{
"date": "2024-03-31",
"count": 1
},
{
"date": "2024-04-01",
"count": 1
},
{
"date": "2024-04-04",
"count": 1
},
{
"date": "2024-04-06",
"count": 1
},
{
"date": "2024-04-08",
"count": 2
},
{
"date": "2024-04-10",
"count": 1
},
{
"date": "2024-04-11",
"count": 1
},
{
"date": "2024-04-15",
"count": 1
},
{
"date": "2024-04-16",
"count": 2
},
{
"date": "2024-04-18",
"count": 1
},
{
"date": "2024-04-21",
"count": 1
},
{
"date": "2024-04-22",
"count": 1
},
{
"date": "2024-04-23",
"count": 1
},
{
"date": "2024-04-25",
"count": 1
},
{
"date": "2024-04-29",
"count": 1
},
{
"date": "2024-05-17",
"count": 1
},
{
"date": "2024-05-18",
"count": 1
},
{
"date": "2024-05-19",
"count": 2
},
{
"date": "2024-05-21",
"count": 1
},
{
"date": "2024-05-27",
"count": 1
},
{
"date": "2024-05-28",
"count": 1
},
{
"date": "2024-05-29",
"count": 1
},
{
"date": "2024-06-03",
"count": 3
},
{
"date": "2024-06-04",
"count": 1
},
{
"date": "2024-06-05",
"count": 1
},
{
"date": "2024-06-06",
"count": 1
},
{
"date": "2024-06-11",
"count": 1
},
{
"date": "2024-06-18",
"count": 1
},
{
"date": "2024-06-19",
"count": 3
},
{
"date": "2024-06-20",
"count": 1
},
{
"date": "2024-06-22",
"count": 1
},
{
"date": "2024-06-24",
"count": 3
},
{
"date": "2024-06-25",
"count": 1
},
{
"date": "2024-06-26",
"count": 1
},
{
"date": "2024-06-27",
"count": 1
},
{
"date": "2024-06-29",
"count": 1
},
{
"date": "2024-07-01",
"count": 1
},
{
"date": "2024-07-02",
"count": 1
},
{
"date": "2024-07-03",
"count": 1
},
{
"date": "2024-07-05",
"count": 2
},
{
"date": "2024-07-06",
"count": 1
},
{
"date": "2024-07-07",
"count": 1
},
{
"date": "2024-07-08",
"count": 2
},
{
"date": "2024-07-11",
"count": 1
},
{
"date": "2024-07-17",
"count": 2
},
{
"date": "2024-07-18",
"count": 1
},
{
"date": "2024-07-23",
"count": 1
},
{
"date": "2024-07-26",
"count": 1
},
{
"date": "2024-07-27",
"count": 1
},
{
"date": "2024-07-28",
"count": 1
},
{
"date": "2024-08-01",
"count": 1
},
{
"date": "2024-08-05",
"count": 1
},
{
"date": "2024-08-09",
"count": 1
},
{
"date": "2024-08-14",
"count": 1
},
{
"date": "2024-08-17",
"count": 1
},
{
"date": "2024-08-22",
"count": 2
},
{
"date": "2024-08-23",
"count": 2
},
{
"date": "2024-08-25",
"count": 1
},
{
"date": "2024-08-29",
"count": 1
},
{
"date": "2024-08-31",
"count": 2
},
{
"date": "2024-09-03",
"count": 1
},
{
"date": "2024-09-05",
"count": 1
},
{
"date": "2024-09-06",
"count": 1
},
{
"date": "2024-09-10",
"count": 2
},
{
"date": "2024-09-11",
"count": 1
},
{
"date": "2024-09-15",
"count": 1
},
{
"date": "2024-09-20",
"count": 1
},
{
"date": "2024-09-23",
"count": 1
},
{
"date": "2024-09-25",
"count": 1
},
{
"date": "2024-09-28",
"count": 1
},
{
"date": "2024-10-02",
"count": 3
},
{
"date": "2024-10-03",
"count": 2
},
{
"date": "2024-10-06",
"count": 1
},
{
"date": "2024-10-09",
"count": 1
},
{
"date": "2024-10-13",
"count": 1
},
{
"date": "2024-10-19",
"count": 1
},
{
"date": "2024-10-21",
"count": 2
},
{
"date": "2024-10-23",
"count": 1
},
{
"date": "2024-10-28",
"count": 1
},
{
"date": "2024-10-30",
"count": 1
},
{
"date": "2024-10-31",
"count": 4
},
{
"date": "2024-11-01",
"count": 1
},
{
"date": "2024-11-03",
"count": 1
},
{
"date": "2024-11-04",
"count": 1
},
{
"date": "2024-11-07",
"count": 1
},
{
"date": "2024-11-08",
"count": 1
},
{
"date": "2024-11-09",
"count": 1
},
{
"date": "2024-11-11",
"count": 1
},
{
"date": "2024-11-14",
"count": 1
},
{
"date": "2024-11-15",
"count": 1
},
{
"date": "2024-11-19",
"count": 2
},
{
"date": "2024-11-20",
"count": 1
},
{
"date": "2024-11-22",
"count": 1
},
{
"date": "2024-11-23",
"count": 1
},
{
"date": "2024-11-26",
"count": 2
},
{
"date": "2024-11-28",
"count": 1
},
{
"date": "2024-11-30",
"count": 1
},
{
"date": "2024-12-01",
"count": 1
},
{
"date": "2024-12-02",
"count": 2
},
{
"date": "2024-12-09",
"count": 1
},
{
"date": "2024-12-12",
"count": 1
},
{
"date": "2024-12-19",
"count": 2
},
{
"date": "2024-12-21",
"count": 1
},
{
"date": "2024-12-23",
"count": 1
},
{
"date": "2024-12-24",
"count": 1
},
{
"date": "2024-12-25",
"count": 1
},
{
"date": "2024-12-27",
"count": 2
},
{
"date": "2024-12-29",
"count": 1
},
{
"date": "2025-01-03",
"count": 1
},
{
"date": "2025-01-04",
"count": 1
},
{
"date": "2025-01-05",
"count": 1
},
{
"date": "2025-01-06",
"count": 1
},
{
"date": "2025-01-12",
"count": 1
},
{
"date": "2025-01-13",
"count": 1
},
{
"date": "2025-01-15",
"count": 1
},
{
"date": "2025-01-17",
"count": 1
},
{
"date": "2025-01-21",
"count": 1
},
{
"date": "2025-01-25",
"count": 1
},
{
"date": "2025-01-27",
"count": 1
},
{
"date": "2025-01-28",
"count": 1
},
{
"date": "2025-01-30",
"count": 1
},
{
"date": "2025-02-07",
"count": 1
},
{
"date": "2025-02-09",
"count": 2
},
{
"date": "2025-02-10",
"count": 1
},
{
"date": "2025-02-11",
"count": 1
},
{
"date": "2025-02-12",
"count": 3
},
{
"date": "2025-02-13",
"count": 1
},
{
"date": "2025-02-16",
"count": 1
},
{
"date": "2025-02-17",
"count": 1
},
{
"date": "2025-02-19",
"count": 1
},
{
"date": "2025-02-24",
"count": 1
},
{
"date": "2025-02-25",
"count": 1
},
{
"date": "2025-02-26",
"count": 1
},
{
"date": "2025-02-28",
"count": 1
},
{
"date": "2025-03-01",
"count": 2
},
{
"date": "2025-03-03",
"count": 1
},
{
"date": "2025-03-05",
"count": 3
},
{
"date": "2025-03-06",
"count": 1
},
{
"date": "2025-03-07",
"count": 1
},
{
"date": "2025-03-08",
"count": 1
},
{
"date": "2025-03-10",
"count": 1
},
{
"date": "2025-03-11",
"count": 1
},
{
"date": "2025-03-12",
"count": 1
},
{
"date": "2025-03-14",
"count": 1
},
{
"date": "2025-03-15",
"count": 2
},
{
"date": "2025-03-19",
"count": 1
},
{
"date": "2025-03-21",
"count": 1
},
{
"date": "2025-03-23",
"count": 1
},
{
"date": "2025-03-27",
"count": 1
},
{
"date": "2025-03-29",
"count": 1
},
{
"date": "2025-03-30",
"count": 2
},
{
"date": "2025-04-01",
"count": 1
},
{
"date": "2025-04-05",
"count": 2
},
{
"date": "2025-04-06",
"count": 2
},
{
"date": "2025-04-08",
"count": 1
},
{
"date": "2025-04-09",
"count": 1
},
{
"date": "2025-04-14",
"count": 1
},
{
"date": "2025-04-15",
"count": 1
},
{
"date": "2025-04-20",
"count": 1
},
{
"date": "2025-04-23",
"count": 1
},
{
"date": "2025-04-24",
"count": 1
},
{
"date": "2025-04-25",
"count": 1
},
{
"date": "2025-05-01",
"count": 1
},
{
"date": "2025-05-05",
"count": 1
},
{
"date": "2025-05-06",
"count": 2
},
{
"date": "2025-05-11",
"count": 1
},
{
"date": "2025-05-12",
"count": 1
},
{
"date": "2025-05-13",
"count": 1
},
{
"date": "2025-05-14",
"count": 1
},
{
"date": "2025-05-17",
"count": 2
},
{
"date": "2025-05-18",
"count": 3
},
{
"date": "2025-05-19",
"count": 1
},
{
"date": "2025-05-23",
"count": 1
},
{
"date": "2025-05-25",
"count": 2
},
{
"date": "2025-05-29",
"count": 1
},
{
"date": "2025-05-30",
"count": 1
},
{
"date": "2025-06-03",
"count": 1
},
{
"date": "2025-06-07",
"count": 2
},
{
"date": "2025-06-08",
"count": 1
},
{
"date": "2025-06-10",
"count": 3
},
{
"date": "2025-06-11",
"count": 1
},
{
"date": "2025-06-14",
"count": 1
},
{
"date": "2025-06-16",
"count": 1
},
{
"date": "2025-06-27",
"count": 1
},
{
"date": "2025-06-30",
"count": 1
},
{
"date": "2025-07-02",
"count": 2
},
{
"date": "2025-07-04",
"count": 1
},
{
"date": "2025-07-07",
"count": 1
},
{
"date": "2025-07-08",
"count": 2
},
{
"date": "2025-07-13",
"count": 2
},
{
"date": "2025-07-17",
"count": 1
},
{
"date": "2025-07-21",
"count": 1
},
{
"date": "2025-07-22",
"count": 1
},
{
"date": "2025-07-23",
"count": 1
},
{
"date": "2025-07-27",
"count": 1
},
{
"date": "2025-07-30",
"count": 1
},
{
"date": "2025-08-01",
"count": 1
},
{
"date": "2025-08-02",
"count": 2
},
{
"date": "2025-08-05",
"count": 1
},
{
"date": "2025-08-10",
"count": 2
},
{
"date": "2025-08-14",
"count": 1
},
{
"date": "2025-08-20",
"count": 2
},
{
"date": "2025-08-23",
"count": 1
},
{
"date": "2025-08-27",
"count": 1
},
{
"date": "2025-08-28",
"count": 1
},
{
"date": "2025-08-31",
"count": 1
},
{
"date": "2025-09-01",
"count": 3
},
{
"date": "2025-09-03",
"count": 1
},
{
"date": "2025-09-05",
"count": 1
},
{
"date": "2025-09-08",
"count": 1
},
{
"date": "2025-09-10",
"count": 1
},
{
"date": "2025-09-12",
"count": 1
},
{
"date": "2025-09-14",
"count": 1
},
{
"date": "2025-09-18",
"count": 1
},
{
"date": "2025-09-19",
"count": 1
},
{
"date": "2025-09-20",
"count": 1
},
{
"date": "2025-09-22",
"count": 1
},
{
"date": "2025-09-24",
"count": 2
},
{
"date": "2025-09-27",
"count": 1
},
{
"date": "2025-09-29",
"count": 1
},
{
"date": "2025-10-01",
"count": 1
},
{
"date": "2025-10-04",
"count": 1
},
{
"date": "2025-10-06",
"count": 1
},
{
"date": "2025-10-08",
"count": 2
},
{
"date": "2025-10-09",
"count": 1
},
{
"date": "2025-10-16",
"count": 1
},
{
"date": "2025-10-18",
"count": 1
},
{
"date": "2025-10-20",
"count": 1
},
{
"date": "2025-10-22",
"count": 1
},
{
"date": "2025-10-23",
"count": 1
},
{
"date": "2025-10-25",
"count": 1
},
{
"date": "2025-10-28",
"count": 2
},
{
"date": "2025-10-29",
"count": 1
},
{
"date": "2025-10-30",
"count": 1
},
{
"date": "2025-11-02",
"count": 1
},
{
"date": "2025-11-03",
"count": 1
},
{
"date": "2025-11-07",
"count": 1
},
{
"date": "2025-11-11",
"count": 1
},
{
"date": "2025-11-13",
"count": 1
},
{
"date": "2025-11-15",
"count": 2
},
{
"date": "2025-11-19",
"count": 1
},
{
"date": "2025-11-23",
"count": 2
},
{
"date": "2025-11-24",
"count": 2
},
{
"date": "2025-11-26",
"count": 1
},
{
"date": "2025-11-27",
"count": 1
},
{
"date": "2025-11-29",
"count": 1
},
{
"date": "2025-11-30",
"count": 2
},
{
"date": "2025-12-03",
"count": 1
},
{
"date": "2025-12-05",
"count": 1
},
{
"date": "2025-12-07",
"count": 1
},
{
"date": "2025-12-08",
"count": 1
},
{
"date": "2025-12-14",
"count": 1
},
{
"date": "2025-12-16",
"count": 1
},
{
"date": "2025-12-18",
"count": 1
},
{
"date": "2025-12-22",
"count": 1
},
{
"date": "2025-12-24",
"count": 1
},
{
"date": "2025-12-26",
"count": 1
},
{
"date": "2025-12-27",
"count": 1
},
{
"date": "2026-01-02",
"count": 1
},
{
"date": "2026-01-04",
"count": 1
},
{
"date": "2026-01-09",
"count": 1
},
{
"date": "2026-01-10",
"count": 1
},
{
"date": "2026-01-12",
"count": 2
},
{
"date": "2026-01-15",
"count": 1
},
{
"date": "2026-01-21",
"count": 1
},
{
"date": "2026-01-22",
"count": 1
},
{
"date": "2026-01-23",
"count": 2
},
{
"date": "2026-01-25",
"count": 1
},
{
"date": "2026-01-26",
"count": 1
},
{
"date": "2026-01-27",
"count": 1
},
{
"date": "2026-01-29",
"count": 2
},
{
"date": "2026-01-30",
"count": 1
},
{
"date": "2026-01-31",
"count": 1
},
{
"date": "2026-02-03",
"count": 1
},
{
"date": "2026-02-04",
"count": 1
},
{
"date": "2026-02-07",
"count": 1
},
{
"date": "2026-02-08",
"count": 1
},
{
"date": "2026-02-09",
"count": 1
},
{
"date": "2026-02-11",
"count": 1
},
{
"date": "2026-02-14",
"count": 1
},
{
"date": "2026-02-16",
"count": 1
},
{
"date": "2026-02-17",
"count": 1
},
{
"date": "2026-02-25",
"count": 1
},
{
"date": "2026-03-01",
"count": 2
},
{
"date": "2026-03-05",
"count": 2
},
{
"date": "2026-03-09",
"count": 1
},
{
"date": "2026-03-10",
"count": 1
},
{
"date": "2026-03-14",
"count": 1
},
{
"date": "2026-03-17",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
},
{
"date": "2026-03-19",
"count": 1
},
{
"date": "2026-03-20",
"count": 1
},
{
"date": "2026-03-22",
"count": 1
},
{
"date": "2026-03-25",
"count": 2
},
{
"date": "2026-03-26",
"count": 1
},
{
"date": "2026-03-30",
"count": 1
},
{
"date": "2026-04-02",
"count": 1
},
{
"date": "2026-04-03",
"count": 1
},
{
"date": "2026-04-11",
"count": 1
},
{
"date": "2026-04-15",
"count": 1
},
{
"date": "2026-04-16",
"count": 1
},
{
"date": "2026-04-19",
"count": 1
},
{
"date": "2026-04-20",
"count": 2
},
{
"date": "2026-04-21",
"count": 1
},
{
"date": "2026-04-23",
"count": 1
},
{
"date": "2026-04-27",
"count": 2
},
{
"date": "2026-05-06",
"count": 1
},
{
"date": "2026-05-11",
"count": 1
},
{
"date": "2026-05-16",
"count": 1
},
{
"date": "2026-05-21",
"count": 1
},
{
"date": "2026-05-28",
"count": 2
},
{
"date": "2026-06-01",
"count": 1
},
{
"date": "2026-06-02",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
},
{
"date": "2026-06-09",
"count": 1
},
{
"date": "2026-06-11",
"count": 1
},
{
"date": "2026-06-12",
"count": 1
},
{
"date": "2026-06-14",
"count": 1
},
{
"date": "2026-06-16",
"count": 1
},
{
"date": "2026-06-18",
"count": 1
},
{
"date": "2026-06-19",
"count": 1
},
{
"date": "2026-06-24",
"count": 3
},
{
"date": "2026-06-27",
"count": 1
},
{
"date": "2026-06-29",
"count": 1
},
{
"date": "2026-07-02",
"count": 1
},
{
"date": "2026-07-05",
"count": 1
},
{
"date": "2026-07-08",
"count": 1
},
{
"date": "2026-07-10",
"count": 2
},
{
"date": "2026-07-13",
"count": 1
},
{
"date": "2026-07-16",
"count": 2
},
{
"date": "2026-07-26",
"count": 1
},
{
"date": "2026-07-29",
"count": 2
},
{
"date": "2026-07-30",
"count": 1
},
{
"date": "2026-07-31",
"count": 1
}
],
"complete": false,
"collected": 1000,
"total_forks": 3160
},
"star_history": null,
"open_issues_and_prs": 493
},
"ai_readiness": {
"has_nix": true,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 34,
"merged_prs": 2233,
"open_issues": 459,
"closed_ratio": 0.901,
"closed_issues": 4180,
"closed_unmerged_prs": 1179
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "hlissner",
"commits": 16594,
"avatar_url": "https://avatars.githubusercontent.com/u/510883?v=4"
},
{
"type": "User",
"login": "iyefrat",
"commits": 263,
"avatar_url": "https://avatars.githubusercontent.com/u/19792685?v=4"
},
{
"type": "User",
"login": "tecosaur",
"commits": 170,
"avatar_url": "https://avatars.githubusercontent.com/u/20903656?v=4"
},
{
"type": "User",
"login": "patrl",
"commits": 129,
"avatar_url": "https://avatars.githubusercontent.com/u/13229321?v=4"
},
{
"type": "User",
"login": "jeetelongname",
"commits": 126,
"avatar_url": "https://avatars.githubusercontent.com/u/49886197?v=4"
},
{
"type": "User",
"login": "elken",
"commits": 125,
"avatar_url": "https://avatars.githubusercontent.com/u/2872862?v=4"
},
{
"type": "User",
"login": "gagbo",
"commits": 81,
"avatar_url": "https://avatars.githubusercontent.com/u/10496163?v=4"
},
{
"type": "User",
"login": "rgrinberg",
"commits": 76,
"avatar_url": "https://avatars.githubusercontent.com/u/139003?v=4"
},
{
"type": "User",
"login": "flatwhatson",
"commits": 71,
"avatar_url": "https://avatars.githubusercontent.com/u/24718616?v=4"
},
{
"type": "User",
"login": "edmundmiller",
"commits": 68,
"avatar_url": "https://avatars.githubusercontent.com/u/20095261?v=4"
}
],
"contributors_sampled": 100,
"top_contributor_share": 0.873
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"lint-commits.yml",
"triage.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 4,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 27 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 19 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "001a7ce6b8aaaf2b2b0403d2431a0bdb4d6de5b3",
"ran_at": "2026-08-06T10:20:30Z",
"aggregate_score": 4.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 0,
"decided_7d": 0,
"merged_30d": 1,
"authors_30d": 7,
"decided_30d": 9,
"sample_size": 60,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 7,
"newcomer_merged_30d": 0,
"bot_prs_excluded_30d": 0,
"newcomer_authors_30d": 2,
"newcomer_decided_30d": 3
},
"ci_last_run_at": "2026-08-04T12:43:23Z",
"oldest_open_prs": [
{
"number": 6683,
"created_at": "2022-08-16T13:46:14Z",
"last_comment_at": "2024-02-04T22:05:44Z",
"last_comment_author": "peterhoeg"
},
{
"number": 7342,
"created_at": "2023-08-08T13:39:35Z",
"last_comment_at": "2024-09-07T20:38:36Z",
"last_comment_author": "hlissner"
},
{
"number": 7695,
"created_at": "2024-02-26T21:46:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 8092,
"created_at": "2024-09-24T08:50:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 8094,
"created_at": "2024-09-25T08:03:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 8127,
"created_at": "2024-10-28T23:28:27Z",
"last_comment_at": "2025-07-10T01:24:23Z",
"last_comment_author": "dradetsky"
},
{
"number": 8132,
"created_at": "2024-10-31T14:45:52Z",
"last_comment_at": "2025-07-10T13:06:48Z",
"last_comment_author": "bamarsha"
},
{
"number": 8181,
"created_at": "2024-11-27T13:04:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 8184,
"created_at": "2024-11-28T15:47:39Z",
"last_comment_at": "2025-09-02T06:20:24Z",
"last_comment_author": "loispostula"
},
{
"number": 8185,
"created_at": "2024-11-30T13:14:02Z",
"last_comment_at": "2025-02-26T06:42:33Z",
"last_comment_author": "goodvibrations32"
},
{
"number": 8214,
"created_at": "2024-12-30T09:59:00Z",
"last_comment_at": "2025-02-24T18:43:21Z",
"last_comment_author": "gagbo"
},
{
"number": 8222,
"created_at": "2025-01-04T22:22:58Z",
"last_comment_at": "2025-03-24T03:08:46Z",
"last_comment_author": "doom-bot"
},
{
"number": 8261,
"created_at": "2025-01-30T21:51:49Z",
"last_comment_at": "2026-05-22T18:06:44Z",
"last_comment_author": "LemonBreezes"
},
{
"number": 8402,
"created_at": "2025-05-27T01:15:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 8456,
"created_at": "2025-08-14T19:17:13Z",
"last_comment_at": "2025-08-20T18:36:23Z",
"last_comment_author": "PrismaPhonic"
},
{
"number": 8519,
"created_at": "2025-09-20T16:08:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 8567,
"created_at": "2025-11-05T01:17:06Z",
"last_comment_at": "2025-11-06T01:41:56Z",
"last_comment_author": "JasZhe"
},
{
"number": 8621,
"created_at": "2026-01-03T22:33:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 8623,
"created_at": "2026-01-05T03:51:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 8634,
"created_at": "2026-01-20T16:23:21Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-15T20:39:57Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 581,
"created_at": "2018-05-15T14:08:40Z",
"last_comment_at": "2025-11-30T23:54:36Z",
"last_comment_author": "rahil627"
},
{
"number": 940,
"created_at": "2018-10-09T15:44:54Z",
"last_comment_at": "2020-06-24T02:23:07Z",
"last_comment_author": "fdeitylink"
},
{
"number": 1139,
"created_at": "2019-01-26T00:22:05Z",
"last_comment_at": "2025-01-13T22:02:42Z",
"last_comment_author": "charlesrocket"
},
{
"number": 1364,
"created_at": "2019-04-26T06:34:03Z",
"last_comment_at": "2019-04-28T08:39:09Z",
"last_comment_author": "brabalan"
},
{
"number": 2013,
"created_at": "2019-11-04T19:07:59Z",
"last_comment_at": "2025-07-14T15:28:19Z",
"last_comment_author": "hlissner"
},
{
"number": 2082,
"created_at": "2019-11-20T00:50:49Z",
"last_comment_at": "2019-11-20T22:02:01Z",
"last_comment_author": "RBckmnn"
},
{
"number": 2326,
"created_at": "2020-01-07T14:37:54Z",
"last_comment_at": "2021-09-09T00:39:44Z",
"last_comment_author": "github-actions"
},
{
"number": 2406,
"created_at": "2020-01-22T18:18:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2447,
"created_at": "2020-01-28T17:04:30Z",
"last_comment_at": "2024-01-23T23:28:22Z",
"last_comment_author": "jcf"
},
{
"number": 2489,
"created_at": "2020-02-05T11:05:33Z",
"last_comment_at": "2023-02-16T14:01:36Z",
"last_comment_author": "passeride"
},
{
"number": 2496,
"created_at": "2020-02-06T08:41:13Z",
"last_comment_at": "2022-09-29T06:11:40Z",
"last_comment_author": "iocanel"
},
{
"number": 2528,
"created_at": "2020-02-12T13:01:19Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2552,
"created_at": "2020-02-18T01:40:49Z",
"last_comment_at": "2025-10-11T19:21:10Z",
"last_comment_author": "a-gilbert"
},
{
"number": 2797,
"created_at": "2020-03-30T21:53:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2809,
"created_at": "2020-04-01T17:01:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2831,
"created_at": "2020-04-06T15:51:46Z",
"last_comment_at": "2020-04-07T15:22:39Z",
"last_comment_author": "otavioschwanck"
},
{
"number": 2902,
"created_at": "2020-04-15T00:09:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 3048,
"created_at": "2020-05-06T09:10:26Z",
"last_comment_at": "2025-04-18T03:45:15Z",
"last_comment_author": "Jdogzz"
},
{
"number": 3225,
"created_at": "2020-05-26T14:43:19Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 3260,
"created_at": "2020-05-31T06:10:31Z",
"last_comment_at": "2024-12-14T11:17:38Z",
"last_comment_author": "AlonSirota"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/doomemacs/core",
"host": "github.com",
"name": "core",
"owner": "doomemacs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 63 is calibrated to 71 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 63,
"calibrated": 71,
"calibration": "2026-08-02"
}
}
],
"value": 71,
"inputs": {
"security": 45,
"vitality": 88,
"community": 88,
"governance": 53,
"calibration": "2026-08-02",
"engineering": 48,
"ai_readiness": 19,
"weighted_overall_raw": 63
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 88,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "exceptional",
"name": "Development activity",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"commits_last_year": 1148,
"human_commit_share": 1,
"days_since_last_push": 1,
"active_weeks_last_year": 51
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "51/52 weeks with commits",
"points": 35.3,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 51
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "1148 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 1148
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 19 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"releases_count": 25,
"latest_release_tag": "v2.2.2",
"releases_from_tags": true,
"days_since_latest_release": 4,
"mean_days_between_releases": 360.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "25 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 25
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~360.7 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 360.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 1,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 1 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 1
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "excellent",
"name": "Community & Adoption",
"value": 88,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "exceptional",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"forks": 3160,
"stars": 22550,
"watchers": 228,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "22,550 stars",
"points": 60,
"status": "met",
"details": [
{
"code": "stars",
"params": {
"count": 22550
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "3,160 forks",
"points": 25,
"status": "met",
"details": [
{
"code": "forks",
"params": {
"count": 3160
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "228 watchers",
"points": 13.1,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 228
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": 10,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [
"shields.io"
],
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 53,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 100,
"top_contributor_share": 0.873
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 87% of commits",
"points": 2.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 87
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "100 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 100
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 27 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"merged_prs": 2233,
"open_issues": 459,
"closed_issues": 4180,
"prs_merged_7d": 0,
"prs_decided_7d": 0,
"prs_merged_30d": 1,
"prs_decided_30d": 9,
"issue_closed_ratio": 0.901,
"closed_unmerged_prs": 1179,
"first_time_authors_30d": 2,
"first_time_prs_merged_30d": 0,
"first_time_prs_decided_30d": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "90% of issues closed",
"points": 37.8,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 90
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "2233/3412 decided PRs merged",
"points": 19.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 2233,
"decided": 3412
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "0/3 first-time contributors' PRs merged in 30d",
"points": 0,
"status": "missed",
"details": [
{
"code": "newcomer_prs_merged",
"params": {
"days": 30,
"merged": 0,
"decided": 3
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"followers": 950,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "doomemacs",
"public_repos": 15,
"account_age_days": 2408
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "950 followers of doomemacs",
"points": 21.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 950,
"login": "doomemacs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "15 public repos, account ~6 yr old",
"points": 20.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 15
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "weak",
"name": "Engineering Quality",
"value": 48,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"emacs",
"vim",
"emacs-lisp",
"emacs-configuration",
"evil",
"doomemacs"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "6 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 6
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "weak",
"name": "Security",
"value": 45,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 27 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 19 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 14
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "critical",
"name": "AI Readiness",
"value": 19,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "100 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 100,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"has_nix": true,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Nix",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Nix"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "critical",
"name": "Code legibility for models",
"note": "Excluded from scoring (no data or not applicable): Manageable file sizes. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"manageable_file_sizes"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"primary_language": "Emacs Lisp",
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Emacs Lisp without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Emacs Lisp"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "no source files detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_source_files",
"params": {}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [],
"labels": [],
"scores": {
"library": 2
},
"primary": null,
"evidence": [
{
"tier": "description",
"label": "library",
"source": "description:library",
"weight": 2
}
],
"artifacts": [],
"confidence": "none",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": false
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-08-06T10:20:50.812174Z",
"schema_version": "0.31.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/doomemacs/core.svg",
"full_name": "doomemacs/core",
"license_state": "standard",
"license_spdx": "MIT"
},
"repoMeta": null,
"notFound": false,
"related": [
{
"id": 32169,
"full_name": "clojure-emacs/cider",
"url": "https://github.com/clojure-emacs/cider",
"description": "The Clojure Interactive Development Environment that Rocks for Emacs",
"ecosystem": null,
"ecosystems": [],
"primary_language": "Emacs Lisp",
"languages": [
"Emacs Lisp"
],
"topics": [
"cider",
"emacs-lisp",
"clojure",
"emacs",
"clojure-development"
],
"license_spdx": "GPL-3.0",
"license_state": "standard",
"stars": 3670,
"forks": 655,
"watchers": 112,
"monthly_downloads": null,
"latest_score": 83,
"latest_band": "excellent",
"latest_scanned_at": "2026-07-21T07:31:39.229606Z",
"has_high_risk_jurisdiction_exposure": false,
"has_malicious_dependency": false,
"growth_authenticity": "organic",
"abandonment_state": "unverified",
"red_flags": [],
"icon_url": "",
"icon_source_type": null,
"badge_url": ""
},
{
"id": 13576,
"full_name": "bbatsov/projectile",
"url": "https://github.com/bbatsov/projectile",
"description": "Project Interaction Library for Emacs",
"ecosystem": null,
"ecosystems": [],
"primary_language": "Emacs Lisp",
"languages": [
"Emacs Lisp"
],
"topics": [
"projectile",
"emacs-lisp",
"emacs",
"project-management"
],
"license_spdx": "GPL-3.0",
"license_state": "standard",
"stars": 4223,
"forks": 587,
"watchers": 66,
"monthly_downloads": null,
"latest_score": 80,
"latest_band": "excellent",
"latest_scanned_at": "2026-07-17T07:38:28.380865Z",
"has_high_risk_jurisdiction_exposure": false,
"has_malicious_dependency": false,
"growth_authenticity": "unverified",
"abandonment_state": "unverified",
"red_flags": [],
"icon_url": "",
"icon_source_type": null,
"badge_url": ""
},
{
"id": 40630,
"full_name": "clojure-emacs/clj-refactor.el",
"url": "https://github.com/clojure-emacs/clj-refactor.el",
"description": "A CIDER extension that provides powerful commands for refactoring Clojure code.",
"ecosystem": null,
"ecosystems": [],
"primary_language": "Emacs Lisp",
"languages": [
"Emacs Lisp",
"Gherkin"
],
"topics": [
"refactorings",
"refactoring-functions",
"clojure",
"emacs",
"emacs-mode",
"emacs-lisp",
"cider",
"nrepl"
],
"license_spdx": "GPL-3.0",
"license_state": "standard",
"stars": 785,
"forks": 111,
"watchers": 25,
"monthly_downloads": null,
"latest_score": 71,
"latest_band": "good",
"latest_scanned_at": "2026-07-25T20:50:04.920019Z",
"has_high_risk_jurisdiction_exposure": false,
"has_malicious_dependency": false,
"growth_authenticity": "unverified",
"abandonment_state": "maintained",
"red_flags": [],
"icon_url": "",
"icon_source_type": null,
"badge_url": ""
},
{
"id": 47512,
"full_name": "Wilfred/tree-sitter-elisp",
"url": "https://github.com/Wilfred/tree-sitter-elisp",
"description": "tree-sitter grammar for emacs lisp",
"ecosystem": "crates",
"ecosystems": [
"crates",
"npm"
],
"primary_language": "JavaScript",
"languages": [
"JavaScript",
"Tree-sitter Query"
],
"topics": [
"tree-sitter",
"emacs",
"emacs-lisp",
"elisp",
"incremental",
"parsing",
"text-editors",
"parser-implementations",
"parser",
"lexer"
],
"license_spdx": "MIT",
"license_state": "standard",
"stars": 80,
"forks": 10,
"watchers": 2,
"monthly_downloads": 16503,
"latest_score": 60,
"latest_band": "moderate",
"latest_scanned_at": "2026-07-30T12:36:09.691248Z",
"has_high_risk_jurisdiction_exposure": false,
"has_malicious_dependency": false,
"growth_authenticity": "unverified",
"abandonment_state": "maintained",
"red_flags": [],
"icon_url": "",
"icon_source_type": null,
"badge_url": ""
},
{
"id": 11653,
"full_name": "menketechnologies/zpwr",
"url": "https://github.com/menketechnologies/zpwr",
"description": "ZPWR => World's Most Advanced UNIX Terminal Environment",
"ecosystem": null,
"ecosystems": [],
"primary_language": "Shell",
"languages": [
"Shell"
],
"topics": [
"zsh",
"tmux",
"vim",
"neovim",
"emacs",
"zinit",
"powerlevel10k",
"exa",
"bat",
"fd"
],
"license_spdx": "MIT",
"license_state": "standard",
"stars": 223,
"forks": 14,
"watchers": 6,
"monthly_downloads": null,
"latest_score": 57,
"latest_band": "moderate",
"latest_scanned_at": "2026-07-17T02:36:37.254902Z",
"has_high_risk_jurisdiction_exposure": false,
"has_malicious_dependency": false,
"growth_authenticity": "unverified",
"abandonment_state": "unverified",
"red_flags": [],
"icon_url": "",
"icon_source_type": null,
"badge_url": ""
},
{
"id": 162,
"full_name": "junegunn/fzf",
"url": "https://github.com/junegunn/fzf",
"description": ":cherry_blossom: A command-line fuzzy finder",
"ecosystem": "go",
"ecosystems": [
"go",
"rubygems"
],
"primary_language": "Go",
"languages": [
"Go",
"Ruby"
],
"topics": [
"fzf",
"go",
"bash",
"zsh",
"fish",
"vim",
"neovim",
"cli",
"unix",
"tmux"
],
"license_spdx": "MIT",
"license_state": "standard",
"stars": 82291,
"forks": 2839,
"watchers": 421,
"monthly_downloads": null,
"latest_score": 94,
"latest_band": "exceptional",
"latest_scanned_at": "2026-08-04T22:45:51.250240Z",
"has_high_risk_jurisdiction_exposure": false,
"has_malicious_dependency": false,
"growth_authenticity": "unverified",
"abandonment_state": "maintained",
"red_flags": [],
"icon_url": "/icon/v1/junegunn/fzf?v=2440be78-1",
"icon_source_type": "homepage",
"badge_url": ""
}
]
}
}
Публічний реєстрЗвіт про здоров'я програмного забезпечення схема 0.31.0 · метрики 2.5.0 · 2026-08-06 10:20 UTC
An Emacs framework for the stubborn martian hacker
Додати бейдж оцінки до README Порівняти з…
Emacs Lisp MIT ★ 22 550 зірок ⑂ 3 160 форків з лип. 2014 р. Переглянути на GitHub ↗ doomemacs/core має індекс здоров’я 71 зі 100, що відповідає смузі «Добрий». Найвищий показник — Vitality (88/100), найнижчий — AI Readiness (19/100). Останнє оновлення було 1 день тому. Більшість нещодавньої роботи виконує один учасник.
Індекс здоров'я програмного забезпечення Метрики згруповано у зважені категорії на шкалі 1–100. Загальна оцінка починається як їхнє зважене середнє, відкаліброване за розподілом публічного реєстру, тож діапазони мають перцентильний зміст; коли публічні дані активують Політику юрисдикцій високого ризику, рейтинг коригується й отримує верхню межу 34 («У зоні ризику»).
71
Винятковий 93-100 Верхній щабель реєстру (≈ топ-5%); відповідає практично всім перевіреним критеріям
Відмінний 80-92 Сильний за всіма напрямами; незначні прогалини
Добрий 65-79 Здоровий; прогалини обмежені та керовані
Помірний 50-64 Прийнятний, але з помітними прогалинами; рекомендовано перевірку
Слабкий 35-49 Суттєві недоліки в кількох сферах
У зоні ризику 20-34 Суттєві слабкі місця; впровадження потребує обережності
Критичний 1-19 Серйозні проблеми (покинутий, єдиний мейнтейнер, без базової гігієни)
Життєздатність Спільнота та впровадження Сталість та врядування Інженерна якість Безпека Готовність до ШІ Профіль оцінок Кожна вісь — окрема категорія. Форма важить більше, ніж середнє: здоровий об'єкт заповнює всю фігуру, тоді як профіль із піками та провалами означає, що сила в одному вимірі маскує ризик в іншому.
Зважений загальний бал 63 калібровано до 71 за шкалою опублікованого індексу (калібрування реєстру 2026-08-02).
Власність 950 підписників 15 публічних репозиторіїв з січ. 2020 р.
За цим репозиторієм стоїть організація — спільна, підзвітна опіка, здатна пережити будь-якого окремого мейнтейнера.
Метрики за категоріями Чи живий проєкт — чи пишеться код і чи виходять релізи?
88 Відмінний · 21% загального індексу
Як обчислюється оцінка 36/36 Свіжість push — останній push 1 дн. тому 35.3/36 Ритм комітів — 51/52 тижнів із комітами 18/18 Обсяг комітів — 1 148 комітів за останній рік 10/10 OpenSSF Scorecard: Maintained — 30 commit(s) and 19 issue activity found in the last 90 days -- score normalized to 10
Використані вхідні дані
Як обчислюється оцінка 16.2/27 Випускає релізи — 25 тегів версій (без релізів GitHub) 36/36 Свіжість релізів — останній реліз 4 дн. тому 12.6/27 Ритм релізів — реліз кожні ~360,7 дн. 0/10 OpenSSF Scorecard: Signed-Releases — немає даних
Використані вхідні дані Виключено з оцінювання (немає даних або не застосовно): OpenSSF Scorecard: Signed-Releases. Залишкові ваги перенормовано.
Чи має проєкт користувачів, завантаження, увагу та влаштовані умови для контриб’юторів?
88 Відмінний · 17% загального індексу
Як обчислюється оцінка 60/60 Зірки — 22 550 зірок 25/25 Форки — 3 160 форків 13.1/15 Спостерігачі — 228 спостерігачів
Використані вхідні дані
Як обчислюється оцінка 22.5/22.5 README 22.5/22.5 Ліцензія — визнана ліцензія (MIT) 18/18 Настанови CONTRIBUTING 0/13.5 Кодекс поведінки 0/7.2 Шаблон issue 6.3/6.3 Шаблон PR
Використані вхідні дані Чи переживе проєкт своїх людей — бас-фактор, реактивність, хто за ним стоїть і як супроводжуються пакети?
53 Помірний · 23% загального індексу
Як обчислюється оцінка 9/54 Бас-фактор — на 1 контриб’ютор(ів) припадає половина всіх комітів 2.9/22.5 Розподіл комітів — головний контриб’ютор — автор 87% комітів 13.5/13.5 Широта контриб’юторів — 100 контриб’юторів 10/10 OpenSSF Scorecard: Contributors — project has 27 contributing companies or organizations
Використані вхідні дані
Як обчислюється оцінка 37.8/42 Вирішення issue — закрито 90% issue 19.6/30 Прийняття PR — злито 2 233/3 412 вирішених PR 0/13 Newcomer PR acceptance — злито 0/3 PR від новачків за 30 дн. 0/15 OpenSSF Scorecard: Code-Review — Found 0/30 approved changesets -- score normalized to 0
Використані вхідні дані
Як обчислюється оцінка 30/30 Підтримка власника — у власності організації 0/20 Верифікований домен 21.4/25 Охоплення власника — 950 підписників у doomemacs 20.8/25 Послужний список — 15 публічних репозиторіїв, вік облікового запису ~6 р.
Використані вхідні дані Чи наявні базові інженерні практики та документація?
48 Слабкий · 19% загального індексу
Як обчислюється оцінка 24/24 Процеси CI — 2 процес(ів) CI 0/24 Наявні тести 0/16 Конфігурація лінтера 0/9.6 Pre-commit-хуки 0/6.4 .editorconfig 0/20 OpenSSF Scorecard: CI-Tests — немає даних
Використані вхідні дані Виключено з оцінювання (немає даних або не застосовно): OpenSSF Scorecard: CI-Tests. Залишкові ваги перенормовано.
Як обчислюється оцінка 30/30 README 25/25 Каталог документації 0/15 Сайт документації / домашня сторінка 10/10 Опис репозиторію 10/10 Теми — 6 тем 0/10 Wiki
Використані вхідні дані Чи міцні видимі практики безпеки й ланцюга постачання, без непослабленої пов’язаності з юрисдикціями високого ризику?
45 Слабкий · 16% загального індексу
Як обчислюється оцінка 7.5/7.5 Binary-Artifacts — no binaries found in the repo 3/7.5 Branch-Protection — branch protection is not maximal on development and all release branches 0/2.5 CI-Tests — немає даних 0/2.5 CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected 0/7.5 Code-Review — Found 0/30 approved changesets -- score normalized to 0 2.5/2.5 Contributors — project has 27 contributing companies or organizations 10/10 Dangerous-Workflow — no dangerous workflow patterns detected 0/7.5 Dependency-Update-Tool — no update tool detected 0/5 Fuzzing — project is not fuzzed 2.5/2.5 Ліцензія — license file detected 7.5/7.5 Maintained — 30 commit(s) and 19 issue activity found in the last 90 days -- score normalized to 10 0/5 Packaging — немає даних 0/5 Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0 0/5 SAST — no SAST tool detected 0/5 Security-Policy — security policy file not detected 0/7.5 Signed-Releases — немає даних 0/7.5 Token-Permissions — detected GitHub workflow tokens with excessive permissions 7.5/7.5 Vulnerabilities — 0 existing vulnerabilities detected
Використані вхідні дані Виключено з оцінювання (немає даних або не застосовно): ci_tests, packaging, signed_releases. Залишкові ваги перенормовано.
Наскільки репозиторій оснащений для розробки та супроводу за участі ШІ-агентів? Має свідомо малу вагу (4%): агентний інструментарій — реальний сигнал супроводу, але репозиторій без нього все одно може отримати 100/100.
19 Критичний · 4% загального індексу
Як обчислюється оцінка 0/45 Інструкції для агентів — немає CLAUDE.md / AGENTS.md / правил редактора 0/15 Машиночитана документація (llms.txt) 40/40 Читабельна історія комітів — намір зазначено у 100 з 100 людських комітів (структурований заголовок або пояснювальний текст)
Використані вхідні дані
Як обчислюється оцінка 0/18 Розгортання однією командою 0/22 Автоматизовані тести 0/11 Конфігурація лінтера / форматера 0/11 Статична перевірка типів 10/10 Відтворюване середовище — Nix 0/10 Підтверджена практика роботи з агентами — серед останніх 100 комітів немає створених агентом 0/8 Автоматизоване супроводження — автоматичних оновлень залежностей не виявлено 0/10 OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
Використані вхідні дані
Як обчислюється оцінка 0/45 Типізований код — Emacs Lisp без конфігурації перевірки типів 0/55 Керовані розміри файлів — файлів вихідного коду не виявлено
Використані вхідні дані Виключено з оцінювання (немає даних або не застосовно): Керовані розміри файлів. Залишкові ваги перенормовано.
Ключові факти 22 550 зірок GitHub
100 контриб'юторів
1 148 комітів за останні 12 місяців
1 днів від останнього пушу
25 релізів
1 бас-фактор
459 відкритих issue
— пакетних екосистем
Попередження щодо збору даних Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository
Докладніше Історія зірок і форків 0 ★ / 3 160 ⇿ Коли додано кожну зірку й форк — зібрано з GitHub і згруповано за днями. Кумулятивне зростання розміщено просто над денними додаваннями, з яких воно складається, тож їх видно одне проти одного: рівномірне органічне накопичення виглядає зовсім інакше, ніж різкий короткочасний сплеск. Там, де цю різницю можна виміряти, її подано як автентичність росту.
Показано лише найновішу історію — цей репозиторій перевищує вікно збору, тож найраніша історія не захоплена.
Форки Форків/день Релізи
Уся 3 роки Рік 3 місяці Місяць
2 000 2 200 2 400 2 600 2 800 3 000 3 200 3 160 11 2022-06 2024-07 2026-07 Мажорні 0 Мінорні 2 Патчі 2
Кожна точка охоплює 4 днів.
OpenSSF Scorecard 4.5 / 10 4.5 сукупно
Незалежна, не прив'язана до інструментів оцінка безпеки від відкритого проєкту OpenSSF Scorecard . Кожна перевірка винагороджує практику безпеки, а не інструмент конкретного постачальника. Перевірки, які Scorecard не зміг визначити, позначено н/д і виключено з оцінки безпеки (вони ніколи не зараховуються як нуль). Scorecard v5.5.0 · 2026-08-06 10:20 UTC
Усі залежності не зібрано Не вдалося зібрати розв'язаний набір залежностей для цього звіту: GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository
Звіт у форматі JSON машиночитний