Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 33049,
"has_wiki": true,
"homepage": "https://wut.devkitpro.org",
"languages": {
"C": 960473,
"C++": 406999,
"CMake": 1729,
"Assembly": 1557,
"Makefile": 5766,
"Linker Script": 10801
},
"pushed_at": "2026-06-01T17:11:09Z",
"created_at": "2015-12-27T02:13:05Z",
"owner_type": "Organization",
"updated_at": "2026-07-15T18:04:49Z",
"description": "Let's try to make a Wii U Toolchain / SDK for creating rpx/rpl.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Zlib",
"default_branch": "master",
"license_spdx_raw": "Zlib",
"primary_language": "C",
"significant_languages": [
"C",
"C++"
]
},
"owner": {
"blog": "http://devkitpro.org",
"name": "devkitPro",
"type": "Organization",
"login": "devkitPro",
"company": null,
"location": "United Kingdom",
"followers": 789,
"avatar_url": "https://avatars.githubusercontent.com/u/7538897?v=4",
"created_at": "2014-05-10T00:02:32Z",
"is_verified": null,
"public_repos": 97,
"account_age_days": 4459
},
"license": {
"state": "standard",
"spdx_id": "Zlib",
"raw_spdx": "Zlib",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.9.1",
"kind": "patch",
"published_at": "2026-02-21T12:40:47Z"
},
{
"tag": "v1.9.0",
"kind": "minor",
"published_at": "2026-01-25T18:56:59Z"
},
{
"tag": "v1.8.0",
"kind": "minor",
"published_at": "2025-05-25T13:57:05Z"
},
{
"tag": "v1.7.0",
"kind": "minor",
"published_at": "2024-09-30T12:01:43Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2024-07-02T12:37:20Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2024-04-24T12:40:19Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2023-11-10T15:31:57Z"
},
{
"tag": "v1.3.2",
"kind": "patch",
"published_at": "2023-06-27T15:11:46Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2023-06-04T10:36:24Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2023-04-16T20:02:28Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2023-02-17T20:10:36Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2022-08-07T15:09:01Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2022-07-25T19:00:22Z"
},
{
"tag": "1.0.0-beta12",
"kind": "prerelease",
"published_at": "2021-11-01T18:55:08Z"
},
{
"tag": "1.0.0-beta10",
"kind": "prerelease",
"published_at": "2020-07-07T20:54:05Z"
},
{
"tag": "1.0.0-beta9",
"kind": "prerelease",
"published_at": "2019-05-22T07:40:36Z"
},
{
"tag": "1.0.0-beta8",
"kind": "prerelease",
"published_at": "2019-03-20T10:26:45Z"
},
{
"tag": "1.0.0-beta7",
"kind": "prerelease",
"published_at": "2019-01-10T10:34:22Z"
},
{
"tag": "1.0.0-beta6",
"kind": "prerelease",
"published_at": "2018-11-07T12:12:53Z"
},
{
"tag": "1.0.0-beta5",
"kind": "prerelease",
"published_at": "2018-09-30T09:54:12Z"
},
{
"tag": "1.0.0-beta3",
"kind": "prerelease",
"published_at": "2018-07-19T07:56:39Z"
},
{
"tag": "1.0.0-beta2",
"kind": "prerelease",
"published_at": "2018-07-01T15:29:14Z"
},
{
"tag": "1.0.0-beta",
"kind": "prerelease",
"published_at": "2018-06-20T13:24:20Z"
},
{
"tag": "1.0.0-alpha",
"kind": "prerelease",
"published_at": "2018-06-15T13:04:13Z"
}
],
"recent_commits": [
{
"oid": "6f9a38068d8feec5a315c99845053165eb5907e5",
"body": "* Added all vpad functions.\n\n* - Moved `VPAD_BUTTON_REPEAT` into `VPADButtons` enum.\n- Added `const` to `pattern` parameter in `VPADControlMotor()`\n- Docs: moved note about single gamepad into `VPADChan` enum.\n- Docs: removed redundant link/endlink commands.\n- Docs: fixed some docs.\n\n* Fix parameter\n[…]\ncelerometer\".\n- Added documentation for VPADAccStatus.\n\n* Better wording.\n\n* Renamed parameters for VPADWriteTPCalibrationValueToEEPROM.\n\n---------\n\nCo-authored-by: Daniel K. O. (dkosmari) <none@none>",
"is_bot": false,
"headline": "Complete vpad functions and some docs fixes. (#446)",
"author_name": "Daniel K. O.",
"author_login": "dkosmari",
"committed_at": "2026-06-01T17:11:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "00ced9979974643b419aa9c6c61a5dbe41be55a4",
"body": "* - Added all WPAD functions.\n- Added all KPAD functions.\n- Changed KPADStatus::mplus to have all directions in a KPADBase3D struct.\n\n* - `KPAD_BUTTON_REPEAT` is now a macro.\n- Replaced snake_case vars with camelCase.\n- Removed leftover comment.\n- Fixed `WPADClearDeviceCallback` to take a `uint32_t`\n[…]\n functions to the bottom.\n\n* - Moved WUD functions into `wud.h`.\n- Some doxygen changes (grammar, conjugation, formatting, broken link.)\n\n---------\n\nCo-authored-by: Daniel K. O. (dkosmari) <none@none>",
"is_bot": false,
"headline": "Add all padscore functions. (#445)",
"author_name": "Daniel K. O.",
"author_login": "dkosmari",
"committed_at": "2026-05-06T14:48:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3e864b10e72617c97739cde265ab6574ad613d40",
"body": null,
"is_bot": false,
"headline": "coreinit/memblockheap: Add padding bytes to `MEMBlockHeap` struct",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2026-04-04T14:56:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2341956f64ae3648237fe4f74f0d0eccac9a3bf7",
"body": null,
"is_bot": false,
"headline": "Add semaphore functions for gx2/dmae",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2026-04-04T14:49:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b29dd6ee21c8817efcb0018c2e711c0cd11ba0c",
"body": "* add OSGetConsoleType, and MCP_GetSystemMode\n\nthis adds in two functions that were an exported symbol in the system\nlibraries, but not included in any headers. these are useful for doing\ntwo things:\n\n- determine what kind of console you're running on (for users who want\n to know if they're running\n[…]\na libraries/etc. are loaded in memory.\n however, users may want to lock things behind development mode as dev\n mode can only be normally enabled when there's extra memory.\n\n* add new comment to mask",
"is_bot": false,
"headline": "Add OSGetConsoleType, and MCP_GetSystemMode (#441)",
"author_name": "Cynthia Coan",
"author_login": "Mythra",
"committed_at": "2026-03-27T01:17:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2016e429c16dab366d902455b43f21ccb520e23d",
"body": null,
"is_bot": false,
"headline": "wutnewlib: fix `lock_try_acquire`",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2026-02-16T18:10:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afa43f676db9ff0518fcb3c989350b8eb210b2f2",
"body": "…++) (#434)",
"is_bot": false,
"headline": "wutnewlib: implement new unified threading syscalls (replaces wutstdc…",
"author_name": "fincs",
"author_login": "fincs",
"committed_at": "2026-01-25T18:33:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26ed8f3b391f7df5ce1a6337a6e0524a0bafc764",
"body": "* Add declarations for some Wiimote audio stuff, +documentation\n\n* Small comment changes",
"is_bot": false,
"headline": "Add declarations for some Wiimote audio stuff, +documentation (#433)",
"author_name": "capitalistspz",
"author_login": "capitalistspz",
"committed_at": "2026-01-25T12:12:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49fe30fe492d375338c1653181917ca8c27c7969",
"body": "* properly label PCFS mount type\n\nnow that we've got an open-source way of booting a cat-dev, and using\nPCFS, we can confirm that this second mount source is indeed PCFS.\n\n* fix one space\n\n* pcfs -> hfio",
"is_bot": false,
"headline": "coreinit/filesystem: Label HFIO/PCFS mount source type (#431)",
"author_name": "Cynthia Coan",
"author_login": "Mythra",
"committed_at": "2026-01-25T12:11:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cd63fe2b3b0d4632e7e474c9cfb48f19574d062",
"body": "* Include `wut.h` in `h264/stream.h`\n\nNot having `wut.h` included when using this header results in redefinition errors because of `WUT_PACKED`\n\n* Add a space",
"is_bot": false,
"headline": "Include `wut.h` in `h264/stream.h` (#432)",
"author_name": "capitalistspz",
"author_login": "capitalistspz",
"committed_at": "2025-12-28T16:16:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3ac1190372c8087167edefefcbf109e571fc4a2",
"body": "Co-authored-by: Daniel K. O. (dkosmari) <none@none>",
"is_bot": false,
"headline": "Added field to control swkbd keyboard layout. (#429)",
"author_name": "Daniel K. O.",
"author_login": "dkosmari",
"committed_at": "2025-11-01T13:30:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b412d2769f4a791bfbcf00029a643ba5c5a50fb",
"body": "…afety check (#428)\n\n* - Fix select() to also update the fd_set arguments on timeout condition.\n- Move the nfds argument restriction to the nsysnet side.\n- Allow user-defined FD_SETSIZE, since newlib's fd_set allow custom sizes.\n- Define __socklen_t_defined when socklen_t is typedefed.\n\n* Added safety check for poll(): the nsysnet fd must fit in nsysnet_fd_set.\n\n---------\n\nCo-authored-by: Daniel K. O. (dkosmari) <none@none>",
"is_bot": false,
"headline": "wutsocket fixes: select() handles timeout wrong, and poll() lacks a s…",
"author_name": "Daniel K. O.",
"author_login": "dkosmari",
"committed_at": "2025-10-10T18:27:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cac70f560e00d55a20a68e07d0f679934de28eb5",
"body": null,
"is_bot": false,
"headline": "Correct capitalization to `WPADGetGameDataTimeStamp`",
"author_name": "capitalistspz",
"author_login": "capitalistspz",
"committed_at": "2025-08-19T07:28:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c98cc91aa02e676b479a37699eed617d9f7b7c6",
"body": "`find . -regex '.*\\.\\(cpp\\|hpp\\|cu\\|cuh\\|c\\|h\\)' -exec clang-format -style=file -i {} \\;`",
"is_bot": false,
"headline": "Run clang-format",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2025-06-05T10:06:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f18f8041a95d0a4e5935613a636a5f0f6bbbbbf",
"body": "Bundle clang-format-diff with workflow",
"is_bot": false,
"headline": "Add formatting check workflow",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2025-06-05T10:06:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b661224228381b87affbf4fc4f9c9c82add535d",
"body": "Co-authored-by: Maschell <Maschell@gmx.de>",
"is_bot": false,
"headline": "Add .clang-format",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2025-06-05T10:06:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa650f92c4b2fd150d0cfda96d773835e5a7c556",
"body": null,
"is_bot": false,
"headline": "remove unused dist target (#422)",
"author_name": "Dave Murphy",
"author_login": "WinterMute",
"committed_at": "2025-05-29T11:14:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fdc7ffe85e971c537e1a6b7392c6f9686523257",
"body": null,
"is_bot": false,
"headline": "wutnewlib: Remove obsolete declarations to fix compiling with GCC 15",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2025-05-24T18:56:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81db8e5dd4b5897a887958a783c7f983f7bfc6cd",
"body": null,
"is_bot": false,
"headline": "Add `WUT_FORMAT_PRINTF` and fix some format string bugs. (#404)",
"author_name": "Daniel K. O.",
"author_login": "dkosmari",
"committed_at": "2025-05-17T20:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bbdc75f278b9fca9c4bb69af091f9365f597d22",
"body": null,
"is_bot": false,
"headline": "wutsocket/ioctl: Remove unimplemented requests",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2025-05-16T20:13:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4186907224a01c70be700dfdb60c9647bfa7f0b",
"body": null,
"is_bot": false,
"headline": "h264/decode: Make `H264DECSetParam_USER_MEMORY` take `void**` (#418)",
"author_name": "capitalistspz",
"author_login": "capitalistspz",
"committed_at": "2025-05-16T19:47:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1447a0ed92d17130b6a52637f4937dbb8d9b941b",
"body": "…mentation improvements (#411)\n\n* Add `WENCGetEncodeData`\n\n* `const` and out\n\n* WPADInfo changes\n\n* WPADInfo changes\n\n* Add `KPADSetSamplingCallback`\n\n* Miscellaneous comment changes",
"is_bot": false,
"headline": "padscore: Add `KPADSetSamplingCallback`, `WENCGetEncodeData` and docu…",
"author_name": "capitalistspz",
"author_login": "capitalistspz",
"committed_at": "2025-05-11T17:28:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b35e595a6e4b69225a8e014046944d9157248513",
"body": null,
"is_bot": false,
"headline": "nsysccr/cdc: Add lowlevel NFC commands",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2025-03-29T18:10:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a92c2b178ba3ad6da8afb83ec74dfca78c583d83",
"body": null,
"is_bot": false,
"headline": "coreinit/debug: Add OSSendFatalError",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2025-03-16T18:34:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4847ddce41cdcbacd16b4de8a14d215d82096aab",
"body": null,
"is_bot": false,
"headline": "bsp: Add all BSP errors (#412)",
"author_name": "Andrew",
"author_login": "Andrew1Hawes",
"committed_at": "2025-02-19T11:45:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "958936de47c8765a770eeaee6d10e460cc02c28e",
"body": null,
"is_bot": false,
"headline": "update changelog for 1.7.0",
"author_name": "Dave Murphy",
"author_login": "WinterMute",
"committed_at": "2024-12-06T09:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "941fd90b3917dfa37bee0d23a18145969bb44d6f",
"body": null,
"is_bot": false,
"headline": "update changelog for 1.6.0",
"author_name": "Dave Murphy",
"author_login": "WinterMute",
"committed_at": "2024-12-06T09:16:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c9b87ce75405f9203ce150a5c3f865cf0c328c6",
"body": "- Added more enums and enum values.\r\n- Added `padscore/wbc.h` header.\r\n- Added more fields to KPADStatus.\r\n- Added some more WPAD and KPAD functions.\r\n\r\n--HG--\r\nbranch : padscore-additions-hg\r\n\r\nCo-authored-by: Daniel K. O. (dkosmari) <none@none>",
"is_bot": false,
"headline": "- Added `WPADStatus*` structs for various extensions. (#406)",
"author_name": "Daniel K. O.",
"author_login": "dkosmari",
"committed_at": "2024-10-26T16:22:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f48526d372a5b6590b3ad524456828d1e92c650",
"body": "Co-authored-by: Daniel K. O. (dkosmari) <none@none>",
"is_bot": false,
"headline": "coreinit: Add memory allocator functions (#402)",
"author_name": "Daniel K. O.",
"author_login": "dkosmari",
"committed_at": "2024-10-07T20:04:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b65fd6ce91c6449ce514a831f84a6ce0f7fc7ee",
"body": "Co-authored-by: Daniel K. O. (dkosmari) <none@none>",
"is_bot": false,
"headline": "Fix typo in nsysnet and add more `nn::ac` functions. (#401)",
"author_name": "Daniel K. O.",
"author_login": "dkosmari",
"committed_at": "2024-10-01T19:21:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad730b9dcb7f7489e47a6f910d9f610708ac1eb5",
"body": "* Added `OSSetPerformanceMonitor()`.\r\n\r\n--HG--\r\nbranch : perf-mon\r\n\r\n* Renamed everything.\r\n\r\n--HG--\r\nbranch : perf-mon\r\n\r\n* Added header to tests.\r\n\r\n--HG--\r\nbranch : perf-mon\r\n\r\n---------\r\n\r\nCo-authored-by: Daniel K. O. (dkosmari) <none@none>",
"is_bot": false,
"headline": "Added `OSSetPerformanceMonitor()`. (#400)",
"author_name": "Daniel K. O.",
"author_login": "dkosmari",
"committed_at": "2024-09-30T09:32:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c93c38731cf3828fa5a2e1703708a733547c0f6",
"body": "* Event arg correction from surface to surface buffer\r\n\r\n* Correct offset check",
"is_bot": false,
"headline": "camera: event argument correction (#399)",
"author_name": "capitalistspz",
"author_login": "capitalistspz",
"committed_at": "2024-09-06T22:34:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34ad45777aa26f21356e2400054661581808502d",
"body": null,
"is_bot": false,
"headline": "avm: Add CEC functions",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2024-08-25T16:57:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbcf70dbc043cea4f33cc07be327f81358b34693",
"body": null,
"is_bot": false,
"headline": "tve: Add CEC functions",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2024-08-25T16:57:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c38b84c1751cc05f813a3f27945f650a90a1a0ce",
"body": null,
"is_bot": false,
"headline": "coreinit: add \"MCP_DEVICE_TYPE_AUTO\"",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-08-10T15:43:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55a4708ced3bfa72ebbba55a12358f16fb06f405",
"body": null,
"is_bot": false,
"headline": "nn_acp: Add ACPDevice enum values, add save related functions",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-08-10T15:43:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15b28d8587d2f9716385765b8f531fc3574f34ea",
"body": null,
"is_bot": false,
"headline": "nsysccr/cdc: Add CCRCDCSysGetInfo",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2024-08-10T15:06:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09e3a2440bbea721f275546cb82a683f49f907a6",
"body": "* nn_idb: Fix copy headers, fix nn::idb::IDBReader::Initialize\r\n\r\n* Update libraries/nn_idb/src/IDBReader.cpp\r\n\r\nCo-authored-by: GaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com>\r\n\r\n---------\r\n\r\nCo-authored-by: GaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com>",
"is_bot": false,
"headline": "nn_idb: Fix copy headers, fix nn::idb::IDBReader::Initialize (#395)",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-08-04T21:44:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a32ef1b658451e1bba97a18edb1c583eecf6cd1",
"body": null,
"is_bot": false,
"headline": "nn_acp: Add ACPRemoveSaveDir*",
"author_name": "Andrew Hawes",
"author_login": "Andrew1Hawes",
"committed_at": "2024-07-31T14:57:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "327de261b704580c95627c62d394fedccb5618c8",
"body": "* camera: correct CAMSetupInfo struct layout, more comments\r\n\r\n* offsets\r\n\r\n* error -> failed\r\n\r\n* Background comment",
"is_bot": false,
"headline": "camera: corrections and comments (#392)",
"author_name": "capitalistspz",
"author_login": "capitalistspz",
"committed_at": "2024-07-31T14:56:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b05ac3410aec64f71406862cd8e188107c43aeb",
"body": null,
"is_bot": false,
"headline": "nn_ccr: Add `CCRSysSetCurrentLCDMode` and `CCRSysGetCurrentLCDMode`",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-07-22T23:05:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7044eaa8e4bc4f61f2022095666f8ba8f7204712",
"body": "…(#391)\n\n* coreinit/OSScreenPutFontEx: Swap row and column parameters\r\n\r\n* swap the comment order too",
"is_bot": false,
"headline": "coreinit/screen: Swap row and column parameters in OSScreenPutFontEx …",
"author_name": "capitalistspz",
"author_login": "capitalistspz",
"committed_at": "2024-07-19T17:56:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29f5093bf0e4599422f8eb2186e16ffcd9648489",
"body": "These functions were pointing to the `Server` implementation, and not\nthe `ServerPrivate` one. Fix the typo using the correct `ServerPrivate`\nexport instead.",
"is_bot": false,
"headline": "nn/dlp: Fix Initialize functions on ServerPrivate",
"author_name": "Daniel López Guimaraes",
"author_login": "DaniElectra",
"committed_at": "2024-07-19T16:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ae8f8a50759169e9047d25214d9ba96c8372f26",
"body": null,
"is_bot": false,
"headline": "nn/dlp: Add initial headers",
"author_name": "Daniel López Guimaraes",
"author_login": "DaniElectra",
"committed_at": "2024-07-13T14:35:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4933211d7ba86d4dd45c8525fc83747d799ecf31",
"body": "* nn/uds: Add initial headers\r\n\r\n* nn/uds: Minor fixes and improvements",
"is_bot": false,
"headline": "nn/uds: Add initial headers (#387)",
"author_name": "Daniel López Guimaraes",
"author_login": "DaniElectra",
"committed_at": "2024-06-20T14:41:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "263c0364d11714aca012e494545ddead91a881a8",
"body": "* More DRX definitions\r\n\r\nChanged DRH state names, notably:\r\nUNK0-> NORADIO\r\nUNK1-> WII\r\nUNK2-> [not renamed]\r\nUNK3-> NODRC\r\nUNK7F-> [not renamed]\r\n\r\nDRC EEPROM now defined as data instead of being unknown.\r\nMore info yet to be added.\r\n\r\n* Unneeded comment removed",
"is_bot": false,
"headline": "More DRX definitions (#385)",
"author_name": "team-orangeBlue",
"author_login": "team-orangeBlue",
"committed_at": "2024-06-18T13:41:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1de926fd3a935f16200f43d868410c25ab642c1",
"body": null,
"is_bot": false,
"headline": "nsysccr/cdc: Update CCRCDCDrcStateEnum with test menu names",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2024-06-18T13:38:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2682dd9646d0ae7dd839b6e5e1cf40eb5aa2f79",
"body": "* square monitor support\r\n\r\n* Update gfx.c\r\n\r\nFix typo\r\n\r\n* do it using gx2 instead of avm\r\n\r\n* Update gfx.c\r\n\r\nremove some newlines\r\n\r\n* Update gfx.c\r\n\r\nnewline fix\r\n\r\n* Update gfx.c",
"is_bot": false,
"headline": "whb/gfx: Use 4:3 TV buffers on 4:3 TVs (#383)",
"author_name": "jranderia3",
"author_login": "jranderia3",
"committed_at": "2024-06-14T18:04:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8474549331fc897a30999b545f31b42d5f58e5b9",
"body": null,
"is_bot": false,
"headline": "gx2: Add GX2GetSystemTVAspectRatio",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2024-06-11T15:21:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9918fea92ac5321f58dd3c225eb1ec080d631622",
"body": null,
"is_bot": false,
"headline": "nsysnet/netconfig: Add SOGetProxyConfig",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2024-06-10T18:02:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09f04f6162d2b4977b9d69b0bfbfc8a0ef8ab434",
"body": null,
"is_bot": false,
"headline": "gx2: Add GX2AllocateTilingApertureEx and GX2FreeTilingAperture",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2024-06-10T18:01:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e47a996a3baf85e778fdb52d73b655f147a14be1",
"body": null,
"is_bot": false,
"headline": "nsysccr: Add CCRCDCRegister*AttachCallback functions",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-06-10T18:00:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ee360097d2abd604039b69311cfef9ee6883545",
"body": null,
"is_bot": false,
"headline": "avm: Add some missing DRC functions",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-06-10T17:59:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed0c91de168b34fbfe75ae1c7e1c5a07da54052a",
"body": "…formatting",
"is_bot": false,
"headline": "coreinit: Fix wrong/duplicate OSGetCodegenVirtAddrRange declaration, …",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-06-10T17:42:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f17054e3e86222c14a1094639558d34b690636ed",
"body": null,
"is_bot": false,
"headline": "sndcore2: Update AXTransitionAudioBuffer struct",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-06-10T11:32:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "151b1d02d13c16edfea48e9abb840d3533a5778d",
"body": null,
"is_bot": false,
"headline": "vpad: Add VPADGetButtonProcMode",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-06-10T11:31:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7520e846ce70969ea00255cd2ae49403bb85621a",
"body": null,
"is_bot": false,
"headline": "gx2: add GX2GetMainCoreId",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-06-10T11:31:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0854333e895fb87d5835dcd6e6d80e46cdaf72f",
"body": "…nu value in CCRCDCDrcStateEnum (#372)\n\n* nn_ccr: Add CCRSysCaffeineBootCheckAbort\r\n\r\n* nsysccr: Fix quick start menu field in CCRCDCDrcStateEnum\r\n\r\n* Update include/nsysccr/cdc.h",
"is_bot": false,
"headline": "nn_ccr: Add CCRSysCaffeineBootCheckAbort; nsysccr: fix quick start me…",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-06-09T12:29:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48b6c3b32ab39310917ee64cbd0fd25474aff6d1",
"body": "* wut_types: Implement more operators for `WUT_ENUM_BITMASK_TYPE`\r\n\r\n* wut_types: Use `std::underlying_type_t`\r\n\r\n* wut_types: Use an anonymous namespace",
"is_bot": false,
"headline": "wut_types: Implement more operators for `WUT_ENUM_BITMASK_TYPE` (#369)",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2024-06-09T10:56:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1da14020eed1d33cfd5723074cfceb9560cdd25b",
"body": "* coreinit: add stopwatch.h and stopwatchatomic.h\r\n\r\n* Formatting\r\n\r\n* correct function name",
"is_bot": false,
"headline": "coreinit: add stopwatch.h and stopwatchatomic.h (#370)",
"author_name": "capitalistspz",
"author_login": "capitalistspz",
"committed_at": "2024-06-08T18:19:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef057f145b92c773e0789b4783e6305b5e8fae47",
"body": null,
"is_bot": false,
"headline": "coreinit: Add __FSAShimDecodeIosErrorToFsaStatus",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-06-08T15:55:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "474ae04cb91bc40cc15cc5f2087a422a7a03b790",
"body": null,
"is_bot": false,
"headline": "nn_acp: Add ACPGetTitleMetaDir and ACPGetTitleMetaDirByTitleListType",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-06-08T15:47:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35aa8b7e802a762ed8284c805fc4a7e9bae320b4",
"body": null,
"is_bot": false,
"headline": "coreinit: Add \"SavedFrame\" related functions",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-06-08T15:46:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "382a3b2c81f5d80c7ad2f220d64d1199358fb688",
"body": "…veUncached",
"is_bot": false,
"headline": "coreinit: Add __OSPhysicalToEffectiveCached and __OSPhysicalToEffecti…",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-06-06T19:10:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09e36bf299b4d90fda162c11b43648965e587ee2",
"body": "* nsysccr/cdc: Add language update functions\r\n\r\n* nsysccr/cdc: Add `CCRCDCSoftwareExtUpdate`\r\n\r\n* nsysccr/cdc: Add more `CCRCDCUicConfigIdEnum` names",
"is_bot": false,
"headline": "nsysccr/cdc: Add language and ext update functions (#368)",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2024-05-23T20:15:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4368c78223c983684744f0f77fa7f071669ccaa",
"body": "…` (#348)\n\n* re-sorted and used BOOL\r\n\r\n* Added a bit to wpad\r\n\r\n* roll back time, name PeripheralSpace correctly, and IsMplsAttached use correct callback\r\n\r\n* name WPADPeripheralSpace correctly again\r\n\r\n* Add WPADIsMplsIntegrated, correct description of WPADIsMplsAttached\r\n\r\n* Add KPADEnableMpls(),\n[…]\nlSpeakerMode -> WPADControlSpeaker\r\n\r\n* More appropriate enum names\r\n\r\n* More info on speaker\r\n\r\n* typedef WPADAddress, char16_t -> uint16_t, comment updates\r\n\r\n* Update WPADStartSyncDeviceEx comments",
"is_bot": false,
"headline": "padscore: Add more functions and types, rename `nunchuck` -> `nunchuk…",
"author_name": "capitalistspz",
"author_login": "capitalistspz",
"committed_at": "2024-05-12T23:43:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "72ec4f790f36f0d3032daa8c0ad5ec5cabce0a56",
"body": null,
"is_bot": false,
"headline": "nn_ccr: Add CCRSysSetInitBootFlag and CCRSysInitializeSettings",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-05-05T11:48:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "536c584989a7fdcfd3aa0d6544545f006e1f5768",
"body": null,
"is_bot": false,
"headline": "nsysccr: Add CCRCDCUicConfigIdEnum values",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-05-05T11:48:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ff0ab7e5905edbc01c154b76540e1efedbe966a",
"body": null,
"is_bot": false,
"headline": "sysapp: Add all possible \"jumpTo\" targets for SysAppSettingsArgs",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-05-05T11:45:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2b385cf2c7bef41871712e85a4c25acc9bb1f55",
"body": null,
"is_bot": false,
"headline": "nn_sl: Fix wrong parameters for nn::sl::LaunchInfoDatabase::Unregister",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-05-05T06:22:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c00384924ebfa071214ff40c6ca6e617bdbe30c6",
"body": "…eFlag",
"is_bot": false,
"headline": "nn_ccr: Add CCRSysCaffeineSetDRCEnableFlag and CCRSysCaffeineSetEnabl…",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-04-27T11:47:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f33ec2121bfc6f0fdf919927dc8ba3b711b469d",
"body": null,
"is_bot": false,
"headline": "coreinit: Add MCP_ChangeEcoSettings",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-04-27T11:47:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e652e196a7cb309c2e9f984ff5dcdc9373ad2de",
"body": null,
"is_bot": false,
"headline": "nn_idb: move include into libraries",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-04-27T11:38:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0582e2e3e4bd71d1bb7a8a1c5045e4a25a6d857",
"body": null,
"is_bot": false,
"headline": "nn_idb: Implement icon database reading",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-04-26T12:46:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e4e1cb41abca578974aab894a56432649568f85",
"body": null,
"is_bot": false,
"headline": "nn_ccr: Update CCRAppLaunchParam struct",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-04-24T12:27:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a1607c0a00dc9662e2c6f10e558ca1adf7d8d0c",
"body": "…RT_MENU",
"is_bot": false,
"headline": "nsysccr: Update CCRCDCDrcStateEnum to add CCR_CDC_DRC_STATE_QUICK_STA…",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-04-24T12:27:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd0156c9baa581db3d06cdba433a6849c316b95d",
"body": null,
"is_bot": false,
"headline": "wut 1.5.0 changes",
"author_name": "Dave Murphy",
"author_login": "WinterMute",
"committed_at": "2024-04-22T18:54:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f01a0b87aca2da65beb2a1d7f3ad3cd0e296d381",
"body": null,
"is_bot": false,
"headline": "Implement more functions/classes from nn::sl (#354)",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-04-22T18:06:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1457779beab79ddf648c83253ddce042a7115df",
"body": null,
"is_bot": false,
"headline": "wut_newlib: Implement __syscall_abort and __syscall_assert_func (#359)",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-04-22T18:05:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9abab7cd4751df43d9c5a20fb4504e468eafbe6",
"body": null,
"is_bot": false,
"headline": "coreinit/mcp: Add MCP_TriggerCrashLogCollection",
"author_name": "Andrew",
"author_login": "Andrew1Hawes",
"committed_at": "2024-04-21T13:27:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08cfb34e0bd4e767e7f3630470c246aa53f69cb0",
"body": "* coreinit: Add MEMCheckExpHeap and MEMCheckHeap\r\n\r\n* coreinit: Fix MEMCheckExpHeap and MEMCheckHeap functions",
"is_bot": false,
"headline": "coreinit: Add MEMCheckExpHeap and MEMCheckHeap (#358)",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-04-20T17:25:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "669a63bd0c53beb097302339a4af0b329a59a3f2",
"body": "* nsysccr: Implement CCRCDCSysSetDrhState\r\n\r\n* nsysccr: Add CCRCDCSysGetDrhState\r\n\r\n* nsysccr: Turn CCRCDCDrcState into a struct\r\n\r\n* nsysccr: Rename CCRCDCSysDrhState to CCRCDCDrhState to stay consistent with other structs\r\n\r\n* Update include/nsysccr/cdc.h\r\n\r\nCo-authored-by: GaryOderNichts <1204977\n[…]\nude/nsysccr/cdc.h\r\n\r\nCo-authored-by: GaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com>\r\n\r\n---------\r\n\r\nCo-authored-by: GaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com>",
"is_bot": false,
"headline": "nsysccr/cdc: Implement CCRCDCSysSetDrhState (#356)",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-04-09T09:41:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b38d014a0c497fdf20ae4d04f7773284ccdc039a",
"body": null,
"is_bot": false,
"headline": "padscore: Add missing functions for 7-controller mode",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2024-04-06T12:20:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31943d2ecd8687af42f6f35f75971721ba213075",
"body": null,
"is_bot": false,
"headline": "wutmalloc: make sure to set errno properly on error",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-04-05T19:21:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32426509d0a08beaaa29b769852ffa9828d3fdc9",
"body": null,
"is_bot": false,
"headline": "nn_ccr/sys: Add fw update functions",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2024-04-05T16:13:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "682f8eb48a79796e653eb711c001ba47355f351c",
"body": null,
"is_bot": false,
"headline": "nsysccr/cdc: Add software functions",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2024-04-02T10:12:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd6799f1580f5afc38ed740285db8e89ed5ddf17",
"body": "* nsysccr/cdc: Add CCRCDCPerSetUicConfig\r\n\r\n* nsysccr/cdc: Add CCRCDCCalcCRC16",
"is_bot": false,
"headline": "nsysccr/cdc: Add CCRCDCPerSetUicConfig and CCRCDCCalcCRC16 (#351)",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2024-03-30T22:04:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4edae90d8b5221238de3c4653220b2858978ff84",
"body": null,
"is_bot": false,
"headline": "coreinit/mcp: Fix MCPAppType for DRC and DRH",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2024-03-28T10:13:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20ef19297e33b1280fef44fc259e8657dca77c1a",
"body": null,
"is_bot": false,
"headline": "nn/temp: Fix TEMPTargetPreference",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2024-03-26T09:10:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fda1224765cb9d67025506e61db61bb8a79a22b",
"body": null,
"is_bot": false,
"headline": "vpad: Fix documentation for VPADRead return value",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2024-02-22T11:47:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe45347516bdf068cec97d380ea5fe9a98d10193",
"body": "* nn/hpad: Add initial headers\r\n\r\n* nn/hpad: Wrap HPADRead to ensure buffer count is 16",
"is_bot": false,
"headline": "nn/hpad: Add initial headers (#344)",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2024-02-22T11:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1115e51bb16979a04463e2bf2ebc4369a013e67",
"body": null,
"is_bot": false,
"headline": "Add AVM headers, functions and enums",
"author_name": "Andrew Hawes",
"author_login": "Andrew1Hawes",
"committed_at": "2024-02-04T17:04:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e20c2e75172aaf07aab28aa35e8c34651cfb23c7",
"body": null,
"is_bot": false,
"headline": "Add TVE headers, functions and enums",
"author_name": "Andrew Hawes",
"author_login": "Andrew1Hawes",
"committed_at": "2024-02-04T17:04:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1adf4740c77d67bdb51409f7d376183fe07b3985",
"body": "* wutnewlib: implement abort, assert and assert_func\r\n\r\n* wut_newlib: Trigger trap instruction on assert/abort\r\n\r\n* wut_newlib: Replace snprintf with cafe-os equivalent.",
"is_bot": false,
"headline": "wutnewlib: implement abort, assert and assert_func (#337)",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2024-01-15T17:36:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1019f63a0ca0d4fc81a30406254cfe76744df32",
"body": null,
"is_bot": false,
"headline": "coreinit/im: Add missing `IMEvent`s",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2024-01-12T11:09:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "430e0c700af082151226a130d7dd51a2a796142b",
"body": null,
"is_bot": false,
"headline": "coreinit/im: Add IM_SetDeviceState",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2024-01-12T11:09:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f797d9741e9d90994ee090ca44c097feea25038c",
"body": null,
"is_bot": false,
"headline": "docs: Bump runner version (#342)",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2023-12-22T19:53:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cf5d7569981ef4674701b18f359e833a889a6df",
"body": null,
"is_bot": false,
"headline": "docs: properly handle preprocessing (#341)",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2023-12-22T18:47:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af0ccf48b7c9e7cdc94af4552cee76fb08c67423",
"body": null,
"is_bot": false,
"headline": "nn_nets2: Add somemopt (#338)",
"author_name": "GaryOderNichts",
"author_login": "GaryOderNichts",
"committed_at": "2023-11-30T11:22:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cf1780417bf8296f90a4db21708aa0919839faf",
"body": "* nn:erreula: add missing LangType values\r\n\r\n* nn::swkbd: fix swapped LangType values and add missing RegionType values\r\n\r\n* nn:swkbd: Add documentation about LanguageType",
"is_bot": false,
"headline": "Add missing language/region values to nn::erreula and nn::swkbd (#336)",
"author_name": "Maschell",
"author_login": "Maschell",
"committed_at": "2023-11-26T16:03:55Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 24,
"commits_last_year": 13,
"latest_release_at": "2026-02-21T12:40:47Z",
"latest_release_tag": "v1.9.1",
"releases_from_tags": false,
"days_since_last_push": 53,
"active_weeks_last_year": 9,
"days_since_latest_release": 154,
"mean_days_between_releases": 115.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 63,
"stars": 332,
"watchers": 13,
"fork_history": {
"days": [
{
"date": "2016-01-05",
"count": 1
},
{
"date": "2016-07-14",
"count": 1
},
{
"date": "2016-08-01",
"count": 1
},
{
"date": "2016-08-07",
"count": 1
},
{
"date": "2016-08-17",
"count": 1
},
{
"date": "2016-08-18",
"count": 1
},
{
"date": "2016-11-10",
"count": 1
},
{
"date": "2018-05-24",
"count": 1
},
{
"date": "2018-06-23",
"count": 1
},
{
"date": "2019-11-20",
"count": 1
},
{
"date": "2019-12-21",
"count": 1
},
{
"date": "2019-12-31",
"count": 1
},
{
"date": "2020-01-20",
"count": 1
},
{
"date": "2020-02-26",
"count": 1
},
{
"date": "2020-03-17",
"count": 1
},
{
"date": "2020-04-30",
"count": 1
},
{
"date": "2020-07-09",
"count": 1
},
{
"date": "2020-09-29",
"count": 1
},
{
"date": "2020-11-11",
"count": 1
},
{
"date": "2021-01-19",
"count": 1
},
{
"date": "2021-01-31",
"count": 1
},
{
"date": "2021-04-12",
"count": 1
},
{
"date": "2021-08-02",
"count": 1
},
{
"date": "2021-11-03",
"count": 1
},
{
"date": "2022-01-21",
"count": 1
},
{
"date": "2022-02-15",
"count": 1
},
{
"date": "2022-02-23",
"count": 1
},
{
"date": "2022-03-22",
"count": 1
},
{
"date": "2022-04-10",
"count": 1
},
{
"date": "2022-04-18",
"count": 1
},
{
"date": "2022-06-23",
"count": 1
},
{
"date": "2022-07-28",
"count": 1
},
{
"date": "2022-10-15",
"count": 1
},
{
"date": "2023-01-28",
"count": 1
},
{
"date": "2023-02-20",
"count": 1
},
{
"date": "2023-06-06",
"count": 1
},
{
"date": "2023-10-10",
"count": 1
},
{
"date": "2023-10-23",
"count": 1
},
{
"date": "2023-12-01",
"count": 1
},
{
"date": "2024-02-04",
"count": 1
},
{
"date": "2024-04-01",
"count": 1
},
{
"date": "2024-05-13",
"count": 1
},
{
"date": "2024-06-10",
"count": 1
},
{
"date": "2024-06-11",
"count": 1
},
{
"date": "2024-06-13",
"count": 1
},
{
"date": "2024-06-18",
"count": 1
},
{
"date": "2024-08-04",
"count": 1
},
{
"date": "2025-03-26",
"count": 1
},
{
"date": "2025-07-07",
"count": 1
},
{
"date": "2025-08-02",
"count": 1
},
{
"date": "2025-08-07",
"count": 1
},
{
"date": "2025-11-27",
"count": 1
},
{
"date": "2025-11-29",
"count": 1
},
{
"date": "2026-01-21",
"count": 1
},
{
"date": "2026-02-22",
"count": 1
},
{
"date": "2026-03-01",
"count": 1
},
{
"date": "2026-03-07",
"count": 1
},
{
"date": "2026-04-06",
"count": 1
},
{
"date": "2026-06-24",
"count": 1
},
{
"date": "2026-06-28",
"count": 1
},
{
"date": "2026-07-06",
"count": 1
}
],
"complete": true,
"collected": 61,
"total_forks": 63
},
"star_history": null,
"open_issues_and_prs": 17
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"samples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile",
"samples/make/Makefile",
"samples/make/helloworld/Makefile",
"samples/make/helloworld_cpp/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 50691,
"source_files_sampled": 405,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 13,
"merged_prs": 345,
"open_issues": 4,
"closed_ratio": 0.911,
"closed_issues": 41,
"closed_unmerged_prs": 47
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "exjam",
"commits": 507,
"avatar_url": "https://avatars.githubusercontent.com/u/1302758?v=4"
},
{
"type": "User",
"login": "Maschell",
"commits": 167,
"avatar_url": "https://avatars.githubusercontent.com/u/8582508?v=4"
},
{
"type": "User",
"login": "GaryOderNichts",
"commits": 87,
"avatar_url": "https://avatars.githubusercontent.com/u/12049776?v=4"
},
{
"type": "User",
"login": "ashquarky",
"commits": 80,
"avatar_url": "https://avatars.githubusercontent.com/u/8533313?v=4"
},
{
"type": "User",
"login": "shinyquagsire23",
"commits": 43,
"avatar_url": "https://avatars.githubusercontent.com/u/1224096?v=4"
},
{
"type": "User",
"login": "fincs",
"commits": 28,
"avatar_url": "https://avatars.githubusercontent.com/u/581494?v=4"
},
{
"type": "User",
"login": "CreeperMario",
"commits": 27,
"avatar_url": "https://avatars.githubusercontent.com/u/15356475?v=4"
},
{
"type": "User",
"login": "WinterMute",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/101194?v=4"
},
{
"type": "User",
"login": "rw-r-r-0644",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/18355947?v=4"
},
{
"type": "User",
"login": "Crayon2000",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/11451841?v=4"
}
],
"contributors_sampled": 33,
"top_contributor_share": 0.477
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"doc.yml",
"format-check.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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 5,
"reason": "13 out of 26 merged PRs checked by a CI test -- score normalized to 5",
"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": 6,
"reason": "Found 18/28 approved changesets -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 14 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "6f9a38068d8feec5a315c99845053165eb5907e5",
"ran_at": "2026-07-25T16:16:20Z",
"aggregate_score": 4.3,
"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-06-01T17:11:59Z",
"oldest_open_prs": [
{
"number": 155,
"created_at": "2020-09-29T16:05:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 306,
"created_at": "2023-02-18T09:24:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 388,
"created_at": "2024-07-06T16:12:47Z",
"last_comment_at": "2026-07-10T23:55:19Z",
"last_comment_author": "JSPunk-14"
},
{
"number": 421,
"created_at": "2025-05-24T23:49:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 430,
"created_at": "2025-11-21T16:29:25Z",
"last_comment_at": "2026-02-17T18:22:38Z",
"last_comment_author": "Fangal-Airbag"
},
{
"number": 437,
"created_at": "2026-02-22T21:41:42Z",
"last_comment_at": "2026-05-22T13:34:24Z",
"last_comment_author": "MaxNiftyNine"
},
{
"number": 439,
"created_at": "2026-03-03T16:26:17Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 440,
"created_at": "2026-03-03T16:47:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 443,
"created_at": "2026-03-23T12:52:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 447,
"created_at": "2026-05-08T04:57:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 448,
"created_at": "2026-06-01T19:43:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 449,
"created_at": "2026-06-01T20:17:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 450,
"created_at": "2026-06-15T18:07:23Z",
"last_comment_at": "2026-06-22T17:57:04Z",
"last_comment_author": "dkosmari"
}
],
"last_merged_pr_at": "2026-06-01T17:11:10Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 116,
"created_at": "2020-02-06T08:05:44Z",
"last_comment_at": "2023-11-14T15:05:38Z",
"last_comment_author": "Wohlstand"
},
{
"number": 403,
"created_at": "2024-10-05T18:45:33Z",
"last_comment_at": "2024-10-06T01:53:51Z",
"last_comment_author": "Wohlstand"
},
{
"number": 410,
"created_at": "2024-12-17T16:14:54Z",
"last_comment_at": "2024-12-17T16:43:31Z",
"last_comment_author": "WinterMute"
},
{
"number": 438,
"created_at": "2026-02-27T10:48:28Z",
"last_comment_at": "2026-04-06T06:54:51Z",
"last_comment_author": "ARandomOSDever"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/devkitPro/wut",
"host": "github.com",
"name": "wut",
"owner": "devkitPro"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"security": 43,
"vitality": 54,
"community": 56,
"governance": 73,
"engineering": 74
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 54,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"commits_last_year": 13,
"human_commit_share": 1,
"days_since_last_push": 53,
"active_weeks_last_year": 9
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 53 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 53
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "9/52 weeks with commits",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 9
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "13 commits in the last year",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 13
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 82,
"inputs": {
"releases_count": 24,
"latest_release_tag": "v1.9.1",
"releases_from_tags": false,
"days_since_latest_release": 154,
"mean_days_between_releases": 115.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "24 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 24
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 154 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 154
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~115.7 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 115.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 53,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 53 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 53
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 56,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"forks": 63,
"stars": 332,
"watchers": 13,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "332 stars",
"points": 40.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 332
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "63 forks",
"points": 14.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 63
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "13 watchers",
"points": 6,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 13
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Zlib)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Zlib"
}
}
],
"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": "good",
"name": "Sustainability & Governance",
"value": 73,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 33,
"top_contributor_share": 0.477
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 48% of commits",
"points": 11.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 48
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "33 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 33
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 14 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 345,
"open_issues": 4,
"closed_issues": 41,
"issue_closed_ratio": 0.911,
"closed_unmerged_prs": 47
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "91% of issues closed",
"points": 42.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 91
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "345/392 decided PRs merged",
"points": 33.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 345,
"decided": 392
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 18/28 approved changesets -- score normalized to 6",
"points": 9,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"followers": 789,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "devkitPro",
"public_repos": 97,
"account_age_days": 4459
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "789 followers of devkitPro",
"points": 20.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 789,
"login": "devkitPro"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "97 public repos, account ~12 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 97
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 74,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": 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": 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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "13 out of 26 merged PRs checked by a CI test -- score normalized to 5",
"points": 10,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://wut.devkitpro.org",
"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": "https://wut.devkitpro.org",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 43,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 43,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.3
},
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "13 out of 26 merged PRs checked by a CI test -- score normalized to 5",
"points": 1.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 18/28 approved changesets -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 14 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "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": 12
},
"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": "moderate",
"name": "AI Readiness",
"value": 51,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.62,
"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": "62 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 33.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 62,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile",
"samples/make/Makefile",
"samples/make/helloworld/Makefile",
"samples/make/helloworld_cpp/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, samples/make/Makefile, samples/make/helloworld/Makefile, samples/make/helloworld_cpp/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, samples/make/Makefile, samples/make/helloworld/Makefile, samples/make/helloworld_cpp/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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C",
"largest_source_bytes": 50691,
"source_files_sampled": 405,
"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/405 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 405,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"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? 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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-25T16:16:47.146460Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/devkitPro/wut.svg",
"full_name": "devkitPro/wut",
"license_state": "standard",
"license_spdx": "Zlib"
}