JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 74040,
"has_wiki": false,
"homepage": "http://boost-experimental.github.io/di",
"languages": {
"C#": 45696,
"C++": 881389,
"Java": 102414,
"CMake": 8191,
"Shell": 4412,
"Python": 8044,
"Makefile": 7701
},
"pushed_at": "2022-09-28T00:40:24Z",
"created_at": "2017-11-29T20:44:48Z",
"owner_type": "User",
"updated_at": "2025-07-24T18:49:38Z",
"description": "[Boost].DI: C++14 Dependency Injection Library",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "cpp14",
"license_spdx_raw": null,
"primary_language": "C++",
"significant_languages": [
"C++"
]
},
"owner": {
"blog": "linkedin.com/in/kris-jusiak",
"name": "Kris Jusiak",
"type": "User",
"login": "kris-jusiak",
"company": null,
"location": null,
"followers": 350,
"avatar_url": "https://avatars.githubusercontent.com/u/1372601?v=4",
"created_at": "2012-01-23T21:41:45Z",
"is_verified": null,
"public_repos": 57,
"account_age_days": 5293
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2016-05-04T18:18:19Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2016-02-22T21:36:53Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2015-01-12T17:23:19Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2014-08-15T10:32:36Z"
}
],
"recent_commits": [
{
"oid": "472482b654ec18d13a94f7f844760eaba73219fc",
"body": null,
"is_bot": false,
"headline": ":wrench: [travis] Update GH_TOKEN",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-11-23T20:52:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97658bc077b4970a74a1de24832537bca05774bb",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/cpp14' into HEAD",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-11-23T20:03:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "820cb61522ed6eb5449594fd07a28d6b2ef70294",
"body": null,
"is_bot": false,
"headline": "[clang-format] regenerate",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-11-23T18:49:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52551667defcb2e318ef8b13b653dd274d92da6a",
"body": null,
"is_bot": false,
"headline": "[clang-format] regneration",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-11-23T16:42:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a86098b14dc3c2bda797aabbef2c361c64fbbf1b",
"body": null,
"is_bot": false,
"headline": "[travis] Replace coverall with with codecov.io",
"author_name": "Kris",
"author_login": "kris-jusiak",
"committed_at": "2017-11-23T16:37:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4949dbeced54811fc59a809a35d28753569eb960",
"body": null,
"is_bot": false,
"headline": "[clang-format] regenerate",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-11-23T16:37:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dcd62b7e82076109e228be8b7d8ab228953176a",
"body": "Allow callable instance scope to throw exceptions",
"is_bot": false,
"headline": "Merge pull request #241 from chenar/callable_exceptions",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-11-23T11:18:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d972ef8ffc0c35a0443929440fd9af58d0f7921d",
"body": null,
"is_bot": false,
"headline": "Move template out of lambda",
"author_name": "Kanstantsin Chernik",
"author_login": null,
"committed_at": "2017-11-23T09:55:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "356e8db0a576cc6cd3cc68500f676514da392e9e",
"body": null,
"is_bot": false,
"headline": "Merge branch 'cpp14' into callable_exceptions",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-11-23T08:54:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cefd3bd7e64b0b8fd5055667b51e8df0111f6f0e",
"body": "…ing binding for an abstract type\n\nProblem:\n- MSVC-2017 eagerly tries to create an abstract type within an aggregate causing an wrong error to pop up\n\nSolution:\n- Use constructor instead of aggregate initialization",
"is_bot": false,
"headline": ":white_check_mark: [appveyor][msvc-2017] Fix for error test with miss…",
"author_name": "Kris",
"author_login": "kris-jusiak",
"committed_at": "2017-11-22T22:18:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b5e1ac55a7ae339a6f1021129424f9f1374d3a4",
"body": null,
"is_bot": false,
"headline": ":bug: Add missing `int main` for some error tests",
"author_name": "Kris",
"author_login": "kris-jusiak",
"committed_at": "2017-11-22T21:58:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a95a24e66e08aa251a0895d901c46fe17ef01072",
"body": null,
"is_bot": false,
"headline": "[travis] Add support for clang-4 and gcc-7",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-11-22T20:10:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f90dfdf7aee4380a92d37deca435e915bc5410cc",
"body": null,
"is_bot": false,
"headline": "Added notice for dynamic binding of exception support",
"author_name": "kchernik",
"author_login": null,
"committed_at": "2017-11-21T14:46:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26d1b64495f407b6eebfe9d5294338dfecf2d65c",
"body": null,
"is_bot": false,
"headline": "Remove noexcept from factory",
"author_name": "kchernik",
"author_login": null,
"committed_at": "2017-11-21T14:29:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6591fef1e575af931f4aec7ce8a7386620c89bb6",
"body": null,
"is_bot": false,
"headline": "Allow callable instance scope to throw exceptions",
"author_name": "Kanstantsin Chernik",
"author_login": "kanstantsin-chernik",
"committed_at": "2017-11-20T22:25:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3da7fcdc1e4b563a76eb19a4bb4fa9f0ec973bde",
"body": null,
"is_bot": false,
"headline": "[appveyor] fix missing arch for vcvarsall",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-08-14T20:55:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3d47c6c983d7e118d0ba5040afe65368e058257",
"body": null,
"is_bot": false,
"headline": "[msvc-2017] disable template tests for msvc",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-08-14T20:40:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe57643272804d8d713de6abeada4afd9a953278",
"body": null,
"is_bot": false,
"headline": ":bug: wknd for MSVC 2017 access issue",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-08-14T20:34:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0b6bcb12c02afb02400c9cd4952bff7cf15d068",
"body": null,
"is_bot": false,
"headline": ":bug: Fix #227 Exception in ctor not propagated",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-07-09T19:32:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39cac48831d6fedf7bbfcbd155380cad1ce97829",
"body": null,
"is_bot": false,
"headline": "[doc] cppnow-2017",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-05-24T08:22:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1e9d7be4b9083d20409808a054762f910dd2ed6",
"body": null,
"is_bot": false,
"headline": "[doc] cppnow-2017",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-05-18T01:35:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eed18e1637be511242c44e0e978d352c28b061e3",
"body": null,
"is_bot": false,
"headline": "[doc] cppnow-2017",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-05-17T17:07:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "872f5c5122be322d2d7514614ccef01c8474ea34",
"body": null,
"is_bot": false,
"headline": "[doc] cppnow-2017",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-05-17T05:55:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28e15b04f95b7d3570ad1d2962990cd06b960bac",
"body": null,
"is_bot": false,
"headline": "[doc] cppnow-2017",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-05-16T02:56:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e862a2ce21f66509065284e4c0f00bbf0dca9c5",
"body": null,
"is_bot": false,
"headline": "[doc] cppnow-2017",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-05-14T15:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f910e2f42985acf62de6b78c14635656ca45783",
"body": null,
"is_bot": false,
"headline": "[doc] cppnow-2017",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-05-09T13:30:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8600368f498a395e254ea51b8c9e106b734091d3",
"body": null,
"is_bot": false,
"headline": "[doc] cppnow-2017",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-05-09T13:29:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc4b88cc0b1b469d4c9f41765bf66801345ac478",
"body": null,
"is_bot": false,
"headline": "[doc] cppnow-2017",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-05-09T02:53:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "434d9473461176dc7ee76449fbc4d32cd83a09c6",
"body": null,
"is_bot": false,
"headline": "[doc] cppnow-2017",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-04-26T14:40:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "532e6691697419d97d7973f967ab26f979a813fb",
"body": null,
"is_bot": false,
"headline": "[doc] cppnow-2017",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-04-26T14:35:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd85d9402b27c9c28487089311725b31a4b33f42",
"body": null,
"is_bot": false,
"headline": "[doc] cppnow-2017",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-04-24T17:02:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb5f6920a8b1ee0728c3f527bae85afa17ee21c9",
"body": null,
"is_bot": false,
"headline": "[doc] cppnow-2017",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-04-24T16:47:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11131a214ccec72c7427c2139c9cbe9267dbdb75",
"body": null,
"is_bot": false,
"headline": "[doc] cppnow-2017",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-04-24T15:54:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a2de3aeced24296803b5efb4da4824af55e74a0",
"body": null,
"is_bot": false,
"headline": "[doc] cppnow-2017",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-04-24T15:53:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7058f39b8cda23286f89c2fc198709b016e8398e",
"body": null,
"is_bot": false,
"headline": "[doc] readme",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-04-23T22:00:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e94184b38dfae33c11850a456af90f70a56b84e",
"body": null,
"is_bot": false,
"headline": "[doc] readme",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-04-23T21:58:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "934467906425baa0922e22ed2f2112eab72cff43",
"body": null,
"is_bot": false,
"headline": "[doc] readme",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-04-23T21:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7984a6825447f2a38cd93fd17eaf7f89899908c",
"body": null,
"is_bot": false,
"headline": "[doc] readme",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-04-23T20:50:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cf310bd6cf5eb33e44e654ca50b16108e19bde4",
"body": null,
"is_bot": false,
"headline": "[doc] readme",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-04-23T20:48:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e35231c904afadbaeeeca9b3b011c1d8e72932d",
"body": null,
"is_bot": false,
"headline": "[doc] readme",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-04-23T20:46:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "929b17c0780ed29da20e8be83e1364f2ca6f4a7d",
"body": null,
"is_bot": false,
"headline": "[doc] readme",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-04-23T20:43:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f34892633619391ef428bf84448b8b0f0accc9e9",
"body": null,
"is_bot": false,
"headline": "[doc] cppnow-2017",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-04-23T15:42:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f2b02e1f3bdf220fa22d52a52e7aa3def704ec9",
"body": null,
"is_bot": false,
"headline": "[doc] cppnow-2017",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-04-23T14:31:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e56d8c92c092881fc47680a2f9b127204943920",
"body": "… use stack even if shared_ptr is available)",
"is_bot": false,
"headline": "[core][cfg] BOOST_DI_DISABLE_SHARED_PTR_DEDUCTION (force singleton to…",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-04-15T07:58:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8126b08647ac8793b410ed714d81239f08afe92e",
"body": "…stance))",
"is_bot": false,
"headline": "[core][bind] bind_template_to_instance (di::bind<class T>.to<Impl>(in…",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-04-15T07:28:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c31ccde00556697564f1c3baebd219d4a38ea58",
"body": null,
"is_bot": false,
"headline": "[make] CMAKE_GENERATOR fix",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-04-07T19:26:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6efed58806ed570512133d1b23a04bb6c607ecc",
"body": null,
"is_bot": false,
"headline": "[pph]",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-29T02:12:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "799a140104e9b8e15cf5260f32cd82b7f011f6d1",
"body": null,
"is_bot": false,
"headline": "[pph]",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-29T02:07:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "281edab3fb5e1cc9215ee450f75907b29ebf55fb",
"body": null,
"is_bot": false,
"headline": "[msvc-2015] cleanup up some wknds",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-29T01:59:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd1c3e0d7a95451d4897359124ad7c0a7f47133a",
"body": null,
"is_bot": false,
"headline": "[appveyor] platform is not needed",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-29T01:26:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68f9d8be67184d63636a05c5338398d4bc7c94e3",
"body": "…e(...)",
"is_bot": false,
"headline": "[msvc-2017] wknd for internal compiler error with auto f() -> decltyp…",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-29T00:22:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19d709215bdf12f477cc1e192aca0bea2606a16e",
"body": null,
"is_bot": false,
"headline": "[appveyor] cmake generator without Win64",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-28T23:20:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8029a985bf390be6b4c6b3dacd7b040ebee0126",
"body": null,
"is_bot": false,
"headline": "[appveyor] remove Previousl MSVC 2015",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-28T23:09:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2506b7486e0c88ce4510d55aa93db267e54e25c",
"body": null,
"is_bot": false,
"headline": "[appveyor] re-enable drmemory",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-28T22:51:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34630437609caa226f8da3bfa77a4bb42bcd552a",
"body": null,
"is_bot": false,
"headline": "[appveyor] disable drmemory",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-28T22:35:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55a00e6cdcb841cf27c8b68f94c5bf446d66893d",
"body": null,
"is_bot": false,
"headline": "[doc] fixup",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-28T02:57:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a379f8a423e39941602fe410eb34750688eb27bd",
"body": null,
"is_bot": false,
"headline": "[doc] templates/concepts example",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-28T02:34:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf6d8bbe933634e526945f9011011a21eceba638",
"body": null,
"is_bot": false,
"headline": "[appveyor] Visual Studio 15 2017 Win64",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-28T00:48:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33282fd05623d95adf96b1b392a0ade668c4c1f0",
"body": null,
"is_bot": false,
"headline": "[readme] Hello World example fixup",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-27T03:17:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a086eea612897a2215f6378a5b13c994736c99c",
"body": null,
"is_bot": false,
"headline": "[readme] fix for #tags in markdown",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-27T03:16:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f36d38e7904e9f780ac908088d99b71c643f40e9",
"body": null,
"is_bot": false,
"headline": "[appveyor/cmake] fix",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-26T19:38:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5664c4db2ef4ab07ced7986b28592bee8c792ee",
"body": null,
"is_bot": false,
"headline": "[cmake] fix",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-26T19:20:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ff8f7eaa2209fbbe736c91148374c254b9dab8a",
"body": null,
"is_bot": false,
"headline": "[readme]",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-26T19:09:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "938cfb3c0613918531ea354e4580c570d341fea8",
"body": null,
"is_bot": false,
"headline": "[readme]",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-26T18:57:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ab91b07598a6722021aecbb56f06f56909ce9c5",
"body": null,
"is_bot": false,
"headline": "[appveyor] msvc-2017 image",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-26T18:54:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5726048ccd21ffe27ceac415bd7937dfcb10a892",
"body": null,
"is_bot": false,
"headline": "[appveyor] update supported images on appveyor website",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-26T18:36:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "851ef2b2142f797b106cf21eb79cfbf356699755",
"body": null,
"is_bot": false,
"headline": "[version] pre-release of 1.1.0",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-26T18:30:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bc500bacd0b579d05ba5b726ed718d705d7fb02",
"body": null,
"is_bot": false,
"headline": "[license] 2012-2017",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-26T18:27:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5b2aba459d184c6c6ddd386c9490d586e82270a",
"body": null,
"is_bot": false,
"headline": "[msvc-2015] fix",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-26T18:14:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ecbc644fc1c6069326396dc57a792fea98ff3a1",
"body": null,
"is_bot": false,
"headline": "[msvc-2015] fix",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-26T18:09:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae5f9a15c9a87895af82d90c0b997ef49be04743",
"body": null,
"is_bot": false,
"headline": "[msvc-2015] wknd for missing variable templates",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-26T17:54:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bfdeb18fda7856969c0b13bf49e513b4c95555a",
"body": null,
"is_bot": false,
"headline": "[msvc-2015] wknd for missing variable templates",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-26T17:48:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "978e7056342b42612950392c0c8f1b4966c63285",
"body": null,
"is_bot": false,
"headline": "[msvc-2015] wknd for missing variable templates",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-26T17:19:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5fdc151e5276c43bc651f8930c1aa287558cab7",
"body": null,
"is_bot": false,
"headline": "[msvc-2017] wknd for fwd declartions not being equal",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-26T17:03:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f13bfd4e79d43441e86917df6d9e0090ab96ce4",
"body": null,
"is_bot": false,
"headline": "[msvc-2017-RC] tmp disable template example",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-26T14:12:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c769baaea9cf51f9aa56b144f7f248bd273c532",
"body": null,
"is_bot": false,
"headline": "[msvc-2017-RC] tmp disable template tests",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-26T14:07:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1096ac36b44733ae9ab64178d0816d341e54acdd",
"body": "…issue",
"is_bot": false,
"headline": "[msvc-2017-RC] __BOOST_DI_ACCESS_WKND for private inheritance access …",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-26T14:03:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d81fab8be9a1122e54966eca79abb9fd256112d3",
"body": null,
"is_bot": false,
"headline": "[msvc-2017] fix for wrong type being passed to__BOOST_DI_TYPE_WKND",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-26T13:57:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c3f3fd784fa7c4e4993417a9790c09e4103b9d3",
"body": "…template alias",
"is_bot": false,
"headline": "[msvc-2017-RC] fix for issues with accessing private data via public …",
"author_name": "Krzysztof Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-26T13:34:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25405e4b99cfc8bd21839c4e7c17df5f2a5f75eb",
"body": null,
"is_bot": false,
"headline": "[Core] templates binding refactor",
"author_name": "Krzysztof Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-26T03:47:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb8bb55d3c3f08826953fdd5a09a6401342db6b5",
"body": null,
"is_bot": false,
"headline": "[msvc-2015][example] fix for try_it",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-18T21:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67ca340faeb21ee90b693b14ad00ef6ad25b9a37",
"body": null,
"is_bot": false,
"headline": "[appveyor] MSVC 2017 vcpath",
"author_name": "Kris Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-18T21:19:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da72e2e98d2710aaaa74b99d1e20cbe84867621c",
"body": null,
"is_bot": false,
"headline": "[test] bind_template_to_conept_type",
"author_name": "Kris",
"author_login": "kris-jusiak",
"committed_at": "2017-03-17T12:04:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8119ca3679c551e399285359559391b2e0985569",
"body": null,
"is_bot": false,
"headline": "[Core] initial support ofr concepts/templates injection",
"author_name": "Kris",
"author_login": "kris-jusiak",
"committed_at": "2017-03-17T11:48:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed5d2918c66fc4314204981928709f8a498dfed4",
"body": null,
"is_bot": false,
"headline": "[doc] concepts driven design with di",
"author_name": "Krzysztof Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-15T22:36:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "829e151a1485d1de898f70de7797ee774b507762",
"body": null,
"is_bot": false,
"headline": "[doc] concepts driven design with di",
"author_name": "Kris",
"author_login": "kris-jusiak",
"committed_at": "2017-03-13T15:28:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f61ef96d72ed5f89cf2fb6c83638b8ac43e21869",
"body": null,
"is_bot": false,
"headline": "[doc] concepts driven design with di",
"author_name": "Krzysztof Jusiak",
"author_login": "kris-jusiak",
"committed_at": "2017-03-11T23:37:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "914aa81be77a3085b4d4f5ceb1123c48da254d77",
"body": null,
"is_bot": false,
"headline": "[doc] concepts driven design with di",
"author_name": "Kris",
"author_login": "kris-jusiak",
"committed_at": "2017-03-10T15:44:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7456df17d3bff5969717680cce72fb65d497cdc8",
"body": null,
"is_bot": false,
"headline": "[doc] concepts driven design with di",
"author_name": "Kris",
"author_login": "kris-jusiak",
"committed_at": "2017-03-10T15:34:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f582d717831bd371e67a72ca0c75b700c38bb01",
"body": null,
"is_bot": false,
"headline": "[doc] concepts driven design with di",
"author_name": "Kris",
"author_login": "kris-jusiak",
"committed_at": "2017-03-10T14:45:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "512420f996cff38cf8a48ca69b79ef2a8b6ee7ff",
"body": null,
"is_bot": false,
"headline": "[doc] concepts driven design with di",
"author_name": "Kris",
"author_login": "kris-jusiak",
"committed_at": "2017-03-09T14:44:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "002a20403e1b62c0040467ace1a8464118e684f0",
"body": null,
"is_bot": false,
"headline": "[doc] concepts driven design with di",
"author_name": "Kris",
"author_login": "kris-jusiak",
"committed_at": "2017-03-09T14:40:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24ae9127dc09e0147f9c5e05c6cab345968fc137",
"body": null,
"is_bot": false,
"headline": "[doc] concepts driven design with di",
"author_name": "Kris",
"author_login": "kris-jusiak",
"committed_at": "2017-03-09T14:38:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "123d896509c9a6d2b6dcec37f84cdfea2bbb0e39",
"body": null,
"is_bot": false,
"headline": "[doc] concepts driven design with di",
"author_name": "Kris",
"author_login": "kris-jusiak",
"committed_at": "2017-03-09T14:35:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9db0c7248d8371b96f07ee8bffdd8f1d8cdec08f",
"body": null,
"is_bot": false,
"headline": "[doc] concepts driven design with di",
"author_name": "Kris",
"author_login": "kris-jusiak",
"committed_at": "2017-03-09T13:02:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2238d4501c70f3e94094dc7b028d72a1cd7f5fbe",
"body": null,
"is_bot": false,
"headline": "[doc] concepts driven design with di",
"author_name": "Kris",
"author_login": "kris-jusiak",
"committed_at": "2017-03-09T12:36:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4179d9b010e1599d57176391ee615ac4b43e99b",
"body": null,
"is_bot": false,
"headline": "[doc] concepts driven design with di",
"author_name": "Kris",
"author_login": "kris-jusiak",
"committed_at": "2017-03-09T12:12:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98d483ae7b5ab1038e5c916a47f41ab03a778fcc",
"body": null,
"is_bot": false,
"headline": "[doc] concepts driven development design with di",
"author_name": "Kris",
"author_login": "kris-jusiak",
"committed_at": "2017-03-08T16:54:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e521a16ad0ee969d23dd2c83ac64c5d9b471308a",
"body": null,
"is_bot": false,
"headline": "[doc] concepts driven design with di",
"author_name": "Kris",
"author_login": "kris-jusiak",
"committed_at": "2017-03-08T16:20:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfb2cecea81fa0c74156b1f92ce5b6d9914915a6",
"body": null,
"is_bot": false,
"headline": "[doc] concepts driven design with di",
"author_name": "Kris",
"author_login": "kris-jusiak",
"committed_at": "2017-03-08T13:18:52Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 0,
"latest_release_at": "2016-05-04T18:18:19Z",
"latest_release_tag": "v1.0.1",
"releases_from_tags": true,
"days_since_last_push": 1392,
"active_weeks_last_year": 0,
"days_since_latest_release": 3730,
"mean_days_between_releases": 209.4
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 0,
"stars": 5,
"watchers": 2,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [
{
"date": "2021-09-28",
"count": 1
},
{
"date": "2022-04-10",
"count": 1
},
{
"date": "2022-11-15",
"count": 1
},
{
"date": "2025-07-01",
"count": 1
},
{
"date": "2025-07-24",
"count": 1
}
],
"complete": true,
"collected": 5,
"total_stars": 5
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example",
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile",
"benchmark/Makefile",
"benchmark/performance/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 443259,
"source_files_sampled": 412,
"oversized_source_files": 14,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "kris-jusiak",
"commits": 4497,
"avatar_url": "https://avatars.githubusercontent.com/u/1372601?v=4"
},
{
"type": "User",
"login": "kanstantsin-chernik",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3438115?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"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": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"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": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"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": "472482b654ec18d13a94f7f844760eaba73219fc",
"ran_at": "2026-07-21T22:47:03Z",
"aggregate_score": 2.2,
"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": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/kris-jusiak/di",
"host": "github.com",
"name": "di",
"owner": "kris-jusiak"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 17,
"inputs": {
"security": 22,
"vitality": 13,
"community": 6,
"governance": 25,
"engineering": 34,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 20,
"overall_after_abandonment_multiplier": 17
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 13,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 1392,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1392 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1392
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"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": 32,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v1.0.1",
"releases_from_tags": true,
"days_since_latest_release": 3730,
"mean_days_between_releases": 209.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 3730 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 3730
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~209.4 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 209.4
}
}
],
"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": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [
"no_open_demand"
],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 3162,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 3162 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 3162,
"count": 2,
"signals": "releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 6,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"forks": 0,
"stars": 5,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "5 stars",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 5
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"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": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"has_readme": false,
"has_license": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "critical",
"name": "Sustainability & Governance",
"value": 25,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"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 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "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": 66,
"inputs": {
"followers": 350,
"owner_type": "User",
"is_verified": null,
"owner_login": "kris-jusiak",
"public_repos": 57,
"account_age_days": 5293
},
"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": "350 followers of kris-jusiak",
"points": 18.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 350,
"login": "kris-jusiak"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "57 public repos, account ~14 yr old",
"points": 24.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 57
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 34,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "http://boost-experimental.github.io/di",
"has_readme": false,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"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": "http://boost-experimental.github.io/di",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 22,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 22,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 2.2
},
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 1
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 44,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 2,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.03,
"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": "3 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 1.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 3,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 57,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile",
"benchmark/Makefile",
"benchmark/performance/Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile, benchmark/Makefile, benchmark/performance/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, benchmark/Makefile, benchmark/performance/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": "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 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"primary_language": "C++",
"largest_source_bytes": 443259,
"source_files_sampled": 412,
"oversized_source_files": 14
},
"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": "14/412 source files over 60KB",
"points": 53.1,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 412,
"oversized": 14
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"example",
"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": "example, examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example, 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": [
"Community profile unavailable",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-21T22:47:12.145467Z",
"schema_version": "0.25.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/kris-jusiak/di.svg",
"full_name": "kris-jusiak/di",
"license_state": "absent",
"license_spdx": null
}