原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 103,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 28219
},
"pushed_at": "2026-07-17T15:39:21Z",
"created_at": "2026-05-22T17:04:26Z",
"owner_type": "Organization",
"updated_at": "2026-07-17T15:39:33Z",
"description": "SQLite SQL compiler for tinywasm/orm",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Tiny Wasm",
"type": "Organization",
"login": "tinywasm",
"company": null,
"location": "Chile",
"followers": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/248606875?v=4",
"created_at": "2025-12-09T05:07:07Z",
"is_verified": null,
"public_repos": 81,
"account_age_days": 224
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.0.8",
"kind": "patch",
"published_at": "2026-07-17T15:39:18Z"
},
{
"tag": "v0.0.7",
"kind": "patch",
"published_at": "2026-07-10T20:42:19Z"
},
{
"tag": "v0.0.6",
"kind": "patch",
"published_at": "2026-07-06T22:18:22Z"
},
{
"tag": "v0.0.5",
"kind": "patch",
"published_at": "2026-06-27T23:05:54Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2026-06-27T22:53:35Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2026-06-11T14:36:32Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2026-05-22T17:50:05Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2026-05-22T17:04:28Z"
}
],
"recent_commits": [
{
"oid": "66e2aa4954cfc4cda14120a410598070c5eb5d68",
"body": "…do de orm a tinywasm/storage)\n\n2 files changed, 2 insertions(+), 2 deletions(-)",
"is_bot": false,
"headline": "refactor!: sqlt implementa storage.Conn + ddl.Compiler (contrato movi…",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-17T15:39:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "236062432e3e805e7645cf5a605c5cb287a61425",
"body": "…914467\n\nRefactor to storage.Compiler and ddl.Compiler",
"is_bot": false,
"headline": "Merge pull request #5 from tinywasm/refactor-storage-ddl-375911369911…",
"author_name": "César Solís",
"author_login": "cdvelop",
"committed_at": "2026-07-17T15:35:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5c8ae2ed75a134a886d42b0adf56cc91b7b360c",
"body": "Tests moved to tests/ as its own go module (isolates modernc.org/sqlite\nfrom the root module). SchemaExt()/TopologicalSort migrated per\nDDLC_DEPENDENCY_PROPOSAL.md: ddlc.FieldExt -> model.FieldExt,\nddlc.TopologicalSort -> ddl.TopologicalSort. sqlt no longer imports ddlc.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: extract tests into standalone module; migrate off ddlc",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-17T15:34:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b4b1997676bfe0e548a5b7c18b7dad949e427bd5",
"body": "Migrated sqlt from github.com/tinywasm/orm to the new split github.com/tinywasm/storage and github.com/tinywasm/ddl contracts. Added full conformance tests and updated existing unit tests.\n\nCo-authored-by: cdvelop <44058491+cdvelop@users.noreply.github.com>",
"is_bot": true,
"headline": "refactor!: sqlt implements storage.Conn + ddl.Compiler",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-17T14:07:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "47cde3aaa9e25b974d4ef9a587bfbb968197ba71",
"body": null,
"is_bot": false,
"headline": "chore: sync before codejob dispatch",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-17T13:50:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc74cca5ad29c157c17b8fcd38959dfea9b6abf8",
"body": null,
"is_bot": false,
"headline": "update plan",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-16T20:30:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac9db6b02867fad4e1ac200ab7f5b70cb2d4639e",
"body": null,
"is_bot": false,
"headline": "plan",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-16T05:04:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c7afede1ba5797511fccbf453fedffb88c1352b",
"body": "- github.com/tinywasm/model v0.0.12",
"is_bot": false,
"headline": "deps: update model to v0.0.12",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-13T17:08:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74e05f84c08b8e32a133cfe33fcb3a5ddabb7544",
"body": "- github.com/tinywasm/model v0.0.11",
"is_bot": false,
"headline": "deps: update model to v0.0.11",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-13T16:55:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a55d5c90907b3ffac5388a940aecc43ef83e52c8",
"body": "- github.com/tinywasm/model v0.0.10",
"is_bot": false,
"headline": "deps: update model to v0.0.10",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-13T16:35:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0216dad519fed55573c7069769da6d9aaf0767c4",
"body": "- github.com/tinywasm/model v0.0.9",
"is_bot": false,
"headline": "deps: update model to v0.0.9",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-13T16:24:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b0ad415a901c979429d671be3e1604a850d0b91",
"body": "- github.com/tinywasm/fmt v0.25.3",
"is_bot": false,
"headline": "deps: update fmt to v0.25.3",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-12T05:22:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85de3ec788f3efd40cf20f4f15ac80a4fb4dc6b4",
"body": null,
"is_bot": false,
"headline": "Kind unification (phase B): SQLite DDL reads `Field.Type.Storage()`",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-10T20:42:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed516199dee0cd04ff33b6441b1e0bfeaac40883",
"body": "…363000208937\n\nMigrate to model.Kind and ddlc package",
"is_bot": false,
"headline": "Merge pull request #4 from tinywasm/kind-unification-phase-b-17164112…",
"author_name": "César Solís",
"author_login": "cdvelop",
"committed_at": "2026-07-10T20:42:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e992332c4b981872fb135a0f0fc444613f73706",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.25.2",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-10T20:39:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac7c8494ec566698ccd52a59963f5741180607aa",
"body": "- Updated direct model.Field.Type comparisons to use f.Type.Storage()\n- Migrated from orm/ddl to github.com/tinywasm/ddlc v0.0.2\n- Updated orm.FieldExt to ddlc.FieldExt in all locations\n- Updated test fixtures to use model.Kind constructors (e.g., model.Text())\n- Adjusted interface assertions and imports for ddlc compatibility\n\nCo-authored-by: cdvelop <44058491+cdvelop@users.noreply.github.com>",
"is_bot": true,
"headline": "feat: migrate to model.Kind interface and ddlc package",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-10T18:10:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8c1173dfa8921798c2c9bb375d4d22d091986d8c",
"body": null,
"is_bot": false,
"headline": "chore: sync before codejob dispatch",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-10T15:07:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2278d6922a519b3370e1b9255009aa7606af6e3b",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.9.26",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-08T18:23:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f61888654042ba2a7e3eaf331ff8ae1a652fbed",
"body": null,
"is_bot": false,
"headline": "deps: update model to v0.0.6",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-08T15:44:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43b690d10724c0333121094629b0ec37397a83fd",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.9.25",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-08T15:12:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccb5e908edc3d139d796c8d2049d8801b6ed34cf",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.9.24",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-07T16:37:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2401049469ba3725309e9323fda9a39bd3fe5bbb",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.25.1",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-07T16:02:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cca1fb1544278f9387bf7d569accdda5ccf3c90",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.9.23",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-07T13:58:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1a487cf16a819569f807d129be0c3a0ab155227",
"body": null,
"is_bot": false,
"headline": "deps: update model to v0.0.5",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-07T03:24:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17f4034f13968b69e44c2bcdf3e269725b7506aa",
"body": null,
"is_bot": false,
"headline": "deps: update model to v0.0.4",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-07T00:39:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c313ee966ce57bed2ae0b39d748586069e98f9b",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.9.22",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-06T22:39:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "945c59e97a3c46857bf7458e9916717f1badd924",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.9.21",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-06T22:35:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10d8d60abc2e4a0d3401fec3690b515ffb94f0e2",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.9.20",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-06T22:29:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c0d8c5614e7ae78cb7117810638b0c3f6f1d7d9",
"body": null,
"is_bot": false,
"headline": "use model types instead of fmt",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-06T22:18:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f49e10e0ae6648031e55e420302c35e1a4754c11",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.24.6",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-02T16:21:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e875935640cbf8fa2484a73146c19d063dc7cf0a",
"body": null,
"is_bot": false,
"headline": "fix: NewCompiler returns *compiler to expose ExportDDL",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-27T23:05:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "272ab47302651c72a7dffe3401ab51f6f1ddc81f",
"body": null,
"is_bot": false,
"headline": "feat: implement ddl.Exporter with VARCHAR and ON DELETE CASCADE",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-27T22:53:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb62d6ff94d740e5b388e36744e97712cb7a0101",
"body": "…2175440067\n\nImplement ddl.Exporter and enhance SQLite translator",
"is_bot": false,
"headline": "Merge pull request #3 from tinywasm/implement-ddl-exporter-1803376640…",
"author_name": "César Solís",
"author_login": "cdvelop",
"committed_at": "2026-06-27T22:53:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c067b4fdb78284d0a9b36bcec7a2e6a311786d20",
"body": null,
"is_bot": false,
"headline": "review: corrections before merge",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-27T22:53:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "879d721641fa60bf67a3eab970e1dfec3703c7a0",
"body": "- Implement ExportDDL in compiler.go to support full schema export.\n- Enhance buildCreateTable in translate.go to support VARCHAR(n) for FieldText with Maximum > 0.\n- Add support for ON DELETE actions in foreign key constraints.\n- Automatically generate indexes for foreign key columns in ExportDDL.\n\n[…]\nomprehensive tests in translate_test.go and export_test.go.\n- Ensure NewCompiler returns a pointer to support interface assertions.\n\nCo-authored-by: cdvelop <44058491+cdvelop@users.noreply.github.com>",
"is_bot": true,
"headline": "Implement ddl.Exporter and enhance SQLite translator",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-06-27T21:26:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f642ac3391e819abfcca8a168291884d35fc7586",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.9.18",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-27T21:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d574d520143e15281beed07837ede932a0ea9372",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.9.16",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-27T17:59:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1ec90528ee24f167e97852fd9c95fec78207d4f",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.9.15",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-27T16:53:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a6662ed8bcddabcd904ba83e71cc130ab0c0852",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.9.14",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-27T16:39:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03022959788e9df24eb3969f7b9848bf80370b8c",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.9.13",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-27T16:28:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1da05410648b3c65de57bdb184b8acc8718132f8",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.9.12",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-27T15:15:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e575f562136eab111eab3c8fb66f528069aada7",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.9.11",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-27T15:12:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60bca185e93870154717076fdc4d3f71df2e4f49",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.24.5",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-26T16:33:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fb4f0c423d5365458562c9248470862e6c09b2b",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.9.10",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-25T20:43:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d797e639c1d37c8fd96b79577584ab34d0f2eb3",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.9.9",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-23T22:35:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b67df1960016821bffd7a2135f57057a09886f91",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.9.8",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-23T16:28:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "165ff18f548aa2b40b6d72ac16ac187ea8cd68e7",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.24.4",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-23T15:46:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "082a7bcf5ed4eb355a7210a9fd81e64f8a2bb80a",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.9.7",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-18T22:00:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c4e0d812153a1715fadf258a5f25c69ca32cb9d",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.24.3",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-18T21:08:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b009f6498cc793e3569b33a085864e280efaea3d",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.24.2",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-18T17:18:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfc9908cf234c4506d225619c0547b3faac7590d",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.9.6",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-17T23:53:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7509227e7c6a91df484d9988f167a29c78c5901",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.24.1",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-17T23:37:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93c61c666756252d22123d8e72ae67d563dd511e",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.9.5",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-16T15:13:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27e50c82b32dd9554b1bdf60d1259830c65eb70b",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.9.4",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-16T15:08:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb91a25e032a6b4d261a5d62235e663689b87d10",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.9.3",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-16T14:51:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc7c77ac7a2964234ce1d5863e12339ff7dbd95c",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.9.2",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-16T14:21:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1716e9f1f9452fbc444071d08d0410a5875203e6",
"body": null,
"is_bot": false,
"headline": "Schema-sync translation (SQLite compiler)",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-11T14:36:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cc96f8383f13dcbf85b44ca3b9d92eb3490bb07",
"body": "…-5844029039549814658\n\nImplement schema-sync translation (SQLite compiler)",
"is_bot": false,
"headline": "Merge pull request #2 from tinywasm/implement-schema-sync-translation…",
"author_name": "César Solís",
"author_login": "cdvelop",
"committed_at": "2026-06-11T14:36:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c10f15c012c20652f32549c620b60531dd253757",
"body": null,
"is_bot": false,
"headline": "review: corrections before merge",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-11T14:36:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1f14694b4fd26555b5d6255493e144b78447fb8",
"body": "- Added builders for ActionAddColumn, ActionRenameColumn, and ActionDropColumn.\n- Supported IS NULL and IS NOT NULL operators in buildConditions.\n- Added comprehensive tests for new DDL actions and null-conditions.\n- Verified that all tests pass with github.com/tinywasm/orm v0.9.1.\n\nCo-authored-by: cdvelop <44058491+cdvelop@users.noreply.github.com>",
"is_bot": true,
"headline": "Implement schema-sync translation (SQLite compiler)",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-06-11T14:21:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a3d77ee43988e885f55e75c6408d71536cf66185",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.9.1",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-11T14:04:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e34bad538a7842ac31d2016323908d9c89ca0f7",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.24.0",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-09T22:59:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bce3981dd66882a6863fe425cc09b1ef7911d571",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.9.0",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-09T13:07:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b39702eb88da30ae9d190da7705f0bf160bc45e1",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.23.10",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-05-28T17:25:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f01735df7d9affa9b34c294dd086ca2269e73dc",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.8.3",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-05-26T14:51:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7189de778fc0bf68569beed320bcb156e448032f",
"body": null,
"is_bot": false,
"headline": "deps: update orm to v0.8.2",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-05-22T20:21:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4a232d1143dd5f5c0dd2d79a0024b06305f780e",
"body": null,
"is_bot": false,
"headline": "extract SQLite SQL compiler from sqlite into shared sqlt module",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-05-22T17:50:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc57f215d61e541bf9e64ac73c9621506620c7b1",
"body": "…n-13348458838283027476\n\nExecute sqlt implementation plan",
"is_bot": false,
"headline": "Merge pull request #1 from tinywasm/sqlt-implementation-plan-executio…",
"author_name": "César Solís",
"author_login": "cdvelop",
"committed_at": "2026-05-22T17:50:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b622c0fbf73b699065cd7684c5d727011f57f30b",
"body": null,
"is_bot": false,
"headline": "review: corrections before merge",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-05-22T17:49:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b848e0baf6db76ac391db82b9b5c03ba5467dcf2",
"body": "- Update go.mod with tinywasm/fmt and tinywasm/orm dependencies.\n- Refactor sqlt.go to export NewCompiler and Translate.\n- Rename sqliteCompiler to compiler in compiler.go.\n- Ensure all tests pass and implementation matches orm.Compiler interface.\n\nCo-authored-by: cdvelop <44058491+cdvelop@users.noreply.github.com>",
"is_bot": true,
"headline": "Execute implementation plan for sqlt",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-05-22T17:47:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "942a3add0eb36bcae1d288bf600f326f4d1674ee",
"body": null,
"is_bot": false,
"headline": "chore: sync before codejob dispatch",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-05-22T17:41:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddabb7715858c453759d988a03c974f1e2b606ee",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-05-22T17:04:28Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 72,
"latest_release_at": "2026-07-17T15:39:18Z",
"latest_release_tag": "v0.0.8",
"releases_from_tags": true,
"days_since_last_push": 4,
"active_weeks_last_year": 9,
"days_since_latest_release": 4,
"mean_days_between_releases": 8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/tinywasm/sqlt",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/tinywasm/sqlt",
"is_deprecated": false,
"latest_version": "v0.0.8",
"repository_url": "https://github.com/tinywasm/sqlt",
"versions_count": 8,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T15:39:18Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod",
"tests/go.mod"
],
"largest_source_bytes": 8782,
"source_files_sampled": 8,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod",
"tests/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"
],
"dependencies": [
{
"name": "github.com/tinywasm/ddl",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.4"
},
{
"name": "github.com/tinywasm/fmt",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.25.3"
},
{
"name": "github.com/tinywasm/model",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.16"
},
{
"name": "github.com/tinywasm/storage",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.2"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 5,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "cdvelop",
"commits": 67,
"avatar_url": "https://avatars.githubusercontent.com/u/44058491?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/26 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": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "66e2aa4954cfc4cda14120a410598070c5eb5d68",
"ran_at": "2026-07-22T03:27:29Z",
"aggregate_score": 2.5,
"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-17T15:39:20Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-17T15:35:13Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/tinywasm/sqlt",
"host": "github.com",
"name": "sqlt",
"owner": "tinywasm"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"security": 25,
"vitality": 71,
"community": 24,
"governance": 53,
"engineering": 44
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"commits_last_year": 72,
"human_commit_share": 0.931,
"days_since_last_push": 4,
"active_weeks_last_year": 9
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "9/52 weeks with commits",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 9
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "72 commits in the last year",
"points": 16.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 72
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 88,
"inputs": {
"releases_count": 8,
"latest_release_tag": "v0.0.8",
"releases_from_tags": true,
"days_since_latest_release": 4,
"mean_days_between_releases": 8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~8 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 53,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 5,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "5/5 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 5,
"decided": 5
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/26 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"followers": 4,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "tinywasm",
"public_repos": 81,
"account_age_days": 224
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "4 followers of tinywasm",
"points": 5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 4,
"login": "tinywasm"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "81 public repos, account ~0 yr old",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 81
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/tinywasm/sqlt"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 4
},
"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 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 44,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": 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": "critical",
"name": "Security",
"value": 25,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 25,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/26 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 workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 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": "moderate",
"name": "AI Readiness",
"value": 66,
"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.896,
"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 67 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 60,
"sampled": 67
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 73,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.083,
"toolchain_manifests": [
"go.mod",
"tests/go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod, tests/go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod, tests/go.mod"
}
}
],
"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": "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": "6 of the last 72 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 6,
"sampled": 72
}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 8782,
"source_files_sampled": 8,
"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/8 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 8,
"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-22T03:27:36.565014Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/tinywasm/sqlt.svg",
"full_name": "tinywasm/sqlt",
"license_state": "standard",
"license_spdx": "MIT"
}