原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 167,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 50504,
"CSS": 1075,
"Vue": 61955,
"HTML": 712,
"Makefile": 1035,
"Dockerfile": 752,
"JavaScript": 465
},
"pushed_at": "2026-07-21T05:45:47Z",
"created_at": "2026-02-26T09:20:22Z",
"owner_type": "User",
"updated_at": "2026-07-21T05:38:48Z",
"description": "chronicle",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Vue",
"significant_languages": [
"Vue",
"Go"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "yuyudeqiu",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/52580280?v=4",
"created_at": "2019-07-05T17:50:32Z",
"is_verified": null,
"public_repos": 7,
"account_age_days": 2583
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-21T04:51:44Z"
}
],
"recent_commits": [
{
"oid": "70e69762155ccae5e9b0d0952b36acf3199f248d",
"body": null,
"is_bot": false,
"headline": "fix: publish standard semantic version tags (#45)",
"author_name": "yuyudeqiu",
"author_login": "yuyudeqiu",
"committed_at": "2026-07-21T05:38:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff42e351b8d2b79c2b117071da6854b23f4931c8",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release chronicle 0.1.0 (#43)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-21T04:51:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac90ab4f1ad5ac2b127308d1745f74b14ae52eef",
"body": null,
"is_bot": false,
"headline": "fix: start releases at v0.1.0 (#44)",
"author_name": "yuyudeqiu",
"author_login": "yuyudeqiu",
"committed_at": "2026-07-21T04:47:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "445740bbbfa0ce453a8c3aa01cc3a6c2c4ef5562",
"body": null,
"is_bot": false,
"headline": "feat: automate versioned releases (#42)",
"author_name": "yuyudeqiu",
"author_login": "yuyudeqiu",
"committed_at": "2026-07-21T04:35:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a22e69fc0898ebdef43917b06cc248b85ca050f7",
"body": null,
"is_bot": false,
"headline": "feat: support updating task title (#41)",
"author_name": "yuyudeqiu",
"author_login": "yuyudeqiu",
"committed_at": "2026-07-21T03:39:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b94a4747c50c12104a9ac1f1f16342c9c3fac30",
"body": "Co-authored-by: lebangzhanshi23 <lebangzhanshi23@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: only create worklog when LogText is not empty (#39)",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-07-13T02:53:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afccc3b5cdf74d410596c644cd3b28860d9370ed",
"body": "- Add 'blocked' as a new task status (todo → in-progress → blocked → done)\n- Blocked tasks appear in active task list and stats\n- Blocked tasks can still receive worklogs (e.g., 'waiting for external dependency')\n- Add blocked count to weekly summary and stats summary\n- Add blocked emoji for blocked status in CLI output\n- Update API handler to support blocked status in queries\n\nCo-authored-by: lebangzhanshi23 <lebangzhanshi23@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: add blocked task status (#38)",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-06-18T06:03:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c004bed08cec97cd65c2e27ca3cd46ff5fb8a735",
"body": "- Fix Go version requirement from 1.20 to 1.24\n- Fix typo: rename DESIGIN.md to DESIGN.md\n- Add missing CLI commands: get, update, delete, summary, weekly-summary, stats, version, export, import\n- Update project structure to reflect actual files (add Dockerfile, Makefile, .github/, skills/, cmd/vers\n[…]\nir and --json global flags documentation\n- Add data storage configuration section\n- Add export/import commands documentation\n\nCo-authored-by: lebangzhanshi23 <lebangzhanshi23@users.noreply.github.com>",
"is_bot": false,
"headline": "docs: update README to match current codebase (#37)",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-06-17T02:05:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cbe0183a94e9e14d772516ec04a4d6ab2b0c9ac4",
"body": "- Add 'chronicle version' CLI command (no DB dependency)\n- Support two version sources:\n 1. runtime/debug.ReadBuildInfo — works with 'go install' (auto embeds VCS info)\n 2. ldflags — works with 'make build' (commit/date/build time)\n- Clean up main.go (remove init log, use SetBuildInfo)\n- Truncate long commit hashes to 7 chars for consistency\n\nCo-authored-by: lebangzhanshi23 <lebangzhanshi23@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: add chronicle version command with dual source support (#36)",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-06-16T10:20:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b67fd245294f8a8e28f0fe73f90fbe213df27f2",
"body": "* feat: add export/import commands, remove unused exporter\n\n- Add 'chronicle export [path]' - export SQLite database to file\n- Add 'chronicle import <path>' - import database from file with --force\n- Remove unused internal/exporter/markdown.go (half-baked exporter)\n- Remove unused templates/obsidian\n[…]\nve /api/v1/exports/daily-markdown API endpoint\n\n* fix: check fmt.Scanln and io.Copy error returns (errcheck lint)\n\n---------\n\nCo-authored-by: lebangzhanshi23 <lebangzhanshi23@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: add export/import commands, remove unused exporter (#35)",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-06-16T10:06:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "af42f0634a89f4838a0fdcc34168956d19bd8b51",
"body": "* feat: add weekly-summary command and API endpoint\n\n* fix: .gitignore - keep .DS_Store for Mac users, add chronicle on new line\n\n---------\n\nCo-authored-by: lebangzhanshi23 <lebangzhanshi23@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: add weekly-summary command and API endpoint (#34)",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-06-04T17:06:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86faac78fe26b67d2e007052c451e17bad0ac8c3",
"body": "- Makefile 使用 ldflags 注入 git commit/date/buildTime\n- main.go 添加版本变量\n- 新增 /api/v1/version 接口返回构建信息\n\nCo-authored-by: lebangzhanshi23 <lebangzhanshi23@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: 构建时注入git信息,新增version API (#32)",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-03-13T12:36:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "440f2ba7477e1cee874dfc6a10904d640007b6a4",
"body": "* feat: 添加 cmd/chronicle/main.go 支持 go install\n\n创建 cmd/chronicle/main.go 作为 go install 的入口点\n\n* fix: 使用根目录 main.go 作为 go install 入口\n\n- 移除 cmd/chronicle 目录\n- 更新 README 使用 github.com/yuyudeqiu/chronicle@latest\n\n* fix: 移除 replace 指令以支持 go install\n\n- 直接使用 github.com/glebarez/sqlite 替代 gorm.io/driver/sqlite\n- 移除 go.mod 中的 replace 指令",
"is_bot": false,
"headline": "fix: 移除 replace 指令以支持 go install (#30)",
"author_name": "yuyudeqiu",
"author_login": "yuyudeqiu",
"committed_at": "2026-03-13T07:53:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4becff995614bccfe510f3236413cdec48bd9c4",
"body": "- 新增 internal/config/config.go 配置管理模块\n- 支持通过 CHRONICLE_DATA_DIR 环境变量配置数据存储路径\n- 支持通过 --data-dir 命令行参数配置数据存储路径\n- 保持向后兼容,默认仍使用 data/ 目录\n- 更新 README.md 添加安装和使用说明",
"is_bot": false,
"headline": "feat: 支持 go install 安装和数据路径配置化 (#29)",
"author_name": "yuyudeqiu",
"author_login": "yuyudeqiu",
"committed_at": "2026-03-13T07:42:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca43b999d45b269208f22fd0b8dc2b74cbbc53f4",
"body": "* fix: 修复 ProgressModal 更新任务后未刷新列表的问题\n\n问题原因: ProgressModal emit('refresh'),但 App.vue 监听的是 @submit\n修复: 将 @submit 改为 @refresh\n\n---------\n\nCo-authored-by: lebangzhanshi23 <lebangzhanshi23@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: 修复 ProgressModal 更新任务后未刷新列表的问题 (#28)",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-03-13T02:21:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84a191d5ad4592c764768a1ccd1f6996261d8b17",
"body": "* docs-add-cli-skills\n\n* docs-add-formatter\n\n* docs-add-yaml-frontmatter\n\n---------\n\nCo-authored-by: lebangzhanshi23 <lebangzhanshi23@users.noreply.github.com>",
"is_bot": false,
"headline": "docs: add CLI skills for AI Agent integration (#27)",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-03-12T16:59:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af54919617b73370eb20e90db170cbbb85fc43ad",
"body": "Co-authored-by: lebangzhanshi23 <lebangzhanshi23@users.noreply.github.com>",
"is_bot": false,
"headline": "feat-add-json-output (#26)",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-03-12T16:29:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78eb7a5299ecad904db63957e8d9424b849b93c6",
"body": "…ry point (#25)",
"is_bot": false,
"headline": "refactor: optimize CLI structure using Cobra and consolidate main ent…",
"author_name": "yuyudeqiu",
"author_login": "yuyudeqiu",
"committed_at": "2026-03-12T11:39:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3a4f766927313bd9e47b0bbdc4ad3d884b762d5",
"body": null,
"is_bot": false,
"headline": "fix: check error return values to satisfy errcheck (#24)",
"author_name": "yuyudeqiu",
"author_login": "yuyudeqiu",
"committed_at": "2026-03-12T10:24:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89f98f1d17cda9709349525de154a33a6fb2da48",
"body": null,
"is_bot": false,
"headline": "chore: downgrade go version to 1.24 to support golangci-lint in CI",
"author_name": "陈澄[carlchen2]",
"author_login": "yuyudeqiu",
"committed_at": "2026-03-12T10:19:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a69dd72c7e0de072fdd273d81c680a06e81346bb",
"body": null,
"is_bot": false,
"headline": "chore: add basic github action for ci",
"author_name": "陈澄[carlchen2]",
"author_login": "yuyudeqiu",
"committed_at": "2026-03-12T09:51:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cd6c70339c7eb58cb81e22fcbd1b8b96fc36e64",
"body": "Co-authored-by: lebangzhanshi23 <lebangzhanshi23@users.noreply.github.com>",
"is_bot": false,
"headline": "docs: 添加 AI Agent 集成文档 (#23)",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-03-12T08:39:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3988b4a56aa7f592bfed5b40665708e370f41b9",
"body": null,
"is_bot": false,
"headline": "docs: 添加 AI Agent 集成文档 (#20)",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-03-12T07:52:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ece82acbe21f9ba276e84ee0153e472846aff55b",
"body": null,
"is_bot": false,
"headline": "revert: 移除不相关的 main.go 改动",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-03-12T04:05:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47f29c23d4239fa4476ea7f626bd135bd2b62857",
"body": null,
"is_bot": false,
"headline": "feat: sort tasks by deadline",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-03-12T04:05:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b109411afdf70c41dce2775eb62d264f8414579",
"body": null,
"is_bot": false,
"headline": "fix: add worklog delete confirmation modal",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-03-12T03:55:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2c256a071e748c1d74d991620a94edd582d7134",
"body": "feat(ui): add custom confirm modal for delete confirmation",
"is_bot": false,
"headline": "Merge pull request #15 from lebangzhanshi23/feat/cli-final",
"author_name": "yuyudeqiu",
"author_login": "yuyudeqiu",
"committed_at": "2026-03-08T17:32:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "434f25b01e1e586f4a8ea655c1c92cdc6bebb727",
"body": "- Replace native confirm() with custom glass-morphism modal\n- Modal matches dark theme UI style\n- Add ConfirmModal component with danger styling",
"is_bot": false,
"headline": "feat(ui): add custom confirm modal for delete confirmation",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-03-08T17:30:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9f9731c653519c83d3ecd26d5db1ae138ada4ae",
"body": null,
"is_bot": false,
"headline": "feat(exporter): bind Links field in obsidian task template",
"author_name": "陈澄[carlchen2]",
"author_login": "yuyudeqiu",
"committed_at": "2026-03-05T02:35:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea9b7e9f1eac33cca6f5c696a175058efc5f7d97",
"body": "feat: add archive feature",
"is_bot": false,
"headline": "Merge pull request #14 from lebangzhanshi23/feat/cli-final",
"author_name": "yuyudeqiu",
"author_login": "yuyudeqiu",
"committed_at": "2026-03-05T01:52:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8472e6d297aebafdff4383207e5931ff7b5eb570",
"body": null,
"is_bot": false,
"headline": "refactor: move all business logic to child components, simplify App.vue",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-03-04T13:14:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f208eee7a3fbb66411ad76f6bfb03c1196711a36",
"body": null,
"is_bot": false,
"headline": "refactor: move archive logic to TaskDetailModal component",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-03-04T13:06:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca03d4048635e8b39a24b300babe15cd01b58627",
"body": "- Add archived_at field to Task model\n- Add /tasks/archived endpoint to list archived tasks\n- Add /tasks/:id/archive and /tasks/:id/unarchive endpoints\n- Update UI to show Archive button for done tasks\n- Update GetHistoryTasks to exclude archived tasks\n- Update stats to exclude archived tasks",
"is_bot": false,
"headline": "feat: add archive feature with archived_at field",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-03-04T12:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f73f7ff3597dfb9cd14dda40f15d6d0739d3a6d5",
"body": "feat(ui): add stats bar to main page",
"is_bot": false,
"headline": "Merge pull request #13 from lebangzhanshi23/feat/cli-final",
"author_name": "yuyudeqiu",
"author_login": "yuyudeqiu",
"committed_at": "2026-03-04T12:21:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64305b2aad21f2f66e12233e2308a6d8be88c869",
"body": "…ation",
"is_bot": false,
"headline": "feat(ui): change weekly stats to line chart for better trend visualiz…",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-03-04T12:17:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df47ccc09b72e843435241b23c080bebcef9e507",
"body": null,
"is_bot": false,
"headline": "feat(ui): add stats bar to main page",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-03-04T12:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2e7acbec49317f000402b0ce7abac2a2d40c161",
"body": null,
"is_bot": false,
"headline": "feat/ui: overhaul frontend UI and integrate Stats and Daily Summary",
"author_name": "陈澄[carlchen2]",
"author_login": "yuyudeqiu",
"committed_at": "2026-02-28T12:15:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed05b098e03f846d5fd3f512843da12697a499fd",
"body": null,
"is_bot": false,
"headline": "feat: add start task button to move task to in-progress state",
"author_name": "陈澄[carlchen2]",
"author_login": "yuyudeqiu",
"committed_at": "2026-02-28T11:43:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cee6791ad1d665f832f7ca6cd1103e972778208",
"body": null,
"is_bot": false,
"headline": "refactor: migrate from static html to Vue 3 + Vite + Tailwind CSS",
"author_name": "陈澄[carlchen2]",
"author_login": "yuyudeqiu",
"committed_at": "2026-02-28T03:40:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57eab136e1b442a0528e04eb219ebfb308cdc790",
"body": "feat: CLI工具 + 补充必要字段",
"is_bot": false,
"headline": "Merge pull request #12 from lebangzhanshi23/feat/cli-final",
"author_name": "yuyudeqiu",
"author_login": "yuyudeqiu",
"committed_at": "2026-02-28T01:51:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fc9925ae7090046315e337d75cf0d73444bc10a",
"body": null,
"is_bot": false,
"headline": "feat: CLI工具 + 补充必要字段",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-02-27T18:01:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74eac2429c13876cf55aea51fe7d1043123c4ce2",
"body": null,
"is_bot": false,
"headline": "Merge pull request #9 from lebangzhanshi23/feat/add-links",
"author_name": "yuyudeqiu",
"author_login": "yuyudeqiu",
"committed_at": "2026-02-27T17:23:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff0da3f4fdbd294b83473d2f28d9f8cc38e63609",
"body": null,
"is_bot": false,
"headline": "Merge pull request #8 from lebangzhanshi23/main",
"author_name": "yuyudeqiu",
"author_login": "yuyudeqiu",
"committed_at": "2026-02-27T17:22:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32791fa29abe1c323bd5bdd2bc09c8875aa6b67c",
"body": null,
"is_bot": false,
"headline": "feat: daily-summary API增加category字段",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-02-27T17:06:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4088d62adede07fc936e42b558c2e97684cbcc03",
"body": null,
"is_bot": false,
"headline": "feat: 任务支持关联文档链接",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-02-27T12:50:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d16e5bd39e5bb66ad8e132fbd474f045fb7f555",
"body": null,
"is_bot": false,
"headline": "feat: 添加统计API GET /stats/summary",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-02-27T12:35:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5416cf8e2d117bf1976dce3b0948336b5f6b36b5",
"body": "feat: 页面增加编辑任务功能",
"is_bot": false,
"headline": "Merge pull request #7 from lebangzhanshi23/main",
"author_name": "yuyudeqiu",
"author_login": "yuyudeqiu",
"committed_at": "2026-02-27T12:26:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2efb9543dd2267800984b954c2fde4b7d0962771",
"body": null,
"is_bot": false,
"headline": "feat: 页面增加编辑任务功能",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-02-27T12:25:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e49f6efeccdfaa01429d479d46fdb5b9e42b3046",
"body": null,
"is_bot": false,
"headline": "Merge pull request #6 from lebangzhanshi23/feat/delete-worklog",
"author_name": "yuyudeqiu",
"author_login": "yuyudeqiu",
"committed_at": "2026-02-27T10:35:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f498fb13aba83e6aec8f16032a236f8bc7a6b1f",
"body": null,
"is_bot": false,
"headline": "feat: 添加PATCH /tasks/:id编辑任务接口",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-02-27T10:25:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c1545f06e030f69f4492c7d0df0a0ba98bbaf3c",
"body": "feat: 添加删除worklog接口及前端功能",
"is_bot": false,
"headline": "Merge pull request #5 from lebangzhanshi23/feat/delete-worklog",
"author_name": "yuyudeqiu",
"author_login": "yuyudeqiu",
"committed_at": "2026-02-27T03:23:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddffc069cafad3d68890fccca498077485d098ba",
"body": null,
"is_bot": false,
"headline": "feat: 添加删除worklog接口及前端功能",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-02-27T03:17:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "660035280a7e570c5a229c30504e4983ea1b0e34",
"body": null,
"is_bot": false,
"headline": "feat: support updating deadline when saving task progress & fix timezone",
"author_name": "陈澄[carlchen2]",
"author_login": "yuyudeqiu",
"committed_at": "2026-02-27T01:52:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caf49729f9827afcd69b9bdaa9429756c517102c",
"body": "feat: 更新任务支持修改 deadline",
"is_bot": false,
"headline": "Merge pull request #4 from lebangzhanshi23/feature/update-deadline",
"author_name": "yuyudeqiu",
"author_login": "yuyudeqiu",
"committed_at": "2026-02-27T01:33:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f2c4bf50813a20d627497148454400701e4eed5",
"body": null,
"is_bot": false,
"headline": "feat: 更新任务支持修改 deadline",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-02-27T01:31:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4955eec6038d78f6afc2d525cad2fa87dbc11ad",
"body": "…plate",
"is_bot": false,
"headline": "feat: add task deadline support and update obsidian export to zip tem…",
"author_name": "陈澄[carlchen2]",
"author_login": "yuyudeqiu",
"committed_at": "2026-02-26T12:01:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ba8359cc310a710a5d7bffd95e57b5cc3414c82",
"body": "…eate-task\n\nfeat: 创建任务支持 deadline 参数",
"is_bot": false,
"headline": "Merge pull request #3 from lebangzhanshi23/feature/add-deadline-to-cr…",
"author_name": "yuyudeqiu",
"author_login": "yuyudeqiu",
"committed_at": "2026-02-26T11:39:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acc85b2c98c51e1e61c83dbc13fc1dcead9e1ac7",
"body": null,
"is_bot": false,
"headline": "feat: 创建任务支持 deadline 参数",
"author_name": "lebangzhanshi23",
"author_login": "lebangzhanshi23",
"committed_at": "2026-02-26T11:37:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c471272c57d49e0b0b2c5d2b63978ca2ca83d6ce",
"body": "feat: 添加Docker支持",
"is_bot": false,
"headline": "Merge pull request #2 from lebangzhanshi23/feature/docker-support",
"author_name": "yuyudeqiu",
"author_login": "yuyudeqiu",
"committed_at": "2026-02-26T09:50:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e408642dfd5b9d7b34de064df3c2ab66580c3b7f",
"body": "- 添加多阶段构建Dockerfile,产出精简镜像\n- 添加.dockerignore优化构建上下文\n- 添加docker-compose.yml方便本地部署",
"is_bot": false,
"headline": "feat: 添加Docker支持",
"author_name": "CJ Bot",
"author_login": null,
"committed_at": "2026-02-26T09:38:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84d34991f30aa55e6c1d5548708f7ddbecf51750",
"body": "feat: 替换为纯Go SQLite驱动,移除CGO依赖",
"is_bot": false,
"headline": "Merge pull request #1 from lebangzhanshi23/feature/use-pure-go-sqlite",
"author_name": "yuyudeqiu",
"author_login": "yuyudeqiu",
"committed_at": "2026-02-26T09:34:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f644c7e171e190e28ae8d9ff464776ad2eb6bed",
"body": null,
"is_bot": false,
"headline": "feat: 替换为纯Go SQLite驱动 (glebarez/sqlite),移除CGO依赖",
"author_name": "carlchen",
"author_login": "yuyudeqiu",
"committed_at": "2026-02-26T09:28:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9520756b8f0b98cfc7403e76a9ab7f16a37b515c",
"body": null,
"is_bot": false,
"headline": "add README.md",
"author_name": "陈澄[carlchen2]",
"author_login": "yuyudeqiu",
"committed_at": "2026-02-26T09:20:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3674c88821a221686f3985acad867dfff8a14b1",
"body": null,
"is_bot": false,
"headline": "init",
"author_name": "陈澄[carlchen2]",
"author_login": "yuyudeqiu",
"committed_at": "2026-02-26T09:14:24Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 64,
"latest_release_at": "2026-07-21T04:51:44Z",
"latest_release_tag": "v0.1.0",
"releases_from_tags": false,
"days_since_last_push": 10,
"active_weeks_last_year": 8,
"days_since_latest_release": 10,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/yuyudeqiu/chronicle",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/yuyudeqiu/chronicle",
"is_deprecated": false,
"latest_version": "v0.1.0",
"repository_url": "https://github.com/yuyudeqiu/chronicle",
"versions_count": 1,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-21T04:51:31Z",
"latest_version_yanked": null,
"days_since_latest_publish": 10
}
]
},
"popularity": {
"forks": 1,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-02-26",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 12689,
"source_files_sampled": 16,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"frontend/package.json",
"go.mod"
],
"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": [
"go",
"npm"
],
"dependencies": [
{
"name": "vue",
"manifest": "frontend/package.json",
"ecosystem": "npm",
"version_constraint": "^3.5.25"
},
{
"name": "github.com/gin-gonic/gin",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "github.com/glebarez/sqlite",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"name": "gorm.io/gorm",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.31.1"
}
],
"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": 1,
"merged_prs": 36,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 3,
"closed_unmerged_prs": 6
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "yuyudeqiu",
"commits": 32,
"avatar_url": "https://avatars.githubusercontent.com/u/52580280?v=4"
},
{
"type": "User",
"login": "lebangzhanshi23",
"commits": 30,
"avatar_url": "https://avatars.githubusercontent.com/u/257764845?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.516
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum",
"package-lock.json"
],
"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": 7,
"reason": "18 out of 25 merged PRs checked by a CI test -- score normalized to 7",
"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": 5,
"reason": "Found 16/27 approved changesets -- score normalized to 5",
"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": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "11 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"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": 1,
"reason": "dependency not pinned by hash detected -- score normalized to 1",
"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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": "43 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "70e69762155ccae5e9b0d0952b36acf3199f248d",
"ran_at": "2026-07-31T21:14:20Z",
"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-07-21T05:44:14Z",
"oldest_open_prs": [
{
"number": 46,
"created_at": "2026-07-21T05:39:05Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-21T05:38:37Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/yuyudeqiu/chronicle",
"host": "github.com",
"name": "chronicle",
"owner": "yuyudeqiu"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"security": 34,
"vitality": 67,
"community": 12,
"governance": 54,
"engineering": 57
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 67,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"commits_last_year": 64,
"human_commit_share": 0.984,
"days_since_last_push": 10,
"active_weeks_last_year": 8
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 10 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 10
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "64 commits in the last year",
"points": 16.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 64
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "11 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v0.1.0",
"releases_from_tags": false,
"days_since_latest_release": 10,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 10 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 10
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 1,
"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": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"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": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 54,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.516
},
"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 52% of commits",
"points": 10.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 52
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 87,
"inputs": {
"merged_prs": 36,
"open_issues": 0,
"closed_issues": 3,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 6
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "36/42 decided PRs merged",
"points": 32.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 36,
"decided": 42
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 16/27 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"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": 36,
"inputs": {
"followers": 0,
"owner_type": "User",
"is_verified": null,
"owner_login": "yuyudeqiu",
"public_repos": 7,
"account_age_days": 2583
},
"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": "0 followers of yuyudeqiu",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "yuyudeqiu"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "7 public repos, account ~7 yr old",
"points": 18.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 7
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"packages": [
"github.com/yuyudeqiu/chronicle"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 10
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 10 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 10
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "1 published versions",
"points": 4,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 1
}
}
],
"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": 57,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "18 out of 25 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": 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": 34,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"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": "18 out of 25 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 16/27 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "11 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"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 1",
"points": 0.5,
"status": "partial",
"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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "43 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": 48,
"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.952,
"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": "60 of 63 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 60,
"sampled": 63
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum",
"package-lock.json"
],
"has_dockerfile": true,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 64",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 64
}
}
],
"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 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Vue",
"largest_source_bytes": 12689,
"source_files_sampled": 16,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Vue without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Vue"
}
}
],
"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": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-31T21:14:34.838960Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/y/yuyudeqiu/chronicle.svg",
"full_name": "yuyudeqiu/chronicle",
"license_state": "absent",
"license_spdx": null
}