Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1061,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 366508,
"Just": 3421,
"Smarty": 39647,
"Go Template": 63483,
"Protocol Buffer": 9727
},
"pushed_at": "2026-07-22T09:32:35Z",
"created_at": "2026-06-11T10:51:58Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T09:33:41Z",
"description": "A Protocol Buffers compiler plugin that generates unified database layers",
"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",
"Go Template"
]
},
"owner": {
"blog": null,
"name": "The Protobuf Project",
"type": "Organization",
"login": "the-protobuf-project",
"company": null,
"location": "ಬೆಂಗಳೂರು, भारत",
"followers": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/293765530?v=4",
"created_at": "2026-06-15T06:36:13Z",
"is_verified": null,
"public_repos": 15,
"account_age_days": 37
},
"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": "v1.5.0",
"kind": "minor",
"published_at": "2026-07-21T11:05:10Z"
},
{
"tag": "v1.4.3",
"kind": "patch",
"published_at": "2026-07-12T05:47:34Z"
},
{
"tag": "v1.4.2",
"kind": "patch",
"published_at": "2026-07-12T04:40:31Z"
},
{
"tag": "v1.4.1",
"kind": "patch",
"published_at": "2026-07-11T18:56:25Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2026-07-11T13:18:04Z"
},
{
"tag": "v1.3.2",
"kind": "patch",
"published_at": "2026-07-11T06:48:19Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2026-07-10T06:45:53Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2026-07-10T05:52:46Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2026-07-03T05:07:42Z"
},
{
"tag": "v1.2.01",
"kind": "patch",
"published_at": "2026-07-03T04:49:05Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2026-07-02T12:14:47Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2026-06-24T09:31:35Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2026-06-22T11:48:28Z"
},
{
"tag": "v0.1.61",
"kind": "patch",
"published_at": "2026-06-17T06:21:31Z"
},
{
"tag": "v0.1.6",
"kind": "patch",
"published_at": "2026-06-17T05:40:25Z"
},
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2026-06-16T10:05:50Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2026-06-15T15:45:50Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2026-06-15T05:25:57Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-06-14T12:37:28Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-06-14T12:02:00Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-06-13T04:26:40Z"
}
],
"recent_commits": [
{
"oid": "212e25fbc08f43ce61e38fe2d1fdf94a96b1b008",
"body": "feat: add SensorStore for telemetry data management",
"is_bot": false,
"headline": "Merge pull request #40 from the-protobuf-project/feat/telementry",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-07-22T09:32:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa8b369fa5efbbdc02ba4adf95bedb85079bda8d",
"body": null,
"is_bot": false,
"headline": "feat: add opentelementry dependency to buf.lock",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-22T09:31:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e0619761850d5189d6b178950865ff0f16cb057",
"body": null,
"is_bot": false,
"headline": "Refactor code structure for improved readability and maintainability",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-22T09:29:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a04878f1f8d0085c03e877a21a0203a2a7cd104",
"body": "- Introduced SensorStore for CRUD operations on Sensor records in the weather database.\n- Implemented telemetry support for operations using the gormx package.\n- Added telemetryv1.proto defining the Reading, Sensor, and Calibration messages with appropriate annotations.\n- Removed deprecated telemetry options from annotations and refactored related code.\n- Updated documentation and comments for clarity on telemetry usage.",
"is_bot": false,
"headline": "feat: add SensorStore for telemetry data management",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-22T09:05:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd21fca79074d6d68c3687d7d207db3b1acf2c96",
"body": "feat: add telemetry support to GORM stores",
"is_bot": false,
"headline": "Merge pull request #39 from the-protobuf-project/feat/telementry",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-07-21T11:01:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c63ca458e24bfc8f74ac52018bcc3a04b8f33400",
"body": "- Introduced telemetry options in the ORM, allowing for instrumentation of store operations.\n- Added TelemetryOptions and TelemetryFieldOptions messages in the protobuf definition to configure telemetry behavior.\n- Updated gormx package to include Telemetry interface for capturing spans and metrics.\n[…]\nobserve operations and metrics.\n- Created new telemetry.proto file and updated annotations.proto to include telemetry extensions.\n- Added test data files for telemetry cases in the testdata directory.",
"is_bot": false,
"headline": "feat: add telemetry support to GORM stores",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-21T11:00:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "22b55e5225649925ff63c8d782b07589178cb50e",
"body": "…tions/actions/setup-go-7\n\nchore(deps): bump actions/setup-go from 6 to 7",
"is_bot": false,
"headline": "Merge pull request #38 from the-protobuf-project/dependabot/github_ac…",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-07-21T06:32:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72fe9f81028e497fb5ce84d30a6e3c256cc9c395",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6 to 7.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/v6...v7)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-go\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/setup-go from 6 to 7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T15:15:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91b8ef79bbe883e3c4e84e8d008dc23184fada1c",
"body": null,
"is_bot": false,
"headline": "fix(justfile): update references from protorm to orm for consistency",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-12T04:36:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5251546fd18919b85d9f939680d0b04474c70752",
"body": null,
"is_bot": false,
"headline": "fix(deps): downgrade ClickHouse/ch-go to v0.61.5 for compatibility",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-12T04:35:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27618908bd79492da3d1f1859f6158024f7e38c6",
"body": null,
"is_bot": false,
"headline": "fix(env): update instructions for .env.example file clarity",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-12T04:33:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0abe5946c5568523394b82fc354d8f0481b55d16",
"body": null,
"is_bot": false,
"headline": "fix(imports): correct import statement format in filters template",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-12T04:27:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5a7c379da2168fc32517b46f473f85d29ab236f",
"body": "…resource-specific packages\n\n- Updated generator struct to include ownerOf mapping for model objects.\n- Modified qualifiers for referencing generated types to remove schema package references.\n- Removed schemaql package imports from generated models and handlers.\n- Adjusted writeResourceModels to wr\n[…]\nrack ownership of model objects.\n- Refactored various handler and mutation methods to use resource-specific types.\n- Cleaned up GraphQL file views and protobuf definitions to align with new structure.",
"is_bot": false,
"headline": "Refactor GraphQL code generation to eliminate schema package and use …",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-11T19:07:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1ce65bd8ab5243a1cc6d8907c388c72471fadcbc",
"body": null,
"is_bot": false,
"headline": "refactor(imports): reorganize import statements for consistency",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-11T18:54:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04aad41f791a77e07a55e09a56831c741d46ac47",
"body": "…objects-adapters\n\nfeat(go.mod): remove indirect dependency on googleapis/api",
"is_bot": false,
"headline": "Merge pull request #37 from the-protobuf-project/feat(graphql)-value-…",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-07-11T12:13:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a44e55948870a601649440591deb7b71066b571",
"body": null,
"is_bot": false,
"headline": "feat(go.mod): remove indirect dependency on googleapis/api",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-11T12:08:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72078fb54b67a13f5a992fc01ecc01281d6060ba",
"body": "…objects-adapters\n\nfeat(repository): value objects on the GraphQL adapters + golden VO c…",
"is_bot": false,
"headline": "Merge pull request #36 from the-protobuf-project/feat(graphql)-value-…",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-07-11T12:08:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a00c1fa92d3666fb5e2dd06b0ce294aa1aad1165",
"body": "…overage\n\nThe GraphQL adapters now mirror the gorm VO contract: create inserts the\nVO row first and wires the reference (+ oneof discriminator) into the\nresource input; toProto hydrates stored FK ids through follow-up Gets;\nmasked updates replace the group wholesale on the patch and delete the\nstale\n[…]\nr-field codecs\n(wrapperspb ↔ nullable columns). The repository golden fixture grows a\nplain VO (Organisation.hq), a oneof VO pair (Member.span) and a wrapper\nfield inside a VO, covering both adapters.",
"is_bot": false,
"headline": "feat(repository): value objects on the GraphQL adapters + golden VO c…",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-11T12:00:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "85ecc0ebc0794126cda8ddcf486479460775777f",
"body": "…er-scalars\n\nfeat(gorm): update association handling with value-object support and…",
"is_bot": false,
"headline": "Merge pull request #35 from the-protobuf-project/feat(gorm)-map-wrapp…",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-07-11T07:37:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1c1e0fb6c746cf4b5db933f2bfecb448d958b9b",
"body": null,
"is_bot": false,
"headline": "feat(gorm): remove unused voColumnSet function from vo_view.go",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-11T07:27:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ca64d39692f3af332bdd636ae51aa39dd37d8d3",
"body": "… enhance CRUD templates",
"is_bot": false,
"headline": "feat(gorm): update association handling with value-object support and…",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-11T07:25:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "490a02d3c90d1b3e74b04cd1646baa1b5df1ac6b",
"body": "…er-scalars\n\nfeat(gorm): map wrapper scalars, NOT NULL temporals, and repeated enu…",
"is_bot": false,
"headline": "Merge pull request #34 from the-protobuf-project/feat(gorm)-map-wrapp…",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-07-11T07:18:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cab69735070036069f2d2dc5c58737ba3989d16",
"body": "…ms in converters\n\nCloses the converter gaps value objects depend on: google.protobuf\nwrapper types copy through as nullable pointers, google.type.Date /\nTimeOfDay / Duration gain NOT NULL value forms, and a repeated enum\nround-trips its comma-joined value-name column (enumsToCSV/enumsFromCSV).",
"is_bot": false,
"headline": "feat(gorm): map wrapper scalars, NOT NULL temporals, and repeated enu…",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-11T07:16:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad69e64e601345789ce964409ef07c68e409d067",
"body": "…phql-adapters\n\nFeat(repository) graphql adapters",
"is_bot": false,
"headline": "Merge pull request #33 from the-protobuf-project/feat(repository)-gra…",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-07-11T06:42:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "059d74cc9d6b0a7674fa72da645a96c4b6151e10",
"body": "- schemaql model files lose their domain prefix (the folder already\n names it): promocodeql/schemaql/promocode_discounts.go becomes\n schemaql/discounts.go; single-word resources keep the full name.\n- The repository adapters import the gorm package unaliased, so\n references read as the package's own name (property.NewUnitStore)\n instead of the synthetic gormdb alias.",
"is_bot": false,
"headline": "refactor: drop redundant qualifiers in generated output",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-11T06:40:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8139be6dc500cc9a04d828aeb9564bc00419b72",
"body": "The client's schema packages emitted bare structs when the introspected\nschema carried no descriptions (DDN metadata usually doesn't). Every surface\nis now documented: schema descriptions win when present; otherwise the\ngenerator synthesizes precise wording — row models explain the\nnullable-pointer \n[…]\n, CreateInput fields\nnote required vs omitted-when-zero, UpdateInput fields explain the\nthree-state Nullable, and plain fields name the GraphQL field they select\nwith a NULL note. Goldens regenerated.",
"is_bot": false,
"headline": "feat(graphql): document every generated type and field",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-11T06:26:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "442fdb7c6fd4b78bb9bde3c28761ae761c9a5e44",
"body": "…-changes\n\nfix(repository): survive real-world schemas — skip unsupported shapes…",
"is_bot": false,
"headline": "Merge pull request #32 from the-protobuf-project/fixes/aip-160-filter…",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-07-11T06:05:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fae46bab89a1abd685997aa98df36629b6e7b09b",
"body": "…, use proto GoNames\n\nplanResources now skips AIP-156 singletons ('channels/{channel}/syncStatus'),\nmalformed patterns, and tables without a generated surrogate key instead of\nfailing the whole run — those resources stay hand-written, which is the\nTier-2 contract anyway. Proto accessor names now com\n[…]\non), fixing mask/ref fragments for *_id and *_url\nfields. Verified: the target generates all seven freebusy schemas and the\noutput compiles against the real gorm models, stores, converters, and specs.",
"is_bot": false,
"headline": "fix(repository): survive real-world schemas — skip unsupported shapes…",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-11T06:02:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d9d9a522a79112c7139604639b05119894c43ee9",
"body": "…-changes\n\nfeat(filterx): parse AIP-160 filter strings in the generated core",
"is_bot": false,
"headline": "Merge pull request #31 from the-protobuf-project/fixes/aip-160-filter…",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-07-10T17:53:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4de04a8a179ea5635e788a1f593fc351d33e9fb",
"body": null,
"is_bot": false,
"headline": "refactor(repository): remove unused naming import and goField function",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-10T17:50:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c4988548dd356239cd35a1f70cb0f920d87bc19",
"body": "org.v1 fixture: a root resource referenced by others (User), a root resource\nwith etag + OUTPUT_ONLY state + message-typed mutable field (Organisation),\nand a parented resource with required + optional references (Member) —\nexercising name codecs, parent scoping, ref name↔id fragments, mask semantics,\nand the etag transaction across every emitted file.",
"is_bot": false,
"headline": "test(repository): golden case for the gorm-only repository output",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-10T17:50:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0541e4a2174e84c70ccc5126ca14840ab38a7078",
"body": null,
"is_bot": false,
"headline": "feat(generated): add versioning and metadata to generated files",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-10T17:47:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a4dbbd97e084238b0ba3ee4fd2ab7053cac023a",
"body": null,
"is_bot": false,
"headline": "feat(graphql): add version parameter to runGraphQL function",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-10T17:45:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2979ec533ca904761e6eafd5f1a0bc0b18cb7d04",
"body": null,
"is_bot": false,
"headline": "feat(graphql): add version parameter to NewGraphQLTarget function",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-10T17:45:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b78325d96bd1f06f726ad58040942dfcc08d9d92",
"body": null,
"is_bot": false,
"headline": "feat(graphql): add versioning and header support to generated files",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-10T17:45:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6af8fa8ed5c585ac83dae6e1d9f7a8bd6eb6460c",
"body": "…lates",
"is_bot": false,
"headline": "feat(factory): add GORM adapter generation and resource handling temp…",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-10T17:42:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c061e7ae111c020e9158335b923f4c1e5f835f28",
"body": "filterx.Parse tokenizes and parses the pragmatic AIP-160 subset the engines\naccept (=, !=, :, <=, >=, quoted values, barewords as free-text terms, AND\nseparators) into the Condition list ListInput carries, so consumers no longer\nneed a hand-written parser in front of the generated engines. Ported from\nfreebusy's internal/types/filter.go with its semantics intact.",
"is_bot": false,
"headline": "feat(filterx): parse AIP-160 filter strings in the generated core",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-10T17:30:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93dd4f00b913f742ed19b1f283f08366b8f4727e",
"body": "…l-generation\n\nfix(graphql): keep generateql's exported-name spelling (Id, not ID)",
"is_bot": false,
"headline": "Merge pull request #30 from the-protobuf-project/bug/fixing-id-graphq…",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-07-10T06:43:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de33edb913893d34509181aa7a8d501cf73aa6bf",
"body": "The port swapped generateql's naming.Export for protokit's naming.PascalGo,\nwhich Go-normalizes initialisms — a field or predicate named \"id\" came out as\nID where every generateql-generated client (and the code written against it)\nspells it Id. All fourteen schema-name-derived call sites (model fiel\n[…]\ntes, request getters/setters,\nenum values, domain/resource fields) now go through a local export() that\nmirrors generateql exactly, so the graphql target is a drop-in replacement.\nGoldens regenerated.",
"is_bot": false,
"headline": "fix(graphql): keep generateql's exported-name spelling (Id, not ID)",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-10T06:41:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5abf0478de398452e3cbf5706dac17c3759cac7d",
"body": "…n-factory\n\nfeat: add PostgreSQL schema and migration for kitchen database",
"is_bot": false,
"headline": "Merge pull request #29 from the-protobuf-project/feat/orm-cogeneratio…",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-07-10T05:50:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c8c350fa0a90e22beaf18b1873f6b8726c9d6fe",
"body": null,
"is_bot": false,
"headline": "feat(env): add database connection URLs for various test cases",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-10T05:49:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b98b8c92c7cc572142eb7df615fedbc15bb132df",
"body": "- Introduced `kitchen.postgres.sql` for schema definition of the `sinks` table with various data types.\n- Added `migrate.sql` for idempotent migration of the `sinks` table with comments for documentation.\n- Created `wkt.proto` to define the `Sink` message with appropriate field types and annotations\n[…]\nits functionality is now integrated into the `wire` package.\n\ncleanup: remove unused environment files\n\n- Deleted `.env` files from various test cases to streamline the repository and avoid confusion.",
"is_bot": false,
"headline": "feat: add PostgreSQL schema and migration for kitchen database",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-10T05:40:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6f42177a9c9408aa70d6fc08eaae7376186675e3",
"body": "…n-factory\n\nfeat(graphqlclient): implement typed Go GraphQL client generation",
"is_bot": false,
"headline": "Merge pull request #28 from the-protobuf-project/feat/orm-cogeneratio…",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-07-09T08:04:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8be7637df1581909f30c11b979148eb16be2ba4",
"body": null,
"is_bot": false,
"headline": "feat(tests): add strict test for inline backend keys in orm.yaml",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-09T07:58:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "201c934971e6e6fd5c4fd03c1ac326d580bbcc17",
"body": "- Added `write_root.go` and `write_types.go` to handle domain and type writing for GraphQL client.\n- Introduced `graphqlclient.go` to adapt the Go renderer to the factory.Target interface.\n- Created `naming` package for converting GraphQL identifiers to Go identifiers.\n- Implemented `selection` pack\n[…]\n\n- Included tests for selection and typemap functionalities to ensure correct behavior.\n- Updated generator registry to include factory targets for GraphQL client alongside existing database backends.",
"is_bot": false,
"headline": "feat(graphqlclient): implement typed Go GraphQL client generation",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-09T07:39:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "564602aaad8e28356afc8a9ee9f5119dd28fb0fb",
"body": "…r_by details for SQL and Hasura",
"is_bot": false,
"headline": "feat(docs): update README to include AIP-160 filters and AIP-132 orde…",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-08T12:25:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64738557b35b5731383bd8a27e414ef3fdb0cfb7",
"body": "…gen-with-aip-160\n\nFeat/adding filters gen with aip 160",
"is_bot": false,
"headline": "Merge pull request #27 from the-protobuf-project/feat/adding-filters-…",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-07-08T12:17:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbab440f7bc41e235d02bea0e7aa66c0d85603a2",
"body": "…ilters=true\n\n- AIP-160 filter and AIP-132 order_by support with list engines gated\n behind filters=true\n- reference filters compare the bare id segment\n- collapse filterx into one chainable SDK package\n- split list-query tuning into orm.v1.query\n- resolve associations for bare-named reference columns (gorm)\n- emit a ready-to-use .env alongside .env.example (prisma)",
"is_bot": false,
"headline": "feat(gorm): AIP-160 filter / AIP-132 order_by / list engines behind f…",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-08T12:08:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f600a8e426c3a9bfba8caa4faeca22bc94fbd5ad",
"body": "… specs\n\nfilterable/sortable (optional bool — explicit presence) override the\ntype-derived defaults in generated AIP-160 filter specs and AIP-132 order_by\nallowlists; search opts a column into the bareword free-text search.",
"is_bot": false,
"headline": "feat(proto): filterable/sortable/search column options for AIP filter…",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-07T15:45:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11c26c0ff1f07be2e23f8079215a23325e04d413",
"body": "Emits protobuf.go per schema package: <Model>ToProto/<Model>FromProto plus\nenum value mappers and nullable variants, driven off the neutral IR with\nassociation naming shared with models via assocPlan. FromProto deliberately\nskips primary keys, resource references, and sub-row graphs — key assignment\nand graph wiring stay with the caller.",
"is_bot": false,
"headline": "feat(gorm): proto<->model converters behind converters=true",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-07T15:36:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e358fd3327f9585822e3102e3b190d31a40914e",
"body": "[]byte-shaped columns are already nilable — goType never adds a '*' prefix for\nthem — so toPtr/fromPtr wrapping produced *[]byte, which doesn't compile\n(fromPtr requires comparable; toPtr result mismatches the model field).",
"is_bot": false,
"headline": "fix(gorm): don't ptr-wrap optional bytes fields in generated converters",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-07T15:35:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "905ebc5c5f3a4d6d399361290138536c4c69a8aa",
"body": "…ltiple files",
"is_bot": false,
"headline": "refactor: remove unnecessary aliases from import statements across mu…",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-03T05:06:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "599d76e066d302c08fd48209a307bcc5786a9f2a",
"body": null,
"is_bot": false,
"headline": "fix: update copyright notice and improve buf.yaml comments for clarity",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-03T04:47:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d80be57f8b116334d30fc4886253f37bd0c2135",
"body": "…ermidiate-representation-logic\n\nfeat: add ORM protobuf definitions for datasource, table, and column …",
"is_bot": false,
"headline": "Merge pull request #25 from the-protobuf-project/rework/segregate-int…",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-07-02T12:12:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7c25c79e5c1b406e2bcf8d502851a1f1bf92e4e",
"body": "…options\n\n- Introduced `datasource.proto` to define `DatasourceOptions` for database configuration.\n- Added `table.proto` with `TableOptions` and `IndexDef` for table-level generation and indexing.\n- Created `column.proto` to specify `ColumnOptions` for field-level customization.\n- Implemented `annotations.proto` to group all ORM schema annotations for easier usage.\n- Defined `IdStrategy` enum for primary key generation strategies in `table.proto`.",
"is_bot": false,
"headline": "feat: add ORM protobuf definitions for datasource, table, and column …",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-07-02T12:08:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78ad186fd274b546a36ba32083ac608d7e3dfd29",
"body": "…s/examples/gorm.io/gorm-1.31.2\n\nchore(deps): bump gorm.io/gorm from 1.31.1 to 1.31.2 in /examples",
"is_bot": false,
"headline": "Merge pull request #24 from the-protobuf-project/dependabot/go_module…",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-06-30T04:25:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e7e1aed3eb986c77f7f2176245a790866cb68fc",
"body": "…s/gorm.io/gorm-1.31.2\n\nchore(deps): bump gorm.io/gorm from 1.31.1 to 1.31.2",
"is_bot": false,
"headline": "Merge pull request #23 from the-protobuf-project/dependabot/go_module…",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-06-30T04:24:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c95e465c1e94ad8c4682bd10e921bfb73cda84f5",
"body": "Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.31.1 to 1.31.2.\n- [Release notes](https://github.com/go-gorm/gorm/releases)\n- [Commits](https://github.com/go-gorm/gorm/compare/v1.31.1...v1.31.2)\n\n---\nupdated-dependencies:\n- dependency-name: gorm.io/gorm\n dependency-version: 1.31.2\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump gorm.io/gorm from 1.31.1 to 1.31.2 in /examples",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-29T15:15:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "531c395440d9c2f570dbfbfc0379db0dec535c97",
"body": "Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.31.1 to 1.31.2.\n- [Release notes](https://github.com/go-gorm/gorm/releases)\n- [Commits](https://github.com/go-gorm/gorm/compare/v1.31.1...v1.31.2)\n\n---\nupdated-dependencies:\n- dependency-name: gorm.io/gorm\n dependency-version: 1.31.2\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump gorm.io/gorm from 1.31.1 to 1.31.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-29T15:15:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c5db99dc5357089161d6cde0c94706ccda895bb",
"body": null,
"is_bot": false,
"headline": "mistake generation",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-06-24T09:29:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c7c8b79f84994dd45cf1ae5474834e3d598ef1b",
"body": "…eneration\n\nadded common table generation for schema",
"is_bot": false,
"headline": "Merge pull request #22 from the-protobuf-project/feat/common-schema-g…",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-06-24T09:28:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d29891a23d6a5ab3feca7441f1b179904dcceed",
"body": null,
"is_bot": false,
"headline": "added common table generation for schema",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-06-24T09:27:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d038de56035a74628c726341238644dca32d920",
"body": "…s/examples/github.com/ClickHouse/ch-go-0.65.0\n\nchore(deps): bump github.com/ClickHouse/ch-go from 0.61.5 to 0.65.0 in /examples",
"is_bot": false,
"headline": "Merge pull request #20 from the-protobuf-project/dependabot/go_module…",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-06-22T15:30:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59d730b1bae34e566e1c1d8a695ba6db19cda136",
"body": "…ickHouse/ch-go-0.65.0",
"is_bot": false,
"headline": "Merge branch 'main' into dependabot/go_modules/examples/github.com/Cl…",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-06-22T15:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b60319da89218f930cb27fce5861ae278f85d91e",
"body": "…s/examples/github.com/jackc/pgx/v5-5.9.2\n\nchore(deps): bump github.com/jackc/pgx/v5 from 5.5.5 to 5.9.2 in /examples",
"is_bot": false,
"headline": "Merge pull request #19 from the-protobuf-project/dependabot/go_module…",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-06-22T15:25:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "329a4efb48de2ea2c5a1619bf85a695eb5d12e34",
"body": "Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.5.5 to 5.9.2.\n- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/jackc/pgx/compare/v5.5.5...v5.9.2)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/jackc/pgx/v5\n dependency-version: 5.9.2\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump github.com/jackc/pgx/v5 in /examples",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-22T15:22:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "954e988da0d8c35591d9150d89e28cd4289dae99",
"body": "…tions/actions/checkout-7\n\nchore(deps): bump actions/checkout from 6 to 7",
"is_bot": false,
"headline": "Merge pull request #21 from the-protobuf-project/dependabot/github_ac…",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-06-22T15:22:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ce576fbffbc56751275a68c8ec8cd075044aa8a",
"body": "…ickHouse/ch-go-0.65.0",
"is_bot": false,
"headline": "Merge branch 'main' into dependabot/go_modules/examples/github.com/Cl…",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-06-22T15:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5793aa811084120b049d1112bc84a3854358f8e",
"body": "…s/examples/golang.org/x/crypto-0.45.0\n\nchore(deps): bump golang.org/x/crypto from 0.28.0 to 0.45.0 in /examples",
"is_bot": false,
"headline": "Merge pull request #18 from the-protobuf-project/dependabot/go_module…",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-06-22T15:20:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b93dfd1fad97962d660e3e40eb66e20a35321ae",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v6...v7)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/checkout from 6 to 7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-22T15:15:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7cd8a037a5427739a523ee5442b06a6a912fcb86",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-06-22T12:07:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c7cdf56d0ad3983c5c46625b2f9afb85a76938a",
"body": "Bumps [github.com/ClickHouse/ch-go](https://github.com/ClickHouse/ch-go) from 0.61.5 to 0.65.0.\n- [Release notes](https://github.com/ClickHouse/ch-go/releases)\n- [Commits](https://github.com/ClickHouse/ch-go/compare/v0.61.5...v0.65.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/ClickHouse/ch-go\n dependency-version: 0.65.0\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump github.com/ClickHouse/ch-go in /examples",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-22T11:51:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7462530802689c160d184f1de40fe5b3564ba3a8",
"body": "Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.28.0 to 0.45.0.\n- [Commits](https://github.com/golang/crypto/compare/v0.28.0...v0.45.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/crypto\n dependency-version: 0.45.0\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.45.0 in /examples",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-22T11:50:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85b67a9878d85387c4628fc26a11edbd004afb36",
"body": "feat: enhance generator with pg types, shared gormx runtime, and nest…",
"is_bot": false,
"headline": "Merge pull request #17 from the-protobuf-project/feat/generator-overhaul",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-06-22T11:46:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "512f14ffe0068472b82168751ed377ee9b1e35ad",
"body": "…ed refs\n\nThis commit introduces several major enhancements to the code generator,\nimproving PostgreSQL type mapping, abstracting the GORM runtime, and\nexpanding association and finder generation capabilities.\n* Postgres & Type Mapping (PR 1/2/3)\n - Add `GormColumnType` and `PrismaNativeType` helpe\n[…]\nn tables.\n - Add `<child>_name` column to M2M join tables to support nested references.\n\n* Housekeeping\n - Regenerate goldens and examples.\n - Run CI/build-examples and verify representative diffs.",
"is_bot": false,
"headline": "feat: enhance generator with pg types, shared gormx runtime, and nest…",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-06-22T11:44:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5bddf7f0e04c0994b0310a1b7d04376d2ffe23fd",
"body": "…erations\n\nfeat: introduce GORM store generation and default OpenTelemetry tracing",
"is_bot": false,
"headline": "Merge pull request #16 from the-protobuf-project/feat/autogen-gorm-op…",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-06-18T10:03:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6a38a929347047f67d7662eb472f93d0cb5438b",
"body": "- Core & Config:\n - Plumbed the `TodosThread` stores option through `main.go`, `generator.go`, and `schema.go`.\n - Added `enable_opentelemetry` configuration option to `protorm.yaml` (defaults to true).\n- GORM Target:\n - Added `store.go` containing view builders in the `gorm` package.\n - Introdu\n[…]\n and OTel integration in `buf.gen.example.yaml`, regenerated examples, and validated with compile checks.\n - Updated the `README` to document the new store capabilities and OpenTelemetry integration.",
"is_bot": false,
"headline": "feat: introduce GORM store generation and default OpenTelemetry tracing",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-06-18T10:02:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0a1e55a1ba903bd297bd443414bf3abad29765a5",
"body": null,
"is_bot": false,
"headline": "Updated README.md",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-06-17T11:25:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0a6acbdb0436d0db075fa76c2cd1ed248d67d85",
"body": null,
"is_bot": false,
"headline": "Delete SECUIRTY.md",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-06-17T11:15:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac7249ef258af0982169c1c63f623465f5786151",
"body": null,
"is_bot": false,
"headline": "Create SECURITY.md",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-06-17T11:15:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09a078f2fbe58cf5481a39a4ae0b7988c4885411",
"body": null,
"is_bot": false,
"headline": "Update SECUIRTY.md",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-06-17T11:14:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "794736c86f9df5f20c39bb5356a5760da410fe2c",
"body": null,
"is_bot": false,
"headline": "Rename SECUIRTY.MD to SECUIRTY.md",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-06-17T11:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f39a31e085dd90f224062804e752e5697de55f26",
"body": null,
"is_bot": false,
"headline": "fixed ci for De Morgan's law",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-06-17T11:13:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41734c98c5e221f41447b37bc6ad574f4488b4b7",
"body": null,
"is_bot": false,
"headline": "added security makdown",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-06-17T11:13:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f019f46daa669396ebbb4791e4a0adae9e10e925",
"body": "- SQL Target:\n - Updated `migrate.sql` triggers to use `DROP TRIGGER IF EXISTS` followed by `CREATE TRIGGER` to ensure compatibility across all PostgreSQL versions (resolving Postgres 14+ dependency).\n - Restored enum documentation comments (`idempotentEnum`) within `migrate.sql`.\n- GORM Target: I\n[…]\nn for `DatasourceName` to strip non-identifier characters and ensure valid configuration.\n- Maintenance: Regenerated all goldens and examples, and validated the updates by running the full test suite.",
"is_bot": false,
"headline": "fix: enhance SQL compatibility, enum safety, and datasource sanitization",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-06-17T11:11:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "70bc42459f2daa7ddeee2bcc5696f9778d6b852d",
"body": "refactor: enhance SQL idempotency, GORM enums, and Prisma config",
"is_bot": false,
"headline": "Merge pull request #15 from the-protobuf-project/fixes/polishing-code",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-06-17T11:02:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71c3307ce0101b3964b73dd77eb6300ece24b326",
"body": "- SQL Target: Refactored `migrate.sql` to be fully idempotent and safely re-runnable (implemented DO-guarded types, IF NOT EXISTS for tables/indexes, conditional drops/adds for FKs, and CREATE OR REPLACE triggers). Retained `<schema>.postgres.sql` files as clean, canonical DDL references.\n- GORM Tar\n[…]\nsure `AutoMigrate` enforces valid values, achieving integrity parity with native SQL and Prisma enums.\n- Prisma Target: Cleaned up `schema.prisma.tpl` by updating the datasource name to use `db.Name`.",
"is_bot": false,
"headline": "refactor: enhance SQL idempotency, GORM enums, and Prisma config",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-06-17T11:01:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "20db6870dbf2f5ba3433afc2b08d41d74daf4b47",
"body": "…nd-sql\n\nFeat/upgrades gorm and sql",
"is_bot": false,
"headline": "Merge pull request #14 from the-protobuf-project/feat/upgrades-gorm-a…",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-06-17T10:53:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11b1e08b7a19e069f7c4e839b5e5afcab0439501",
"body": "…l-messages-types\n\nadded support for external types for from third party and googeapis t…",
"is_bot": false,
"headline": "Merge pull request #13 from the-protobuf-project/feat/support-externa…",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-06-17T10:51:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "386da3c355d363929530af189431ceec2e72e86c",
"body": "- Removals: Dropped the CSV target entirely, including its package, registry, options, docs, goldens, and mongo targets file.\n- IR & Indexing: Centralized index naming during IR build. Fixed redundant foreign key indexes by ensuring composite-prefix coverage.\n- GORM Target:\n - Emitting composite an\n[…]\nand added support for `COMMENT ON`.\n- Maintenance: Regenerated goldens and examples, verified with full test suite, and updated README to reflect CSV removal, new registry mechanics, and SQL upgrades.",
"is_bot": false,
"headline": "refactor: remove CSV target and enhance GORM/SQL index fidelity",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-06-17T10:50:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fac013252f05fa628150090dcea84ba392fdfb7f",
"body": "…o another table link",
"is_bot": false,
"headline": "added support for external types for from third party and googeapis t…",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-06-17T10:11:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fe7ef8324b18e97b8ea970fdd59b4832a5b6c2d",
"body": null,
"is_bot": false,
"headline": "fixed the import issue and then exclueded the golden tests and patterns",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-06-17T07:45:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60af2fad1bb99b5c4571d9aff052bd2f4dacc48e",
"body": "fixed issues while generating with index",
"is_bot": false,
"headline": "Merge pull request #12 from the-protobuf-project/fixes/naming-duplicate",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-06-17T06:21:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1c415bc3533c9ccc209fc6b9c72e8271f5d2d10",
"body": null,
"is_bot": false,
"headline": "fixed issues while generating with index",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-06-17T06:05:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b97b9799fae40bd9cb3eb94de7ae9eb93aecece",
"body": "implemented de-stutter mechanisim",
"is_bot": false,
"headline": "Merge pull request #11 from the-protobuf-project/fixes/naming-duplicate",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-06-16T19:50:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebe61d2d1f46c59513e5304808ccc9ece7a987ac",
"body": null,
"is_bot": false,
"headline": "implemented de-stutter mechanisim",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-06-16T19:45:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dfbbe8a039762d4f12233f9158f3ef173fe3f23",
"body": "fixed issues with naming and duplicaies",
"is_bot": false,
"headline": "Merge pull request #10 from the-protobuf-project/fixes/naming-duplicate",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-06-16T19:28:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc9fbdaa4886d1455b26777fad23139be7762f01",
"body": null,
"is_bot": false,
"headline": "fixed issues with naming and duplicaies",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-06-16T19:28:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dae1e734881ff5f5534eafaecf2a9469997c350",
"body": "feat: implement many-to-many relation handling with join table synthe…",
"is_bot": false,
"headline": "Merge pull request #9 from the-protobuf-project/impl/many-2-many",
"author_name": "Srikanth K",
"author_login": "oh-tarnished",
"committed_at": "2026-06-16T11:33:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7160722b1f89eff3cf152d3521d535778defef7a",
"body": "…sis for repeated resource references",
"is_bot": false,
"headline": "feat: implement many-to-many relation handling with join table synthe…",
"author_name": "oh-tarnished",
"author_login": "oh-tarnished",
"committed_at": "2026-06-16T11:05:33Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 21,
"commits_last_year": 135,
"latest_release_at": "2026-07-21T11:05:10Z",
"latest_release_tag": "v1.5.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 6,
"days_since_latest_release": 1,
"mean_days_between_releases": 2
},
"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/the-protobuf-project/orm",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/the-protobuf-project/orm",
"is_deprecated": false,
"latest_version": "v1.5.0",
"repository_url": "https://github.com/the-protobuf-project/orm",
"versions_count": 21,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-21T11:01:55Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1
}
]
},
"popularity": {
"forks": 0,
"stars": 2,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"justfile"
],
"api_schema_files": [
"examples/proto/bookstore/v1/bookstore.proto",
"examples/proto/bookstore/v1/inventory.proto",
"plugin/factory/target/graphql/golang/testdata/hasura/schema.graphql",
"plugin/factory/wire/testdata/cases/aip/aip.proto",
"plugin/factory/wire/testdata/cases/collision/cart.proto",
"plugin/factory/wire/testdata/cases/collision/order.proto",
"plugin/factory/wire/testdata/cases/crossschema/a_ordering.proto",
"plugin/factory/wire/testdata/cases/crossschema/b_promo.proto",
"plugin/factory/wire/testdata/cases/embedded/embedded.proto",
"plugin/factory/wire/testdata/cases/external/external.proto",
"plugin/factory/wire/testdata/cases/external/imports/money.proto",
"plugin/factory/wire/testdata/cases/filters/filters.proto",
"plugin/factory/wire/testdata/cases/filters/imports/google/type/date.proto",
"plugin/factory/wire/testdata/cases/layout/fleet.proto",
"plugin/factory/wire/testdata/cases/layout/store.proto",
"plugin/factory/wire/testdata/cases/mongo/mongo.proto",
"plugin/factory/wire/testdata/cases/oneof/oneof.proto",
"plugin/factory/wire/testdata/cases/parentref/parentref.proto",
"plugin/factory/wire/testdata/cases/repository/repository.proto",
"plugin/factory/wire/testdata/cases/reserved_words/reserved_words.proto",
"plugin/factory/wire/testdata/cases/sharedschema/a_promo.proto",
"plugin/factory/wire/testdata/cases/sharedschema/b_billing.proto",
"plugin/factory/wire/testdata/cases/sharedschema/imports/money.proto",
"plugin/factory/wire/testdata/cases/stripversion/billing.proto",
"plugin/factory/wire/testdata/cases/telemetryv1/telemetryv1.proto",
"plugin/factory/wire/testdata/cases/uniqueindex/uniqueindex.proto",
"plugin/factory/wire/testdata/cases/wkt/wkt.proto",
"plugin/factory/wire/testdata/strict/bad_index/schema.proto",
"plugin/factory/wire/testdata/strict/lint/schema.proto",
"plugin/factory/wire/testdata/strict/unresolved_fk/schema.proto",
"protobuf/orm/v1/annotations.proto",
"protobuf/orm/v1/column.proto",
"protobuf/orm/v1/datasource.proto",
"protobuf/orm/v1/query.proto",
"protobuf/orm/v1/table.proto"
],
"has_devcontainer": false,
"typecheck_configs": [
"examples/generated/prisma/bookstore_db/tsconfig.json",
"plugin/factory/wire/testdata/cases/aip/golden/prisma/v1/tsconfig.json",
"plugin/factory/wire/testdata/cases/bookstore/golden/prisma/bookstore_db/tsconfig.json",
"plugin/factory/wire/testdata/cases/collision/golden/prisma/commerce/tsconfig.json",
"plugin/factory/wire/testdata/cases/embedded/golden/prisma/v1/tsconfig.json",
"plugin/factory/wire/testdata/cases/external/golden/prisma/external_db/tsconfig.json",
"plugin/factory/wire/testdata/cases/layout/golden/prisma/fleet/tsconfig.json",
"plugin/factory/wire/testdata/cases/layout/golden/prisma/users/tsconfig.json",
"plugin/factory/wire/testdata/cases/mongo/golden/prisma/events_db/tsconfig.json",
"plugin/factory/wire/testdata/cases/oneof/golden/prisma/v1/tsconfig.json",
"plugin/factory/wire/testdata/cases/parentref/golden/prisma/v1/tsconfig.json",
"plugin/factory/wire/testdata/cases/reserved_words/golden/prisma/reserved_db/tsconfig.json",
"plugin/factory/wire/testdata/cases/stripversion/golden/prisma/billing_db/tsconfig.json",
"plugin/factory/wire/testdata/cases/wkt/golden/prisma/wkt_db/tsconfig.json"
],
"toolchain_manifests": [
"examples/go.mod",
"go.mod"
],
"largest_source_bytes": 23027,
"source_files_sampled": 174,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"examples/go.mod",
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.81.1",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-hrxh-6v49-42gf"
],
"fixed_version": "1.82.1",
"advisory_count": 1,
"oldest_advisory_days": 1
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.52.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-5cv4-jp36-h3mw",
"GO-2026-4918",
"GO-2026-5025",
"GO-2026-5026",
"GO-2026-5027",
"GO-2026-5028",
"GO-2026-5029",
"GO-2026-5030",
"GO-2026-5942"
],
"fixed_version": "1.26.3",
"advisory_count": 9,
"oldest_advisory_days": 76
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.42.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 61
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.35.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 8
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 2,
"critical": 1,
"moderate": 1
},
"advisory_count": 12,
"affected_count": 4,
"assessed_count": 81,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 5,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/the-protobuf-project/protokit",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260720211330-0afa2a65878a"
},
{
"name": "google.golang.org/protobuf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
},
{
"name": "github.com/the-protobuf-project/opentelementry/opentelementry-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260722091843-d33763c88e10"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/the-protobuf-project/opentelementry/opentelementry-go",
"direct": true,
"version": "v0.0.0-20260721081650-0c2a71dad403",
"ecosystem": "go"
},
{
"name": "github.com/the-protobuf-project/protokit",
"direct": true,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"direct": true,
"version": "v0.0.0-20260401024825-9d38bb4040a9",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"direct": true,
"version": "v0.0.0-20260720211330-0afa2a65878a",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": true,
"version": "v1.36.11",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": true,
"version": "v3.0.1",
"ecosystem": "go"
},
{
"name": "github.com/agnivade/levenshtein",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "github.com/aymanbagabas/go-osc52/v2",
"direct": false,
"version": "v2.0.1",
"ecosystem": "go"
},
{
"name": "github.com/bufbuild/protocompile",
"direct": false,
"version": "v0.14.1",
"ecosystem": "go"
},
{
"name": "github.com/cenkalti/backoff/v5",
"direct": false,
"version": "v5.0.3",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/colorprofile",
"direct": false,
"version": "v0.4.2",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/lipgloss",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/log",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/ansi",
"direct": false,
"version": "v0.11.6",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/cellbuf",
"direct": false,
"version": "v0.0.15",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/term",
"direct": false,
"version": "v0.2.2",
"ecosystem": "go"
},
{
"name": "github.com/clipperhouse/displaywidth",
"direct": false,
"version": "v0.10.0",
"ecosystem": "go"
},
{
"name": "github.com/clipperhouse/uax29/v2",
"direct": false,
"version": "v2.7.0",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/foxglove/mcap/go/mcap",
"direct": false,
"version": "v1.7.4",
"ecosystem": "go"
},
{
"name": "github.com/fsnotify/fsnotify",
"direct": false,
"version": "v1.9.0",
"ecosystem": "go"
},
{
"name": "github.com/go-logfmt/logfmt",
"direct": false,
"version": "v0.6.1",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/logr",
"direct": false,
"version": "v1.4.3",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/stdr",
"direct": false,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/go-viper/mapstructure/v2",
"direct": false,
"version": "v2.5.0",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/grafana/pyroscope-go",
"direct": false,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/grafana/pyroscope-go/godeltaprof",
"direct": false,
"version": "v0.1.10",
"ecosystem": "go"
},
{
"name": "github.com/grpc-ecosystem/grpc-gateway/v2",
"direct": false,
"version": "v2.28.0",
"ecosystem": "go"
},
{
"name": "github.com/jinzhu/inflection",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/jinzhu/now",
"direct": false,
"version": "v1.1.5",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/compress",
"direct": false,
"version": "v1.18.6",
"ecosystem": "go"
},
{
"name": "github.com/knadh/koanf/maps",
"direct": false,
"version": "v0.1.2",
"ecosystem": "go"
},
{
"name": "github.com/knadh/koanf/parsers/json",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/knadh/koanf/parsers/toml",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "github.com/knadh/koanf/parsers/yaml",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/knadh/koanf/providers/env",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/knadh/koanf/providers/file",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "github.com/knadh/koanf/v2",
"direct": false,
"version": "v2.3.4",
"ecosystem": "go"
},
{
"name": "github.com/kr/pretty",
"direct": false,
"version": "v0.3.1",
"ecosystem": "go"
},
{
"name": "github.com/lucasb-eyer/go-colorful",
"direct": false,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.20",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-runewidth",
"direct": false,
"version": "v0.0.20",
"ecosystem": "go"
},
{
"name": "github.com/mitchellh/copystructure",
"direct": false,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/mitchellh/reflectwalk",
"direct": false,
"version": "v1.0.2",
"ecosystem": "go"
},
{
"name": "github.com/muesli/termenv",
"direct": false,
"version": "v0.16.0",
"ecosystem": "go"
},
{
"name": "github.com/pelletier/go-toml",
"direct": false,
"version": "v1.9.5",
"ecosystem": "go"
},
{
"name": "github.com/pierrec/lz4/v4",
"direct": false,
"version": "v4.1.25",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/rivo/uniseg",
"direct": false,
"version": "v0.4.7",
"ecosystem": "go"
},
{
"name": "github.com/rogpeppe/go-internal",
"direct": false,
"version": "v1.14.1",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": false,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "github.com/vektah/gqlparser/v2",
"direct": false,
"version": "v2.5.36",
"ecosystem": "go"
},
{
"name": "github.com/xo/terminfo",
"direct": false,
"version": "v0.0.0-20220910002029-abceb7e1c41e",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/auto/sdk",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc",
"direct": false,
"version": "v0.19.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp",
"direct": false,
"version": "v0.19.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/log",
"direct": false,
"version": "v0.19.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/metric",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/sdk/log",
"direct": false,
"version": "v0.19.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/sdk/metric",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/trace",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/proto/otlp",
"direct": false,
"version": "v1.10.0",
"ecosystem": "go"
},
{
"name": "go.yaml.in/yaml/v3",
"direct": false,
"version": "v3.0.4",
"ecosystem": "go"
},
{
"name": "golang.org/x/exp",
"direct": false,
"version": "v0.0.0-20260212183809-81e46e3db34a",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.52.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.21.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.42.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.35.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"direct": false,
"version": "v0.0.0-20260401024825-9d38bb4040a9",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.81.1",
"ecosystem": "go"
},
{
"name": "gopkg.in/check.v1",
"direct": false,
"version": "v1.0.0-20201130134442-10cb98267c6c",
"ecosystem": "go"
},
{
"name": "gorm.io/gorm",
"direct": false,
"version": "v1.31.2",
"ecosystem": "go"
},
{
"name": "@prisma/client",
"direct": false,
"version": "^7.0.0",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "^22.0.0",
"ecosystem": "npm"
},
{
"name": "dotenv",
"direct": false,
"version": "^16.4.0",
"ecosystem": "npm"
},
{
"name": "prisma",
"direct": false,
"version": "^7.0.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "^5.6.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 86,
"direct_count": 6,
"indirect_count": 80
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 39,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "oh-tarnished",
"commits": 126,
"avatar_url": "https://avatars.githubusercontent.com/u/104291599?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"lint.yaml",
"publish.yaml",
"release.yaml",
"test.yaml"
],
"has_docs_dir": false,
"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": 10,
"reason": "10 out of 10 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/15 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"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": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "11 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "212e25fbc08f43ce61e38fe2d1fdf94a96b1b008",
"ran_at": "2026-07-23T04:00:01Z",
"aggregate_score": 3.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T09:33:19Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-22T09:32:36Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/the-protobuf-project/orm",
"host": "github.com",
"name": "orm",
"owner": "the-protobuf-project"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"security": 51,
"vitality": 71,
"community": 24,
"governance": 52,
"engineering": 57
},
"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": 58,
"inputs": {
"commits_last_year": 135,
"human_commit_share": 0.93,
"days_since_last_push": 0,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "135 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 135
}
}
],
"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": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 21,
"latest_release_tag": "v1.5.0",
"releases_from_tags": false,
"days_since_latest_release": 1,
"mean_days_between_releases": 2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "21 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 21
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 2,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"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 (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": 52,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"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 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"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": 70,
"inputs": {
"merged_prs": 39,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 1
},
"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": "39/40 decided PRs merged",
"points": 37.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 39,
"decided": 40
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/15 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": 44,
"inputs": {
"followers": 4,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "the-protobuf-project",
"public_repos": 15,
"account_age_days": 37
},
"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 the-protobuf-project",
"points": 5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 4,
"login": "the-protobuf-project"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "15 public repos, account ~0 yr old",
"points": 9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 15
}
},
{
"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/the-protobuf-project/orm"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 1
},
"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 1 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "21 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 21
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 57,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"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": "10 out of 10 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 51,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 3.9
},
"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": "10 out of 10 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/15 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"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": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "11 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"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 81 resolved dependencies against OSV; 5 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). 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": 81
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 5
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 12,
"affected_packages": 4,
"assessed_packages": 81,
"unassessed_packages": 5,
"affected_by_severity": "critical 1, moderate 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": "excellent",
"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": 81,
"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": "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": 67,
"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.806,
"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": "75 of 93 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 75,
"sampled": 93
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"justfile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"examples/generated/prisma/bookstore_db/tsconfig.json",
"plugin/factory/wire/testdata/cases/aip/golden/prisma/v1/tsconfig.json",
"plugin/factory/wire/testdata/cases/bookstore/golden/prisma/bookstore_db/tsconfig.json",
"plugin/factory/wire/testdata/cases/collision/golden/prisma/commerce/tsconfig.json",
"plugin/factory/wire/testdata/cases/embedded/golden/prisma/v1/tsconfig.json",
"plugin/factory/wire/testdata/cases/external/golden/prisma/external_db/tsconfig.json",
"plugin/factory/wire/testdata/cases/layout/golden/prisma/fleet/tsconfig.json",
"plugin/factory/wire/testdata/cases/layout/golden/prisma/users/tsconfig.json",
"plugin/factory/wire/testdata/cases/mongo/golden/prisma/events_db/tsconfig.json",
"plugin/factory/wire/testdata/cases/oneof/golden/prisma/v1/tsconfig.json",
"plugin/factory/wire/testdata/cases/parentref/golden/prisma/v1/tsconfig.json",
"plugin/factory/wire/testdata/cases/reserved_words/golden/prisma/reserved_db/tsconfig.json",
"plugin/factory/wire/testdata/cases/stripversion/golden/prisma/billing_db/tsconfig.json",
"plugin/factory/wire/testdata/cases/wkt/golden/prisma/wkt_db/tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [
"examples/go.mod",
"go.mod"
],
"dependency_bot_commit_share": 0.07
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "justfile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "justfile"
}
}
],
"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": "examples/generated/prisma/bookstore_db/tsconfig.json, plugin/factory/wire/testdata/cases/aip/golden/prisma/v1/tsconfig.json, plugin/factory/wire/testdata/cases/bookstore/golden/prisma/bookstore_db/tsconfig.json, plugin/factory/wire/testdata/cases/collision/golden/prisma/commerce/tsconfig.json, plugin/factory/wire/testdata/cases/embedded/golden/prisma/v1/tsconfig.json, plugin/factory/wire/testdata/cases/external/golden/prisma/external_db/tsconfig.json, plugin/factory/wire/testdata/cases/layout/golden/prisma/fleet/tsconfig.json, plugin/factory/wire/testdata/cases/layout/golden/prisma/users/tsconfig.json, plugin/factory/wire/testdata/cases/mongo/golden/prisma/events_db/tsconfig.json, plugin/factory/wire/testdata/cases/oneof/golden/prisma/v1/tsconfig.json, plugin/factory/wire/testdata/cases/parentref/golden/prisma/v1/tsconfig.json, plugin/factory/wire/testdata/cases/reserved_words/golden/prisma/reserved_db/tsconfig.json, plugin/factory/wire/testdata/cases/stripversion/golden/prisma/billing_db/tsconfig.json, plugin/factory/wire/testdata/cases/wkt/golden/prisma/wkt_db/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples/generated/prisma/bookstore_db/tsconfig.json, plugin/factory/wire/testdata/cases/aip/golden/prisma/v1/tsconfig.json, plugin/factory/wire/testdata/cases/bookstore/golden/prisma/bookstore_db/tsconfig.json, plugin/factory/wire/testdata/cases/collision/golden/prisma/commerce/tsconfig.json, plugin/factory/wire/testdata/cases/embedded/golden/prisma/v1/tsconfig.json, plugin/factory/wire/testdata/cases/external/golden/prisma/external_db/tsconfig.json, plugin/factory/wire/testdata/cases/layout/golden/prisma/fleet/tsconfig.json, plugin/factory/wire/testdata/cases/layout/golden/prisma/users/tsconfig.json, plugin/factory/wire/testdata/cases/mongo/golden/prisma/events_db/tsconfig.json, plugin/factory/wire/testdata/cases/oneof/golden/prisma/v1/tsconfig.json, plugin/factory/wire/testdata/cases/parentref/golden/prisma/v1/tsconfig.json, plugin/factory/wire/testdata/cases/reserved_words/golden/prisma/reserved_db/tsconfig.json, plugin/factory/wire/testdata/cases/stripversion/golden/prisma/billing_db/tsconfig.json, plugin/factory/wire/testdata/cases/wkt/golden/prisma/wkt_db/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "7 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 7,
"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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 23027,
"source_files_sampled": 174,
"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/174 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 174,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": [
"examples/proto/bookstore/v1/bookstore.proto",
"examples/proto/bookstore/v1/inventory.proto",
"plugin/factory/target/graphql/golang/testdata/hasura/schema.graphql",
"plugin/factory/wire/testdata/cases/aip/aip.proto",
"plugin/factory/wire/testdata/cases/collision/cart.proto",
"plugin/factory/wire/testdata/cases/collision/order.proto",
"plugin/factory/wire/testdata/cases/crossschema/a_ordering.proto",
"plugin/factory/wire/testdata/cases/crossschema/b_promo.proto",
"plugin/factory/wire/testdata/cases/embedded/embedded.proto",
"plugin/factory/wire/testdata/cases/external/external.proto",
"plugin/factory/wire/testdata/cases/external/imports/money.proto",
"plugin/factory/wire/testdata/cases/filters/filters.proto",
"plugin/factory/wire/testdata/cases/filters/imports/google/type/date.proto",
"plugin/factory/wire/testdata/cases/layout/fleet.proto",
"plugin/factory/wire/testdata/cases/layout/store.proto",
"plugin/factory/wire/testdata/cases/mongo/mongo.proto",
"plugin/factory/wire/testdata/cases/oneof/oneof.proto",
"plugin/factory/wire/testdata/cases/parentref/parentref.proto",
"plugin/factory/wire/testdata/cases/repository/repository.proto",
"plugin/factory/wire/testdata/cases/reserved_words/reserved_words.proto",
"plugin/factory/wire/testdata/cases/sharedschema/a_promo.proto",
"plugin/factory/wire/testdata/cases/sharedschema/b_billing.proto",
"plugin/factory/wire/testdata/cases/sharedschema/imports/money.proto",
"plugin/factory/wire/testdata/cases/stripversion/billing.proto",
"plugin/factory/wire/testdata/cases/telemetryv1/telemetryv1.proto",
"plugin/factory/wire/testdata/cases/uniqueindex/uniqueindex.proto",
"plugin/factory/wire/testdata/cases/wkt/wkt.proto",
"plugin/factory/wire/testdata/strict/bad_index/schema.proto",
"plugin/factory/wire/testdata/strict/lint/schema.proto",
"plugin/factory/wire/testdata/strict/unresolved_fk/schema.proto",
"protobuf/orm/v1/annotations.proto",
"protobuf/orm/v1/column.proto",
"protobuf/orm/v1/datasource.proto",
"protobuf/orm/v1/query.proto",
"protobuf/orm/v1/table.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "examples/proto/bookstore/v1/bookstore.proto, examples/proto/bookstore/v1/inventory.proto, plugin/factory/target/graphql/golang/testdata/hasura/schema.graphql, plugin/factory/wire/testdata/cases/aip/aip.proto, plugin/factory/wire/testdata/cases/collision/cart.proto, plugin/factory/wire/testdata/cases/collision/order.proto, plugin/factory/wire/testdata/cases/crossschema/a_ordering.proto, plugin/factory/wire/testdata/cases/crossschema/b_promo.proto, plugin/factory/wire/testdata/cases/embedded/embedded.proto, plugin/factory/wire/testdata/cases/external/external.proto, plugin/factory/wire/testdata/cases/external/imports/money.proto, plugin/factory/wire/testdata/cases/filters/filters.proto, plugin/factory/wire/testdata/cases/filters/imports/google/type/date.proto, plugin/factory/wire/testdata/cases/layout/fleet.proto, plugin/factory/wire/testdata/cases/layout/store.proto, plugin/factory/wire/testdata/cases/mongo/mongo.proto, plugin/factory/wire/testdata/cases/oneof/oneof.proto, plugin/factory/wire/testdata/cases/parentref/parentref.proto, plugin/factory/wire/testdata/cases/repository/repository.proto, plugin/factory/wire/testdata/cases/reserved_words/reserved_words.proto, plugin/factory/wire/testdata/cases/sharedschema/a_promo.proto, plugin/factory/wire/testdata/cases/sharedschema/b_billing.proto, plugin/factory/wire/testdata/cases/sharedschema/imports/money.proto, plugin/factory/wire/testdata/cases/stripversion/billing.proto, plugin/factory/wire/testdata/cases/telemetryv1/telemetryv1.proto, plugin/factory/wire/testdata/cases/uniqueindex/uniqueindex.proto, plugin/factory/wire/testdata/cases/wkt/wkt.proto, plugin/factory/wire/testdata/strict/bad_index/schema.proto, plugin/factory/wire/testdata/strict/lint/schema.proto, plugin/factory/wire/testdata/strict/unresolved_fk/schema.proto, protobuf/orm/v1/annotations.proto, protobuf/orm/v1/column.proto, protobuf/orm/v1/datasource.proto, protobuf/orm/v1/query.proto, protobuf/orm/v1/table.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples/proto/bookstore/v1/bookstore.proto, examples/proto/bookstore/v1/inventory.proto, plugin/factory/target/graphql/golang/testdata/hasura/schema.graphql, plugin/factory/wire/testdata/cases/aip/aip.proto, plugin/factory/wire/testdata/cases/collision/cart.proto, plugin/factory/wire/testdata/cases/collision/order.proto, plugin/factory/wire/testdata/cases/crossschema/a_ordering.proto, plugin/factory/wire/testdata/cases/crossschema/b_promo.proto, plugin/factory/wire/testdata/cases/embedded/embedded.proto, plugin/factory/wire/testdata/cases/external/external.proto, plugin/factory/wire/testdata/cases/external/imports/money.proto, plugin/factory/wire/testdata/cases/filters/filters.proto, plugin/factory/wire/testdata/cases/filters/imports/google/type/date.proto, plugin/factory/wire/testdata/cases/layout/fleet.proto, plugin/factory/wire/testdata/cases/layout/store.proto, plugin/factory/wire/testdata/cases/mongo/mongo.proto, plugin/factory/wire/testdata/cases/oneof/oneof.proto, plugin/factory/wire/testdata/cases/parentref/parentref.proto, plugin/factory/wire/testdata/cases/repository/repository.proto, plugin/factory/wire/testdata/cases/reserved_words/reserved_words.proto, plugin/factory/wire/testdata/cases/sharedschema/a_promo.proto, plugin/factory/wire/testdata/cases/sharedschema/b_billing.proto, plugin/factory/wire/testdata/cases/sharedschema/imports/money.proto, plugin/factory/wire/testdata/cases/stripversion/billing.proto, plugin/factory/wire/testdata/cases/telemetryv1/telemetryv1.proto, plugin/factory/wire/testdata/cases/uniqueindex/uniqueindex.proto, plugin/factory/wire/testdata/cases/wkt/wkt.proto, plugin/factory/wire/testdata/strict/bad_index/schema.proto, plugin/factory/wire/testdata/strict/lint/schema.proto, plugin/factory/wire/testdata/strict/unresolved_fk/schema.proto, protobuf/orm/v1/annotations.proto, protobuf/orm/v1/column.proto, protobuf/orm/v1/datasource.proto, protobuf/orm/v1/query.proto, protobuf/orm/v1/table.proto"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-23T04:00:17.457934Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/the-protobuf-project/orm.svg",
"full_name": "the-protobuf-project/orm",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}