JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 4778,
"has_wiki": true,
"homepage": null,
"languages": {
"C": 4898,
"LFE": 270291,
"Shell": 12358,
"Erlang": 729688,
"Makefile": 9426,
"Dockerfile": 521,
"Emacs Lisp": 28736
},
"pushed_at": "2026-07-21T10:25:57Z",
"created_at": "2008-08-19T23:46:18Z",
"owner_type": "Organization",
"updated_at": "2026-07-19T12:57:07Z",
"description": "Lisp Flavoured Erlang (LFE)",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "develop",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Erlang",
"significant_languages": [
"Erlang",
"LFE"
]
},
"owner": {
"blog": "http://lfe.io/",
"name": "Lisp Flavoured Erlang",
"type": "Organization",
"login": "lfe",
"company": null,
"location": null,
"followers": 52,
"avatar_url": "https://avatars.githubusercontent.com/u/3434967?v=4",
"created_at": "2013-01-31T05:33:28Z",
"is_verified": null,
"public_repos": 15,
"account_age_days": 4919
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2025-01-11T15:26:55Z"
},
{
"tag": "v2.1.5",
"kind": "patch",
"published_at": "2024-09-14T16:28:12Z"
},
{
"tag": "v2.1.4",
"kind": "patch",
"published_at": "2024-01-08T22:13:47Z"
},
{
"tag": "v2.1.3",
"kind": "patch",
"published_at": "2024-01-04T22:35:26Z"
},
{
"tag": "v2.1.2",
"kind": "patch",
"published_at": "2023-08-02T21:07:43Z"
},
{
"tag": "2.1.1",
"kind": "patch",
"published_at": "2023-01-06T15:33:30Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2023-01-02T17:48:51Z"
},
{
"tag": "2.0.1",
"kind": "patch",
"published_at": "2021-06-27T02:41:40Z"
},
{
"tag": "2.0",
"kind": "other",
"published_at": "2021-06-07T02:29:34Z"
}
],
"recent_commits": [
{
"oid": "38150ec10107d5e5bbcd478261de0919830cae33",
"body": "The suite spawns bin/lfe and set ERL_LIBS to the repo root, which is\nnot a valid OTP library directory for the lfe app: the compiled beams\n(including lfe_init.beam) live in _build/<profile>/lib/lfe/ebin, while\nthe root ebin/ holds only lfe.app. bin/lfe could therefore only find\nlfe_init via its fall\n[…]\nking the suite independent of which rebar3\nprofile happens to be pre-built. bin/lfe is still located from the repo\nroot as before.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix lfe_init_SUITE ERL_LIBS to target the compiled lfe app (#522)",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2026-07-11T20:13:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a69d289dd9ccb8084aff889c1f2d83cf76f6e98c",
"body": "* Added implementations for update, update-in, assoc, assoc-in.\n\n* Updated docs for new clj functions/macros.",
"is_bot": false,
"headline": "Feature/277/clj update in (#520)",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2026-07-11T16:03:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "334f4aa84891638d921fbdb783f8ad0f9c77da36",
"body": "* Added tests for new clj print macros.\n\n* Implemented clj print functions.\n\n* Updated docs.",
"is_bot": false,
"headline": "Feature/271/clj prints (#519)",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2026-07-11T10:37:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "938b112a14ac864bd959cc3d6de4ad47e545bcaa",
"body": "this happend when integrating with a mix project.",
"is_bot": false,
"headline": "ensure directory exists before writing the beam file... (#508)",
"author_name": "Bruno Dias",
"author_login": "diasbruno",
"committed_at": "2026-07-11T07:00:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "773ae171a0a6acbada5909310b150799c84bbd95",
"body": "* Added failing tests for issue #517.\n\nSee: https://github.com/lfe/lfe/issues/517\n\n* Fix for OTP 28 user_drv behaviour change.\n\nThree-branch version dispatch using list_to_integer(OTPRelease) instead of string comparison:\n- OTP 28+: user_drv:start(#{initial_shell => noshell, input => cooked}) — prov\n[…]\ndefaults to true\n- OTP <26: user:start() — the legacy API\n\n* Updated OTP versions for CI.\n\n* Implement this less awkwardly.\n\n* We need the full build for the new CT test.\n\n* Addressed review feedback.",
"is_bot": false,
"headline": "Bug/517/otp 28 user drv (#518)",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2026-07-08T12:48:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "99ea89cea75ed7adc326d5fe2f3e35b80f578c62",
"body": "* Makefile: use portable \"command -v\" instead of the \"which\" command\n\nSigned-off-by: Maciej Barć <xgqt@gentoo.org>\n\n* Makefile: split DESTDIR and PREFIX\n\n* Use DESTDIR as the output directory, default to /. Normally it\n would be used like so: make DESTDIR=\"$(pwd)/image/\" install\n* Run MANDB only if DESTDIR is /, so only when we install onto the\n system root.\n\nSigned-off-by: Maciej Barć <xgqt@gentoo.org>\n\n---------\n\nSigned-off-by: Maciej Barć <xgqt@gentoo.org>",
"is_bot": false,
"headline": "Makefile: split DESTDIR and PREFIX (#513)",
"author_name": "Maciej Barć",
"author_login": "xgqt",
"committed_at": "2026-01-09T15:06:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d0de5e04a9d5b8f1430063c45b561f08123a4e0",
"body": "505/examples/cleanup",
"is_bot": false,
"headline": "Merge pull request #506 from lfe/505/examples/cleanup",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2025-11-13T22:45:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7f224ac08ef4682036e376ac1272df37e036669",
"body": null,
"is_bot": false,
"headline": "Refactored lfe-eval example to fix BIF conflicts and modernize code.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2025-11-13T16:41:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19ef2236c9b661c97dd003ea1ebb1fc11332b8ac",
"body": "Also added clean as a prereq for tests. I ran into a problem switching\nbetween branches where .beam files from different branches had\naccumulated in ./test and were causing all sorts of test failures.",
"is_bot": false,
"headline": "Fixed clean target.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2025-11-13T16:18:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5e54e63d1f3edcfd9275905e04d04eca4c842fe",
"body": null,
"is_bot": false,
"headline": "Fixed tests, added more, updated formatting.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2025-11-13T15:57:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa5c5db0068bbb124eb9159fed6bb36132e3a619",
"body": "Also fixed formatting.",
"is_bot": false,
"headline": "Updated/fixed example logic.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2025-11-13T15:57:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40501efaada197966c80c2a77d168bdf6d8c0227",
"body": null,
"is_bot": false,
"headline": "Updated tests.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2025-11-13T15:57:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1068a1243f718bf8907aac6c8c889f1cbff8e6bc",
"body": null,
"is_bot": false,
"headline": "Updated to be able test (and remove linting errors).",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2025-11-13T15:57:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f185cd3b2c556153a9f0560392e3e7fb16c27d3c",
"body": null,
"is_bot": false,
"headline": "Added tests for examples.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2025-11-13T15:57:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1bfb979ab4f3b5373aa08d724b5b21291b152d2",
"body": null,
"is_bot": false,
"headline": "Removed Erlang versins that can't run on GH-supported Ubuntu images.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2025-11-13T12:55:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e81e270116f309c4433cd17850de962914ba92c",
"body": "As `PREFIX` was only used to install, this is ok.\nThis patch only helps to follow common make rules.\n\nTo make it right, we need to use `./configure` from autotools.\n\nThis way we would do the correct:\n\n```sh\n./configure PREFIX={build_path}\nmake install DESTDIR={destination_path}\n```",
"is_bot": false,
"headline": "Allow configure destination directory on make...",
"author_name": "Bruno Dias",
"author_login": "diasbruno",
"committed_at": "2025-11-13T12:48:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a6bb2883347c35b8b88fe2f9a1e7adf99d90f79",
"body": null,
"is_bot": false,
"headline": "Set version to 2.2.1",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2025-11-12T23:40:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebd7d221c52b6bf8c47c9e4f7daf15b3dee4d3fa",
"body": "Also took the chance to cleanup lfec and and a minor fix in\nlfe-mode.el.",
"is_bot": false,
"headline": "Added the #Esymbol Elixir module name hack which was missing",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2025-07-02T12:43:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fb4de84f81ac822923ddc60eaccc4a938c9dfdc",
"body": null,
"is_bot": false,
"headline": "Use ubuntu-24.04 with install jobs, too.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2025-01-11T16:51:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e41d9c6e05e013f217ca6e3c168140669cf0260a",
"body": null,
"is_bot": false,
"headline": "Investigating use of ubuntu-24.04 images in CI/CD.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2025-01-11T16:47:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07a89ac6ac5181918a654ddeaf07b4f51c7bec77",
"body": null,
"is_bot": false,
"headline": "Cleaned up how CI/CD results are displayed.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2025-01-11T16:39:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fc299b860f0304a64ad18cfb6f2171b993fe3bd",
"body": null,
"is_bot": false,
"headline": "Hotfix for rebar profiles redefinition in last commit.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2025-01-11T16:30:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5d7141f997347bb9b70ecd9ee93e95446bc961d",
"body": null,
"is_bot": false,
"headline": "Added rebar3 profile for publishing to hex.pm.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2025-01-11T15:31:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14f1deb9d758460feaa9074f74a11f763abe5f35",
"body": null,
"is_bot": false,
"headline": "Set version to 2.2.0",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2025-01-07T22:57:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2e2d116c03cfc13855a07b5d16694fd4b344b01",
"body": "The changes to lfe_parse are trivial and have no effect. Also more\ndocumentation.",
"is_bot": false,
"headline": "lfe_scan returns better error messages",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2025-01-03T21:51:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82fbb2645d41ee368d780fcd9e446027d37a7fe4",
"body": "The issue with the operator forms is that we no longer explicitly\nmacro expand op forms like (>= a b (foo 99) (bar 200)) but pass them\non to the compiler and to the evaluator. Also took the chance to\nimprove the internals of lfe_translate.",
"is_bot": false,
"headline": "Make lfe_eval handle the new forms as well as operator forms",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2025-01-03T15:59:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8220807eed51067791bd4aa93bf10bbffbf4119b",
"body": "We now know about progn, prog1, prog2, cond and maybe.",
"is_bot": false,
"headline": "Fix prettyprinting and improve output formatting",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-12-29T23:51:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9d31a775101d20071a9f83bd4e3eff989dc4d31",
"body": "This means the linter will now check them and also make more relevant\nerror messages. Also can possibly help ther compiler generate better\ncode.",
"is_bot": false,
"headline": "Instead of macros make forms of prog1, prog2, maybe and cond",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-12-29T23:51:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d96bbb882e2447e54fcc08c077ddaf46b174a540",
"body": "While this is not illegal the core functions are called by default and\nthe defined functions are only with remote calls.",
"is_bot": false,
"headline": "Warn when redefining core functions",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-12-24T23:39:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cec3a4a235862bb041e54e57fa53ffc66f074b9f",
"body": "It was before missing cases when it needed to get more characters to\nmake the right decision and it was also losing characters. Seeing all\nthe handling of characters is now explicitly done it can get quite\ncomplex.",
"is_bot": false,
"headline": "Do major fixes in lfe_scan",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-12-24T23:34:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ba1e7538f3efad909e0a1d7b54fbbb970d84596",
"body": "It still has to come last but this feels better. Also cleaned up some\ncode relating to maybe and and took the chnace to fix the emacs LFE\nmode to better recognise the LFE forms.",
"is_bot": false,
"headline": "Wrap else and its clauses to (else clauses)",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-12-06T15:36:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4126ea181dea1f51edd5211699c0704e8a70a80",
"body": null,
"is_bot": false,
"headline": "Add common tests for maybe and add 'maybe' to the LFE core forms",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-12-06T15:20:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74ef1bd8293d1988baeb6a11e74598092b61dac3",
"body": "We have also added description of maybe to lfe_guide. We think we have\ncovered all cases. We have added the basic maybe features to the emacs\nLFE mode.",
"is_bot": false,
"headline": "First version of maybe, both in compiler and eval",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-12-06T15:20:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c995bb4f143062a7e2cfaf837f7095342a30bd2",
"body": null,
"is_bot": false,
"headline": "Add detection for Mix projects to start LFE REPL in project context",
"author_name": "Dan Dee",
"author_login": "monkeyjunglejuice",
"committed_at": "2024-12-06T15:13:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f818526c6d6e8bcac026d85f2f3cc047ca25989",
"body": null,
"is_bot": false,
"headline": "Set version to 2.1.5",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-09-13T23:30:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10011a325567c0f32871a4cbcb410f5f04ca22d2",
"body": null,
"is_bot": false,
"headline": "Add documentation for triple-quote strings",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-09-04T08:20:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28125e58e6a466127634eb03835bcce4bf8470a0",
"body": null,
"is_bot": false,
"headline": "Merge branch 'develop-tqscan' into develop",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-08-20T22:21:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a849370b9e6cd7a20b3c0a9bb185d4d2dfc5e08",
"body": "We should probably add more and longer tests in the future.",
"is_bot": false,
"headline": "Add a common test suite with some simple tests of \"\"\" strings",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-08-20T21:34:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9965165851eaccdc548fb525741b9a94ec495877",
"body": "The new optional syntax for defining spec is now",
"is_bot": false,
"headline": "Add optional defining spec syntax and fix bug in \"\"\" strings.",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-08-10T07:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fd4efe7bb51d837647aa0ad950fe8b82c43719f",
"body": "Unfortunately there does not seem to be a nice defined way to indent\nparagraphs in MD.",
"is_bot": false,
"headline": "Cleaned up the format of lfe_io documentation a bit",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-08-10T07:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bce944971407e3675fa4b0c130d55e48cea36ee7",
"body": "It was getting confused when there was a \" in the \"\"\" string.",
"is_bot": false,
"headline": "Fix the scanner to handle \" and \\ properly in \"\"\"",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-08-10T07:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4df5031c2887dceef254fcbf36cf1c79fe9e6db",
"body": "This required a rewrite of the scanner as I could not fix a suitable\nregular expression which could handle its complexity, so now its\nwritten by hand.",
"is_bot": false,
"headline": "Add triple quote strings to the syntax",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-08-10T07:39:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57da2d40242bf38bd2e375d49d0973804cbd76d3",
"body": null,
"is_bot": false,
"headline": "Reverted last CI/CD change and commented out OTP 19.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2024-08-03T17:23:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57eb2fe0eba8c55df5206fb64b601171e7e97c35",
"body": null,
"is_bot": false,
"headline": "Second attempt at getting OTP 19 builds working again in CI/CD.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2024-08-03T17:16:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cdc2a16411d89cf9389cc89d051ad45bfae07a7",
"body": null,
"is_bot": false,
"headline": "Updated Github Actions checkout to v4.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2024-08-03T16:59:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3619e97d16a41b202974ecee881c7e2f67a8554f",
"body": "This makes it much clearer to use. Also a small error when checking\nfunction specs.",
"is_bot": false,
"headline": "Modify expansion of defmodule to handle specs the same defspec",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-07-21T21:04:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15a70dffa0f3055ef06ecca0009cbc09c96847b5",
"body": null,
"is_bot": false,
"headline": "Fix tests execution when using recent rebar3",
"author_name": "Igor Goryachev",
"author_login": "delitrem",
"committed_at": "2024-07-02T22:00:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b54a121fbe1ba53393745c0607bb0f1b81066081",
"body": "Note that they still behave as before.",
"is_bot": false,
"headline": "Clean up the code and move it slowly forwards",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-04-28T22:52:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a34f5b30ff09aac2f2d8ec62438839a97c73761",
"body": "These 2 expand macros while evaluating the expressions.",
"is_bot": false,
"headline": "Add useful exprs/1/2 interface functions",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-04-23T17:03:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9df713497ab1752cba2763e01bd7f9ade1c658f5",
"body": "Also fixed the docs for read_file and parse_file",
"is_bot": false,
"headline": "Make handling of already open file explicit in read_file and parse_file",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-04-21T16:43:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a10ac79518ac6c23c0a9a9fb902012f5d2e2ef0",
"body": null,
"is_bot": false,
"headline": "Add option to show what would have run",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-04-20T21:36:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25b609a170210885568fc37dc7d131e3f226d72f",
"body": "We also avoid using lists that often. This makes better stacklistings\non errors. Also take the chance to remove a lot of tabs",
"is_bot": false,
"headline": "Handle andalso and orelse loops explicitly",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-04-20T21:36:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f42959e7a30699d20ab568d25c2d1c9a3ae986b",
"body": "Also took the chance to cleanup the code and fix the documentation.\nThere is also a small fix in lfe_shell.",
"is_bot": false,
"headline": "Fix lfe_io:read_string to return all the sexprs found as it should",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-04-20T21:36:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ef8e60150bebbe281a5e1b79eb98310a609b3de",
"body": "Also add more base files to the files section so the generated hex is\nmore like a basic app rather than a pure dep.",
"is_bot": false,
"headline": "Add new lfe_error module",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-04-15T21:18:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14bd354c3b4adce782a66f8c11f0bd7ec4261eac",
"body": "This more mirrors how it looks in erlang. Also changed calls to\nformat_exception to lfe_error in lfe_init and lfe_shell.",
"is_bot": false,
"headline": "Move code for formatting execptions from lfe_lib to lfe_error",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-04-15T21:18:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2d27ecbd9ff3e0941f39a00967cdae3b3abf30f",
"body": null,
"is_bot": false,
"headline": "Fix stepping through docs to handle just return",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-04-08T08:16:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebfcefbc8f19bfcf9fbc7e73f96b15c99d42073a",
"body": null,
"is_bot": false,
"headline": "Make shell report being killed by EXIT signal as exit",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-03-29T17:15:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a21b0e5091cb897684cf30b2d5bab212ba289fd",
"body": "The evaluator returns an error expression and crashes any linked\nprocesses except the \"master\" process which calls the evaluator.",
"is_bot": false,
"headline": "Make handling of evaluation error behave like current Erlang shell",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-03-26T15:39:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a184a59debff6e7bcd017b99d1b927288930505",
"body": null,
"is_bot": false,
"headline": "Add handling of records when slurping a file in the REPL",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-03-17T01:05:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03a6a4d0e97e2cce3a8a1314755957029987247c",
"body": null,
"is_bot": false,
"headline": "Bumped microversion for 2.1.4 release.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2024-01-08T22:12:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c97a44fc89dea574eee6dcdd4535369b1593d9c2",
"body": "```\nld: unknown options: --as-needed\n```\n\nSigned-off-by: Rui Chen <rui@chenrui.dev>",
"is_bot": false,
"headline": "fix: add build patch for macos",
"author_name": "Rui Chen",
"author_login": "chenrui333",
"committed_at": "2024-01-08T16:18:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "236313e9be2c50950e5ac58d8175c00a6323d42e",
"body": null,
"is_bot": false,
"headline": "Bumped microversion for 2.1.3 release.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2024-01-04T22:30:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a59b376dadfce661a53fcfee1eaa65104d4306bc",
"body": "Bring the latest 'develop' changes into 'master' in preparation for the 2.1.3 release",
"is_bot": false,
"headline": "Merge pull request #486 from lfe/develop",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2024-01-04T22:27:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3a76457a42df05d448bcdcd75f6379fa5a3d66d",
"body": "This means that we can now do binary comprehenions in the LFE shell as\nwell. The documetation in the lfe_guide is now correct in how\nbinary comprehensions handle a mismatch in the generator.",
"is_bot": false,
"headline": "Handle binary comprehensions in the LFE interpreter",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-01-02T16:33:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d0346f3b17c5a5d6d560da94fb7c4f497013d9b",
"body": "These also come from the Erlang shell.",
"is_bot": false,
"headline": "Add some more built-in shell commands",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2024-01-01T23:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d30f03aa49b55576235776e3fd38b5894273a5e",
"body": "Also cleaned up the code a bit.",
"is_bot": false,
"headline": "Add a lift record to store lifted function information",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2023-12-29T00:55:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89a81315e479d4346c3c223d8549761d58ecc548",
"body": null,
"is_bot": false,
"headline": "Cleaned up test for GH/Discord webhook.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2023-12-17T23:08:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c243e74c55daea8d921a981041768c2e1551a22b",
"body": null,
"is_bot": false,
"headline": "Testing GH webook for Discord.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2023-12-17T23:04:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67cd7b3602982e9351b911ddef345b108bdb961d",
"body": "We now lift and rename these functions in one pass though we still\nneed to find the imported variables. Maybe in a future let the erlang\ncompiler handle this for us though it might result applying the\nfunctions instead of calling them.",
"is_bot": false,
"headline": "Redo handling of functions from let-function and letrec-functions",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2023-12-12T22:24:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4556f614c454933b71bc72d287dfd0dcbc0d8ae1",
"body": "We now have 3 phases where we collect data, build new functions and\nthen compile the code. Also the generated __info__/1 functionis now\nmore Elixir compatible.",
"is_bot": false,
"headline": "Restructure handling of code and fix __info__/1 function",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2023-12-01T17:18:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb49e9280b480d56ccbb1e6f608ef96894b51015",
"body": null,
"is_bot": false,
"headline": "Fix handling of struct functions so they export correctly",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2023-09-11T14:08:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "501dbd53df80d11dec7362ef465bdf87a6251f7a",
"body": "pandoc only allows a fixed set of tools for generating pdf and the old\ndefault xelatex isn't available everywhere.",
"is_bot": false,
"headline": "Let Makefile accept option to decide which pdf tool to use",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2023-08-20T14:40:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4713f764184d382463f9dd2ec16e2373471a3288",
"body": null,
"is_bot": false,
"headline": "We no longer use (or need) the VERSION file.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2023-08-14T22:27:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60b50b917e346dd087897f4edcec989215aa96a5",
"body": null,
"is_bot": false,
"headline": "Added maintainer notes for publishing releases.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2023-08-14T22:27:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c068cb73d6dec937301fff115094d5ea9961c0c3",
"body": null,
"is_bot": false,
"headline": "Updated license metadata.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2023-08-14T22:27:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0b1ce5fa7ed23b70c4eba2a82d4f91df86fe624",
"body": null,
"is_bot": false,
"headline": "Updated gitignores.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2023-08-14T22:27:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0990db7098f903fe443874fc05f773d5aed1c6af",
"body": null,
"is_bot": false,
"headline": "Use 'hex publish package' to avoid docs warning.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2023-08-14T22:27:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f337304acd99f2b2b5f23abbd56bee02d4625071",
"body": null,
"is_bot": false,
"headline": "Removed deprecated 'maintainers' field.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2023-08-14T22:27:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a440cfafbfeb4b2c06b7b26feb46bdd774c4cb5e",
"body": null,
"is_bot": false,
"headline": "Added clean-all target.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2023-08-14T22:27:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52151a2dc53424ff6bf54fb717e91906d0120ac6",
"body": null,
"is_bot": false,
"headline": "Added make targets for publishing to hex.pm.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2023-08-14T22:27:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f35c98dd31284370ce3306aa0a898e1d177f770a",
"body": null,
"is_bot": false,
"headline": "Removed commented-out rebar3 plugin config.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2023-08-14T22:27:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ee9f11f7bddf8dbde9891d12177dd75b1c2ba5b",
"body": "So far it is only list comprehensions and tou cannot generate from\nbinaries. This is a bit of a test version, Binary comprehensions and\nthe new OTP 26 map comprehensions are on their way.",
"is_bot": false,
"headline": "Add list comprehensions to the LFE interpreter",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2023-08-14T22:03:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48356186676186bc490b542d376548e9b23731ac",
"body": "In case any source-based distributor/distribution of LFE\n(e.g. Gentoo) wishes to overwrite the *FLAGS.\n\nSigned-off-by: Maciej Barć <xgqt@gentoo.org>",
"is_bot": false,
"headline": "Makefile: add safe CFLAGS and LDFLAGS",
"author_name": "Maciej Barć",
"author_login": "xgqt",
"committed_at": "2023-08-04T21:18:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1876931d5343070ed83a98be5b03b9f5280b769",
"body": null,
"is_bot": false,
"headline": "Made version fun public.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2023-08-04T21:05:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60280ffecb396fcbf0041babefbc763c90726fe4",
"body": null,
"is_bot": false,
"headline": "Made the banner functions more configurable and public.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2023-08-04T21:05:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f73e894a0db39380ffd6ca2261c6eafc69146732",
"body": null,
"is_bot": false,
"headline": "Fixed formatting.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2023-08-04T01:14:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b4bc87f017ebc29529ed5bcaf0fe238e78df0b2",
"body": null,
"is_bot": false,
"headline": "Added tests section, updated prompts, added banner.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2023-08-04T01:13:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cbfdffe95caa65a659074c1c9d389fd4a6c1350",
"body": "Merging to master for 2.1.2 release",
"is_bot": false,
"headline": "Merge pull request #475 from lfe/develop",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2023-08-02T21:06:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44f77b735e7f9f6c1247831e4a3dc5c0104837ef",
"body": null,
"is_bot": false,
"headline": "Bumped version for 2.1.2 release.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2023-08-02T20:55:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88b4d0b588a51f6fa2881dbb50186fa933309006",
"body": "It is a rather simple line editor which works much like the old\nio:get_line and save input in the history. It is used internally for\nfor line oriented input.",
"is_bot": false,
"headline": "Add a get_line function which saves history lines",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2023-08-02T15:12:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59adc8a6ff0192ac043be7ca225d940f4a82c2ae",
"body": "In OTP 26 the user module has been removed and the interface to\nuser_drv has been modified. Lfe_init has been modified to the new\ninterface to user_drf to handle both cases. It checks at runtime which\ninterfaces to use which avoids locking to a specific OTP version.",
"is_bot": false,
"headline": "Fixed handling of user_drv and user modules for OTP 26",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2023-08-02T15:11:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d89e354962e5e73a35463c2e70683f773a7274fc",
"body": null,
"is_bot": false,
"headline": "More ubuntu 20.04 changes.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2023-06-10T22:12:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8126edb32c5c239c7a9efd7838b9b0e37955eb21",
"body": null,
"is_bot": false,
"headline": "Try building LFE with older versions of Erlang on a more recent Ubuntu.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2023-06-10T22:11:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90ded904d4e7cc1185cc32acc4873bbe6661363a",
"body": null,
"is_bot": false,
"headline": "Update cicd.yml to run daily at 03:17 UTC.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2023-06-10T22:04:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15669c1bad64d1783abbee78c9d3b980cbf8d193",
"body": null,
"is_bot": false,
"headline": "Update cicd.yml to include Erlang 26.",
"author_name": "Duncan McGreggor",
"author_login": "oubiwann",
"committed_at": "2023-06-10T22:01:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09855405b82506d60889a235cdb1bf2ae9888178",
"body": "* fix comparisons for 3 or more args\r\n\r\n* improve exp_comp function according to existing exp_nequal\r\n\r\n* lfe_macro: remove imports used only once",
"is_bot": false,
"headline": "Fix expansion for comparison macros for 3 or more arguments (#470)",
"author_name": "Jhan S. Álvarez",
"author_login": "yastanotheruser",
"committed_at": "2023-06-09T15:50:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52201c7d5322cf35d881c034b2a32a235aa0ca11",
"body": "Explicitness rules!",
"is_bot": false,
"headline": "Remove importing from lfe_env and orddict",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2023-04-08T11:55:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b41b33919e138c4f8f40b54d5245779d87f707c8",
"body": null,
"is_bot": false,
"headline": "Fix handling of _ record fields in expressions and patterns.",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2023-04-08T11:50:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0717b8f0ca5839acc873bbe82843e50578410095",
"body": null,
"is_bot": false,
"headline": "Add handling of default key values for records in patterns",
"author_name": "Robert Virding",
"author_login": "rvirding",
"committed_at": "2023-03-25T15:53:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d8c108c93dc1998769d194c058bba06e109bf36",
"body": null,
"is_bot": false,
"headline": "Fix broken link to lfe_docs.txr (#467)",
"author_name": "Matt Doughty",
"author_login": "m-doughty",
"committed_at": "2023-03-22T16:20:08Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 9,
"commits_last_year": 17,
"latest_release_at": "2025-01-11T15:26:55Z",
"latest_release_tag": "v2.2.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 5,
"days_since_latest_release": 556,
"mean_days_between_releases": 164.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "lfe",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "hex",
"matches_repo": true,
"registry_url": "https://hex.pm/packages/lfe",
"is_deprecated": false,
"latest_version": "2.2.0",
"repository_url": "https://github.com/lfe/lfe",
"versions_count": 14,
"total_downloads": 159986,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 3099,
"first_published_at": "2016-04-17T06:15:38.394636Z",
"latest_published_at": "2025-01-11T15:23:39.868090Z",
"latest_version_yanked": null,
"days_since_latest_publish": 556
}
]
},
"popularity": {
"forks": 145,
"stars": 2441,
"watchers": 97,
"fork_history": {
"days": [
{
"date": "2009-10-30",
"count": 1
},
{
"date": "2009-12-10",
"count": 1
},
{
"date": "2010-08-10",
"count": 1
},
{
"date": "2010-11-08",
"count": 1
},
{
"date": "2011-05-10",
"count": 1
},
{
"date": "2011-08-16",
"count": 1
},
{
"date": "2011-09-27",
"count": 1
},
{
"date": "2011-12-26",
"count": 1
},
{
"date": "2012-11-04",
"count": 1
},
{
"date": "2012-12-23",
"count": 1
},
{
"date": "2013-01-25",
"count": 1
},
{
"date": "2013-02-26",
"count": 1
},
{
"date": "2013-08-17",
"count": 1
},
{
"date": "2013-09-03",
"count": 1
},
{
"date": "2013-09-05",
"count": 1
},
{
"date": "2014-01-02",
"count": 1
},
{
"date": "2014-01-09",
"count": 1
},
{
"date": "2014-04-11",
"count": 1
},
{
"date": "2014-04-14",
"count": 1
},
{
"date": "2014-04-29",
"count": 1
},
{
"date": "2014-05-11",
"count": 1
},
{
"date": "2014-05-29",
"count": 1
},
{
"date": "2014-06-20",
"count": 1
},
{
"date": "2014-07-01",
"count": 1
},
{
"date": "2014-07-31",
"count": 1
},
{
"date": "2014-08-09",
"count": 1
},
{
"date": "2014-09-12",
"count": 1
},
{
"date": "2014-10-10",
"count": 1
},
{
"date": "2014-12-06",
"count": 1
},
{
"date": "2014-12-07",
"count": 1
},
{
"date": "2014-12-17",
"count": 1
},
{
"date": "2015-01-15",
"count": 1
},
{
"date": "2015-01-28",
"count": 1
},
{
"date": "2015-02-06",
"count": 1
},
{
"date": "2015-02-21",
"count": 1
},
{
"date": "2015-02-28",
"count": 1
},
{
"date": "2015-03-28",
"count": 1
},
{
"date": "2015-04-28",
"count": 1
},
{
"date": "2015-05-10",
"count": 1
},
{
"date": "2015-08-27",
"count": 1
},
{
"date": "2015-11-04",
"count": 1
},
{
"date": "2015-11-05",
"count": 1
},
{
"date": "2015-12-17",
"count": 1
},
{
"date": "2016-01-05",
"count": 1
},
{
"date": "2016-01-10",
"count": 1
},
{
"date": "2016-03-05",
"count": 1
},
{
"date": "2016-03-15",
"count": 1
},
{
"date": "2016-03-17",
"count": 1
},
{
"date": "2016-03-19",
"count": 1
},
{
"date": "2016-03-25",
"count": 1
},
{
"date": "2016-04-03",
"count": 1
},
{
"date": "2016-04-08",
"count": 1
},
{
"date": "2016-04-26",
"count": 1
},
{
"date": "2016-05-03",
"count": 1
},
{
"date": "2016-08-16",
"count": 1
},
{
"date": "2016-08-27",
"count": 1
},
{
"date": "2016-09-27",
"count": 1
},
{
"date": "2016-10-09",
"count": 1
},
{
"date": "2016-10-19",
"count": 1
},
{
"date": "2016-12-02",
"count": 1
},
{
"date": "2016-12-31",
"count": 1
},
{
"date": "2017-01-20",
"count": 1
},
{
"date": "2017-03-17",
"count": 1
},
{
"date": "2017-03-25",
"count": 1
},
{
"date": "2017-04-02",
"count": 1
},
{
"date": "2017-06-05",
"count": 1
},
{
"date": "2017-06-14",
"count": 1
},
{
"date": "2017-07-31",
"count": 1
},
{
"date": "2017-08-04",
"count": 1
},
{
"date": "2017-10-06",
"count": 1
},
{
"date": "2017-10-28",
"count": 2
},
{
"date": "2018-01-02",
"count": 1
},
{
"date": "2018-01-06",
"count": 1
},
{
"date": "2018-06-19",
"count": 1
},
{
"date": "2018-07-14",
"count": 1
},
{
"date": "2018-08-10",
"count": 1
},
{
"date": "2018-09-17",
"count": 1
},
{
"date": "2018-10-24",
"count": 1
},
{
"date": "2018-12-03",
"count": 1
},
{
"date": "2018-12-04",
"count": 1
},
{
"date": "2018-12-18",
"count": 1
},
{
"date": "2019-02-12",
"count": 1
},
{
"date": "2019-04-19",
"count": 1
},
{
"date": "2019-06-04",
"count": 1
},
{
"date": "2019-07-11",
"count": 1
},
{
"date": "2019-09-05",
"count": 1
},
{
"date": "2019-09-16",
"count": 1
},
{
"date": "2019-12-19",
"count": 1
},
{
"date": "2020-01-07",
"count": 1
},
{
"date": "2020-04-30",
"count": 1
},
{
"date": "2020-07-16",
"count": 1
},
{
"date": "2020-07-30",
"count": 1
},
{
"date": "2020-08-16",
"count": 1
},
{
"date": "2020-08-17",
"count": 1
},
{
"date": "2020-09-23",
"count": 1
},
{
"date": "2020-10-05",
"count": 1
},
{
"date": "2021-01-04",
"count": 1
},
{
"date": "2021-01-06",
"count": 1
},
{
"date": "2021-01-14",
"count": 1
},
{
"date": "2021-01-22",
"count": 2
},
{
"date": "2021-02-14",
"count": 1
},
{
"date": "2021-04-25",
"count": 1
},
{
"date": "2021-05-14",
"count": 1
},
{
"date": "2021-06-24",
"count": 1
},
{
"date": "2021-08-02",
"count": 1
},
{
"date": "2021-08-15",
"count": 1
},
{
"date": "2021-09-22",
"count": 1
},
{
"date": "2021-11-25",
"count": 2
},
{
"date": "2021-12-30",
"count": 1
},
{
"date": "2022-01-08",
"count": 1
},
{
"date": "2022-01-30",
"count": 1
},
{
"date": "2022-03-20",
"count": 1
},
{
"date": "2022-06-11",
"count": 1
},
{
"date": "2022-11-12",
"count": 2
},
{
"date": "2022-12-28",
"count": 1
},
{
"date": "2022-12-29",
"count": 1
},
{
"date": "2023-03-21",
"count": 1
},
{
"date": "2023-05-23",
"count": 1
},
{
"date": "2023-05-30",
"count": 1
},
{
"date": "2023-07-09",
"count": 1
},
{
"date": "2023-08-04",
"count": 1
},
{
"date": "2023-09-21",
"count": 1
},
{
"date": "2023-09-28",
"count": 1
},
{
"date": "2023-10-06",
"count": 1
},
{
"date": "2023-11-19",
"count": 1
},
{
"date": "2024-01-11",
"count": 1
},
{
"date": "2024-01-18",
"count": 1
},
{
"date": "2024-05-20",
"count": 1
},
{
"date": "2024-06-26",
"count": 1
},
{
"date": "2024-10-08",
"count": 2
},
{
"date": "2024-10-26",
"count": 1
},
{
"date": "2024-12-25",
"count": 1
},
{
"date": "2025-02-16",
"count": 1
},
{
"date": "2025-10-16",
"count": 1
},
{
"date": "2025-11-22",
"count": 1
},
{
"date": "2025-11-29",
"count": 1
},
{
"date": "2025-12-09",
"count": 1
},
{
"date": "2026-04-26",
"count": 1
},
{
"date": "2026-06-23",
"count": 1
}
],
"complete": true,
"collected": 144,
"total_forks": 145
},
"star_history": {
"days": [
{
"date": "2017-12-31",
"count": 1
},
{
"date": "2018-01-02",
"count": 1
},
{
"date": "2018-01-06",
"count": 1
},
{
"date": "2018-01-09",
"count": 1
},
{
"date": "2018-01-13",
"count": 1
},
{
"date": "2018-01-16",
"count": 2
},
{
"date": "2018-01-18",
"count": 1
},
{
"date": "2018-01-19",
"count": 1
},
{
"date": "2018-01-23",
"count": 2
},
{
"date": "2018-01-27",
"count": 1
},
{
"date": "2018-01-30",
"count": 1
},
{
"date": "2018-01-31",
"count": 1
},
{
"date": "2018-02-02",
"count": 1
},
{
"date": "2018-02-10",
"count": 1
},
{
"date": "2018-02-13",
"count": 2
},
{
"date": "2018-02-14",
"count": 2
},
{
"date": "2018-02-16",
"count": 2
},
{
"date": "2018-02-17",
"count": 1
},
{
"date": "2018-02-18",
"count": 1
},
{
"date": "2018-02-19",
"count": 1
},
{
"date": "2018-02-21",
"count": 1
},
{
"date": "2018-02-27",
"count": 1
},
{
"date": "2018-02-28",
"count": 1
},
{
"date": "2018-03-06",
"count": 2
},
{
"date": "2018-03-09",
"count": 1
},
{
"date": "2018-03-14",
"count": 1
},
{
"date": "2018-03-22",
"count": 1
},
{
"date": "2018-03-25",
"count": 1
},
{
"date": "2018-03-28",
"count": 1
},
{
"date": "2018-03-29",
"count": 1
},
{
"date": "2018-03-31",
"count": 1
},
{
"date": "2018-04-04",
"count": 1
},
{
"date": "2018-04-11",
"count": 1
},
{
"date": "2018-04-16",
"count": 1
},
{
"date": "2018-04-19",
"count": 1
},
{
"date": "2018-05-08",
"count": 1
},
{
"date": "2018-05-09",
"count": 2
},
{
"date": "2018-05-12",
"count": 1
},
{
"date": "2018-05-15",
"count": 2
},
{
"date": "2018-05-16",
"count": 1
},
{
"date": "2018-05-18",
"count": 1
},
{
"date": "2018-05-30",
"count": 1
},
{
"date": "2018-06-05",
"count": 1
},
{
"date": "2018-06-07",
"count": 2
},
{
"date": "2018-06-08",
"count": 1
},
{
"date": "2018-06-12",
"count": 1
},
{
"date": "2018-06-13",
"count": 1
},
{
"date": "2018-06-14",
"count": 2
},
{
"date": "2018-06-19",
"count": 1
},
{
"date": "2018-06-20",
"count": 2
},
{
"date": "2018-06-26",
"count": 1
},
{
"date": "2018-06-27",
"count": 1
},
{
"date": "2018-07-01",
"count": 1
},
{
"date": "2018-07-04",
"count": 1
},
{
"date": "2018-07-09",
"count": 1
},
{
"date": "2018-07-14",
"count": 1
},
{
"date": "2018-07-18",
"count": 1
},
{
"date": "2018-07-22",
"count": 1
},
{
"date": "2018-07-23",
"count": 1
},
{
"date": "2018-07-26",
"count": 2
},
{
"date": "2018-08-02",
"count": 1
},
{
"date": "2018-08-03",
"count": 1
},
{
"date": "2018-08-07",
"count": 1
},
{
"date": "2018-08-27",
"count": 1
},
{
"date": "2018-08-30",
"count": 1
},
{
"date": "2018-08-31",
"count": 1
},
{
"date": "2018-09-02",
"count": 1
},
{
"date": "2018-09-03",
"count": 2
},
{
"date": "2018-09-04",
"count": 10
},
{
"date": "2018-09-07",
"count": 1
},
{
"date": "2018-09-19",
"count": 1
},
{
"date": "2018-09-21",
"count": 1
},
{
"date": "2018-09-23",
"count": 2
},
{
"date": "2018-10-07",
"count": 2
},
{
"date": "2018-10-12",
"count": 3
},
{
"date": "2018-10-19",
"count": 2
},
{
"date": "2018-10-22",
"count": 3
},
{
"date": "2018-10-24",
"count": 1
},
{
"date": "2018-10-29",
"count": 1
},
{
"date": "2018-11-02",
"count": 1
},
{
"date": "2018-11-18",
"count": 1
},
{
"date": "2018-11-24",
"count": 1
},
{
"date": "2018-11-26",
"count": 1
},
{
"date": "2018-11-27",
"count": 1
},
{
"date": "2018-12-09",
"count": 2
},
{
"date": "2018-12-11",
"count": 2
},
{
"date": "2018-12-13",
"count": 1
},
{
"date": "2018-12-18",
"count": 1
},
{
"date": "2018-12-25",
"count": 1
},
{
"date": "2018-12-27",
"count": 1
},
{
"date": "2018-12-28",
"count": 2
},
{
"date": "2018-12-31",
"count": 1
},
{
"date": "2019-01-03",
"count": 2
},
{
"date": "2019-01-08",
"count": 1
},
{
"date": "2019-01-12",
"count": 3
},
{
"date": "2019-01-15",
"count": 1
},
{
"date": "2019-01-17",
"count": 1
},
{
"date": "2019-01-18",
"count": 2
},
{
"date": "2019-01-26",
"count": 1
},
{
"date": "2019-01-29",
"count": 1
},
{
"date": "2019-01-31",
"count": 1
},
{
"date": "2019-02-04",
"count": 1
},
{
"date": "2019-02-06",
"count": 1
},
{
"date": "2019-02-08",
"count": 1
},
{
"date": "2019-02-12",
"count": 1
},
{
"date": "2019-02-15",
"count": 1
},
{
"date": "2019-02-16",
"count": 1
},
{
"date": "2019-02-20",
"count": 1
},
{
"date": "2019-02-23",
"count": 1
},
{
"date": "2019-02-24",
"count": 1
},
{
"date": "2019-02-27",
"count": 1
},
{
"date": "2019-03-01",
"count": 2
},
{
"date": "2019-03-06",
"count": 1
},
{
"date": "2019-03-08",
"count": 2
},
{
"date": "2019-03-09",
"count": 1
},
{
"date": "2019-03-16",
"count": 1
},
{
"date": "2019-03-17",
"count": 1
},
{
"date": "2019-03-24",
"count": 2
},
{
"date": "2019-03-28",
"count": 2
},
{
"date": "2019-03-29",
"count": 1
},
{
"date": "2019-03-31",
"count": 1
},
{
"date": "2019-04-03",
"count": 2
},
{
"date": "2019-04-11",
"count": 1
},
{
"date": "2019-04-13",
"count": 1
},
{
"date": "2019-04-15",
"count": 1
},
{
"date": "2019-04-22",
"count": 1
},
{
"date": "2019-04-24",
"count": 1
},
{
"date": "2019-04-25",
"count": 1
},
{
"date": "2019-04-26",
"count": 1
},
{
"date": "2019-04-27",
"count": 1
},
{
"date": "2019-04-28",
"count": 2
},
{
"date": "2019-04-30",
"count": 1
},
{
"date": "2019-05-02",
"count": 2
},
{
"date": "2019-05-03",
"count": 1
},
{
"date": "2019-05-07",
"count": 3
},
{
"date": "2019-05-15",
"count": 1
},
{
"date": "2019-05-16",
"count": 1
},
{
"date": "2019-05-17",
"count": 1
},
{
"date": "2019-05-21",
"count": 2
},
{
"date": "2019-05-25",
"count": 2
},
{
"date": "2019-05-28",
"count": 2
},
{
"date": "2019-05-29",
"count": 1
},
{
"date": "2019-05-30",
"count": 1
},
{
"date": "2019-06-01",
"count": 1
},
{
"date": "2019-06-05",
"count": 1
},
{
"date": "2019-06-08",
"count": 1
},
{
"date": "2019-06-13",
"count": 1
},
{
"date": "2019-06-15",
"count": 1
},
{
"date": "2019-06-19",
"count": 4
},
{
"date": "2019-06-20",
"count": 2
},
{
"date": "2019-06-23",
"count": 1
},
{
"date": "2019-07-03",
"count": 1
},
{
"date": "2019-07-04",
"count": 1
},
{
"date": "2019-07-09",
"count": 2
},
{
"date": "2019-07-12",
"count": 1
},
{
"date": "2019-07-17",
"count": 1
},
{
"date": "2019-07-26",
"count": 1
},
{
"date": "2019-07-28",
"count": 1
},
{
"date": "2019-07-30",
"count": 1
},
{
"date": "2019-08-04",
"count": 1
},
{
"date": "2019-08-09",
"count": 1
},
{
"date": "2019-08-11",
"count": 1
},
{
"date": "2019-08-12",
"count": 2
},
{
"date": "2019-08-17",
"count": 1
},
{
"date": "2019-08-21",
"count": 1
},
{
"date": "2019-08-22",
"count": 3
},
{
"date": "2019-08-23",
"count": 1
},
{
"date": "2019-08-24",
"count": 1
},
{
"date": "2019-08-27",
"count": 2
},
{
"date": "2019-09-03",
"count": 1
},
{
"date": "2019-09-04",
"count": 2
},
{
"date": "2019-09-05",
"count": 1
},
{
"date": "2019-09-06",
"count": 1
},
{
"date": "2019-09-07",
"count": 1
},
{
"date": "2019-09-10",
"count": 2
},
{
"date": "2019-09-20",
"count": 1
},
{
"date": "2019-09-21",
"count": 1
},
{
"date": "2019-09-25",
"count": 1
},
{
"date": "2019-10-08",
"count": 1
},
{
"date": "2019-10-13",
"count": 1
},
{
"date": "2019-10-22",
"count": 1
},
{
"date": "2019-10-24",
"count": 1
},
{
"date": "2019-11-01",
"count": 1
},
{
"date": "2019-11-07",
"count": 2
},
{
"date": "2019-11-12",
"count": 1
},
{
"date": "2019-11-21",
"count": 1
},
{
"date": "2019-11-26",
"count": 1
},
{
"date": "2019-12-01",
"count": 1
},
{
"date": "2019-12-12",
"count": 1
},
{
"date": "2019-12-13",
"count": 1
},
{
"date": "2019-12-16",
"count": 1
},
{
"date": "2019-12-28",
"count": 1
},
{
"date": "2020-01-02",
"count": 1
},
{
"date": "2020-01-06",
"count": 6
},
{
"date": "2020-01-07",
"count": 4
},
{
"date": "2020-01-09",
"count": 1
},
{
"date": "2020-01-10",
"count": 1
},
{
"date": "2020-01-14",
"count": 1
},
{
"date": "2020-01-17",
"count": 1
},
{
"date": "2020-01-19",
"count": 1
},
{
"date": "2020-01-26",
"count": 1
},
{
"date": "2020-02-03",
"count": 1
},
{
"date": "2020-02-04",
"count": 1
},
{
"date": "2020-02-07",
"count": 1
},
{
"date": "2020-02-09",
"count": 1
},
{
"date": "2020-02-14",
"count": 1
},
{
"date": "2020-02-24",
"count": 1
},
{
"date": "2020-02-29",
"count": 2
},
{
"date": "2020-03-02",
"count": 1
},
{
"date": "2020-03-03",
"count": 2
},
{
"date": "2020-03-10",
"count": 1
},
{
"date": "2020-03-15",
"count": 1
},
{
"date": "2020-03-23",
"count": 1
},
{
"date": "2020-03-29",
"count": 1
},
{
"date": "2020-03-31",
"count": 1
},
{
"date": "2020-04-01",
"count": 1
},
{
"date": "2020-04-15",
"count": 1
},
{
"date": "2020-04-16",
"count": 1
},
{
"date": "2020-04-19",
"count": 2
},
{
"date": "2020-04-24",
"count": 1
},
{
"date": "2020-04-28",
"count": 1
},
{
"date": "2020-05-03",
"count": 1
},
{
"date": "2020-05-05",
"count": 3
},
{
"date": "2020-05-07",
"count": 1
},
{
"date": "2020-05-08",
"count": 2
},
{
"date": "2020-05-10",
"count": 1
},
{
"date": "2020-05-17",
"count": 2
},
{
"date": "2020-05-19",
"count": 1
},
{
"date": "2020-05-24",
"count": 2
},
{
"date": "2020-05-28",
"count": 1
},
{
"date": "2020-06-01",
"count": 1
},
{
"date": "2020-06-06",
"count": 1
},
{
"date": "2020-06-08",
"count": 1
},
{
"date": "2020-06-14",
"count": 1
},
{
"date": "2020-06-16",
"count": 1
},
{
"date": "2020-06-17",
"count": 1
},
{
"date": "2020-06-19",
"count": 1
},
{
"date": "2020-06-22",
"count": 1
},
{
"date": "2020-06-23",
"count": 1
},
{
"date": "2020-06-29",
"count": 1
},
{
"date": "2020-07-04",
"count": 1
},
{
"date": "2020-07-07",
"count": 3
},
{
"date": "2020-07-12",
"count": 1
},
{
"date": "2020-07-14",
"count": 1
},
{
"date": "2020-07-21",
"count": 1
},
{
"date": "2020-07-28",
"count": 1
},
{
"date": "2020-07-29",
"count": 1
},
{
"date": "2020-07-30",
"count": 3
},
{
"date": "2020-07-31",
"count": 1
},
{
"date": "2020-08-01",
"count": 1
},
{
"date": "2020-08-03",
"count": 1
},
{
"date": "2020-08-09",
"count": 1
},
{
"date": "2020-08-15",
"count": 1
},
{
"date": "2020-08-17",
"count": 5
},
{
"date": "2020-08-19",
"count": 1
},
{
"date": "2020-08-20",
"count": 1
},
{
"date": "2020-08-24",
"count": 1
},
{
"date": "2020-08-26",
"count": 1
},
{
"date": "2020-08-27",
"count": 1
},
{
"date": "2020-08-28",
"count": 1
},
{
"date": "2020-08-29",
"count": 1
},
{
"date": "2020-09-01",
"count": 1
},
{
"date": "2020-09-02",
"count": 1
},
{
"date": "2020-09-05",
"count": 1
},
{
"date": "2020-09-09",
"count": 1
},
{
"date": "2020-09-15",
"count": 1
},
{
"date": "2020-09-17",
"count": 1
},
{
"date": "2020-09-20",
"count": 1
},
{
"date": "2020-09-24",
"count": 1
},
{
"date": "2020-10-01",
"count": 1
},
{
"date": "2020-10-03",
"count": 2
},
{
"date": "2020-10-05",
"count": 1
},
{
"date": "2020-10-10",
"count": 1
},
{
"date": "2020-10-13",
"count": 1
},
{
"date": "2020-10-19",
"count": 2
},
{
"date": "2020-10-20",
"count": 1
},
{
"date": "2020-10-22",
"count": 2
},
{
"date": "2020-10-23",
"count": 1
},
{
"date": "2020-10-28",
"count": 1
},
{
"date": "2020-10-29",
"count": 4
},
{
"date": "2020-10-31",
"count": 2
},
{
"date": "2020-11-03",
"count": 1
},
{
"date": "2020-11-04",
"count": 1
},
{
"date": "2020-11-07",
"count": 1
},
{
"date": "2020-11-11",
"count": 1
},
{
"date": "2020-11-13",
"count": 2
},
{
"date": "2020-11-25",
"count": 1
},
{
"date": "2020-11-30",
"count": 1
},
{
"date": "2020-12-02",
"count": 1
},
{
"date": "2020-12-03",
"count": 2
},
{
"date": "2020-12-21",
"count": 1
},
{
"date": "2020-12-24",
"count": 1
},
{
"date": "2020-12-26",
"count": 1
},
{
"date": "2020-12-30",
"count": 2
},
{
"date": "2020-12-31",
"count": 1
},
{
"date": "2021-01-01",
"count": 1
},
{
"date": "2021-01-02",
"count": 1
},
{
"date": "2021-01-11",
"count": 4
},
{
"date": "2021-01-15",
"count": 1
},
{
"date": "2021-01-16",
"count": 1
},
{
"date": "2021-01-18",
"count": 2
},
{
"date": "2021-01-19",
"count": 1
},
{
"date": "2021-01-22",
"count": 2
},
{
"date": "2021-02-01",
"count": 2
},
{
"date": "2021-02-02",
"count": 1
},
{
"date": "2021-02-12",
"count": 1
},
{
"date": "2021-02-14",
"count": 3
},
{
"date": "2021-02-17",
"count": 3
},
{
"date": "2021-02-21",
"count": 1
},
{
"date": "2021-02-25",
"count": 3
},
{
"date": "2021-03-04",
"count": 1
},
{
"date": "2021-03-08",
"count": 1
},
{
"date": "2021-03-10",
"count": 1
},
{
"date": "2021-03-11",
"count": 1
},
{
"date": "2021-03-13",
"count": 2
},
{
"date": "2021-03-23",
"count": 1
},
{
"date": "2021-03-24",
"count": 1
},
{
"date": "2021-03-27",
"count": 1
},
{
"date": "2021-03-28",
"count": 1
},
{
"date": "2021-04-04",
"count": 1
},
{
"date": "2021-04-06",
"count": 1
},
{
"date": "2021-04-09",
"count": 1
},
{
"date": "2021-04-12",
"count": 1
},
{
"date": "2021-04-19",
"count": 5
},
{
"date": "2021-04-20",
"count": 2
},
{
"date": "2021-04-21",
"count": 1
},
{
"date": "2021-04-28",
"count": 1
},
{
"date": "2021-04-30",
"count": 1
},
{
"date": "2021-05-02",
"count": 1
},
{
"date": "2021-05-05",
"count": 2
},
{
"date": "2021-05-12",
"count": 1
},
{
"date": "2021-05-13",
"count": 1
},
{
"date": "2021-05-14",
"count": 5
},
{
"date": "2021-05-19",
"count": 1
},
{
"date": "2021-05-21",
"count": 1
},
{
"date": "2021-05-29",
"count": 1
},
{
"date": "2021-05-31",
"count": 2
},
{
"date": "2021-06-03",
"count": 1
},
{
"date": "2021-06-04",
"count": 1
},
{
"date": "2021-06-06",
"count": 7
},
{
"date": "2021-06-07",
"count": 2
},
{
"date": "2021-06-08",
"count": 1
},
{
"date": "2021-06-12",
"count": 1
},
{
"date": "2021-06-13",
"count": 1
},
{
"date": "2021-06-14",
"count": 1
},
{
"date": "2021-06-17",
"count": 1
},
{
"date": "2021-06-19",
"count": 1
},
{
"date": "2021-06-23",
"count": 1
},
{
"date": "2021-06-25",
"count": 1
},
{
"date": "2021-06-26",
"count": 1
},
{
"date": "2021-06-29",
"count": 1
},
{
"date": "2021-07-03",
"count": 1
},
{
"date": "2021-07-06",
"count": 3
},
{
"date": "2021-07-07",
"count": 1
},
{
"date": "2021-07-09",
"count": 1
},
{
"date": "2021-07-15",
"count": 1
},
{
"date": "2021-07-16",
"count": 2
},
{
"date": "2021-07-20",
"count": 1
},
{
"date": "2021-07-27",
"count": 2
},
{
"date": "2021-08-04",
"count": 1
},
{
"date": "2021-08-06",
"count": 1
},
{
"date": "2021-08-08",
"count": 1
},
{
"date": "2021-08-09",
"count": 1
},
{
"date": "2021-08-10",
"count": 1
},
{
"date": "2021-08-11",
"count": 1
},
{
"date": "2021-08-13",
"count": 2
},
{
"date": "2021-08-16",
"count": 1
},
{
"date": "2021-08-20",
"count": 1
},
{
"date": "2021-08-24",
"count": 1
},
{
"date": "2021-08-25",
"count": 1
},
{
"date": "2021-08-26",
"count": 1
},
{
"date": "2021-08-27",
"count": 1
},
{
"date": "2021-09-02",
"count": 2
},
{
"date": "2021-09-03",
"count": 1
},
{
"date": "2021-09-10",
"count": 1
},
{
"date": "2021-09-20",
"count": 1
},
{
"date": "2021-09-22",
"count": 1
},
{
"date": "2021-09-27",
"count": 1
},
{
"date": "2021-09-29",
"count": 1
},
{
"date": "2021-10-01",
"count": 2
},
{
"date": "2021-10-19",
"count": 1
},
{
"date": "2021-10-21",
"count": 1
},
{
"date": "2021-10-26",
"count": 1
},
{
"date": "2021-10-27",
"count": 3
},
{
"date": "2021-10-28",
"count": 1
},
{
"date": "2021-10-29",
"count": 1
},
{
"date": "2021-10-31",
"count": 1
},
{
"date": "2021-11-01",
"count": 1
},
{
"date": "2021-11-08",
"count": 1
},
{
"date": "2021-11-10",
"count": 1
},
{
"date": "2021-11-13",
"count": 1
},
{
"date": "2021-11-15",
"count": 1
},
{
"date": "2021-11-22",
"count": 1
},
{
"date": "2021-11-28",
"count": 1
},
{
"date": "2021-11-30",
"count": 1
},
{
"date": "2021-12-07",
"count": 1
},
{
"date": "2021-12-09",
"count": 1
},
{
"date": "2021-12-14",
"count": 1
},
{
"date": "2021-12-17",
"count": 1
},
{
"date": "2021-12-18",
"count": 1
},
{
"date": "2021-12-29",
"count": 2
},
{
"date": "2022-01-05",
"count": 1
},
{
"date": "2022-01-07",
"count": 1
},
{
"date": "2022-01-16",
"count": 1
},
{
"date": "2022-01-20",
"count": 1
},
{
"date": "2022-01-22",
"count": 2
},
{
"date": "2022-01-23",
"count": 1
},
{
"date": "2022-01-29",
"count": 1
},
{
"date": "2022-01-30",
"count": 1
},
{
"date": "2022-02-03",
"count": 1
},
{
"date": "2022-02-07",
"count": 1
},
{
"date": "2022-02-16",
"count": 1
},
{
"date": "2022-02-17",
"count": 1
},
{
"date": "2022-02-19",
"count": 1
},
{
"date": "2022-02-24",
"count": 1
},
{
"date": "2022-03-09",
"count": 2
},
{
"date": "2022-03-16",
"count": 1
},
{
"date": "2022-03-22",
"count": 1
},
{
"date": "2022-03-25",
"count": 2
},
{
"date": "2022-03-26",
"count": 2
},
{
"date": "2022-03-27",
"count": 2
},
{
"date": "2022-03-28",
"count": 1
},
{
"date": "2022-04-02",
"count": 1
},
{
"date": "2022-04-04",
"count": 1
},
{
"date": "2022-04-11",
"count": 1
},
{
"date": "2022-04-14",
"count": 1
},
{
"date": "2022-04-16",
"count": 1
},
{
"date": "2022-04-17",
"count": 2
},
{
"date": "2022-04-18",
"count": 1
},
{
"date": "2022-04-19",
"count": 1
},
{
"date": "2022-04-26",
"count": 1
},
{
"date": "2022-04-28",
"count": 2
},
{
"date": "2022-05-03",
"count": 1
},
{
"date": "2022-05-05",
"count": 1
},
{
"date": "2022-05-06",
"count": 1
},
{
"date": "2022-05-13",
"count": 1
},
{
"date": "2022-05-14",
"count": 2
},
{
"date": "2022-05-16",
"count": 1
},
{
"date": "2022-05-19",
"count": 1
},
{
"date": "2022-05-21",
"count": 1
},
{
"date": "2022-05-22",
"count": 1
},
{
"date": "2022-06-08",
"count": 2
},
{
"date": "2022-07-02",
"count": 1
},
{
"date": "2022-07-09",
"count": 1
},
{
"date": "2022-07-10",
"count": 1
},
{
"date": "2022-07-16",
"count": 1
},
{
"date": "2022-07-20",
"count": 1
},
{
"date": "2022-07-21",
"count": 1
},
{
"date": "2022-07-22",
"count": 1
},
{
"date": "2022-07-30",
"count": 2
},
{
"date": "2022-08-01",
"count": 1
},
{
"date": "2022-08-05",
"count": 1
},
{
"date": "2022-08-09",
"count": 2
},
{
"date": "2022-08-12",
"count": 1
},
{
"date": "2022-08-14",
"count": 1
},
{
"date": "2022-08-16",
"count": 1
},
{
"date": "2022-08-20",
"count": 1
},
{
"date": "2022-08-24",
"count": 2
},
{
"date": "2022-08-25",
"count": 1
},
{
"date": "2022-08-30",
"count": 1
},
{
"date": "2022-09-02",
"count": 1
},
{
"date": "2022-09-03",
"count": 1
},
{
"date": "2022-09-15",
"count": 1
},
{
"date": "2022-09-17",
"count": 1
},
{
"date": "2022-09-19",
"count": 1
},
{
"date": "2022-09-30",
"count": 1
},
{
"date": "2022-10-03",
"count": 1
},
{
"date": "2022-10-05",
"count": 1
},
{
"date": "2022-10-06",
"count": 1
},
{
"date": "2022-10-07",
"count": 1
},
{
"date": "2022-10-09",
"count": 1
},
{
"date": "2022-10-11",
"count": 2
},
{
"date": "2022-10-13",
"count": 1
},
{
"date": "2022-10-14",
"count": 1
},
{
"date": "2022-10-19",
"count": 1
},
{
"date": "2022-10-31",
"count": 1
},
{
"date": "2022-11-08",
"count": 1
},
{
"date": "2022-11-12",
"count": 1
},
{
"date": "2022-11-13",
"count": 1
},
{
"date": "2022-11-14",
"count": 1
},
{
"date": "2022-11-16",
"count": 1
},
{
"date": "2022-11-17",
"count": 1
},
{
"date": "2022-11-19",
"count": 1
},
{
"date": "2022-11-25",
"count": 1
},
{
"date": "2022-11-28",
"count": 1
},
{
"date": "2022-12-04",
"count": 1
},
{
"date": "2022-12-06",
"count": 1
},
{
"date": "2022-12-08",
"count": 1
},
{
"date": "2022-12-18",
"count": 1
},
{
"date": "2022-12-20",
"count": 1
},
{
"date": "2022-12-21",
"count": 1
},
{
"date": "2022-12-28",
"count": 1
},
{
"date": "2022-12-29",
"count": 1
},
{
"date": "2023-01-05",
"count": 1
},
{
"date": "2023-01-13",
"count": 1
},
{
"date": "2023-01-15",
"count": 1
},
{
"date": "2023-01-17",
"count": 1
},
{
"date": "2023-01-24",
"count": 1
},
{
"date": "2023-01-29",
"count": 3
},
{
"date": "2023-02-01",
"count": 2
},
{
"date": "2023-02-02",
"count": 1
},
{
"date": "2023-02-04",
"count": 1
},
{
"date": "2023-02-05",
"count": 1
},
{
"date": "2023-02-07",
"count": 1
},
{
"date": "2023-02-11",
"count": 1
},
{
"date": "2023-02-12",
"count": 2
},
{
"date": "2023-02-13",
"count": 1
},
{
"date": "2023-02-16",
"count": 1
},
{
"date": "2023-02-20",
"count": 1
},
{
"date": "2023-02-23",
"count": 1
},
{
"date": "2023-03-03",
"count": 1
},
{
"date": "2023-03-04",
"count": 1
},
{
"date": "2023-03-07",
"count": 1
},
{
"date": "2023-03-09",
"count": 1
},
{
"date": "2023-03-15",
"count": 1
},
{
"date": "2023-03-18",
"count": 1
},
{
"date": "2023-03-20",
"count": 1
},
{
"date": "2023-03-22",
"count": 4
},
{
"date": "2023-03-31",
"count": 1
},
{
"date": "2023-04-01",
"count": 1
},
{
"date": "2023-04-02",
"count": 1
},
{
"date": "2023-04-18",
"count": 1
},
{
"date": "2023-04-27",
"count": 1
},
{
"date": "2023-05-03",
"count": 1
},
{
"date": "2023-05-04",
"count": 1
},
{
"date": "2023-05-08",
"count": 1
},
{
"date": "2023-05-20",
"count": 1
},
{
"date": "2023-05-23",
"count": 1
},
{
"date": "2023-05-25",
"count": 1
},
{
"date": "2023-05-30",
"count": 2
},
{
"date": "2023-06-04",
"count": 1
},
{
"date": "2023-06-10",
"count": 2
},
{
"date": "2023-06-16",
"count": 1
},
{
"date": "2023-06-20",
"count": 1
},
{
"date": "2023-06-22",
"count": 1
},
{
"date": "2023-06-24",
"count": 1
},
{
"date": "2023-06-26",
"count": 1
},
{
"date": "2023-06-28",
"count": 1
},
{
"date": "2023-07-05",
"count": 2
},
{
"date": "2023-07-07",
"count": 1
},
{
"date": "2023-07-12",
"count": 1
},
{
"date": "2023-07-27",
"count": 1
},
{
"date": "2023-07-28",
"count": 2
},
{
"date": "2023-08-01",
"count": 1
},
{
"date": "2023-08-05",
"count": 1
},
{
"date": "2023-08-06",
"count": 1
},
{
"date": "2023-08-09",
"count": 3
},
{
"date": "2023-08-10",
"count": 1
},
{
"date": "2023-08-15",
"count": 2
},
{
"date": "2023-08-16",
"count": 2
},
{
"date": "2023-08-20",
"count": 2
},
{
"date": "2023-08-31",
"count": 1
},
{
"date": "2023-09-01",
"count": 1
},
{
"date": "2023-09-04",
"count": 1
},
{
"date": "2023-09-05",
"count": 1
},
{
"date": "2023-09-07",
"count": 1
},
{
"date": "2023-09-13",
"count": 1
},
{
"date": "2023-09-14",
"count": 1
},
{
"date": "2023-09-17",
"count": 1
},
{
"date": "2023-09-19",
"count": 1
},
{
"date": "2023-09-24",
"count": 1
},
{
"date": "2023-09-27",
"count": 1
},
{
"date": "2023-09-29",
"count": 2
},
{
"date": "2023-10-01",
"count": 1
},
{
"date": "2023-10-06",
"count": 1
},
{
"date": "2023-10-09",
"count": 1
},
{
"date": "2023-10-12",
"count": 1
},
{
"date": "2023-10-13",
"count": 1
},
{
"date": "2023-10-24",
"count": 2
},
{
"date": "2023-10-26",
"count": 1
},
{
"date": "2023-11-01",
"count": 1
},
{
"date": "2023-11-02",
"count": 1
},
{
"date": "2023-11-09",
"count": 1
},
{
"date": "2023-11-10",
"count": 2
},
{
"date": "2023-11-11",
"count": 1
},
{
"date": "2023-11-15",
"count": 1
},
{
"date": "2023-11-17",
"count": 1
},
{
"date": "2023-11-20",
"count": 1
},
{
"date": "2023-11-21",
"count": 1
},
{
"date": "2023-11-22",
"count": 1
},
{
"date": "2023-11-23",
"count": 1
},
{
"date": "2023-11-30",
"count": 1
},
{
"date": "2023-12-02",
"count": 1
},
{
"date": "2023-12-13",
"count": 1
},
{
"date": "2023-12-16",
"count": 1
},
{
"date": "2023-12-17",
"count": 1
},
{
"date": "2023-12-21",
"count": 1
},
{
"date": "2023-12-26",
"count": 1
},
{
"date": "2024-01-01",
"count": 1
},
{
"date": "2024-01-03",
"count": 1
},
{
"date": "2024-01-09",
"count": 1
},
{
"date": "2024-01-10",
"count": 2
},
{
"date": "2024-01-11",
"count": 2
},
{
"date": "2024-01-20",
"count": 1
},
{
"date": "2024-01-23",
"count": 1
},
{
"date": "2024-01-31",
"count": 1
},
{
"date": "2024-02-01",
"count": 1
},
{
"date": "2024-02-08",
"count": 1
},
{
"date": "2024-02-17",
"count": 1
},
{
"date": "2024-02-23",
"count": 1
},
{
"date": "2024-02-29",
"count": 1
},
{
"date": "2024-03-06",
"count": 1
},
{
"date": "2024-03-08",
"count": 2
},
{
"date": "2024-03-10",
"count": 3
},
{
"date": "2024-03-11",
"count": 1
},
{
"date": "2024-03-12",
"count": 1
},
{
"date": "2024-03-14",
"count": 1
},
{
"date": "2024-03-17",
"count": 1
},
{
"date": "2024-03-19",
"count": 2
},
{
"date": "2024-03-20",
"count": 1
},
{
"date": "2024-03-21",
"count": 1
},
{
"date": "2024-03-23",
"count": 1
},
{
"date": "2024-03-26",
"count": 1
},
{
"date": "2024-03-27",
"count": 2
},
{
"date": "2024-03-28",
"count": 1
},
{
"date": "2024-03-29",
"count": 1
},
{
"date": "2024-03-31",
"count": 1
},
{
"date": "2024-04-06",
"count": 2
},
{
"date": "2024-04-07",
"count": 1
},
{
"date": "2024-04-08",
"count": 1
},
{
"date": "2024-04-15",
"count": 1
},
{
"date": "2024-04-24",
"count": 1
},
{
"date": "2024-04-28",
"count": 2
},
{
"date": "2024-04-29",
"count": 1
},
{
"date": "2024-05-02",
"count": 1
},
{
"date": "2024-05-04",
"count": 1
},
{
"date": "2024-05-05",
"count": 1
},
{
"date": "2024-05-09",
"count": 1
},
{
"date": "2024-05-10",
"count": 1
},
{
"date": "2024-05-13",
"count": 1
},
{
"date": "2024-05-20",
"count": 1
},
{
"date": "2024-05-28",
"count": 2
},
{
"date": "2024-05-30",
"count": 3
},
{
"date": "2024-05-31",
"count": 1
},
{
"date": "2024-06-01",
"count": 2
},
{
"date": "2024-06-05",
"count": 2
},
{
"date": "2024-06-10",
"count": 1
},
{
"date": "2024-06-11",
"count": 1
},
{
"date": "2024-06-18",
"count": 1
},
{
"date": "2024-06-20",
"count": 2
},
{
"date": "2024-07-04",
"count": 1
},
{
"date": "2024-07-07",
"count": 1
},
{
"date": "2024-07-21",
"count": 1
},
{
"date": "2024-07-26",
"count": 1
},
{
"date": "2024-08-02",
"count": 1
},
{
"date": "2024-08-03",
"count": 2
},
{
"date": "2024-08-05",
"count": 1
},
{
"date": "2024-08-08",
"count": 2
},
{
"date": "2024-08-10",
"count": 1
},
{
"date": "2024-08-30",
"count": 1
},
{
"date": "2024-09-07",
"count": 1
},
{
"date": "2024-09-09",
"count": 1
},
{
"date": "2024-09-10",
"count": 1
},
{
"date": "2024-09-13",
"count": 1
},
{
"date": "2024-09-24",
"count": 1
},
{
"date": "2024-09-26",
"count": 2
},
{
"date": "2024-10-02",
"count": 2
},
{
"date": "2024-10-05",
"count": 1
},
{
"date": "2024-10-07",
"count": 1
},
{
"date": "2024-10-08",
"count": 1
},
{
"date": "2024-10-13",
"count": 2
},
{
"date": "2024-10-14",
"count": 1
},
{
"date": "2024-10-15",
"count": 1
},
{
"date": "2024-10-16",
"count": 1
},
{
"date": "2024-10-17",
"count": 1
},
{
"date": "2024-10-18",
"count": 1
},
{
"date": "2024-10-20",
"count": 1
},
{
"date": "2024-10-23",
"count": 1
},
{
"date": "2024-10-28",
"count": 1
},
{
"date": "2024-11-05",
"count": 1
},
{
"date": "2024-11-07",
"count": 1
},
{
"date": "2024-11-13",
"count": 1
},
{
"date": "2024-11-15",
"count": 1
},
{
"date": "2024-12-07",
"count": 1
},
{
"date": "2024-12-08",
"count": 1
},
{
"date": "2024-12-12",
"count": 1
},
{
"date": "2024-12-23",
"count": 1
},
{
"date": "2024-12-24",
"count": 1
},
{
"date": "2025-01-01",
"count": 1
},
{
"date": "2025-01-10",
"count": 1
},
{
"date": "2025-01-11",
"count": 2
},
{
"date": "2025-01-15",
"count": 1
},
{
"date": "2025-01-18",
"count": 1
},
{
"date": "2025-01-20",
"count": 1
},
{
"date": "2025-01-22",
"count": 1
},
{
"date": "2025-01-23",
"count": 1
},
{
"date": "2025-01-26",
"count": 1
},
{
"date": "2025-01-27",
"count": 1
},
{
"date": "2025-01-28",
"count": 1
},
{
"date": "2025-01-29",
"count": 1
},
{
"date": "2025-02-05",
"count": 1
},
{
"date": "2025-02-06",
"count": 1
},
{
"date": "2025-02-09",
"count": 1
},
{
"date": "2025-02-25",
"count": 1
},
{
"date": "2025-03-01",
"count": 1
},
{
"date": "2025-03-06",
"count": 1
},
{
"date": "2025-03-16",
"count": 2
},
{
"date": "2025-03-21",
"count": 1
},
{
"date": "2025-03-26",
"count": 1
},
{
"date": "2025-03-27",
"count": 1
},
{
"date": "2025-03-28",
"count": 1
},
{
"date": "2025-04-06",
"count": 1
},
{
"date": "2025-04-09",
"count": 2
},
{
"date": "2025-04-11",
"count": 1
},
{
"date": "2025-04-12",
"count": 1
},
{
"date": "2025-04-15",
"count": 1
},
{
"date": "2025-04-18",
"count": 1
},
{
"date": "2025-04-23",
"count": 1
},
{
"date": "2025-04-24",
"count": 1
},
{
"date": "2025-05-01",
"count": 2
},
{
"date": "2025-05-12",
"count": 2
},
{
"date": "2025-05-15",
"count": 1
},
{
"date": "2025-05-16",
"count": 1
},
{
"date": "2025-05-24",
"count": 1
},
{
"date": "2025-05-28",
"count": 1
},
{
"date": "2025-06-03",
"count": 1
},
{
"date": "2025-06-05",
"count": 1
},
{
"date": "2025-06-13",
"count": 1
},
{
"date": "2025-06-18",
"count": 1
},
{
"date": "2025-07-03",
"count": 2
},
{
"date": "2025-07-08",
"count": 1
},
{
"date": "2025-07-16",
"count": 1
},
{
"date": "2025-07-18",
"count": 1
},
{
"date": "2025-07-25",
"count": 1
},
{
"date": "2025-07-30",
"count": 1
},
{
"date": "2025-07-31",
"count": 1
},
{
"date": "2025-08-09",
"count": 1
},
{
"date": "2025-08-12",
"count": 2
},
{
"date": "2025-08-16",
"count": 1
},
{
"date": "2025-09-09",
"count": 1
},
{
"date": "2025-09-15",
"count": 1
},
{
"date": "2025-09-17",
"count": 1
},
{
"date": "2025-09-22",
"count": 2
},
{
"date": "2025-09-24",
"count": 1
},
{
"date": "2025-10-05",
"count": 1
},
{
"date": "2025-10-10",
"count": 1
},
{
"date": "2025-10-19",
"count": 1
},
{
"date": "2025-10-23",
"count": 1
},
{
"date": "2025-11-01",
"count": 1
},
{
"date": "2025-11-05",
"count": 1
},
{
"date": "2025-11-10",
"count": 2
},
{
"date": "2025-11-11",
"count": 2
},
{
"date": "2025-11-13",
"count": 1
},
{
"date": "2025-11-14",
"count": 2
},
{
"date": "2025-11-21",
"count": 1
},
{
"date": "2025-11-24",
"count": 1
},
{
"date": "2025-11-26",
"count": 1
},
{
"date": "2025-11-28",
"count": 1
},
{
"date": "2025-12-08",
"count": 1
},
{
"date": "2025-12-09",
"count": 1
},
{
"date": "2025-12-18",
"count": 1
},
{
"date": "2025-12-29",
"count": 1
},
{
"date": "2025-12-30",
"count": 1
},
{
"date": "2026-01-11",
"count": 1
},
{
"date": "2026-01-12",
"count": 1
},
{
"date": "2026-01-17",
"count": 1
},
{
"date": "2026-01-21",
"count": 1
},
{
"date": "2026-01-31",
"count": 2
},
{
"date": "2026-02-06",
"count": 1
},
{
"date": "2026-02-09",
"count": 2
},
{
"date": "2026-02-16",
"count": 2
},
{
"date": "2026-02-20",
"count": 1
},
{
"date": "2026-03-02",
"count": 2
},
{
"date": "2026-03-07",
"count": 1
},
{
"date": "2026-03-12",
"count": 1
},
{
"date": "2026-03-23",
"count": 1
},
{
"date": "2026-03-24",
"count": 1
},
{
"date": "2026-04-03",
"count": 1
},
{
"date": "2026-04-07",
"count": 1
},
{
"date": "2026-04-08",
"count": 1
},
{
"date": "2026-04-18",
"count": 1
},
{
"date": "2026-04-21",
"count": 1
},
{
"date": "2026-04-24",
"count": 1
},
{
"date": "2026-04-26",
"count": 1
},
{
"date": "2026-04-29",
"count": 1
},
{
"date": "2026-05-04",
"count": 1
},
{
"date": "2026-05-06",
"count": 1
},
{
"date": "2026-05-08",
"count": 1
},
{
"date": "2026-05-09",
"count": 1
},
{
"date": "2026-05-10",
"count": 1
},
{
"date": "2026-05-14",
"count": 1
},
{
"date": "2026-05-22",
"count": 1
},
{
"date": "2026-05-31",
"count": 1
},
{
"date": "2026-06-03",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
},
{
"date": "2026-06-10",
"count": 1
},
{
"date": "2026-06-15",
"count": 1
},
{
"date": "2026-06-17",
"count": 1
},
{
"date": "2026-06-24",
"count": 1
},
{
"date": "2026-06-25",
"count": 1
},
{
"date": "2026-06-28",
"count": 1
},
{
"date": "2026-07-02",
"count": 1
},
{
"date": "2026-07-03",
"count": 1
},
{
"date": "2026-07-08",
"count": 1
},
{
"date": "2026-07-15",
"count": 1
},
{
"date": "2026-07-16",
"count": 1
},
{
"date": "2026-07-19",
"count": 2
}
],
"complete": false,
"collected": 1000,
"total_stars": 2441
},
"open_issues_and_prs": 28
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 4898,
"source_files_sampled": 1,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"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": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 3,
"merged_prs": 161,
"open_issues": 25,
"closed_ratio": 0.914,
"closed_issues": 266,
"closed_unmerged_prs": 52
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "rvirding",
"commits": 821,
"avatar_url": "https://avatars.githubusercontent.com/u/11467?v=4"
},
{
"type": "User",
"login": "oubiwann",
"commits": 220,
"avatar_url": "https://avatars.githubusercontent.com/u/894251?v=4"
},
{
"type": "User",
"login": "yurrriq",
"commits": 138,
"avatar_url": "https://avatars.githubusercontent.com/u/1866448?v=4"
},
{
"type": "User",
"login": "profitware",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/1164273?v=4"
},
{
"type": "User",
"login": "skovsgaard",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/795341?v=4"
},
{
"type": "User",
"login": "mankyKitty",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/827395?v=4"
},
{
"type": "User",
"login": "hdurer",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/43485?v=4"
},
{
"type": "User",
"login": "purcell",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/5636?v=4"
},
{
"type": "User",
"login": "KlausTrainer",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/230061?v=4"
},
{
"type": "User",
"login": "mdbergmann",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/2143978?v=4"
}
],
"contributors_sampled": 37,
"top_contributor_share": 0.651
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"cicd.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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 8,
"reason": "8 out of 9 merged PRs checked by a CI test -- score normalized to 8",
"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": 3,
"reason": "Found 9/23 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 42 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": 10,
"reason": "project is 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": 9,
"reason": "5 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 9",
"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": "SAST tool is not run on all commits -- score normalized to 0",
"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": "38150ec10107d5e5bbcd478261de0919830cae33",
"ran_at": "2026-07-21T23:38:32Z",
"aggregate_score": 5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-21T04:27:11Z",
"oldest_open_prs": [
{
"number": 299,
"created_at": "2016-11-17T20:39:51Z",
"last_comment_at": "2020-10-14T17:38:38Z",
"last_comment_author": "oubiwann"
},
{
"number": 493,
"created_at": "2024-07-01T08:38:53Z",
"last_comment_at": "2026-06-09T01:05:33Z",
"last_comment_author": "oubiwann"
},
{
"number": 503,
"created_at": "2025-10-26T18:02:27Z",
"last_comment_at": "2025-11-27T16:03:17Z",
"last_comment_author": "greenfork"
}
],
"last_merged_pr_at": "2026-07-12T13:00:09Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 103,
"created_at": "2014-12-27T05:19:44Z",
"last_comment_at": "2020-10-14T20:12:37Z",
"last_comment_author": "oubiwann"
},
{
"number": 137,
"created_at": "2015-08-06T05:40:47Z",
"last_comment_at": "2017-05-25T15:09:24Z",
"last_comment_author": "phoe"
},
{
"number": 138,
"created_at": "2015-08-19T14:52:00Z",
"last_comment_at": "2022-01-02T16:57:36Z",
"last_comment_author": "rvirding"
},
{
"number": 156,
"created_at": "2015-09-24T20:05:13Z",
"last_comment_at": "2023-08-03T15:56:29Z",
"last_comment_author": "oubiwann"
},
{
"number": 169,
"created_at": "2015-11-11T20:10:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 180,
"created_at": "2015-12-29T04:19:56Z",
"last_comment_at": "2017-05-13T22:49:45Z",
"last_comment_author": "arpunk"
},
{
"number": 242,
"created_at": "2016-05-20T09:26:45Z",
"last_comment_at": "2025-10-31T04:20:05Z",
"last_comment_author": "oubiwann"
},
{
"number": 295,
"created_at": "2016-11-07T11:26:04Z",
"last_comment_at": "2016-11-17T17:44:21Z",
"last_comment_author": "oubiwann"
},
{
"number": 297,
"created_at": "2016-11-17T15:35:10Z",
"last_comment_at": "2019-05-08T04:20:19Z",
"last_comment_author": "oubiwann"
},
{
"number": 317,
"created_at": "2017-01-12T00:18:50Z",
"last_comment_at": "2017-01-13T22:28:46Z",
"last_comment_author": "saaji"
},
{
"number": 323,
"created_at": "2017-02-06T00:09:54Z",
"last_comment_at": "2018-07-05T11:29:11Z",
"last_comment_author": "arpunk"
},
{
"number": 349,
"created_at": "2017-12-19T14:59:37Z",
"last_comment_at": "2019-05-07T14:23:28Z",
"last_comment_author": "oubiwann"
},
{
"number": 394,
"created_at": "2020-07-22T23:33:19Z",
"last_comment_at": "2020-07-22T23:40:14Z",
"last_comment_author": "oubiwann"
},
{
"number": 400,
"created_at": "2020-08-12T16:50:54Z",
"last_comment_at": "2020-10-07T22:32:18Z",
"last_comment_author": "rvirding"
},
{
"number": 410,
"created_at": "2020-10-14T16:06:24Z",
"last_comment_at": "2022-01-25T20:59:21Z",
"last_comment_author": "mdbergmann"
},
{
"number": 413,
"created_at": "2020-10-15T15:16:57Z",
"last_comment_at": "2026-06-14T14:23:54Z",
"last_comment_author": "oubiwann"
},
{
"number": 414,
"created_at": "2020-10-15T16:50:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 438,
"created_at": "2022-06-02T14:21:39Z",
"last_comment_at": "2022-06-28T13:19:56Z",
"last_comment_author": "dendrown"
},
{
"number": 444,
"created_at": "2022-10-18T11:51:05Z",
"last_comment_at": "2022-12-04T08:30:22Z",
"last_comment_author": "jotaemei"
},
{
"number": 468,
"created_at": "2023-04-01T19:26:57Z",
"last_comment_at": "2023-08-14T18:02:20Z",
"last_comment_author": "muswawir"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/lfe/lfe",
"host": "github.com",
"name": "lfe",
"owner": "lfe"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "High-Risk Jurisdiction Policy applies a 75% multiplier to weighted overall health and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 49,
"pct": 75
}
}
],
"value": 44,
"inputs": {
"security": 38,
"vitality": 57,
"community": 66,
"governance": 63,
"engineering": 68,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 75,
"weighted_overall_before_jurisdiction": 59,
"overall_after_jurisdiction_multiplier": 44
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 57,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"commits_last_year": 17,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "17 commits in the last year",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 17
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "5 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 9",
"points": 9,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 52,
"inputs": {
"releases_count": 9,
"latest_release_tag": "v2.2.0",
"releases_from_tags": false,
"days_since_latest_release": 556,
"mean_days_between_releases": 164.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 9
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 556 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 556
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~164.3 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 164.3
}
}
],
"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": "excellent",
"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": 10,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 10 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 10
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 66,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"forks": 145,
"stars": 2441,
"watchers": 97,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2,441 stars",
"points": 54.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 2441
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "145 forks",
"points": 18,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 145
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "97 watchers",
"points": 11,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 97
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"packages": [
"lfe"
],
"dependents": null,
"ecosystems": "hex",
"total_downloads": 159986,
"monthly_downloads": 3099
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,099 downloads/month across hex",
"points": 46.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3099,
"ecosystems": "hex"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 63,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 37,
"top_contributor_share": 0.651
},
"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 65% of commits",
"points": 7.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 65
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "37 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 37
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 42 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"merged_prs": 161,
"open_issues": 25,
"closed_issues": 266,
"issue_closed_ratio": 0.914,
"closed_unmerged_prs": 52
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "91% of issues closed",
"points": 42.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 91
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "161/213 decided PRs merged",
"points": 28.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 161,
"decided": 213
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 9/23 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"followers": 52,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "lfe",
"public_repos": 15,
"account_age_days": 4919
},
"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": "52 followers of lfe",
"points": 12.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 52,
"login": "lfe"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "15 public repos, account ~13 yr old",
"points": 20.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 15
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"lfe"
],
"ecosystems": "hex",
"any_deprecated": false,
"min_days_since_publish": 556
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on hex",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "hex"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 556 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 556
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "14 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 14
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 68,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"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": "8 out of 9 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 38,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 75% multiplier to Security posture and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 75
}
}
],
"value": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 75,
"security_posture_after_multiplier": 38,
"security_posture_before_jurisdiction": 50
},
"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 not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "8 out of 9 merged PRs checked by a CI test -- score normalized to 8",
"points": 2,
"status": "partial",
"details": [],
"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 9/23 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 42 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 fuzzed",
"points": 5,
"status": "met",
"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": "5 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 9",
"points": 6.8,
"status": "partial",
"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": "SAST tool is not run on all commits -- score normalized to 0",
"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": "good",
"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": 75,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "contributor_organization",
"count": 2,
"country": "Russia"
}
],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 31
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "Russia: contributor_organization (2)",
"points": 75,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "contributor_organization",
"count": 2,
"country": "Russia"
}
}
],
"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": "at_risk",
"name": "AI Readiness",
"value": 41,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.37,
"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": "37 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 19.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 37,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"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": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"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": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Erlang",
"largest_source_bytes": 4898,
"source_files_sampled": 1,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Erlang without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Erlang"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/1 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 1,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-21T23:38:53.611547Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/l/lfe/lfe.svg",
"full_name": "lfe/lfe",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}