原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"fluent",
"scheduler",
"custom-cron",
"advanced-cron-scheduler",
"advanced-queue-scheduler",
"custom-queue",
"grabber",
"grab-html",
"performance",
"recurring-job",
"recurring-task",
"advanced-queue-based-scheduler",
"advanced-recurring-scheduler",
"custom-recurring",
"queue-based-job",
"queue-based-task",
"recurring-scheduler"
],
"is_fork": false,
"size_kb": 3324,
"has_wiki": true,
"homepage": null,
"languages": {
"C#": 123151
},
"pushed_at": "2026-08-01T17:36:59Z",
"created_at": "2023-12-08T21:25:32Z",
"owner_type": "User",
"updated_at": "2026-08-01T17:35:12Z",
"description": "A high-performance scheduler for recurring and queue-based jobs, featuring a simple and intuitive interface for the .NET platform",
"is_archived": false,
"is_disabled": false,
"license_spdx": "GPL-3.0",
"default_branch": "main",
"license_spdx_raw": "GPL-3.0",
"primary_language": "C#",
"significant_languages": [
"C#"
]
},
"owner": {
"blog": null,
"name": "XXX",
"type": "User",
"login": "lif0",
"company": "Ozon Tech",
"location": null,
"followers": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/22912194?v=4",
"created_at": "2016-10-18T12:32:39Z",
"is_verified": null,
"public_repos": 18,
"account_age_days": 3574
},
"license": {
"state": "standard",
"spdx_id": "GPL-3.0",
"raw_spdx": "GPL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v5.1.0",
"kind": "minor",
"published_at": "2026-08-01T17:37:00Z"
},
{
"tag": "v5.0.1",
"kind": "patch",
"published_at": "2026-06-18T07:32:56Z"
},
{
"tag": "v4.0.0",
"kind": "major",
"published_at": "2025-03-20T11:18:56Z"
},
{
"tag": "v3.1.3",
"kind": "patch",
"published_at": "2024-06-14T14:37:57Z"
},
{
"tag": "v3.1.0",
"kind": "minor",
"published_at": "2024-02-03T23:55:00Z"
},
{
"tag": "v3.0.1",
"kind": "patch",
"published_at": "2024-01-27T18:39:44Z"
},
{
"tag": "v2.2.7",
"kind": "patch",
"published_at": "2024-01-17T13:50:58Z"
},
{
"tag": "v2.2.6",
"kind": "patch",
"published_at": "2024-01-17T13:10:14Z"
},
{
"tag": "v2.2.5",
"kind": "patch",
"published_at": "2024-01-17T13:06:00Z"
},
{
"tag": "v2.2.4",
"kind": "patch",
"published_at": "2024-01-17T10:13:27Z"
},
{
"tag": "v2.2.3",
"kind": "patch",
"published_at": "2024-01-12T17:10:20Z"
},
{
"tag": "v2.2.2",
"kind": "patch",
"published_at": "2024-01-09T20:20:32Z"
},
{
"tag": "v2.2.1",
"kind": "patch",
"published_at": "2024-01-08T16:28:42Z"
},
{
"tag": "v2.1.6",
"kind": "patch",
"published_at": "2024-01-02T19:33:16Z"
},
{
"tag": "v2.1.5",
"kind": "patch",
"published_at": "2024-01-01T20:37:29Z"
},
{
"tag": "v2.1.4",
"kind": "patch",
"published_at": "2024-01-01T18:05:00Z"
}
],
"recent_commits": [
{
"oid": "cc5ddd71bf62071cddb55f282162bbb117687a0b",
"body": "* [FS-4] feat: refactor BaseQueue & Base Recurring;\n\n* [FS-11] perf: imporove Scan from O(n) to O(logn);\n\n* [FS-11] docs: update Benchmarks.md;\n\n* [FS-11] feat: use Channel in memory queue;\n\n* [FS-11] feat: add Benchmarks;\n\n* [FS-11] docs: refactor docs/*;\n\n* [FS-11] docs: update README.md;",
"is_bot": false,
"headline": "[FS-4] (#34)",
"author_name": "XXX",
"author_login": "lif0",
"committed_at": "2026-08-01T17:35:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4460643697a055f9cd47728678e85b96766b740",
"body": "* [FS-4] test: add DefaultJobManagerTests.cs;\n* [FS-4] test: add test for InMemoryQueueTests.cs;\n* [FS-4] bench: add benchmarks;\n* [FS-4] docs: add Benchmarks.md & README.md;",
"is_bot": false,
"headline": "FS-4 (#33)",
"author_name": "XXX",
"author_login": "lif0",
"committed_at": "2026-06-18T08:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "737aec76db35939630329767d6e8e94953ebde3b",
"body": null,
"is_bot": false,
"headline": "docs: update README.md;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2026-06-18T07:34:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "738eb6f059c2079ab4f6ef2d8982856e859a7771",
"body": "* [FS-29] renamed Cron->Recurring job, also renamed all comments/descriptions dependent names;\n\n* [FS-29] fix github actions - up dotnet-version to 7.0 for tests;\ncommented benchmark speedtest in some unit-tests;\n\n* [FS-11] add .editorconfig;\nrefactor descriptions for some class/methods;\nremove DEBU\n[…]\nE;\n\n* [FS-11] replace async void -> async Task;\n\n* [FS-29] docs: update docs;\n\n* [FS-29] docs: add documentations;\n\n* [FS-29] feat: set TargetFramework to net8.0;\n\n* [FS-29] docs: update CHANGELOG.md;",
"is_bot": false,
"headline": "FS-29 (#31)",
"author_name": "XXX",
"author_login": "lif0",
"committed_at": "2026-06-18T07:18:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6880fc1052b4c037ef67837de464f0b7c0dde6ca",
"body": null,
"is_bot": false,
"headline": "add readme for all nuget libs;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2025-03-20T11:28:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10c11109beb44f92f34e1d27c1dbc36b058d807a",
"body": null,
"is_bot": false,
"headline": "[FS-29] set target-framework net6,7,8 for all projects;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2025-03-20T10:57:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90664409eac7ae93925addf8819451e1ab8c08b8",
"body": "commented benchmark speedtest in some unit-tests;",
"is_bot": false,
"headline": "[FS-29] fix github actions - up dotnet-version to 7.0 for tests;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2025-03-19T22:19:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4736b337bbe9fa3310b741a3e0feec19df71058f",
"body": "…ptions dependent names;",
"is_bot": false,
"headline": "[FS-29] renamed Cron->Recurring job, also renamed all comments/descri…",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2025-03-19T22:19:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "271550937450d3a01f269d5cb37c84bdce517815",
"body": null,
"is_bot": false,
"headline": "remove FabulousScheduler.QueueSample.csproj from Packable;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-06-14T14:43:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b28bb8712b4f78690b286b6c52ddfd58a57de751",
"body": null,
"is_bot": false,
"headline": "update github-actions-push-nuget.yml;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-06-14T14:23:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5b980633ce43e9e45bbb96f6a7e2d0e1065ef4a",
"body": null,
"is_bot": false,
"headline": "remove licenseUrl;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-06-14T14:14:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eef89de85e79901e8a8d3c2e0e15f32e47ac997c",
"body": null,
"is_bot": false,
"headline": "update README.md;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-06-14T14:11:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e07c72d24235ed917da146da2a564fd3765c2e69",
"body": null,
"is_bot": false,
"headline": "add to TargetFrameworks net8.0;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-06-14T14:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e2b7f5b8531354121c98e853955e029893bdb90",
"body": null,
"is_bot": false,
"headline": "[FS-9] add FabulousScheduler.QueueSample;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-06-14T14:03:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f18807f6d4d555cf99e02d08a8dfcce34fa4e7e",
"body": null,
"is_bot": false,
"headline": "add TODO for test Count_OutSleepPeriod;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-06-14T14:03:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c7afda0512ad81f1a298bd1211b8319d55b3d59",
"body": null,
"is_bot": false,
"headline": "[FS-9] improve Cron.JobManager.Tests;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-06-14T14:03:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba39232f96b2253e015581100ad683f4188f46f6",
"body": null,
"is_bot": false,
"headline": "[FS-9] fix bugs in IJob;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-06-14T14:03:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69a3ae6ce91b19f66c1a1db6b54023b5e3133ae9",
"body": null,
"is_bot": false,
"headline": "[FS-9] add BaseQueueJob & BaseQueueScheduler;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-06-14T14:03:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "283de4751bb7fccda114258282e12784df014cff",
"body": null,
"is_bot": false,
"headline": "upgrade libs;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-04-01T07:13:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "055a6fa2264d24bfb10427948f4ca17f440a9aee",
"body": null,
"is_bot": false,
"headline": "fix all warnings;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-03-25T01:25:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c51e9d1bf866f71f80c3654e664b29f6c8be192",
"body": null,
"is_bot": false,
"headline": "delete FabulousScheduler.Queue",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-03-24T16:45:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "662017abdf4920a4f01ced6ca05dd7fe688e61a8",
"body": "Co-Authored-By: Al1ll <111093327+Al1ll@users.noreply.github.com>",
"is_bot": false,
"headline": "remove unused usings;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-02-07T16:18:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "707372d01d2fc9ad71632f1bb1df825df8d7b2b0",
"body": null,
"is_bot": false,
"headline": "Co-Authored-By: Al1ll <111093327+Al1ll@users.noreply.github.com>",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-02-07T16:16:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e30cbca5b80643112cb836a99e330d018917a238",
"body": "Co-Authored-By: Al1ll <111093327+Al1ll@users.noreply.github.com>",
"is_bot": false,
"headline": "add documentation General, QueueScheduler, CronScheduler.",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-02-04T20:32:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "527cf3e4360b434f2edcc4c23de95b295ff1c16e",
"body": null,
"is_bot": false,
"headline": "update README.md;",
"author_name": "Al1ll",
"author_login": "Al1ll",
"committed_at": "2024-02-04T00:35:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6eaa28a6c39c048a2408a59b2ef2bc369b09e7cc",
"body": null,
"is_bot": false,
"headline": "remove ASSEMBLY_VERSION from github-actions-push-nuget.yml;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-02-03T23:51:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a633a0a6eff6c1b2502ea71eab5bcb574b920fc3",
"body": null,
"is_bot": false,
"headline": "[FS-20] get AssemblyVersion from env;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-02-03T23:34:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f205fefafcb2b712167ce5e2f02652b5327e3dc8",
"body": null,
"is_bot": false,
"headline": "[FS-17] deleted the extra registration in Program.cs;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-02-03T23:24:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0391de2f497dda7ad7e97b9d69401662b980d9f6",
"body": "add benchmark;\ncompress icon.png;",
"is_bot": false,
"headline": "[FS-17] refactor RegisterJob;",
"author_name": "Al1ll",
"author_login": "Al1ll",
"committed_at": "2024-02-03T23:24:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "128061abb2e7b02c95926a6beaeb79efe15063cc",
"body": null,
"is_bot": false,
"headline": "[FS-17] add support async & sync actions;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-02-03T23:24:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41b49a73f12c96791b6eb8a127b9ba15f4b0d450",
"body": null,
"is_bot": false,
"headline": "[FS-14] fix Count_OutSleepPeriod test;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-27T18:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7e0791e3d8e814eaf70f6f71474560daf0e4be7",
"body": null,
"is_bot": false,
"headline": "[FS-14] disable check time execute in Time_50k;",
"author_name": "Al1ll",
"author_login": "Al1ll",
"committed_at": "2024-01-27T18:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d716915a5e9575095b4ae268ea45f0959016c2d9",
"body": null,
"is_bot": false,
"headline": "[FS-14] fix test;",
"author_name": "Al1ll",
"author_login": "Al1ll",
"committed_at": "2024-01-27T18:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a8af0a1fda62155288137c043be3157ca3e67d0",
"body": "set AssemblyVersion before publish;\nupdate README.md;",
"is_bot": false,
"headline": "[FS-14] big refactor baseScheduler;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-27T18:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f837f46cb0205437d0be8760c47fc22e8f900c07",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "XXX",
"author_login": "lif0",
"committed_at": "2024-01-24T23:55:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "366664b46de670ba3e356a8dc2fbfebbaca9fc9a",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "XXX",
"author_login": "lif0",
"committed_at": "2024-01-24T23:41:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff0efa2b407464f31ba5cac26e5415a3e0869254",
"body": "[FS-15] add description for IJob, ICronJob, IJobOk, IJobFail, etc",
"is_bot": false,
"headline": "Merge pull request #16 from lif0/fs-15",
"author_name": "Al1ll",
"author_login": "Al1ll",
"committed_at": "2024-01-19T17:39:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f29d78e792edcefed74c803cf9918b68ae94e5cf",
"body": "…ob, IJobScheduler, ICronJobScheduler, JobResultType;",
"is_bot": false,
"headline": "[FS-15] add description for IJob, ICronJob, IJobOk, IJobFail, IQueueJ…",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-19T17:25:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6d5cf3be5ff0c2e0e630b5ce14ad3873d99bf32",
"body": null,
"is_bot": false,
"headline": "set static assemblyVersion;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-17T13:46:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce89a72e06b634afde3bdaad3d74d186cbfa7daa",
"body": null,
"is_bot": false,
"headline": "remove dotnet 5.x.x from github-actions;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-17T13:08:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab0bd3717dcf822db182a5dfe67a76cfbde90afd",
"body": null,
"is_bot": false,
"headline": "set assemblyVersion when publishing nuget;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-17T13:00:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94027283db5228d6372e6bb73689d90a225a17f6",
"body": null,
"is_bot": false,
"headline": "[FS-12] fix test & add trigger run unit-test when start pull request;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-17T10:10:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b84a7dd37c9cc1fdcb3b2cfaff1fbf667295f885",
"body": null,
"is_bot": false,
"headline": "[FS-1] refactor FS tags;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-17T08:33:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fd8385355dbba4027096a97aa92d8f7a47f1425",
"body": "add JobResult.Do;",
"is_bot": false,
"headline": "update README.md;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-13T13:40:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a7147e9ebb1a7289cbca4011a6a63df7c5f39fb",
"body": null,
"is_bot": false,
"headline": "remove old samples;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-12T17:11:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93b97fa71139d3ec242a050230b3a4ab576b0e04",
"body": null,
"is_bot": false,
"headline": "add CHANGELOG info about v2.2.3;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-12T17:10:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f60400ab66eeccac9f96a1ad7a3e6c1767cfd14c",
"body": "add some test;\nsome refactor;",
"is_bot": false,
"headline": "add default cron job manger;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-12T17:06:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a4619249dca4216144addd5c7433b59e99c1e7c",
"body": "add build github action;",
"is_bot": false,
"headline": "add tags for lib;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-09T16:45:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbbb1ef51f94429e9fe64c3d5406be2f5fc62072",
"body": null,
"is_bot": false,
"headline": "fix tolerance value for batch JobManagerTests.cs;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-08T16:23:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da9f45eb24d5b427116b6e69f323f8631eaee04e",
"body": null,
"is_bot": false,
"headline": "add github workflow github-actions-tests.yml;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-08T16:16:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70389b55054972dd2ef3b02569c8ce64c76c1bc4",
"body": null,
"is_bot": false,
"headline": "comment JobManagerQueue tests;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-08T15:36:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c39682f2bc9a6ff642ea9784be9f674010cf19b",
"body": null,
"is_bot": false,
"headline": "fix critical parallel problem",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-08T15:22:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9db0c0c4d23bd90c104edf207f21275c9e986aa",
"body": null,
"is_bot": false,
"headline": "add some tests for CronScheduler & some refactor;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-07T15:50:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39dda3e6eb98d53e88ea06a9eb5e32923508b700",
"body": null,
"is_bot": false,
"headline": "remove SleepAndWakeAfterPeriod;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-03T09:26:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbed2bc1b739033b0ba3910b8e55f1196af7d31e",
"body": null,
"is_bot": false,
"headline": "update nuget info;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-02T19:41:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f56758c55ba34b37ebc0bb5d569bd5a244ca390b",
"body": "change LICENSE;",
"is_bot": false,
"headline": "add README.md;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-02T19:31:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ead51d6472dc3076bdc92331ac15f4d24012d68e",
"body": null,
"is_bot": false,
"headline": "update nuget icon;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-01T20:47:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ec0e1c76713cccf5116e475cdb33230ab84b66a",
"body": null,
"is_bot": false,
"headline": "update nuget info;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-01T20:43:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c56c901ce7dbe09a186a5ed38655d8091363ae1",
"body": "remove --include-symbols from github;",
"is_bot": false,
"headline": "remove Makefile;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-01T18:11:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f58d110819ba3a1ddf636ac751e57c81aa4fb0b5",
"body": "* add github action;\r\n* add Makefile;",
"is_bot": false,
"headline": "add github action; (#1)",
"author_name": "Kadi",
"author_login": "lif0",
"committed_at": "2024-01-01T18:01:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d15144c1aa3dace686ece105e7526a93563cbd14",
"body": null,
"is_bot": false,
"headline": "update version;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-01T16:11:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88966746201b5533de9783ec176c599fa70d6d62",
"body": null,
"is_bot": false,
"headline": "add nuget config for FabulousScheduler.Cron and FabulousScheduler.Queue;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-01T13:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d2ae96160393acd3ef56dda4cbc311f81ac5dc7",
"body": "add icon for lib;",
"is_bot": false,
"headline": "rename project;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-01T13:46:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb6ffc5be8bd9988873d21a56b4824ce16895a5a",
"body": null,
"is_bot": false,
"headline": "add JobScheduler.Tests;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-01T11:51:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a46892a4bb6fb4f2a19829accfa9e34b3e7d8ba6",
"body": null,
"is_bot": false,
"headline": "add Job.Core; JobScheduler.Cron;JobScheduler.Queue;",
"author_name": "lif0",
"author_login": "lif0",
"committed_at": "2024-01-01T11:44:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1951a7fe31e57e6063142834515ba4973e455773",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Kadi",
"author_login": "lif0",
"committed_at": "2023-12-08T21:25:32Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 16,
"commits_last_year": 3,
"latest_release_at": "2026-08-01T17:37:00Z",
"latest_release_tag": "v5.1.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 1,
"days_since_latest_release": 0,
"mean_days_between_releases": 103
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "FabulousScheduler",
"exists": true,
"license": null,
"keywords": [
"scheduler",
"performance-scheduler",
"grabber",
"fluent",
"recurring-job",
"custom-cron",
"advanced-cron-scheduler",
"advanced-queue-scheduler",
"custom-queue",
"grab-html",
"recurring-task",
"recurring-scheduler",
"queue-based-job",
"queue-based-task",
"advanced-recurring-scheduler",
"advanced-queue-based-scheduler",
"custom-recurring"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/FabulousScheduler",
"is_deprecated": false,
"latest_version": "5.1.0",
"repository_url": "https://github.com/lif0/FabulousScheduler/",
"versions_count": 22,
"total_downloads": 26329,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-08-01T17:37:36.193000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "FabulousScheduler.Core",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/FabulousScheduler.Core",
"is_deprecated": false,
"latest_version": "5.1.0",
"repository_url": "https://github.com/lif0/FabulousScheduler/",
"versions_count": 17,
"total_downloads": 26704,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-08-01T17:37:36.453000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "FabulousScheduler.Queue",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/FabulousScheduler.Queue",
"is_deprecated": false,
"latest_version": "5.1.0",
"repository_url": "https://github.com/lif0/FabulousScheduler/",
"versions_count": 18,
"total_downloads": 26057,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-08-01T17:37:36.897000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "FabulousScheduler.Cron",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/FabulousScheduler.Cron",
"is_deprecated": false,
"latest_version": "5.1.0",
"repository_url": "https://github.com/lif0/FabulousScheduler/",
"versions_count": 18,
"total_downloads": 26130,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-08-01T17:37:36.690000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 1,
"stars": 12,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2024-09-27",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"samples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"src/Benchmark/Common/Common.csproj",
"src/FabulousScheduler.Core/FabulousScheduler.Core.csproj",
"src/FabulousScheduler.Queue/FabulousScheduler.Queue.csproj",
"src/FabulousScheduler.Recurring/FabulousScheduler.Recurring.csproj",
"src/FabulousScheduler.UnitTests/FabulousScheduler.UnitTests.csproj",
"src/FabulousScheduler/FabulousScheduler.csproj",
"src/Samples/FabulousScheduler.QueueSample/FabulousScheduler.QueueSample.csproj",
"src/Samples/FabulousScheduler.RecurringSample/FabulousScheduler.RecurringSample.csproj"
],
"largest_source_bytes": 11546,
"source_files_sampled": 52,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 6,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [
{
"name": "Microsoft.NET.Test.Sdk",
"manifest": "src/FabulousScheduler.UnitTests/FabulousScheduler.UnitTests.csproj",
"ecosystem": "nuget",
"version_constraint": "17.9.0"
},
{
"name": "System.Reactive",
"manifest": "src/FabulousScheduler.UnitTests/FabulousScheduler.UnitTests.csproj",
"ecosystem": "nuget",
"version_constraint": "6.0.0"
},
{
"name": "xunit",
"manifest": "src/FabulousScheduler.UnitTests/FabulousScheduler.UnitTests.csproj",
"ecosystem": "nuget",
"version_constraint": "2.7.0"
},
{
"name": "xunit.runner.visualstudio",
"manifest": "src/FabulousScheduler.UnitTests/FabulousScheduler.UnitTests.csproj",
"ecosystem": "nuget",
"version_constraint": "2.5.7"
},
{
"name": "coverlet.collector",
"manifest": "src/FabulousScheduler.UnitTests/FabulousScheduler.UnitTests.csproj",
"ecosystem": "nuget",
"version_constraint": "6.0.2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "coverlet.collector",
"direct": true,
"version": "6.0.2",
"ecosystem": "nuget"
},
{
"name": "Microsoft.NET.Test.Sdk",
"direct": true,
"version": "17.9.0",
"ecosystem": "nuget"
},
{
"name": "System.Reactive",
"direct": true,
"version": "6.0.0",
"ecosystem": "nuget"
},
{
"name": "xunit",
"direct": true,
"version": "2.7.0",
"ecosystem": "nuget"
},
{
"name": "xunit.runner.visualstudio",
"direct": true,
"version": "2.5.7",
"ecosystem": "nuget"
},
{
"name": "BenchmarkDotNet",
"direct": false,
"version": "0.13.12",
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 5,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 17,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 16,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "lif0",
"commits": 61,
"avatar_url": "https://avatars.githubusercontent.com/u/22912194?v=4"
},
{
"type": "User",
"login": "Al1ll",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/111093327?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.924
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"github-actions-build.yml",
"github-actions-push-nuget.yml",
"github-actions-tests.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": true,
"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": 3,
"reason": "3 out of 10 merged PRs checked by a CI test -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 2/23 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 3,
"reason": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow 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": "cc5ddd71bf62071cddb55f282162bbb117687a0b",
"ran_at": "2026-08-01T17:42:32Z",
"aggregate_score": 3.7,
"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-08-01T17:37:39Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-08-01T17:35:08Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/lif0/FabulousScheduler",
"host": "github.com",
"name": "FabulousScheduler",
"owner": "lif0"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 54 is calibrated to 56 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 54,
"calibrated": 56,
"calibration": "2026-08-02"
}
}
],
"value": 56,
"inputs": {
"security": 50,
"vitality": 64,
"community": 41,
"governance": 58,
"calibration": "2026-08-02",
"engineering": 56,
"ai_readiness": 32,
"weighted_overall_raw": 54
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 64,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "weak",
"name": "Development activity",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"commits_last_year": 3,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 1
},
"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": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "3 commits in the last year",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 3
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 92,
"inputs": {
"releases_count": 16,
"latest_release_tag": "v5.1.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 103
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "16 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 16
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~103 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 103
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 1,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 1 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 1
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 41,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 17,
"inputs": {
"forks": 1,
"stars": 12,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "12 stars",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 12
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"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 (GPL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "GPL-3.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": "good",
"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": 65,
"inputs": {
"packages": [
"FabulousScheduler",
"FabulousScheduler.Core",
"FabulousScheduler.Queue",
"FabulousScheduler.Cron"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 105220,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "105,220 downloads all-time across nuget",
"points": 52.2,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 105220,
"ecosystems": "nuget"
}
}
],
"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": 58,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.924
},
"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 92% of commits",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 92
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 81,
"inputs": {
"merged_prs": 17,
"open_issues": 0,
"closed_issues": 16,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 1,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 42,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "17/18 decided PRs merged",
"points": 28.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 17,
"decided": 18
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/23 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"followers": 14,
"owner_type": "User",
"is_verified": null,
"owner_login": "lif0",
"public_repos": 18,
"account_age_days": 3574
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "14 followers of lif0",
"points": 8.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 14,
"login": "lif0"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "18 public repos, account ~9 yr old",
"points": 21.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 18
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"FabulousScheduler",
"FabulousScheduler.Core",
"FabulousScheduler.Queue",
"FabulousScheduler.Cron"
],
"ecosystems": "nuget",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "4 package(s) on nuget",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 4,
"ecosystems": "nuget"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "22 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 22
}
}
],
"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": 56,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "weak",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "3 out of 10 merged PRs checked by a CI test -- score normalized to 3",
"points": 6,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"fluent",
"scheduler",
"custom-cron",
"advanced-cron-scheduler",
"advanced-queue-scheduler",
"custom-queue",
"grabber",
"grab-html",
"performance",
"recurring-job",
"recurring-task",
"advanced-queue-based-scheduler",
"advanced-recurring-scheduler",
"custom-recurring",
"queue-based-job",
"queue-based-task",
"recurring-scheduler"
],
"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": "17 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 17
}
}
],
"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": "moderate",
"name": "Security",
"value": 50,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.7
},
"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": "3 out of 10 merged PRs checked by a CI test -- score normalized to 3",
"points": 0.8,
"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 2/23 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"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": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 6 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 6
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 6,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 6,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 32,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 5,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.091,
"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": "6 of 66 human commits state their intent (structured subject or explanatory body)",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 6,
"sampled": 66
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"src/Benchmark/Common/Common.csproj",
"src/FabulousScheduler.Core/FabulousScheduler.Core.csproj",
"src/FabulousScheduler.Queue/FabulousScheduler.Queue.csproj",
"src/FabulousScheduler.Recurring/FabulousScheduler.Recurring.csproj",
"src/FabulousScheduler.UnitTests/FabulousScheduler.UnitTests.csproj",
"src/FabulousScheduler/FabulousScheduler.csproj",
"src/Samples/FabulousScheduler.QueueSample/FabulousScheduler.QueueSample.csproj",
"src/Samples/FabulousScheduler.RecurringSample/FabulousScheduler.RecurringSample.csproj"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "src/Benchmark/Common/Common.csproj, src/FabulousScheduler.Core/FabulousScheduler.Core.csproj, src/FabulousScheduler.Queue/FabulousScheduler.Queue.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "src/Benchmark/Common/Common.csproj, src/FabulousScheduler.Core/FabulousScheduler.Core.csproj, src/FabulousScheduler.Queue/FabulousScheduler.Queue.csproj"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C# (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 66",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 66
}
}
],
"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": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 11546,
"source_files_sampled": 52,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C# (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/52 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 52,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"samples"
],
"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": "samples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "samples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"metrics_version": "2.1.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-08-01T17:42:43.231303Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/l/lif0/FabulousScheduler.svg",
"full_name": "lif0/FabulousScheduler",
"license_state": "standard",
"license_spdx": "GPL-3.0"
}