Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1903,
"has_wiki": false,
"homepage": null,
"languages": {
"C": 5187,
"Lua": 142797,
"Shell": 2557,
"Batchfile": 3523
},
"pushed_at": "2026-05-11T13:43:58Z",
"created_at": "2018-12-31T13:15:32Z",
"owner_type": "User",
"updated_at": "2026-07-20T14:45:33Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Lua",
"significant_languages": [
"Lua"
]
},
"owner": {
"blog": null,
"name": "actboy168",
"type": "User",
"login": "actboy168",
"company": null,
"location": "China",
"followers": 527,
"avatar_url": "https://avatars.githubusercontent.com/u/1836844?v=4",
"created_at": "2012-06-11T02:29:10Z",
"is_verified": null,
"public_repos": 64,
"account_age_days": 5155
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.7",
"kind": "other",
"published_at": "2024-02-28T02:43:23Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2023-04-14T14:45:43Z"
}
],
"recent_commits": [
{
"oid": "c0ba7fb5a9e6218bce9af9cb955c2fd4767d3fda",
"body": "* feat: 支持编译内嵌脚本的 standalone lua2c\n\n在 make.lua 中新增 lua2c构建目标,将所有 Lua 脚本以字节码形式\n内嵌到二进制中。prebuilt 模式下直接编译预生成的 lua_embed.c,无需运行\n时依赖。\n\n用法:./compile/build.sh lua2c\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\n\n* build: 在build阶段完成构建\n\n---------\n\nCo-authored-by: qingjiawang <qingjiawang@tencent.com>\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\nCo-authored-by: actboy168 <actboy168@gmail.com>",
"is_bot": false,
"headline": "feat: 支持编译内嵌脚本的 standalone luamake (#54)",
"author_name": "Wang QingJia",
"author_login": "wangqingjia1999",
"committed_at": "2026-05-11T13:43:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "adf9f14070f20f66bfe2f5d61ab480fd36e34e14",
"body": null,
"is_bot": false,
"headline": "使用完整路径",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-05-09T09:41:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae797d2d63c0fa5ba379335438750d815373a4f9",
"body": null,
"is_bot": false,
"headline": "修复错误",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-05-06T16:22:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a35ae38a8cc9ef94beeb7ae3ab91061495273a49",
"body": null,
"is_bot": false,
"headline": "luamake test 不再依赖globals.lua",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-05-05T12:47:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7ea7c2b265556255564ec26aaf85c3aa9cd6eab",
"body": null,
"is_bot": false,
"headline": "luamake lua 不再依赖sandbox",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-05-05T12:29:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4855771d93e789cd2fa6ab6182e14d01451c7376",
"body": "问题根因:\npathutil.lua 中 path_mt.__div 将两段路径拼接后直接返回 fsutil.join()\n的结果,该结果是一个普通字符串,不再携带路径对象的元表标记。\n\n当调用方使用 lm.luadir / 'onelua.c' 这类路径拼接,再将结果传入\nsource_set 的 sources 字段时,glob.lua 的 pattern_preprocess 函数会\n通过 pathutil.tovalue 检测该值是否已经是绝对/归一化的路径对象:\n\n local ispath, path = pathutil.tovalue(pattern)\n ...\n \n[…]\nce_lua/onelua.obj',\n missing and no known rule to make it\n\n修复方式:\n将 path_mt 的声明与初始化分离,使 __div 闭包能够引用到 path_mt\n自身,从而让拼接结果继续用 setmetatable 包装为路径对象。pathutil.is()\n随后能正确识别该值,glob 不会对其重复追加 rootdir。",
"is_bot": false,
"headline": "fix: path.__div 运算符应返回路径对象而非普通字符串 (#53)",
"author_name": "最萌小汐",
"author_login": "sumneko",
"committed_at": "2026-04-27T15:42:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "765ffc69a951b4c1e083e2b8a5c3d58d3732d432",
"body": null,
"is_bot": false,
"headline": "不再依赖fs.path",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-04-24T16:05:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89b22d0f9df0c43aef1241b6ac0d6fd98529722b",
"body": null,
"is_bot": false,
"headline": "如果bash环境没有gcc则使用msvc",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-04-18T02:47:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7640174094bbabf74a26368ce2074aca4f12818",
"body": null,
"is_bot": false,
"headline": "feat(docs): 整理Bee文档并新增运行时库说明",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-04-17T15:59:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25cb14bd9bd7a4b404e3b797047bbe39b556533b",
"body": null,
"is_bot": false,
"headline": "docs: 统一模块注释分隔格式为简单连字符样式",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-04-17T14:44:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e296ef2533001eb738af4aabd8625996b95e4fe",
"body": null,
"is_bot": false,
"headline": "docs: 统一注释箭头符号为 \"->\"",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-04-17T14:43:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffbaa99dc951d4c39382e8e102deeefa34017432",
"body": null,
"is_bot": false,
"headline": "refactor: 重构嵌入数据 (#52)",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-04-17T14:39:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d727b10692e0324173f4c3355720620a4bc8a1fc",
"body": null,
"is_bot": false,
"headline": "feat: 新增 bee.embed 模块支持嵌入数据访问",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-04-16T15:38:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85b933ae27f9b98fa01590716f6e60d8884402bd",
"body": null,
"is_bot": false,
"headline": "update bee",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-04-16T15:11:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80f631d325e2aebbb8417559240adf1f3f4cee3a",
"body": null,
"is_bot": false,
"headline": "feat: 支持lua_embed自动导出includes与objdeps供依赖继承",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-04-16T14:54:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c2b408f82b1a3af39788053cfa9339080e35f5b",
"body": null,
"is_bot": false,
"headline": "feat: 新增lm:lua_embed支持Lua脚本嵌入编译生成source_set",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-04-16T14:37:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "780be857655ecff284144f6c57d25ac3f83ffc4e",
"body": null,
"is_bot": false,
"headline": "更新skill",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-04-16T04:33:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32395505974fae321b1591551fa4abe5af456b9b",
"body": null,
"is_bot": false,
"headline": "修复静态链接",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-04-12T14:41:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68f02c4036025145133dcfdce780760ae4aa7d09",
"body": null,
"is_bot": false,
"headline": "匿名rule支持pool",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-04-07T11:57:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55876e311b85e5dd1837e7e019f69de7ecfee941",
"body": null,
"is_bot": false,
"headline": "默认使用lua55构建",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-03-29T15:42:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9f16047a6b5cef55f2ae4eb2ec68bb7f187a3fe",
"body": null,
"is_bot": false,
"headline": "去掉lua2c",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-03-29T13:03:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b45471e4e9f3912550d8a4e9f25bf35615e8f1a",
"body": null,
"is_bot": false,
"headline": "update bee",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-03-29T11:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c400252dbb9efc0b0848b3ca963dec6fafd643f8",
"body": null,
"is_bot": false,
"headline": "修复一个错误",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-03-26T13:28:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc9178359eedf36570616355d961c37d07a74af7",
"body": null,
"is_bot": false,
"headline": "update skill",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-03-23T15:23:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a2fb68af87b9c7a0e8a334865ca9d56144a29db",
"body": null,
"is_bot": false,
"headline": "luamake skill",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-03-22T13:09:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "253a7e214ae0dace01130a2a697837d5d7feb031",
"body": null,
"is_bot": false,
"headline": "update bee",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-03-12T09:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caadcd65345ec340b1a41bd4d9a9fdde4340f74e",
"body": null,
"is_bot": false,
"headline": "增加限制条件",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-03-12T09:01:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bd49cf70d27a9c1accf5f901ba1df6e7ed64f4b",
"body": null,
"is_bot": false,
"headline": "简化代码",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-02-05T03:38:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0e8f7cd23e55e6e6c383e730389f8c9990bfa8b",
"body": null,
"is_bot": false,
"headline": "update bee",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-01-13T12:21:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2841e70de0df9b53d5a71c484e5cb056b02ab954",
"body": null,
"is_bot": false,
"headline": "update bee",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-01-13T12:19:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee0791ad1e8ff5a75042707c1789301006aeb366",
"body": null,
"is_bot": false,
"headline": "update bee",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-01-13T12:11:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca108bfd03b2a0eef4c827b45779018f41d2779b",
"body": null,
"is_bot": false,
"headline": "update bee",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-01-12T14:53:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ace9cd6ff960bf497a647245733d3130d13ccdea",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/actboy168/luamake",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-01-08T12:00:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c973a976201cd02e8e4370ce28be06755995c985",
"body": null,
"is_bot": false,
"headline": "改进错误信息",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2026-01-08T12:00:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "393da555fdeda5c1029badb4dbd28e19d1bbd54a",
"body": null,
"is_bot": false,
"headline": "update bee",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-12-25T05:28:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c4bd16c9b0c1d773402fc15c76367f7899a1f91",
"body": null,
"is_bot": false,
"headline": "切换到5.5",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-12-23T05:34:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a8cdf56101273da7f0ef9625926acd74ca4d277",
"body": null,
"is_bot": false,
"headline": "5.4.8",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-12-23T05:29:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5bd143b0307dcb8a7c25fb9308f3f7721fe1a8d",
"body": null,
"is_bot": false,
"headline": "切换到Lua55",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-12-22T15:34:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd45d8b32f0ffd80913a924392cc28c2b0d94994",
"body": null,
"is_bot": false,
"headline": "update bee",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-12-22T15:33:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c587dd43e06608043857a48f9bd720c13cef6c3",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/actboy168/luamake",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-12-22T15:32:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1d5a89841cd4b7e721df105ad1af0de48df783d",
"body": null,
"is_bot": false,
"headline": "修复错误",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-12-22T15:32:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0facea0cba6f06f4474b31128e46dbd7d5709b7",
"body": null,
"is_bot": false,
"headline": "支持搜索多个msvc版本",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-12-19T01:59:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb9a5ff4d5692ebb594b1802b248650b896bb94d",
"body": null,
"is_bot": false,
"headline": "整理代码",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-12-18T16:17:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0091e680506563d5a42da392ad7be0c9f957717",
"body": null,
"is_bot": false,
"headline": "支持指定Lua版本",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-12-17T16:23:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e57ef4551da060a8b4ea24efbda07cc1ab610c90",
"body": null,
"is_bot": false,
"headline": "兼容lua55",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-12-17T16:05:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3159932eabf8006bef721db933a2d4a7b73a6947",
"body": null,
"is_bot": false,
"headline": "update bee",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-12-17T15:54:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a83fa224d083ad5ee4d39367621ee8c8c8db379b",
"body": null,
"is_bot": false,
"headline": "update bee",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-12-02T16:20:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac8a71205a2f274a8ca0225ce9001b2cc862f13b",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/actboy168/luamake",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-12-02T16:19:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82ff8beda8a793c7ba62b7ca237d6b7345e35f7a",
"body": null,
"is_bot": false,
"headline": "update lua55",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-12-02T16:19:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e90778390fb11d917c6e4c5cb963356a0780fb0",
"body": null,
"is_bot": false,
"headline": "update bee",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-10-29T08:38:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "185d976e971d29f01f2ee395e35e7a59e76a6c48",
"body": null,
"is_bot": false,
"headline": "为lua55的临时修复",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-10-23T16:00:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e06256582e30d4b74199861679e05af530aee683",
"body": null,
"is_bot": false,
"headline": "update bee",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-10-21T15:09:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec7f7a0cde83feaa2338a3a9e3d9d733876e2aaa",
"body": null,
"is_bot": false,
"headline": "加入一个libs目录",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-10-10T06:56:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62e6fbe8c9781e514cbdf202118a0a1d6de85465",
"body": null,
"is_bot": false,
"headline": "update bee",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-09-29T08:17:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76156577112d9af69f404eead81cdeaf2bbb7b58",
"body": null,
"is_bot": false,
"headline": "update bee",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-09-26T02:03:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d9fead0dab6b9b76d0992fd195e13e1b68d9138",
"body": null,
"is_bot": false,
"headline": "修复构建错误",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-09-26T02:01:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c69a737e5cb39ffc98d16e1974d8c9883839f61",
"body": null,
"is_bot": false,
"headline": "修复构建错误",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-09-26T01:56:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e13ba276ae1901ba5c439ff19b40de4eb7390502",
"body": null,
"is_bot": false,
"headline": "修复错误",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-09-19T07:49:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7eb5538cefca8b0d21c64fa7bb84d4c9106ef0bc",
"body": null,
"is_bot": false,
"headline": "prebuilt.sh也支持传参",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-09-19T06:57:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "568b987e18403104c41cc5a5d855415677336e3e",
"body": null,
"is_bot": false,
"headline": "实验性加入lua2c特性",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-09-19T06:45:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cc050baf0a61ec8e38793a2752d0aa8d3d8d1be",
"body": null,
"is_bot": false,
"headline": "updarte bee",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-09-19T06:31:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12f184442567e69990e7eccb8a3961eaf176c42f",
"body": null,
"is_bot": false,
"headline": "command不再依赖文件系统",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-09-19T01:53:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f9e7a798b5f0da20a7a577cba9a258d1197ff57",
"body": null,
"is_bot": false,
"headline": "prebuilt支持带参",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-09-19T01:43:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37600774f391d9ad0183cddbf57aedfc81daf6ee",
"body": null,
"is_bot": false,
"headline": "Update publish.yml",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-09-15T17:17:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bedfce66f075a9f68b1475747738b81b3b41c25",
"body": null,
"is_bot": false,
"headline": "修复ucrtpath计算的问题",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-09-11T04:15:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a04343aedc719344e0fd3325679f22aeaaf7351b",
"body": null,
"is_bot": false,
"headline": "完善错误信息",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-09-11T03:15:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f7fe732116a47a41beee0b6b1f1b06dca31e85e",
"body": null,
"is_bot": false,
"headline": "支持5.5 lua.h的解析",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-08-27T06:58:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c0590f82e6337bff3cdb98f6586ec0c06a58e18",
"body": null,
"is_bot": false,
"headline": "update lua55",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-08-27T06:46:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b38917d46922be3d4b699ad2559070c75f74fad0",
"body": null,
"is_bot": false,
"headline": "update bee",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-08-27T06:43:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "922632b2d9859b14b10ec8a6e5b62564ba44f37d",
"body": null,
"is_bot": false,
"headline": "允许去掉GL",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-08-27T06:43:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3151c2f7895a615008076c73bbb11ec576800355",
"body": null,
"is_bot": false,
"headline": "清理代码",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-07-30T11:32:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05bf18ac76b3ad2c29528c9d4f1698fbe49fa80c",
"body": null,
"is_bot": false,
"headline": "允许指定ninja",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-07-30T11:29:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "921b8914ebcdfc2a63911dae760495317e91f574",
"body": null,
"is_bot": false,
"headline": "update bee",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-07-30T11:09:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f91a6172b21142a8e8a8445084e7a166f3f926b4",
"body": null,
"is_bot": false,
"headline": "lib过滤GL",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-07-30T11:07:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e2c4ab98a410f1b847acaf7bf6784cc6c2e88a4",
"body": null,
"is_bot": false,
"headline": "允许指定toolset和winsdk",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-07-30T11:07:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e424c0c794817b74694d8de3c15589a02f0dd528",
"body": null,
"is_bot": false,
"headline": "Update publish.yml",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-07-12T09:01:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a0e7bf87bb52815f5d01189b3922f44b721400b",
"body": null,
"is_bot": false,
"headline": "update bee",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-06-20T01:57:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60d3bf06500213707ec2e15ee83bf8a358435501",
"body": null,
"is_bot": false,
"headline": "改进错误提示",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-06-20T01:55:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bb731b37548dbcb852befee55d2cc86a1bad44a",
"body": null,
"is_bot": false,
"headline": "fixes #46",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-06-05T04:28:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01e04b4f9906610e59acc97dc454ca0e56fb97c7",
"body": null,
"is_bot": false,
"headline": "update lua55",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-05-20T11:32:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2a68f2a8bddceb46143a8f1f477a922b1d4a4fe",
"body": null,
"is_bot": false,
"headline": "update bee",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-05-20T11:29:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa6a85922654c402d462725781b51969e62c8e54",
"body": null,
"is_bot": false,
"headline": "update bee",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-05-09T09:11:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c931c3b28e94913e8c753e43a0f2fb11d6370d49",
"body": null,
"is_bot": false,
"headline": "不再强制校验c/cxx",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-05-09T09:11:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c4cc99102bf77ce8461ac1814ee583584ebaf50",
"body": null,
"is_bot": false,
"headline": "update bee",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-05-08T06:50:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1e0a20c96c38f01bc77eee89dda2ecf5ee2dfca",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-05-08T03:00:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e68d21d5560b58c9d04fceb1eef97d7fe4dbe53a",
"body": null,
"is_bot": false,
"headline": "Update publish.yml",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-05-07T07:02:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b16c12a1f08f5ee599f70dda09c56b7fdc7d711c",
"body": null,
"is_bot": false,
"headline": "fix: ArchAlias in `scripts/env/msvc.lua`",
"author_name": "Atlanswer",
"author_login": "atlanswer",
"committed_at": "2025-04-28T12:33:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa7b8028c2f6642cc429e2b51e4d9e5f7a75da1b",
"body": null,
"is_bot": false,
"headline": "支持arm64汇编器",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-04-28T01:44:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef9a35c39c18b5acce290718ab4c28a440e53e26",
"body": null,
"is_bot": false,
"headline": "支持arm64汇编器",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-04-27T05:56:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5c0e4ce14cdba07274812c2145e704befdeb7b0",
"body": null,
"is_bot": false,
"headline": "禁用fast_setjmp",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-04-27T05:25:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7432a676a1dd217a0824e2f29055b72dd8f98749",
"body": null,
"is_bot": false,
"headline": "完善arm的支持",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-04-27T04:53:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23a49ed1adf328917bc4d57cd050b6f6239fb355",
"body": null,
"is_bot": false,
"headline": "不再需要PROCESSOR_ARCHITEW6432",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-04-27T04:08:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32a52bb852258224704480159c99a029108db946",
"body": null,
"is_bot": false,
"headline": "完善arm的支持",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-04-27T04:07:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84aefeb78b2b33743c0559b6644497615c3f1a85",
"body": null,
"is_bot": false,
"headline": "完善arm的支持",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-04-27T03:40:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "105d7d7df3b6b4ceac30b6a4cfd991a93f485b41",
"body": null,
"is_bot": false,
"headline": "update bee",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-04-27T03:23:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1373de5f8448205c01895b6ad3354f0b7d923192",
"body": null,
"is_bot": false,
"headline": "统一检测arch的代码",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-04-27T03:22:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0709e8224d45718303248043d6107bef5eea328",
"body": null,
"is_bot": false,
"headline": "修复错误",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-04-27T02:31:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11d07b4539cab64ed54c4c1529383be38c099073",
"body": null,
"is_bot": false,
"headline": "Update publish.yml",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-04-23T02:26:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dbf46c10ed6e38049f538ee3d7b8d14341ed41e",
"body": null,
"is_bot": false,
"headline": "识别arm64",
"author_name": "actboy168",
"author_login": "actboy168",
"committed_at": "2025-04-23T02:15:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17f9ae329a59ab08c72f7ae21e2970387f690e98",
"body": "- add quotes around the last line so that ninja will still build even if the path contains spaces.",
"is_bot": false,
"headline": "Update build.sh",
"author_name": "cootshk",
"author_login": "cootshk",
"committed_at": "2025-04-22T08:32:04Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 75,
"latest_release_at": "2024-02-28T02:43:23Z",
"latest_release_tag": "v1.7",
"releases_from_tags": false,
"days_since_last_push": 73,
"active_weeks_last_year": 23,
"days_since_latest_release": 876,
"mean_days_between_releases": 319.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 47,
"stars": 209,
"watchers": 7,
"fork_history": {
"days": [
{
"date": "2019-11-01",
"count": 1
},
{
"date": "2020-05-16",
"count": 1
},
{
"date": "2020-07-25",
"count": 1
},
{
"date": "2020-08-06",
"count": 1
},
{
"date": "2020-11-29",
"count": 1
},
{
"date": "2021-06-10",
"count": 1
},
{
"date": "2021-07-05",
"count": 1
},
{
"date": "2021-08-24",
"count": 1
},
{
"date": "2021-08-27",
"count": 1
},
{
"date": "2021-09-26",
"count": 1
},
{
"date": "2021-11-10",
"count": 1
},
{
"date": "2021-12-14",
"count": 1
},
{
"date": "2022-01-02",
"count": 1
},
{
"date": "2022-02-28",
"count": 1
},
{
"date": "2022-04-16",
"count": 1
},
{
"date": "2022-04-22",
"count": 1
},
{
"date": "2022-10-24",
"count": 1
},
{
"date": "2022-12-20",
"count": 1
},
{
"date": "2023-03-02",
"count": 1
},
{
"date": "2023-03-03",
"count": 1
},
{
"date": "2023-04-09",
"count": 1
},
{
"date": "2023-04-20",
"count": 1
},
{
"date": "2023-06-13",
"count": 1
},
{
"date": "2023-07-01",
"count": 1
},
{
"date": "2023-09-02",
"count": 1
},
{
"date": "2023-10-06",
"count": 1
},
{
"date": "2023-11-17",
"count": 1
},
{
"date": "2023-12-08",
"count": 1
},
{
"date": "2024-01-17",
"count": 1
},
{
"date": "2024-01-18",
"count": 2
},
{
"date": "2024-01-24",
"count": 1
},
{
"date": "2024-04-13",
"count": 1
},
{
"date": "2024-07-11",
"count": 1
},
{
"date": "2024-07-16",
"count": 1
},
{
"date": "2025-03-03",
"count": 1
},
{
"date": "2025-04-22",
"count": 1
},
{
"date": "2025-04-26",
"count": 1
},
{
"date": "2025-04-28",
"count": 1
},
{
"date": "2025-05-18",
"count": 1
},
{
"date": "2025-05-28",
"count": 1
},
{
"date": "2025-09-15",
"count": 1
},
{
"date": "2026-02-27",
"count": 1
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-03-11",
"count": 1
},
{
"date": "2026-04-27",
"count": 1
},
{
"date": "2026-05-10",
"count": 1
}
],
"complete": true,
"collected": 47,
"total_forks": 47
},
"star_history": null,
"open_issues_and_prs": 7
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 22545,
"source_files_sampled": 16,
"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": 0,
"merged_prs": 10,
"open_issues": 7,
"closed_ratio": 0.821,
"closed_issues": 32,
"closed_unmerged_prs": 5
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "actboy168",
"commits": 1077,
"avatar_url": "https://avatars.githubusercontent.com/u/1836844?v=4"
},
{
"type": "User",
"login": "tqfx",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/59302530?v=4"
},
{
"type": "User",
"login": "cootshk",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/83678457?v=4"
},
{
"type": "User",
"login": "atlanswer",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/17683244?v=4"
},
{
"type": "User",
"login": "passos",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/22761?v=4"
},
{
"type": "User",
"login": "notpeter",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/145113?v=4"
},
{
"type": "User",
"login": "wangqingjia1999",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/50317297?v=4"
},
{
"type": "User",
"login": "stnley",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/64174376?v=4"
},
{
"type": "User",
"login": "sumneko",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5213431?v=4"
}
],
"contributors_sampled": 9,
"top_contributor_share": 0.991
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"publish.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 3 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 2/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": 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": 5,
"reason": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"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": "c0ba7fb5a9e6218bce9af9cb955c2fd4767d3fda",
"ran_at": "2026-07-23T15:07:56Z",
"aggregate_score": 3.4,
"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-05-11T13:45:49Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-05-11T13:43:58Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 1,
"created_at": "2019-05-08T14:04:38Z",
"last_comment_at": "2025-02-07T19:15:08Z",
"last_comment_author": "inspire22"
},
{
"number": 27,
"created_at": "2022-09-08T13:24:09Z",
"last_comment_at": "2022-09-08T15:17:21Z",
"last_comment_author": "actboy168"
},
{
"number": 29,
"created_at": "2022-10-01T17:12:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 31,
"created_at": "2022-11-14T13:03:41Z",
"last_comment_at": "2024-07-01T01:41:37Z",
"last_comment_author": "actboy168"
},
{
"number": 43,
"created_at": "2025-04-09T11:04:08Z",
"last_comment_at": "2025-04-25T10:28:38Z",
"last_comment_author": "actboy168"
},
{
"number": 47,
"created_at": "2025-10-03T08:04:01Z",
"last_comment_at": "2025-10-10T10:17:47Z",
"last_comment_author": "lualcs"
},
{
"number": 48,
"created_at": "2026-01-08T05:33:48Z",
"last_comment_at": "2026-01-09T01:40:30Z",
"last_comment_author": "apteryks"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/actboy168/luamake",
"host": "github.com",
"name": "luamake",
"owner": "actboy168"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"security": 34,
"vitality": 51,
"community": 53,
"governance": 49,
"engineering": 40
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 51,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 75,
"human_commit_share": 1,
"days_since_last_push": 73,
"active_weeks_last_year": 23
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 73 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 73
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "23/52 weeks with commits",
"points": 15.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 23
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "75 commits in the last year",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 75
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"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": 44,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v1.7",
"releases_from_tags": false,
"days_since_latest_release": 876,
"mean_days_between_releases": 319.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 876 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 876
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~319.5 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 319.5
}
}
],
"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": 73,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 73 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 73
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 53,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"forks": 47,
"stars": 209,
"watchers": 7,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "209 stars",
"points": 37.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 209
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "47 forks",
"points": 13.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 47
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "7 watchers",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 7
}
}
],
"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 (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 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": "at_risk",
"name": "Sustainability & Governance",
"value": 49,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 9,
"top_contributor_share": 0.991
},
"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 99% of commits",
"points": 0.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 99
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "9 contributors",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 9
}
}
],
"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": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"merged_prs": 10,
"open_issues": 7,
"closed_issues": 32,
"issue_closed_ratio": 0.821,
"closed_unmerged_prs": 5
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "82% of issues closed",
"points": 38.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 82
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "10/15 decided PRs merged",
"points": 25.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 10,
"decided": 15
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/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": 68,
"inputs": {
"followers": 527,
"owner_type": "User",
"is_verified": null,
"owner_login": "actboy168",
"public_repos": 64,
"account_age_days": 5155
},
"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": "527 followers of actboy168",
"points": 19.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 527,
"login": "actboy168"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "64 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 64
}
},
{
"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": 40,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 3 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 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": "at_risk",
"name": "Security",
"value": 34,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.4
},
"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": "0 out of 3 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 2/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 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": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.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": 9
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "critical",
"name": "AI Readiness",
"value": 13,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 6,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.12,
"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": "12 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 6.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 12,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 2,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Lua",
"largest_source_bytes": 22545,
"source_files_sampled": 16,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Lua without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Lua"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/16 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 16,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"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-23T15:08:07.013269Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/actboy168/luamake.svg",
"full_name": "actboy168/luamake",
"license_state": "standard",
"license_spdx": "MIT"
}