Informe JSON sin procesar legible por máquina
{
"data": {
"icon": {
"bytes": 33779,
"width": 461,
"height": 461,
"rejected": [],
"collected": true,
"media_type": "image/png",
"source_url": "https://raw.githubusercontent.com/apstndb/spannerplanviz/main/docs/plan.png",
"source_type": "readme",
"content_hash": "4ecbc171ac9e2e7b3c34cbc50b4f9fbe5507cf6d588ef4fea7f580eb2fe5aa06",
"candidates_considered": 1
},
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 868,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 149307,
"Makefile": 37
},
"pushed_at": "2026-07-22T05:35:45Z",
"created_at": "2020-06-04T13:28:27Z",
"owner_type": "User",
"updated_at": "2026-07-22T04:51:33Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "apstndb",
"company": null,
"location": null,
"followers": 57,
"avatar_url": "https://avatars.githubusercontent.com/u/803393?v=4",
"created_at": "2011-05-22T12:55:48Z",
"is_verified": null,
"public_repos": 183,
"account_age_days": 5553
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2026-07-22T05:36:00Z"
},
{
"tag": "v0.10.2",
"kind": "patch",
"published_at": "2026-07-08T09:32:32Z"
},
{
"tag": "v0.10.1",
"kind": "patch",
"published_at": "2026-07-08T07:15:15Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2026-07-08T05:22:07Z"
},
{
"tag": "v0.9.3",
"kind": "patch",
"published_at": "2026-07-08T03:31:52Z"
},
{
"tag": "v0.9.2",
"kind": "patch",
"published_at": "2026-07-07T20:35:07Z"
},
{
"tag": "v0.9.1",
"kind": "patch",
"published_at": "2026-07-07T18:44:05Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2026-06-30T14:27:20Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2026-06-30T04:19:06Z"
},
{
"tag": "v0.8.0-alpha.1",
"kind": "prerelease",
"published_at": "2026-06-30T00:28:52Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2025-06-01T13:01:09Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2025-05-11T15:48:58Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2025-05-11T15:47:50Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2025-04-20T03:45:02Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2025-04-19T20:43:54Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2025-04-14T10:56:16Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2023-03-23T07:26:35Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2021-03-18T09:27:23Z"
}
],
"recent_commits": [
{
"oid": "e6b29ea1454f313f2474897ddb1be5815b3a7d7e",
"body": "Migrate renderer traversal to the occurrence-aware spannerplan v0.3.0 parent-link API while preserving raw child-link positions. Add regression coverage for repeated and filtered child links. Upgrade x/image to v0.43.0 to address reachable decoder vulnerabilities and raise the supported Go baseline to 1.25.",
"is_bot": false,
"headline": "chore: adopt spannerplan v0.3.0 (#64)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2026-07-22T04:51:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7908a0cf5f2c987f377c1b3be61abddde72515d",
"body": "Two rendering-quality defects in D2 markdown labels:\n\n1. Broken italics with literal underscores: execution-summary child\n lines carried leading indentation inside the emphasis markers\n (`_ num_executions: 1_`). CommonMark only opens emphasis when the\n `_` is immediately followed by a non-wh\n[…]\n.\n\nThe dca_profile D2 golden shrinks from a 4775px-tall SVG to 3431px.\n\n\nClaude-Session: https://claude.ai/code/session_01Du9UR1LPdSXk4wAZr4Nf4g\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(d2): tight label spacing and valid markdown emphasis (#61)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2026-07-08T09:31:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "76d9c874187ab3f336e4587e23ee9086a8f6835b",
"body": "* refactor: introduce backend-neutral graph IR\n\nAdd internal/graphmodel, a backend-neutral intermediate representation of\nthe whole plan graph (nodes, edges, labels, tooltips and the optional\nquery text). This is the graph-scope analog of the per-node label IR\n(#54): the model owns structure and sem\n[…]\nical.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01Du9UR1LPdSXk4wAZr4Nf4g\n\n---------\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add D2 backend on the graph IR (#60)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2026-07-08T07:14:09Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6e2a379a2b4d5b380987b5820dbbea0800fdedfd",
"body": "Add internal/graphmodel, a backend-neutral intermediate representation of\nthe whole plan graph (nodes, edges, labels, tooltips and the optional\nquery text). This is the graph-scope analog of the per-node label IR\n(#54): the model owns structure and semantics while the serializers own\nonly traversal \n[…]\nre refactor: every golden (mermaid, dot, both SVGs) is byte-identical.\n\n\nClaude-Session: https://claude.ai/code/session_01Du9UR1LPdSXk4wAZr4Nf4g\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: introduce backend-neutral graph IR (#59)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2026-07-08T07:08:39Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "513e72e1871dc16be2a8e252a313832c7f24f799",
"body": "Claude-Session: https://claude.ai/code/session_01Du9UR1LPdSXk4wAZr4Nf4g\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: add dependabot config (actions-only for library MVS policy) (#57)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2026-07-08T05:26:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c4dba53c8ccfdf6669477cd1c87cca0e47c2e8b3",
"body": "…n (#56)\n\nThe graph was constructed twice: graphviz/render.go built a cgraph\ndirectly via goccy/go-graphviz APIs, while the dot package emitted\nequivalent DOT source, with a parity test policing the duplication.\n\nRewire graphviz svg/png rendering to generate dot.SourceWithOptions and\nhand it to the \n[…]\nd node labels survive; the dot golden tests\nremain the structural pin.\n\n\nClaude-Session: https://claude.ai/code/session_01Du9UR1LPdSXk4wAZr4Nf4g\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Make the dot package the single source of truth for graph constructio…",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2026-07-08T05:10:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "dfbad53ddb0f06cc8f26a3895b97472fb3e7d021",
"body": "Render plan-node tooltips with the released github.com/apstndb/protoyaml\ninstead of sigs.k8s.io/yaml. protoyaml produces the canonical\nprotojson-over-YAML rendering (camelCase proto field names, named enums,\nfield-number ordering), replacing sigs.k8s.io/yaml's snake_case /\nnumeric-enum reflection ou\n[…]\nh.\n\nRegenerated goldens; diffs are confined to tooltip attribute text.\n\n\nClaude-Session: https://claude.ai/code/session_01Du9UR1LPdSXk4wAZr4Nf4g\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Switch tooltips to protoyaml v0.1.0, drop sigs.k8s.io/yaml (#55)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2026-07-08T03:27:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7c7e77baba5622ef1ab4bce85ecf6c5ea0811ec2",
"body": "MermaidLabel and Metadata/HTML both walked getNodeContent and duplicated\nsection ordering, key sorting, line assembly, and bold/italic decisions,\nso a content change had to be made twice.\n\nIntroduce a backend-neutral nodeLabel IR (title, body items, stats pairs,\nsummary lines) built once by buildNod\n[…]\ns.svg,\ndca_profile.golden.dot) are unchanged and go test ./... passes.\n\n\nClaude-Session: https://claude.ai/code/session_01Du9UR1LPdSXk4wAZr4Nf4g\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Unify duplicated label assembly behind a neutral IR (#54)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2026-07-07T20:33:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1de5d8cfcefee90b27949ee6ac9e67d34230b43c",
"body": "Update the spannerplan dependency from v0.1.11 to v0.2.0. All tests\npass without regenerating golden files; plan-tree/NodeTitle rendering\nis unchanged. golangci-lint is clean.\n\n\nClaude-Session: https://claude.ai/code/session_01Du9UR1LPdSXk4wAZr4Nf4g\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump github.com/apstndb/spannerplan to v0.2.0 (#53)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2026-07-07T20:28:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "56d576daa0955925c7129a6251a0af27305eecd8",
"body": "The dot package emits DOT source text describing the same graph as the\ngraphviz package (same nodes, edges, attributes, traversal order) while\ndepending only on visualize, so callers that lay out the graph elsewhere\n(e.g. a browser-side Graphviz build) no longer need to link\ngoccy/go-graphviz and it\n[…]\nn explicit empty\nlabel, and the SVG golden is regenerated accordingly.\n\n\nClaude-Session: https://claude.ai/code/session_01Du9UR1LPdSXk4wAZr4Nf4g\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add dot package for Graphviz-runtime-free DOT source generation (#52)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2026-07-07T18:24:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c42919eafd35810ee7f0ca940b9eecfd408b4727",
"body": "Introduce visualize.BuildPlan + dedicated mermaid/graphviz renderers, fix Mermaid HTML label escaping for browser embedders, and document breaking API changes for v0.9.\n\nCloses the library packaging and Mermaid init review feedback (root-module graphviz package, explicit Format, SourceWithOptions semantics, README golden reference).",
"is_bot": false,
"headline": "Add v0.9 library API and browser-friendly Mermaid output",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2026-06-30T14:27:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea028e18ecce05173bf1285207a777a8cfc5eb95",
"body": "Remove the deprecated rendertree shim, normalize library options in RenderImage, fix CLI error cleanup (including Windows-safe partial file removal), add tests, pin golangci-lint, and document stability policy in README.\n\nReview follow-ups: close output file before os.Remove; set needsClose only after os.Create succeeds.",
"is_bot": false,
"headline": "Prepare v0.8.0 release cleanup (#50)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2026-06-30T04:18:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c69311bbac78c53cbd9bc7afa00bffad7617aa2",
"body": "* Delegate plan stats and scalar links to spannerplan\n\nUse stats.Extract for execution stats formatting, plantree.ProcessPlan for\nScalarChildLinks, restore CLI flag gating, and add focused unit tests ahead\nof the v0.8.0 release line.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>\n\n* Address Oracle\n[…]\nd, preserve\nunknown execution stats and summary fields, and expand gating/regression tests.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>\n\n---------\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Delegate plan stats and scalar links to spannerplan (#49)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2026-06-30T02:48:37Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "77d96f0159e5c5808511bf2d5421dfcf254c49ec",
"body": "The v0.7.1 release incorrectly used a patch version for breaking changes.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "retract v0.7.1",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2026-06-30T00:28:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7063ac701bb3ea0611fddcc1ec66c4b3c9fa219d",
"body": "* Remove lox and upgrade spannerplan to v0.1.11.\n\nDrop the retired lox dependency, adopt current spannerplan APIs in tests, and replace optional edge styling with a direct conditional.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>\n\n* Fix staticcheck QF1012 in mermaid renderer.\n\nUse fmt.Fprintf instead of WriteString(fmt.Sprintf(...)) so golangci-lint passes on the branch.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>\n\n---------\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Remove lox and upgrade spannerplan",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2026-06-29T17:32:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3e10a87e79e717ebffe77ce84330f9f4ea83b71b",
"body": null,
"is_bot": false,
"headline": "Make Mermaid init structured (#44)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2025-06-10T19:35:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcb5e37481317523cfcb0bdbf066b06557290b1d",
"body": "* feature: Introduce strict escaping for Mermaid",
"is_bot": false,
"headline": "feature: Introduce strict escaping for Mermaid (#43)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2025-06-09T17:45:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3eb53219f671ae5cc5fcfe9023f32e352dc3318",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "Implement Mermaid.js output (#42)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2025-06-09T02:13:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6a4d675f62fc5c606248ad869663452db6552c55",
"body": "* Add test\n\n* Refactor\n\n* Bump goccy/go-graphviz to v0.2.9\n\n* Split visualize/visualize.go\n\n* Bump spannerplan to v0.1.3\n\n* Update README.md",
"is_bot": false,
"headline": "misc: Modernize (#41)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2025-06-07T23:56:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d381f752fab7c608046f42e28c247018b12d76d",
"body": null,
"is_bot": false,
"headline": "misc: Spin out spannerplan (#40)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2025-06-01T13:14:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fa56c5385370b9f7aed3f720d8da4dbf8600444",
"body": null,
"is_bot": false,
"headline": "feature: Introduce rendertree wrapping (#39)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2025-05-31T12:59:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "362af92ffb80c8b90a66a13cd6f5fb679d4519f2",
"body": "* Implement --known-flag",
"is_bot": false,
"headline": "feat: Implement --known-flag (#38)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2025-05-29T19:10:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10f6a3c431f87f075266a2b93448d8265fd9f83c",
"body": "* Implement compact format",
"is_bot": false,
"headline": "feature: Compact format for plantree/rendertree (#37)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2025-05-29T17:35:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bde8d05c91de93233e05026f2a62e4c9cc27885",
"body": "* Use goccy/go-yaml for rendertree\n\n* Migrate to goccy/go-yaml\n\n* Bump golangci-lint version\n\n* Bump to tablewriter v1.0.1\n\n* Refactor using yaml.UnmarshalWithOptions",
"is_bot": false,
"headline": "misc: Migrate dependencies (#35)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2025-05-11T15:43:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d64e09170ad9c680ab5d357e2b5e060335342c4e",
"body": "* Add NumberOfBatches in ExecutionStats\n\n* Add PROFILE test for rendertree\n\n* Make TestRenderTree table test\n\n* Refactor rendertree\n\n* Add test with custom file\n\n* Refactor templateMapFunc\n\n* Add test of PROFILE with customListToTableRenderDef\n\n* Refactor customListToTableRenderDef\n\n* Fix error message",
"is_bot": false,
"headline": "misc: refactor (#34)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2025-04-22T05:25:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a28f7b6ec4efd211d287234bf4f70c10389a489",
"body": null,
"is_bot": false,
"headline": "Add NumberOfBatches in ExecutionStats (#33)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2025-04-22T05:18:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f66675a8b54a0bbc8078aee7342c68fb49bc4111",
"body": "* Add Makefile\n\n* Refactor plantree.go\n\n* Add error handling",
"is_bot": false,
"headline": "misc: Refactor plantree.go (#32)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2025-04-20T08:54:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6b84b5b81908826dfeb2858839ccba01093ba89",
"body": "* Workaround to treat the first child of Apply as Input\n\n* Add test for cmd/rendertree\n\n* Update GitHub Actions workflows",
"is_bot": false,
"headline": "Fix to treat the first child of Apply as Input type (#31)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2025-04-20T03:38:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f070e1ec7883704e1667abbaa4bc2af8f42d1d81",
"body": null,
"is_bot": false,
"headline": "Implement --full-scan(FullScanFormat) (#30)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2025-04-19T07:52:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73ff793713fa8d6cb1b09fe61bf9723d42adef80",
"body": "Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.38.0.\n- [Commits](https://github.com/golang/net/compare/v0.36.0...v0.38.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-version: 0.38.0\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/net from 0.36.0 to 0.38.0 (#27)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-04-19T07:46:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b6f949f35e13cfd400bf7624cfefab736440ab8",
"body": null,
"is_bot": false,
"headline": "Fix to add newline to node parameters and predicates line (#29)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2025-04-19T07:46:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "104812ddf1d29e86a7e540ec101c318a885e9ca9",
"body": "* Implement TargetMetadataFormat\n\n* Improve description in rendertree",
"is_bot": false,
"headline": "Implement TargetMetadataFormat (#28)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2025-04-19T06:42:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e041705726499a5963cde94a9a92a0c71e66d1e4",
"body": "…e (#26)\n\n* feature: Use angle format of execution_method as default in rendertree\n\n* Fix some dependencies",
"is_bot": false,
"headline": "feature: Use angle format of execution_method as default in rendertre…",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2025-04-14T01:53:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08f80af9707dadd9076354cbb3297eb83c4f7e99",
"body": "Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.33.0.\n- [Commits](https://github.com/golang/net/compare/v0.23.0...v0.33.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/net from 0.23.0 to 0.33.0 (#24)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-03-10T04:44:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a5a3b0ff00452a0c52f50dbb58e93c5cffbbcd0",
"body": "* Implement --disallow-unknown-field\n\n* Add PeekBufferingMemoryUsageKBytes\n\n* Rename option\n\n* Update plantree/plantree.go\n\nCo-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>\n\n* Simplify Option\n\n* Update golangci-lint.yml\n\n* Fix .golangci.yml\n\n---------\n\nCo-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: Allow unkown stats (#23)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2025-03-10T04:40:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c5dd0016892cee6d2272bcd0920ed4010ef6d7b8",
"body": null,
"is_bot": false,
"headline": "Introduce new named struct in stats package (#22)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2024-11-29T05:13:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bf7e1605e0b2c64292057b07737f1c2ecccc011",
"body": "* Bump goccy/go-graphviz v0.2.2\r\n\r\n* Add --type png",
"is_bot": false,
"headline": "Bump goccy/go-graphviz v0.2.2 (#21)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2024-10-19T07:26:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58818545cc79dd634dd08b5c5c8f23b4ef0fa3e1",
"body": "* Add .golangci.yml\r\n\r\n* Add .github/workflows/golangci-lint.yml\r\n\r\n* Fix lint errors",
"is_bot": false,
"headline": "Use golangci-lint (#20)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2024-10-18T19:02:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1cee7fd728d603b939ab445b51951214a3be7d5",
"body": null,
"is_bot": false,
"headline": "Use jessevdk/go-flags (#19)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2024-10-18T16:55:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1b258244667b978295b1f2a1a3b1cd1ef34a8df",
"body": "Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0.\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: google.golang.org/protobuf\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#18)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-18T16:17:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22cafc5f6250d2bfeff29223f4e7d4edf2448598",
"body": "Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.23.0.\r\n- [Commits](https://github.com/golang/net/compare/v0.9.0...v0.23.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/net\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/net from 0.9.0 to 0.23.0 (#17)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-18T16:14:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "692cba7fa9441aed8bca7e3d99e226b30d172d70",
"body": "Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.54.0 to 1.56.3.\r\n- [Release notes](https://github.com/grpc/grpc-go/releases)\r\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.54.0...v1.56.3)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: google.golang.org/grpc\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump google.golang.org/grpc from 1.54.0 to 1.56.3 (#16)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-18T16:10:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3549eb2c80864aa8fe079d84cdbf481d908ffa82",
"body": null,
"is_bot": false,
"headline": "Bump goccy/go-graphviz to v0.2.0 (#15)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2024-10-18T11:03:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78cf034235b44c0c08e5a04702a282756281a717",
"body": "* Replace deprecated spanner/v1\r\n\r\n* Replace deprecated ioutil functions\r\n\r\n* Use sppb alias",
"is_bot": false,
"headline": "Replace deprecated symbols (#14)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2024-10-18T08:33:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df5cc4bb5c2a3177fc3bbecccdb2be25717be45a",
"body": null,
"is_bot": false,
"headline": "fix build (#13)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2023-06-09T08:12:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0994391d7a59d7600f1c14727b6ed4e4e9816551",
"body": null,
"is_bot": false,
"headline": "Implement print modes of rendertree (#12)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2023-06-09T07:11:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05247d2c704cf10e2b05cccc87781f7598a4aab9",
"body": null,
"is_bot": false,
"headline": "update(lintplan): update README.md",
"author_name": "HATATANI Shinta",
"author_login": "apstndb",
"committed_at": "2023-04-17T06:31:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08e24bea309369f612cbd71978410b9e2d510989",
"body": null,
"is_bot": false,
"headline": "add lintplan (#10)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2023-04-17T06:24:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c445a825f058c357f600d0049e663eec9cad2eac",
"body": null,
"is_bot": false,
"headline": "fix unknown field error (#9)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2023-03-23T07:19:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "159e542128fa41a9501324b3e7581744e77968c8",
"body": "* Add test for rendertree#customFileToTableRenderDef func\r\n\r\n* Implement UnmarshalYAML method to rendertree.Alignment",
"is_bot": false,
"headline": "Fix parse yaml process on rendertree --custom-file (#8)",
"author_name": "Masahiro Wakame",
"author_login": "vvakame",
"committed_at": "2021-10-26T03:01:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca485bd498d985cb458d0b66bca12685c4667302",
"body": null,
"is_bot": false,
"headline": "Hide subquery_cluster_node metadata (#7)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2021-03-18T09:19:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "694be3db8bd0c5498552eb9c8217367b4c87e397",
"body": null,
"is_bot": false,
"headline": "Render remote calls as dashed lines (#6)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2021-03-18T09:16:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d3845a127a85211410751d4130f591b6353b4f3",
"body": null,
"is_bot": false,
"headline": "Update images",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2021-03-18T09:15:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "512ecc12dff5ecd5073f6f110def0734e2ff0f36",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2021-03-18T09:07:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c237a62e5de803bdab4f86ac4ab5ceb35d10c04e",
"body": null,
"is_bot": false,
"headline": "Update go.mod",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2021-03-18T09:05:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5b01e4ae78415f3ce92e02377f3fa573765693d",
"body": null,
"is_bot": false,
"headline": "Render remote call as dashed lines",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2021-03-18T09:05:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44dca48bb123c9069ca825263d0b68c54b42c9be",
"body": null,
"is_bot": false,
"headline": "Remove notes about []PartialResultSet and update supported types (#5)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2021-03-18T07:47:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8d53a5b8daca2982f3298cd832be317f10f0b0d",
"body": null,
"is_bot": false,
"headline": "Support various format in spannerplanviz (#4)",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2021-03-18T07:42:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7eb2664c43751f48f28837a5cfa6100254407f3",
"body": "Support various input in rendertree",
"is_bot": false,
"headline": "Merge pull request #3 from apstndb/feature/support-input-resultsetstats",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2021-03-18T06:46:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7505dc421fc9b542e1b7b47d2f6501968ee104a4",
"body": null,
"is_bot": false,
"headline": "Support various input in rendertree",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2021-03-18T06:45:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39357920eb06e8c2771acfa2f9f4bb44c2a3fcfe",
"body": "Print invalid input in error",
"is_bot": false,
"headline": "Merge pull request #2 from apstndb/fix/print-invalid-input",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2021-03-18T06:19:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aebd581b66d4c370984a0c74bef4e1c0e33baf7c",
"body": null,
"is_bot": false,
"headline": "Improve collapsion",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2021-03-18T06:14:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4cba8cec1e0cf2f7927ef8c6de66f220429fec6",
"body": null,
"is_bot": false,
"headline": "Print invalid input in error",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2021-03-18T06:07:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebbf146786747c52de67dd70486c64fbc7df21c7",
"body": null,
"is_bot": false,
"headline": "Add README.md of rendertree",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-12-10T07:00:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41617a37fe5a639cabf63752716d95480bd1c81c",
"body": "Use go-yaml/yaml v3",
"is_bot": false,
"headline": "Merge pull request #1 from apstndb/fix/use-go-yaml-v3",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-11-18T11:15:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89c7736a13a39c468e3564430a41f3e5de0a55a5",
"body": null,
"is_bot": false,
"headline": "Use go-yaml/yaml v3",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-11-18T11:12:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d22b2d6fd67e4d2f44f88e661b62742a0c7d8c95",
"body": null,
"is_bot": false,
"headline": "Update go.mod",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-10-20T09:12:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5d1453ea1979c670a5d5994e501358d2c495d17",
"body": null,
"is_bot": false,
"headline": "Add uncommitted file",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-10-20T09:11:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "143f28bd18de754ca10fbacdfccd5cfadbeb145e",
"body": null,
"is_bot": false,
"headline": "Move plan.jq into lab",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-10-09T07:29:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38cbf85f69aa24d85592cbb71b2234316a7030a8",
"body": null,
"is_bot": false,
"headline": "Merge branch 'feature/jq' into master",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-10-09T07:28:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be9a2640a1b37dca3eb0ad252f25215cd31d27c3",
"body": null,
"is_bot": false,
"headline": "Fix scan_type in plantree",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-10-09T06:26:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbfb92d47d57107081ec8d8ba16fbeba45fa0738",
"body": null,
"is_bot": false,
"headline": "Support yaml in rendertree",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-10-09T06:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d953cf6f291f4fdd612b574eddfd30e8a3077112",
"body": null,
"is_bot": false,
"headline": "Add comments into queryplan",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-10-07T12:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b62a36b87e5f392a80cd9d463b4ef570c91ca63",
"body": null,
"is_bot": false,
"headline": "Refactor visualize package",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-10-07T12:12:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "037a3db04e781050855f6e39af5f4e8e5e808f1a",
"body": null,
"is_bot": false,
"headline": "Add rendertree command",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-10-07T10:30:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8df75252eff0f70091246a6f9f236cf96253ec24",
"body": null,
"is_bot": false,
"headline": "Fix indentation",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-10-07T10:29:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "594d025f63152a9aa198499a7d16a0ba8fc241ae",
"body": null,
"is_bot": false,
"headline": "Stablize result",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-10-07T10:28:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cf91c262a5306f01db58d3a3a211b3984be11f1",
"body": null,
"is_bot": false,
"headline": "Update",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-10-05T11:44:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b157d849b0f59c0ee11360ec204c2bc88872003",
"body": null,
"is_bot": false,
"headline": "Support jq 1.6",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-10-05T11:20:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d00b330918c4e8749b0820460691bb948b2cbd76",
"body": null,
"is_bot": false,
"headline": "Update",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-10-05T10:37:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3bc746958083e2a8dfcec7833eea77ec9e75a56",
"body": null,
"is_bot": false,
"headline": "Update plan.jq",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-10-05T08:45:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "107a2d12ab7a997e712e69146c828f0ac996789b",
"body": null,
"is_bot": false,
"headline": "Add jq version",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-10-05T04:50:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dd00ac229d5c04a5a423477442ca3f5307c7cce",
"body": null,
"is_bot": false,
"headline": "Rename variable",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-09-08T10:09:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0763a12c460b2ce131aebf9cc013d767d80293f",
"body": null,
"is_bot": false,
"headline": "Minor fix getScalarChildLinks",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-09-08T09:19:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cea3ecc2fbeda6d7ef1a74ed0a36b0c6c184b2ad",
"body": null,
"is_bot": false,
"headline": "Refactor isInlined",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-09-08T09:19:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b97ece8ce354dfdd9e4d688f5cd6b6d51397ed86",
"body": null,
"is_bot": false,
"headline": "Reorganize packages",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-06-26T06:43:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0405208501c384668f36dcbad5e7a858d4d6f49",
"body": null,
"is_bot": false,
"headline": "Refactor using protobuf-go v1.25",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-06-26T06:36:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64c8bdb59c29f08b3c87bfd92a8b469d9f500fbe",
"body": null,
"is_bot": false,
"headline": "Use protobuf-go v1.25",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-06-26T06:36:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ace2a47a049b373d37b239a8bd7f05335b1bb3d",
"body": null,
"is_bot": false,
"headline": "Split main package",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-06-24T08:28:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed0a734cd58bb9d69cd3858925191fb4b2b9a214",
"body": null,
"is_bot": false,
"headline": "Fix docs",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-06-04T15:29:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58e31d92cde92295b4576dce7a11d4551a8dd0fd",
"body": null,
"is_bot": false,
"headline": "Add PNG image",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-06-04T15:22:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88d7d82c2b74634e3991d08d5109da681eccfe1c",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-06-04T14:44:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66812203cde90f52c13c11deb79f751e02536464",
"body": null,
"is_bot": false,
"headline": "Fix startup logic",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-06-04T14:17:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac563bbe9c6a0cac6a554316edaadaa999c13a16",
"body": null,
"is_bot": false,
"headline": "Add description about GCP console",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-06-04T14:05:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "919b183f51875039c64259b591605644928e432c",
"body": null,
"is_bot": false,
"headline": "Update files",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-06-04T14:00:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b3e0f11e77b57fff0a829cb55216640e5b4f2ee",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-06-04T13:56:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b01346856283f479eabce02800ec808fb9d14fea",
"body": null,
"is_bot": false,
"headline": "Add LICENSE",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-06-04T13:55:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d76d4714d2a1e4e18830eca46d02643a94d4b002",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-06-04T13:46:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "652b9ec20ff29fc2b3c21110d323bd2f8da0641f",
"body": null,
"is_bot": false,
"headline": "Add param.svg",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-06-04T13:42:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4452ff35faae7365275f0b383aece211b662e544",
"body": null,
"is_bot": false,
"headline": "Add README.md",
"author_name": "apstndb",
"author_login": "apstndb",
"committed_at": "2020-06-04T13:40:26Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 18,
"commits_last_year": 15,
"latest_release_at": "2026-07-22T05:36:00Z",
"latest_release_tag": "v0.11.0",
"releases_from_tags": false,
"days_since_last_push": 14,
"active_weeks_last_year": 4,
"days_since_latest_release": 14,
"mean_days_between_releases": 2.5
},
"artifacts": {
"collected": true,
"structure": [
"tree.go_importable",
"tree.go_main"
],
"declarations": []
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [],
"total": 0,
"header": 0,
"collected": true,
"has_inspect_badge": false
},
"has_description": false,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/apstndb/spannerplanviz",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"categories": [],
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/apstndb/spannerplanviz",
"declared_type": null,
"is_deprecated": false,
"latest_version": "v0.11.0",
"repository_url": "https://github.com/apstndb/spannerplanviz",
"versions_count": 26,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-22T04:51:25Z",
"latest_version_yanked": null,
"days_since_latest_publish": 14
}
]
},
"popularity": {
"forks": 1,
"stars": 42,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2020-06-05",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 5
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 23572,
"source_files_sampled": 32,
"oversized_source_files": 0,
"agent_instruction_files": [
".clinerules"
],
"agent_instruction_max_bytes": 1727
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.56.3",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-hrxh-6v49-42gf",
"GHSA-p77j-4mvh-x3m3",
"GO-2026-4762",
"GO-2026-6061"
],
"fixed_version": "1.82.1",
"advisory_count": 4,
"oldest_advisory_days": 139
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.38.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-5cv4-jp36-h3mw",
"GO-2026-4440",
"GO-2026-4441",
"GO-2026-4918",
"GO-2026-5025",
"GO-2026-5026",
"GO-2026-5027",
"GO-2026-5028",
"GO-2026-5029",
"GO-2026-5030"
],
"fixed_version": "1.26.3",
"advisory_count": 11,
"oldest_advisory_days": 180
},
{
"name": "github.com/disintegration/imaging",
"direct": false,
"version": "v1.6.2",
"severity": "low",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GHSA-q7pp-wcgr-pffx"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 1065
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.31.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 74
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.38.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 21
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 1,
"unknown": 2,
"critical": 1,
"moderate": 1
},
"advisory_count": 18,
"affected_count": 5,
"assessed_count": 27,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "cloud.google.com/go/spanner",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.48.0"
},
{
"name": "github.com/MakeNowJust/heredoc/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.0.1"
},
{
"name": "github.com/apstndb/protoyaml",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.1.1"
},
{
"name": "github.com/apstndb/spannerplan",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.3.0"
},
{
"name": "github.com/goccy/go-graphviz",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.2.10"
},
{
"name": "github.com/google/go-cmp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.5.9"
},
{
"name": "github.com/jessevdk/go-flags",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.1"
},
{
"name": "google.golang.org/protobuf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.33.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "cloud.google.com/go/spanner",
"direct": true,
"version": "v1.48.0",
"ecosystem": "go"
},
{
"name": "github.com/apstndb/protoyaml",
"direct": true,
"version": "v0.1.1",
"ecosystem": "go"
},
{
"name": "github.com/apstndb/spannerplan",
"direct": true,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/goccy/go-graphviz",
"direct": true,
"version": "v0.2.10",
"ecosystem": "go"
},
{
"name": "github.com/google/go-cmp",
"direct": true,
"version": "v0.5.9",
"ecosystem": "go"
},
{
"name": "github.com/jessevdk/go-flags",
"direct": true,
"version": "v1.6.1",
"ecosystem": "go"
},
{
"name": "github.com/makenowjust/heredoc/v2",
"direct": true,
"version": "v2.0.1",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": true,
"version": "v1.33.0",
"ecosystem": "go"
},
{
"name": "github.com/apstndb/go-tabwrap",
"direct": false,
"version": "v0.1.3",
"ecosystem": "go"
},
{
"name": "github.com/clipperhouse/displaywidth",
"direct": false,
"version": "v0.11.0",
"ecosystem": "go"
},
{
"name": "github.com/clipperhouse/uax29/v2",
"direct": false,
"version": "v2.7.0",
"ecosystem": "go"
},
{
"name": "github.com/disintegration/imaging",
"direct": false,
"version": "v1.6.2",
"ecosystem": "go"
},
{
"name": "github.com/flopp/go-findfont",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/fogleman/gg",
"direct": false,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/goccy/go-yaml",
"direct": false,
"version": "v1.17.1",
"ecosystem": "go"
},
{
"name": "github.com/golang/freetype",
"direct": false,
"version": "v0.0.0-20170609003504-e2365dfdc4a0",
"ecosystem": "go"
},
{
"name": "github.com/golang/protobuf",
"direct": false,
"version": "v1.5.3",
"ecosystem": "go"
},
{
"name": "github.com/samber/lo",
"direct": false,
"version": "v1.53.0",
"ecosystem": "go"
},
{
"name": "github.com/tetratelabs/wazero",
"direct": false,
"version": "v1.10.1",
"ecosystem": "go"
},
{
"name": "golang.org/x/image",
"direct": false,
"version": "v0.43.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.38.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.31.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.38.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto",
"direct": false,
"version": "v0.0.0-20230530153820-e85fd2cbaebc",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"direct": false,
"version": "v0.0.0-20230530153820-e85fd2cbaebc",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"direct": false,
"version": "v0.0.0-20230530153820-e85fd2cbaebc",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.56.3",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 27,
"direct_count": 8,
"indirect_count": 19
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 55,
"open_issues": 1,
"closed_ratio": 0.5,
"closed_issues": 1,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "apstndb",
"commits": 96,
"avatar_url": "https://avatars.githubusercontent.com/u/803393?v=4"
},
{
"type": "User",
"login": "vvakame",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/125332?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.99
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"golangci-lint.yml",
"run-tests.yaml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"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": 4,
"reason": "14 out of 29 merged PRs checked by a CI test -- score normalized to 4",
"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/29 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": 10,
"reason": "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": 10,
"reason": "15 commit(s) and 0 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": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 4,
"reason": "SAST tool is not run on all commits -- score normalized to 4",
"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": "15 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e6b29ea1454f313f2474897ddb1be5815b3a7d7e",
"ran_at": "2026-08-05T09:33:07Z",
"aggregate_score": 4.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 0,
"decided_7d": 0,
"merged_30d": 10,
"authors_30d": 1,
"decided_30d": 10,
"sample_size": 59,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 1,
"newcomer_merged_30d": 0,
"bot_prs_excluded_30d": 3,
"newcomer_authors_30d": 0,
"newcomer_decided_30d": 0
},
"ci_last_run_at": "2026-08-04T18:04:56Z",
"oldest_open_prs": [
{
"number": 47,
"created_at": "2026-05-18T16:31:15Z",
"last_comment_at": "2026-05-18T16:56:29Z",
"last_comment_author": "apstndb"
},
{
"number": 58,
"created_at": "2026-07-08T05:27:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 62,
"created_at": "2026-07-14T22:02:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 65,
"created_at": "2026-07-22T04:53:20Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-22T04:51:26Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 11,
"created_at": "2023-04-19T05:30:24Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/apstndb/spannerplanviz",
"host": "github.com",
"name": "spannerplanviz",
"owner": "apstndb"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 59 is calibrated to 63 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 59,
"calibrated": 63,
"calibration": "2026-08-02"
}
}
],
"value": 63,
"inputs": {
"security": 54,
"vitality": 71,
"community": 37,
"governance": 53,
"calibration": "2026-08-02",
"engineering": 69,
"ai_readiness": 86,
"weighted_overall_raw": 59
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"commits_last_year": 15,
"human_commit_share": 0.95,
"days_since_last_push": 14,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 14 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 14
}
}
],
"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": "15 commits in the last year",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 15
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "15 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "exceptional",
"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": 18,
"latest_release_tag": "v0.11.0",
"releases_from_tags": false,
"days_since_latest_release": 14,
"mean_days_between_releases": 2.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "18 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 18
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 14 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 14
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~2.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 2.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 14,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 14 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 14
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 37,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"forks": 1,
"stars": 42,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "42 stars",
"points": 26.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 42
}
}
],
"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": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": 0,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"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": 53,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.99
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 99% of commits",
"points": 0.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 99
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "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": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 56,
"inputs": {
"merged_prs": 55,
"open_issues": 1,
"closed_issues": 1,
"prs_merged_7d": 0,
"prs_decided_7d": 0,
"prs_merged_30d": 10,
"prs_decided_30d": 10,
"issue_closed_ratio": 0.5,
"closed_unmerged_prs": 4,
"first_time_authors_30d": 0,
"first_time_prs_merged_30d": 0,
"first_time_prs_decided_30d": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "50% of issues closed",
"points": 21,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 50
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "55/59 decided PRs merged",
"points": 28,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 55,
"decided": 59
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"followers": 57,
"owner_type": "User",
"is_verified": null,
"owner_login": "apstndb",
"public_repos": 183,
"account_age_days": 5553
},
"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": "57 followers of apstndb",
"points": 12.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 57,
"login": "apstndb"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "183 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 183
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/apstndb/spannerplanviz"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 14
},
"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 14 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 14
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "26 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 26
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 69,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"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": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "14 out of 29 merged PRs checked by a CI test -- score normalized to 4",
"points": 8,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 54,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 43,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.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 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": "14 out of 29 merged PRs checked by a CI test -- score normalized to 4",
"points": 1,
"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 0/29 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": "update tool detected",
"points": 7.5,
"status": "met",
"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": "15 commit(s) and 0 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 not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 4",
"points": 2,
"status": "partial",
"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": "15 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 27 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 27
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 18,
"affected_packages": 5,
"assessed_packages": 27,
"unassessed_packages": 0,
"affected_by_severity": "critical 1, moderate 1, low 1, unknown 2",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 27,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "excellent",
"name": "AI Readiness",
"value": 86,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.547,
"agent_instruction_files": [
".clinerules"
],
"agent_instruction_max_bytes": 1727
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": ".clinerules",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".clinerules"
}
}
],
"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": "52 of 95 human commits state their intent (structured subject or explanatory body)",
"points": 29.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 52,
"sampled": 95
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.14,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.05
},
"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": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"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": "14 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 14,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "5 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 5,
"sampled": 100
}
}
],
"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": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 23572,
"source_files_sampled": 32,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/32 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 32,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library",
"application"
],
"labels": [
"library",
"application"
],
"scores": {
"library": 6,
"application": 5
},
"primary": "library",
"evidence": [
{
"tier": "structure",
"label": "application",
"source": "tree.go_main",
"weight": 5
},
{
"tier": "distribution",
"label": "library",
"source": "registry:go",
"weight": 3
},
{
"tier": "structure",
"label": "library",
"source": "tree.go_importable",
"weight": 3
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": true,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-08-05T09:33:23.732154Z",
"schema_version": "0.31.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/apstndb/spannerplanviz.svg",
"full_name": "apstndb/spannerplanviz",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}