Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 936,
"has_wiki": true,
"homepage": "https://vitatsui.github.io/hsu-ui/",
"languages": {
"SCSS": 122794,
"JavaScript": 15185,
"TypeScript": 831239
},
"pushed_at": "2026-07-17T10:40:15Z",
"created_at": "2026-06-26T03:22:34Z",
"owner_type": "User",
"updated_at": "2026-07-17T10:37:51Z",
"description": "一套基于 React + Ant Design 的中后台业务组件库",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript",
"SCSS"
]
},
"owner": {
"blog": null,
"name": "VitaHsu",
"type": "User",
"login": "VitaTsui",
"company": null,
"location": null,
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/140629503?v=4",
"created_at": "2023-07-26T14:34:53Z",
"is_verified": null,
"public_repos": 16,
"account_age_days": 1091
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.0.14",
"kind": "patch",
"published_at": "2026-07-17T10:40:15Z"
},
{
"tag": "v0.0.13",
"kind": "patch",
"published_at": "2026-07-16T17:32:49Z"
}
],
"recent_commits": [
{
"oid": "2de38ce266a5a83507250cc9fff1b4a0b74dc6f1",
"body": "docs: 公开项目文档与注释规范 + 依赖升级(v0.0.14)",
"is_bot": false,
"headline": "Merge pull request #3 from VitaTsui/develop",
"author_name": "VitaHsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-17T10:37:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "341655753e413fe88cd0f47c6d7869fd5a92eeae",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: 升级 hsu-utils ^0.0.55 与 @hsu-react/single-router 0.0.27,版本 0.0.14",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-17T10:36:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "40d40eb47152360ba905897c79630afc0353b66f",
"body": null,
"is_bot": false,
"headline": "docs: sync antd dark algorithm with dumi color scheme toggle",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-17T10:15:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79946d6d0e1e21fb10c671a75f111cad5e190ca0",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: 补译 ChatInput 遗漏的中文注释",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-17T10:08:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0e4593bd65bac4c7329bbefdc1012f447dfeeadf",
"body": "- 帮助/提示 Tooltip 的浅底深字对(#f2f4f5/#131212)→ var(--cf-subtle)/var(--cf-text),\n 浮层随主题明暗(FileCol/ItemContainer/Table/Upload 共 5 处成对)\n- 灰色辅助 icon(#999999/#ababab)→ var(--cf-text-3)\n- 保留:ChainGraph canvas 绘制色(CSS 变量在 canvas 上下文不可用)、\n 主色底白字(EllipsisTag)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: tsx 内联颜色接入设计 token(轮 3)",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-17T09:51:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e07c9c24222f9070bdca781fd1fd5c026aeb5010",
"body": "- README 补 npm / license 徽章与贡献、License 段落\n- 新增 MIT LICENSE 文件\n- 全量源码注释与 JSDoc 统一为英文\n- 清理 Chat/Copy 组件中注释掉的死代码\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: 规范公开项目文档与注释",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-17T09:41:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "50f55b1ffc41c38f5b41516db4bf42b4ac59b7b6",
"body": "- 按语义映射:主文字/次要/弱文字 → --cf-text(-2/-3);描边 → --cf-border(-weak);\n 面板底/次级底/hover 底 → --cf-surface/--cf-subtle/--cf-row-hover;\n 强调蓝系 → --primary-color(半透明衍生用 color-mix);错误红 → --cf-error;\n 阴影字面量 → --cf-shadow-N\n- 刻意保留:Chart 数据可视化色板、品牌渐变及其配套白字、Markdown 代码块\n 固定暗色 chrome、预览遮罩 chrome、密码强度三段色等(暗色下语义正确)\n- \n[…]\nokens.scss 暗色选择器补 html[data-prefers-color=dark](dumi 文档站\n 实际使用的属性名),文档站暗色现可自动联动\n\ndumi 六个核心组件页亮/暗双主题回归 0 报错;tsc 零错误、build 395 文件通过\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: 组件散落硬编码色替换为设计 token(约 157 处,41 个样式文件)",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-17T08:57:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f9d8713fbf780efc726b03820713b386c0c18843",
"body": "- 新增 styles/tokens.scss:完整 CSS 变量集,:root 亮值 +\n html[data-theme=dark](消费项目)/ html[data-prefers-color-scheme=dark](dumi)暗值;\n antd-overload 顶部引入,消费者引一个文件即得整套 token\n- 新增 styles/tokens.ts + barrel 导出 lightTokens/darkTokens/defaultPrimaryColor,\n 供消费项目 antd themeConfig 等 JS 侧使用(与 scss 同步维护)\n- 修复关键缺陷:--c\n[…]\n此前被全库 128 处消费但无任何静态定义,\n 脱离 vita 系 Theme 组件(如 dumi 文档站)时整套 CF 样式静默失效\n\n已验证:token 在无 Theme 组件页面可解析;data-theme 暗色翻转正确;\ndumi 文档站明暗联动正确\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: 统一设计 token 体系(色彩/字体/圆角/阴影,含暗色主题)",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-17T08:33:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7ed41c68c71bc66d7756fc4e48334b28201bfcef",
"body": "release: 0.0.13(antd-overload 收编 modal-mask)",
"is_bot": false,
"headline": "Merge pull request #2 from VitaTsui/develop",
"author_name": "VitaHsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-16T17:18:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "430233d33f3e088d54644a1bb949dda9e98e245d",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: 版本 0.0.13(CI 按版本自动发布)",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-16T17:17:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "aa0402187e56dd8c0cb6e4d6ccc07d09a94d4df9",
"body": "style: antd-overload 收编 modal-mask 覆写",
"is_bot": false,
"headline": "Merge pull request #1 from VitaTsui/develop",
"author_name": "VitaHsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-16T17:16:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dba3ecc25f8dc5db0997d14a8e675658a6736743",
"body": "此前散在各消费项目的本地 antd-overload 增量,统一由组件库全局样式提供\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "style: antd-overload 收编 .ant-modal-mask pointer-events 覆写",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-16T17:12:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "077b3a61d4f548f47c76e6ea1d785fb38a58c8c0",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: 添加分支流向检查、自动发布 workflow 与 PR 模板",
"author_name": "VitaTsui",
"author_login": "VitaTsui",
"committed_at": "2026-07-16T16:40:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "647439d81bc5d55783d8cda36ccb35f25122ca77",
"body": null,
"is_bot": false,
"headline": "0.0.12",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-16T11:27:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8eb4148e155e46459c08f77da2f945585bdc8ae",
"body": "Modal zoom 动画只变 transform 不触发 ResizeObserver,弹窗未完全展开时\nSearch 的列数/展开计算拿到的尺寸不准且不会自愈;\n经 afterOpenChange 在动画完成后重挂载 Search 重新初测(用户传入的\nafterOpenChange 链式保留)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(Panel): ListModalPanel 的 Search 等弹窗动画完成后再初测 DOM 尺寸",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-15T05:58:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bd7656059daed7d9b41cd04101a62968657f7f96",
"body": "异构列集切换时透传给内部 Table 强制重挂载;显式解构避免 key 随展开进 JSX 触发警告\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(Panel): ListModalPanel 的 tableProps 支持 key(与 ListPanel 对齐)",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-15T02:37:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d31ae1c47c0922184cd32e5c824f1b9eea4b06fc",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(Chart): Bar3DOpt 堆叠基底相加显式转 Number(api.value 返回 ParsedValue)",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-14T03:12:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "373bb2b70c5fbe00a7aaefe2650f307ad93dfcf7",
"body": "- Bar3DOpt 新增 Bar3DSeriesOptions(seriesCount/seriesOrder/stack/stackBase):\n 多系列按可见数整组相对类目刻度居中;堆叠模式同类目纵向叠放(从基底画到基底+自身值)\n- chartTooltipFormatter 的 sortDescending 排序前把 value 统一还原为数值\n (兼容拼单位字符串\"123次\"、千分位\"1,234\"、数组取尾值)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(Chart): 3D 柱状图支持分组居中与堆叠;tooltip 排序兼容非纯数值",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-14T03:10:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "14f3f30bb3b4df6bf29489bbd2ffd432a8b93ae4",
"body": null,
"is_bot": false,
"headline": "0.0.11",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-10T01:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e33456383110ce9b5b2d0eefc5334e980e8707bf",
"body": "useEllipsisTooltip 不再按声明列宽计算传入(声明宽经 fixedWidth 比例分配后与\n实际宽度不一致;且未设宽的列内部为 \"100%\",Number 转换为 NaN 仅凑巧走对分支),\n去掉 300 阈值判断,统一走实测\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(Table): ellipsis 列 Tooltip 宽度一律由 TextEllipsis 实测实际渲染宽度",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-10T01:45:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dad3f79744c62399d2cd8466fe314502cab03f6b",
"body": "- 原逻辑无 width(或百分比)时直接回退固定 defaultWidth(200),\n 表格列宽动态分配场景下 Tooltip 宽度与列宽不符;\n 改为实测容器 clientWidth 优先,实测不到再回退 defaultWidth\n- 容器宽度变化(列宽重分配/窗口 resize)经 ResizeObserver 重测\n 溢出状态与宽度,顺带修复 resize 后溢出判断不更新的问题\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(TextEllipsis): 列未声明宽度时 Tooltip 宽度取容器实际渲染宽度",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-10T01:43:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "638311483c2140b7233cb7a8bb4654268f375eaa",
"body": "原 16px 是按默认 --td-padding: 4px 8px 硬编码;改为解析传入的 tdPadding\n(CSS padding 简写,1/2/3/4 值均支持)取左右合计,未传时回退默认值\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(Table): measureAlign 列宽抬升的内边距随 tdPadding 动态计算",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-08T09:32:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0fd547a9ae3616faf6842afd3e810f18eea09f6d",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(Table): measureAlign 补充列宽下限自适应说明",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-08T09:23:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "60e93f7409e04f353ea06e8ce777146064db49bf",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: README 全局样式引入更新为 scss 产物路径",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-08T09:12:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bbfd0ad9643b008510ea76dfec4fe3fa38ed89e9",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: 指南的全局样式引入更新为 scss 产物路径",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-08T09:09:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b5cf39e943d48eeb87dbd44f9cd9c9cf7ffc2a7c",
"body": null,
"is_bot": false,
"headline": "0.0.10",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-08T08:43:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0819c0f6f46c02b24a38ad6fc72215c1e744d2aa",
"body": "声明的 width 只作下限:按本列最宽内容块测量宽 + 单元格左右内边距(16px)\n抬升列宽,出现超长值(如 +3357.52%)时内容不再被截断\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(Table): measureAlign 列宽下限抬升,防超长值被声明宽度截断",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-08T07:46:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3f3228b3cc03cdf8626d0bb28e691acd2c932d6a",
"body": "Search(净删约 770 行):\n- 新增 _components/SearchBase:表单渲染/列布局/展开收起/按钮组/权限的共享实现,\n 五个变体(基础/Advanced/Collapsible/WithFilter/WithMore)收敛为薄封装\n- 目录归位:AdvancedFiltersDrawer 移入 SearchAdvanced/_components,\n CollapseToggle 按变体私有化(SearchCard/SearchCollapsible 各一份)\n- 宽度测量逻辑抽为 _utils/measureButtonGroupWidth 与 should\n[…]\nObject.fromEntries 过滤\n\n样式保留 CF 主题变量(未回退硬编码);公开 API 无变化。\ntsc --noEmit 零错误、father build 393 文件通过、dumi Search/FormItem 文档页\n浏览器验证 0 报错\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: Search 变体收敛到 SearchBase 公共基座 + FormItem visible 剥离优化",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-08T07:44:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f14f5c167c9ebf4ec01dfa1fba37fc5d9ced7b99",
"body": null,
"is_bot": false,
"headline": "0.0.9",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-07T15:31:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9cc57663812ea0b7f8badba05af49e3ecfa60ef",
"body": "Chart:\n- 新增 chartUtils/useDataZoomWindow:dataZoom 可见窗口管理(裁剪数据配合 calculateAxisConfig 按展示部分重算 Y 轴)\n- 新增 chartUtils/useLegendSelection:图例选中状态管理(隐藏系列后坐标轴自动重算)\n- Bar/Line 新增 onLegendSelectChanged / onDataZoomWindowChanged 回调;\n x 轴数据未变的重渲染(notMerge)保持 dataZoom 窗口位置不重置\n- autoSmooth 滚动器重建时从当前窗口位置继续,新增 onWi\n[…]\nnel 页面级页签改为独立圆角块结构(无底色容器、块间留空),\n 卡片 padding 收紧为 10px;颜色沿用 CF 主题变量\n\nModal:\n- titleButtonGroup 增加 margin-left:auto(title 为空时按钮组仍靠右)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Chart 坐标轴动态重算能力 + ListModalPanel 全屏 + Panel/Modal 样式调整",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-07T15:26:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1443665b2d6d8980e0147d0dbe427780e8288f0b",
"body": null,
"is_bot": false,
"headline": "0.0.8",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-02T07:22:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38b946289f9c479ef735de70885b8d2d8b8dc8a0",
"body": "^0.0.24 在 0.0.x 语义下锁死 patch,消费者顶层装 0.0.26 会给 hsu-ui 嵌套旧版\n导致 TabBar 与应用路由使用不同 store 实例,需发版对齐依赖范围\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: 升级 @hsu-react/single-router 到 0.0.26(路由隔离 + Outlet)",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-02T07:22:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a645dc8d23aa880e0dfac39a73c2f99e8e297a99",
"body": null,
"is_bot": false,
"headline": "0.0.7",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-02T02:57:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bee114e6f1ed8dfd803286274bc1182a98ebbd7",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(Table): 清理 measureAlign 注释中的出处描述",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-02T02:57:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d520c1dc52e0a12e11b4578054f9cda8031e7ed9",
"body": null,
"is_bot": false,
"headline": "0.0.6",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-02T02:51:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "000f60d3a8734339d528bd4b6062af28c4bd586a",
"body": "- ColumnType/ColumnsGroupType 增加 measureAlign、measureText 字段\n- useTableColumns:按本列所有行展示文本测量最大像素宽(14px 基准 + 2px 缓冲),\n 单元格内容包进定宽块内右对齐、块随列 align 居中,各行右边缘对齐(适合数字/金额/单量列)\n- render 产出复合内容时可用 measureText 提供与展示一致的测量文本\n- 文档补充 measureAlign 字段说明\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(Table): 列新增 measureAlign/measureText 定宽对齐能力",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-02T02:49:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "52a115344b8c098c19680f3382832a6013b49991",
"body": null,
"is_bot": false,
"headline": "0.0.5",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-01T09:40:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f774525eaa74d90abaa793fe49e59178e9b019b",
"body": "- src 下 95 个 .less → .scss(92 module + 3 全局),126 处组件 import 同步\n- utils 的 less 变量/mixin → scss $变量 + @function\n- Checkbox :global 嵌套按 Sass 语义调整(css-loader 折叠后 CSS 逐字节一致,无视觉变化)\n- .fatherrc/.dumirc 注释更新;father 原样拷贝 .scss 到 es/lib,无需改样式编译逻辑\n- 依赖 less → sass;sideEffects / typings.d.ts 同步为 scss\n- BREAKING: 产物样式扩展名 .module.less → .module.scss,消费者需 sass-loader(并可移除 less/less-loader)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: 样式从 less 迁移到 scss(Sass)",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-07-01T09:23:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "33af949581402812d571f63eaac1ae2d85442f97",
"body": null,
"is_bot": false,
"headline": "chore: release 0.0.4",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-06-29T02:08:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0e3e15d134d3c423cbfb54e6de0f3a8427548c1",
"body": "新增 tableProps.key,显式提取为 tableInstanceKey 后传给内部 <Table key>,\n用于异构列集切换时强制重挂载表格(避免 React 复用旧实例导致列/状态错乱),\n并避免 key 随 ...tableConfig 展开进 JSX 触发告警。\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(Panel): ListPanel 支持透传 tableProps.key 强制重挂载表格",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-06-29T02:04:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9f1ae672c31b984ec724b45fbc0ce12a3c574ead",
"body": null,
"is_bot": false,
"headline": "chore: release 0.0.3",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-06-26T16:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db423f4e6c8215f24c68d0f3e1830c0c08617144",
"body": "- Input/Select/DatePicker 根节点补 min-height:32px(height:100% 在无父高时解析为 auto 会被压扁)\n- Switch 包一层 32px 居中容器占位(pill 保持原尺寸),与其他控件高度一致\n- ChainGraph SearchSelect 改用 32px 定位容器承载,避免 Select 的 height:100% 相对图谱拉伸成整图高度(318px→32px)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: 录入控件统一 32px 最小高度,修复关系图选择器被拉伸",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-06-26T15:56:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8abe7128f128e00c19dfdba4aa75175cc1736293",
"body": "文档站缺少全局 box-sizing 重置,content-box 下 height:100% 不含 border/padding,\n被 overflow:hidden 裁切(TabBar 上下边框、Panel 内层)。统一 border-box 后与真实项目一致。\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: 补全局 box-sizing:border-box 重置,修复 TabBar 默认样式上下边框被裁",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-06-26T15:46:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1b14ed935d314d014edb0ac6c1ea12d269ebef7f",
"body": "- 内容页改用与列表页一致的外层 overflowX:auto + overflowY:hidden + minWidth 结构\n- 通过 wrapperClassName 放开 ListPanelWrapper/DefaultPanelWrapper 的 overflow:hidden\n- 补 box-sizing:border-box,修复 content-box 下 height:100% 多出 padding 的纵向溢出\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(Panel): 统一列表页/内容页滚动设置,放开内层 overflow:hidden 避免裁切",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-06-26T15:40:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b5e2a8eb7f5e82be1147d9d80901d66680872215",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: 列表页去除垂直滚动并降低高度,内容页支持横向滚动,全站收细滚动条",
"author_name": "vitahsu",
"author_login": "VitaTsui",
"committed_at": "2026-06-26T15:26:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2d1be2a737d97afdbe3c84abe6e2bac801a4d4c0",
"body": "Select/AutoComplete/TreeSelect 的下拉框为 position:fixed,但 getElementTop/Left\n叠加了 document.scrollTop/Left(文档坐标)。在固定布局应用里 scrollTop=0 无碍,\n但文档站整页可滚动,导致下拉框被定位到 scrollTop 像素之外而“消失”。\n改为返回视口坐标(getBoundingClientRect 不加 scroll),两种场景都正确。\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(Select): 下拉框定位用视口坐标,修复文档站长页面下拉框不显示/错位",
"author_name": "VitaTsui",
"author_login": "VitaTsui",
"committed_at": "2026-06-26T15:00:26Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "83507d8afdbb3345c19e52ccf4941fa6b196b7fd",
"body": "Panel.List 自适应会在窄屏溢出预览框;改为外层 overflow-x:auto + 内层 minWidth:1000,\n内容被收进可横向滚动的容器内(该 Demo 无下拉,overflow 不影响别处的 Select 弹层)。\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(docs): Panel.List 示例改为外层横向滚动容器,避免内容溢出预览框",
"author_name": "VitaTsui",
"author_login": "VitaTsui",
"committed_at": "2026-06-26T14:52:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d3a528e2938b1cbdc0000d793354aec996f13d5b",
"body": "- 新增 .dumi/app.tsx rootContainer:与真实项目入口一致,全局 CacheProvider(key:css,prepend)\n + ChakraProvider,使 Button.Chakra / Search / Panel.List 等在所有 Demo 开箱即用;\n 移除各 Demo 内逐个的 ChakraProvider 包裹。\n- Panel.List 示例去掉有问题的横向滚动方案,改为自适应填充容器宽度\n (配合已收窄的留白,宽屏下可完整展示)。\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(docs): 全局提供 Chakra(含 emotion cache)+ Panel 列表页改为自适应宽度",
"author_name": "VitaTsui",
"author_login": "VitaTsui",
"committed_at": "2026-06-26T14:48:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f0102e3be054324d0ecd96d1ce5e68793838edd8",
"body": "- 根因:之前给预览区加的 overflow-x:auto(CSS 规范会令 overflow-y 也变 auto)\n 形成裁切上下文,把 Select/AutoComplete/TreeSelect 这类 position:fixed、\n 渲染在自身容器内的下拉框裁掉/错位。移除该全局 overflow。\n- Panel 的横向滚动改到 Demo 内部单独的滚动层处理(Panel 无下拉,安全)。\n- FormItem 滑块/只读文本改用 initialValue 设默认值。\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(docs): 下拉框不显示/位置错乱 + 表单项默认值",
"author_name": "VitaTsui",
"author_login": "VitaTsui",
"committed_at": "2026-06-26T14:37:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "baf6ba620666e40ebf2fad7b9f9f02e159e58312",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: Chat.History 示例容器按面板宽度收紧,避免大片空白",
"author_name": "VitaTsui",
"author_login": "VitaTsui",
"committed_at": "2026-06-26T14:24:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "87b4bf4a098030806ff76b47dc901b1f9a48fdcd",
"body": "去掉「基础用法 / 子组件」分组,所有示例同为 ## 级、用组件中文名作标题\n(如 输入框 / 数字输入框 / 折线图 / 柱状图 / 抽屉表单 / 卡片式搜索 等)。\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: 示例排版改为扁平结构 + 中文名标题",
"author_name": "VitaTsui",
"author_login": "VitaTsui",
"committed_at": "2026-06-26T14:20:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bc2e6220117d38243873d04d9951c032961b03a9",
"body": "- README 加文档站链接 https://vitatsui.github.io/hsu-ui\n- 示例移除 maxWidth 限制与「当前值」展示行\n- TabBar 默认/描边两种样式分开演示\n- ChainGraph 缩略图调小(miniMapSize [120,80])\n- Panel.List 给定 minWidth 并让预览区横向可滚动,避免宽组件被裁切\n- 文档内容区/预览区收窄留白、左侧菜单字号调小\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: 文档与示例细节优化",
"author_name": "VitaTsui",
"author_login": "VitaTsui",
"committed_at": "2026-06-26T14:14:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9a2887cb34b1a67c33fa5b0d484262fb9eb09b89",
"body": "- 子组件 Demo:Button.Chakra / Input.{Number,Password,Range,Search,TextArea} /\n DatePicker.{RangePicker,StepPicker} / Checkbox.Group / Form.{Drawer,Import} /\n Chat.History / Chart.{Bar,Pie,Radar,Gauge,Sankey,Heatmap,Bubble,Tree,Polar,Common} /\n Search.{Advanced,Collapsible,WithFilter,WithMore,Card} / Panel.List.Modal\n- Panel 预览被裁切:收窄文档内容区/预览区内边距 + 预览区横向可滚动,宽组件不再被外框裁掉\n\n逐页 Playwright 验证渲染正常(仅余 antd/库内既有的 key、findDOMNode 等无害告警)。\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: 为有子组件的组件补全子组件 Demo;修复 Panel 预览被裁切",
"author_name": "VitaTsui",
"author_login": "VitaTsui",
"committed_at": "2026-06-26T10:14:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c9af80b8c7fc0702d4531297fe4daac42d92b6fa",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: release 0.0.2",
"author_name": "VitaTsui",
"author_login": "VitaTsui",
"committed_at": "2026-06-26T09:47:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "78c4633d9b4f236985e0bc1ac53a6cc1285f3fb1",
"body": "iconify 图标:\n- .dumi/global.ts 注册 iconify 图标集(addCollection,对齐真实项目入口)\n- Icon 组件改为用 span 承载 iconify 的 svg,不再嵌套进 antd Icon 的\n viewBox(0 0 1024 1024) 里(内层 svg 会被缩放成极小值而不可见)\n\nCSS Modules 三方类名放行(等价原项目 webpack PASS_CLS):\n- dumi/umi 的 css-loader 会忽略注入的 getLocalIdent(config/tap/plugin 三法均无效),\n 改用通用且可移植的 :g\n[…]\nt-/cm-/chakra-/lang-/x-spreadsheet 选择器包进 :global(),\n 组件自身类名仍正常哈希,三方类名直达真实 DOM,样式恢复生效。\n 该方案对任意构建(dumi / 各 app)通用,无需额外 webpack 配置。\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: 修复 iconify 图标不显示 与 组件 .module.less 三方类名被哈希",
"author_name": "VitaTsui",
"author_login": "VitaTsui",
"committed_at": "2026-06-26T09:44:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0f540fc636a28d6a230cf9037363f7784dfb0f01",
"body": "Button/Icon/Switch/DatePicker/Checkbox/Input/Slider/Select 改用普通 div + flex gap\n排布,不再用 antd Space(其 .ant-space-item 包裹会改变组件布局)。\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: 基础用法 Demo 去掉 Space 包裹,避免影响组件样式",
"author_name": "VitaTsui",
"author_login": "VitaTsui",
"committed_at": "2026-06-26T08:39:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "33fef594cea68517bdb22261b653e7ad400e56fb",
"body": "- 文档站全局定义 --cf-* / --primary-color 等变量(真实项目由 Theme 注入),\n 修复 Tree/Table/Descriptions/Search 等组件描边/背景/文字色缺失的样式问题\n- FormItem 基础用法按分组次级标题组织,每种 type 一个独立 Demo(独立代码框),\n 不再挤在一个大表单里\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(docs): 补全组件依赖的主题 CSS 变量;FormItem 拆为每类型独立 Demo",
"author_name": "VitaTsui",
"author_login": "VitaTsui",
"committed_at": "2026-06-26T08:18:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7c584968a9879565ca56e4eb560a76e4ecebfd99",
"body": "按分组用 Row/Col 两列布局,TEXTAREA/EDITOR/CODEMIRROR/TREE 等较高控件独占整行,\n更紧凑易读。Playwright 验证渲染无报错。\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: FormItem 示例改为两列栅格排版",
"author_name": "VitaTsui",
"author_login": "VitaTsui",
"committed_at": "2026-06-26T07:58:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f7370515cac2ee241f2f3579149d696cb6085708",
"body": "覆盖 输入类 / 选择类 / 富文本代码 / 上传类 全部 type,附正确 componentProps。\nPlaywright 验证 26 种类型均正常渲染、无报错。\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: FormItem 示例展示全部 26 种表单项类型",
"author_name": "VitaTsui",
"author_login": "VitaTsui",
"committed_at": "2026-06-26T07:46:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ed8cc42813142025c9d016e705ac1d08d8d23688",
"body": "将 CodeMirror/Editor/Markdown/Tree/FormItem/Search/Spreadsheet/ChainGraph/\nChat/FilePreview/Upload 的静态示例(tsx|pure)改为带真实数据的可运行 Demo;\nSearch 等依赖 Button.Chakra 的 Demo 内置 ChakraProvider。仅 Panel.Iframe\n因需外部站点保留为代码示例。\n\n逐页用 Playwright 验证运行时无报错、组件正常渲染。\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: 所有组件示例改为可运行 Demo(不再只展示代码)",
"author_name": "VitaTsui",
"author_login": "VitaTsui",
"committed_at": "2026-06-26T07:42:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fe4fd3aaf114e2e47c2a741078b5b782a3bb2a0c",
"body": "- Form.Modal:点击按钮打开弹窗表单(INPUT/SELECT/INPUTNUMBER/SWITCH),提交弹出数据\n- Panel.List:搜索实时过滤行 + 工具栏按钮,外层包 ChakraProvider(Search 内部用 Button.Chakra)\n- 已用 Playwright 验证两者运行时无报错、弹窗可打开\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: Form 与 Panel 改为可交互 Demo",
"author_name": "VitaTsui",
"author_login": "VitaTsui",
"committed_at": "2026-06-26T07:14:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8fd836c4aeca6883027b8a05ec47a7734b45f7ae",
"body": "每个组件页新增描述、引入、基础用法(可运行 Demo 或静态示例)与 API 表格;\n重型组件(Chart 除 Line 外、CodeMirror/Editor/Spreadsheet/ChainGraph/Chat/Upload/\nFilePreview/Markdown/Panel/Tree/Form/FormItem/Search)用 tsx|pure 静态示例以保证站点可构建。\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: 补全其余 30 个组件的基础用法与 API",
"author_name": "VitaTsui",
"author_login": "VitaTsui",
"committed_at": "2026-06-26T07:00:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cba1a8a72803bf79be8dade1458805542d994738",
"body": "- push 到 main 触发,构建产物部署到 Pages\n- dumi base/publicPath 在部署时用 /hsu-ui/ 子路径,本地 yarn dev 仍用根路径\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: GitHub Actions 自动构建并部署 dumi 文档站到 GitHub Pages",
"author_name": "VitaTsui",
"author_login": "VitaTsui",
"committed_at": "2026-06-26T06:49:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f673b7d575928058bcd7af572f8a7095c4a5b148",
"body": "- RequestImpl 的 config/data 改为宽松类型,兼容各类 axios 封装签名\n- ResType 去掉索引签名,便于消费方更严格的响应类型直接注入\n- package.json 补 repository/homepage/keywords/publishConfig,sideEffects 含图片资源\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: 放宽 request 注入接口并补全发布元信息",
"author_name": "VitaTsui",
"author_login": "VitaTsui",
"committed_at": "2026-06-26T03:58:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "936a5cc9439555724232ce735085744de6c558e4",
"body": "基于 React + Ant Design 的中后台业务组件库(33 个组件 + 页面级 Panel/Form/Table)。\n\n- father 构建 ESM(es/) + CJS(lib/) + 类型声明\n- 请求层解耦:ConfigProvider 注入 request 与权限,库本身不绑定 HTTP 客户端\n- dumi 文档站:仿 antd 首页、组件分组导航、可运行 Demo、全局 antd 观感覆盖\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: 初始化 @hsu-react/ui 组件库与文档站",
"author_name": "VitaTsui",
"author_login": "VitaTsui",
"committed_at": "2026-06-26T03:42:34Z",
"body_truncated": false,
"is_coding_agent": true
}
],
"releases_count": 2,
"commits_last_year": 65,
"latest_release_at": "2026-07-17T10:40:15Z",
"latest_release_tag": "v0.0.14",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 4,
"days_since_latest_release": 4,
"mean_days_between_releases": 0.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "@hsu-react/ui",
"exists": true,
"license": "MIT",
"keywords": [
"react",
"antd",
"ant-design",
"components",
"ui",
"admin"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@hsu-react/ui",
"is_deprecated": false,
"latest_version": "0.0.14",
"repository_url": "https://github.com/VitaTsui/hsu-ui",
"versions_count": 13,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2306,
"first_published_at": "2026-06-26T04:26:36.083000Z",
"latest_published_at": "2026-07-17T10:40:13.145000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0
},
"open_issues_and_prs": 0
},
"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": [
".dumi/tsconfig.json",
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 16613,
"source_files_sampled": 307,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@ant-design/x",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.1"
},
{
"name": "@antv/g",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^6.1.21"
},
{
"name": "@antv/g6",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "4.8.24"
},
{
"name": "@antv/g6-plugin",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "0.8.24"
},
{
"name": "@chakra-ui/react",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.30.0"
},
{
"name": "@codemirror/lang-json",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^6.0.2"
},
{
"name": "@codemirror/lang-sql",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^6.9.1"
},
{
"name": "@codemirror/lint",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^6.8.5"
},
{
"name": "@codemirror/state",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^6.4.1"
},
{
"name": "@codemirror/view",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^6.26.3"
},
{
"name": "@dnd-kit/accessibility",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.1.1"
},
{
"name": "@dnd-kit/core",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^6.3.1"
},
{
"name": "@dnd-kit/modifiers",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^9.0.0"
},
{
"name": "@dnd-kit/sortable",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^10.0.0"
},
{
"name": "@dnd-kit/utilities",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.2.2"
},
{
"name": "@emotion/cache",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^11.14.0"
},
{
"name": "@emotion/react",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^11.14.0"
},
{
"name": "@emotion/styled",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^11.14.1"
},
{
"name": "@hsu-react/single-router",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "0.0.27"
},
{
"name": "@iconify/json",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.2.385"
},
{
"name": "@iconify/react",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.0.1"
},
{
"name": "@uiw/codemirror-theme-vscode",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.25.1"
},
{
"name": "@uiw/react-codemirror",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.25.1"
},
{
"name": "@wangeditor/editor",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.1.23"
},
{
"name": "@wangeditor/editor-for-react",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.6"
},
{
"name": "ahooks",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.7.11"
},
{
"name": "axios",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.7.1"
},
{
"name": "bson",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "5.5.1"
},
{
"name": "classnames",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.5.1"
},
{
"name": "comment-json",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.2.5"
},
{
"name": "copy-to-clipboard",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.3.3"
},
{
"name": "dayjs",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.11.11"
},
{
"name": "echarts",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.5.1"
},
{
"name": "echarts-gl",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.9"
},
{
"name": "highlight.js",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^11.11.1"
},
{
"name": "hsu-utils",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.0.55"
},
{
"name": "js-cookie",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.0.5"
},
{
"name": "katex",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.17.0"
},
{
"name": "lodash",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.17.21"
},
{
"name": "markdown-it",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^14.1.0"
},
{
"name": "markdown-it-link-attributes",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.1"
},
{
"name": "mermaid",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^11.15.0"
},
{
"name": "mongodb-query-parser",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.6.0"
},
{
"name": "node-sql-parser",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.3.12"
},
{
"name": "rc-field-form",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.7.0"
},
{
"name": "rc-picker",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.11.3"
},
{
"name": "rc-select",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^14.15.1"
},
{
"name": "rc-tree-select",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.27.0"
},
{
"name": "rc-upload",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.8.1"
},
{
"name": "react-activation",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.13.4"
},
{
"name": "react-markdown",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^9.0.1"
},
{
"name": "react-markdown-editor-lite",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.3.4"
},
{
"name": "rehype-highlight",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^7.0.2"
},
{
"name": "rehype-katex",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^7.0.1"
},
{
"name": "remark-gfm",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.1"
},
{
"name": "remark-math",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^6.0.0"
},
{
"name": "turndown",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^7.2.0"
},
{
"name": "web-storage-cache",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.1"
},
{
"name": "x-data-spreadsheet",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.9"
},
{
"name": "xlsx",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.18.5"
},
{
"name": "zrender",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.6.1"
},
{
"name": "zxcvbn",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.4.2"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 3,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "VitaTsui",
"commits": 65,
"avatar_url": "https://avatars.githubusercontent.com/u/140629503?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"branch-flow.yml",
"deploy-docs.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"yarn.lock"
],
"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": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "3 out of 3 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/21 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": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "49 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "2de38ce266a5a83507250cc9fff1b4a0b74dc6f1",
"ran_at": "2026-07-22T09:47:17Z",
"aggregate_score": 3.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-17T10:40:19Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-17T10:37:15Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/VitaTsui/hsu-ui",
"host": "github.com",
"name": "hsu-ui",
"owner": "VitaTsui"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 30,
"vitality": 73,
"community": 34,
"governance": 50,
"engineering": 62
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 73,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"commits_last_year": 65,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "65 commits in the last year",
"points": 16.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 65
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v0.0.14",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": 0.7
},
"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 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0.7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0.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": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 34,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"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": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 56,
"inputs": {
"packages": [
"@hsu-react/ui"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2306
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,306 downloads/month across npm",
"points": 44.8,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2306,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 50,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"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": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 3,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "3/3 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 3,
"decided": 3
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/21 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"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": 35,
"inputs": {
"followers": 2,
"owner_type": "User",
"is_verified": null,
"owner_login": "VitaTsui",
"public_repos": 16,
"account_age_days": 1091
},
"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": "2 followers of VitaTsui",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "VitaTsui"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "16 public repos, account ~2 yr old",
"points": 14.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 16
}
},
{
"code": "account_age_years",
"params": {
"years": 2
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@hsu-react/ui"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 4
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "13 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 13
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 62,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "3 out of 3 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://vitatsui.github.io/hsu-ui/",
"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://vitatsui.github.io/hsu-ui/",
"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": 30,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.1
},
"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 is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "3 out of 3 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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 0/21 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": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "49 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 46,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.877,
"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": "57 of 65 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 57,
"sampled": 65
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [
"yarn.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
".dumi/tsconfig.json",
"tsconfig.json"
],
"agent_commit_share": 0.785,
"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": ".dumi/tsconfig.json, tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".dumi/tsconfig.json, tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "51 of the last 65 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 51,
"sampled": 65
}
}
],
"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": "TypeScript",
"largest_source_bytes": 16613,
"source_files_sampled": 307,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/307 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 307,
"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": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index npm:@hsu-react/ui@0.0.14; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-22T09:47:28.178826Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/v/VitaTsui/hsu-ui.svg",
"full_name": "VitaTsui/hsu-ui",
"license_state": "standard",
"license_spdx": "MIT"
}