Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1160,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 50441,
"Shell": 4224,
"Python": 2325767,
"TypeScript": 34836
},
"pushed_at": "2026-07-21T13:00:18Z",
"created_at": "2026-03-12T09:38:36Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T13:01:47Z",
"description": "Vayu SDK monorepo — TypeScript, Go, Python",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "vayucode",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/178273858?v=4",
"created_at": "2024-08-13T08:56:49Z",
"is_verified": null,
"public_repos": 5,
"account_age_days": 713
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.3.9",
"kind": "patch",
"published_at": "2026-07-21T13:00:21Z"
},
{
"tag": "v0.3.8",
"kind": "patch",
"published_at": "2026-07-19T06:26:18Z"
},
{
"tag": "v0.3.7",
"kind": "patch",
"published_at": "2026-05-26T08:20:53Z"
},
{
"tag": "v0.3.6",
"kind": "patch",
"published_at": "2026-05-25T10:34:51Z"
},
{
"tag": "v0.3.5",
"kind": "patch",
"published_at": "2026-05-25T09:37:31Z"
},
{
"tag": "v0.3.4",
"kind": "patch",
"published_at": "2026-03-22T08:59:26Z"
},
{
"tag": "v0.3.3",
"kind": "patch",
"published_at": "2026-03-19T17:39:37Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2026-03-19T17:33:49Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-03-19T17:33:17Z"
}
],
"recent_commits": [
{
"oid": "cf37c55d905e612f954eea7022f3263c1cdf7b98",
"body": null,
"is_bot": true,
"headline": "Release v0.3.9",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-21T13:00:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92566265c1574f9daee18c3127272dddec09237f",
"body": "feat(go): support Stripe customer externalIntegration (ENG-7128)",
"is_bot": false,
"headline": "Merge pull request #8 from vayucode/eng-7128-stripe-customer-integration",
"author_name": "Daniel Rave",
"author_login": "danielvayu",
"committed_at": "2026-07-21T12:59:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d93c6ef8448fb9fca6a76e76cf91ce7c8ed5d67",
"body": "The generator does not overwrite existing test stubs, so the two\nintegration-id tests still referenced the removed IntegrationType model.\nPoint them at IntegrationProviders and drop the stale model/doc files.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(go): update generated tests for IntegrationProviders rename",
"author_name": "danielrave",
"author_login": "danielvayu",
"committed_at": "2026-07-21T12:52:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d3af196bd7378edee8fddae4a7441f57b6a1cfc7",
"body": "Regenerate the Go client from the current monorepo OpenAPI spec so\nexternalIntegration is a typed field on CreateCustomerRequest, and add a\nNewStripeCustomerIntegration helper plus an end-to-end example.\n\nThe spec copy was ~5 months stale, so the regen also carries unrelated\ndrift: IntegrationType -\n[…]\nlist params\nIssuedAtFrom/To became IssuedAfter/IssuedBefore (RFC3339 strings). The\nhand-written wrapper layer is updated to match.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(go): support Stripe customer externalIntegration (ENG-7128)",
"author_name": "danielrave",
"author_login": "danielvayu",
"committed_at": "2026-07-21T08:55:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "39d0091491f524c995393f61bc1672eaa4253cd3",
"body": null,
"is_bot": true,
"headline": "Release v0.3.8",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-19T06:26:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "185ac61186a6606fae3018f4ded31cc70c496bb0",
"body": "feat(go-sdk): external IDs, plan-template contracts, invoice status filter (ENG-7127)",
"is_bot": false,
"headline": "Merge pull request #7 from vayucode/eng-7127-go-sdk",
"author_name": "Daniel Rave",
"author_login": "danielvayu",
"committed_at": "2026-07-19T06:25:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f1675210c6f813357e1f032f98c5fcb79e1f7aa",
"body": "Bumping go.mod to `go 1.25` while the CI matrix still tests EOL 1.21/1.22 breaks\nCI: an older runner tries to auto-download the `go1.25` toolchain to run\n`go mod edit` and fails. The go.mod bump and the ci.yml matrix bump are\ninseparable, and the matrix change needs the gh `workflow` scope — so the \n[…]\nR that changes all three files together.\nThis PR keeps the SDK feature work and matches the repo's known-good Go matrix.\n\nENG-7127\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "revert Go-version bump from this PR (keeps CI green)",
"author_name": "danielrave",
"author_login": "danielvayu",
"committed_at": "2026-07-19T06:21:36Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a89e6dc2ff6c7723789cfec0994c230d605a0661",
"body": "Match the repo's comment-free wrapper convention (per review). Names carry the\nintent; kept only the one non-obvious why-note on the QueryEvents empty-eventName\nguard, which otherwise reads as removable and would reintroduce the API bug.\n\nENG-7127\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(go): drop redundant doc comments from wrappers",
"author_name": "danielrave",
"author_login": "danielvayu",
"committed_at": "2026-07-17T05:06:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cd7dd032ee1579b3d3474115f3ceed299d77f395",
"body": "Copy-pasteable Go examples for the features added in this branch, so consumers\ncan run them easily:\n- Create a contract from an existing plan (plan template) + the one-plan/one-live-\n contract reuse rule (PlanAlreadyHasContractError)\n- Resolve customers/contracts by external id (GET/UPDATE on the s\n[…]\ninstead of .Events; the CreateContract\nsnippet using a string planId / EndDate: nil). All snippets were compile-checked.\n\nENG-7127\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(go): add README snippets for the new SDK features",
"author_name": "danielrave",
"author_login": "danielvayu",
"committed_at": "2026-07-17T04:57:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e9923019676136a71443da3bd92aea942c4fd8ef",
"body": "…tus filter\n\nBrings the SDKs up to date with the Groundcover external-api changes (ENG-7127).\n\nSpec (open-api-files/open-api.yaml):\n- CreateContractRequest: add planId (create a contract from a plan template) and\n externalId (ENG-7130 / ENG-7126)\n- List invoices: add billingStatus, issuedAtFrom, is\n[…]\nup, events query + get-by-ref, invoices\nfiltered by billing status, and plan-template contract creation with validation.\n\nENG-7127\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(sdk): support external IDs, plan-template contracts, invoice sta…",
"author_name": "danielrave",
"author_login": "danielvayu",
"committed_at": "2026-07-17T04:57:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9710b5ae075d2417802163e803c7edeb7a7aaa94",
"body": "Go 1.21/1.22 are EOL. Track Go's latest-two support window and lower the module\nminimum to `go 1.25` for broad consumer compatibility.\n\nNote: the matching CI matrix change (.github/workflows/ci.yml) is applied\nseparately — pushing a workflow file requires the gh `workflow` OAuth scope.\n\nENG-7127\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(go): bump module + supported Go versions to 1.26.5 / 1.25.12",
"author_name": "danielrave",
"author_login": "danielvayu",
"committed_at": "2026-07-17T04:57:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "58498f29daaab8aa407212131c000091c844c245",
"body": null,
"is_bot": true,
"headline": "Release v0.3.7",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-26T08:20:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f94ec223266203754d998e744c7652a528bf49c",
"body": "feat: add CurrencyCommitmentUsageCrossed webhook with threshold",
"is_bot": false,
"headline": "Merge pull request #6 from vayucode/feat/commitment-threshold-webhooks",
"author_name": "Dagan Bronstein",
"author_login": "dagan-bronstein-vayu",
"committed_at": "2026-05-26T08:20:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0d667ab2afbed8d2d4d82ff47bd098b7335bcdc",
"body": "Adds support for the new CurrencyCommitmentUsageCrossed webhook event\n(vayu2 commit c0458e5c2b). Mirrors the existing units-based\nCommitmentUsageCrossed event but fires on a percentage of a customer's\nmonetary (currency) commitment, with the same (0, 1] threshold.\n\n- OpenAPI spec: add CurrencyCommit\n[…]\ngeCrossed(callbackUrl,\n threshold) on WebhooksClient.\n- Python example: subscribe block for CurrencyCommitmentUsageCrossed @ 80%.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add CurrencyCommitmentUsageCrossed webhook with threshold",
"author_name": "Dagan Bronstein",
"author_login": "dagan-bronstein-vayu",
"committed_at": "2026-05-26T08:11:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "99bdbb8e303cf0279845643703f7a87a8246b04f",
"body": null,
"is_bot": true,
"headline": "Release v0.3.6",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-25T10:34:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fad7bbd4b7d5a30dae5d5de0a6f92818c52a608",
"body": "fix(python): repair broken contracts.create helper",
"is_bot": false,
"headline": "Merge pull request #5 from vayucode/fix/python-contracts-create",
"author_name": "Dagan Bronstein",
"author_login": "dagan-bronstein-vayu",
"committed_at": "2026-05-25T10:34:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a74daa81458407b9f31e152d1a7efe0ab0ce1fc",
"body": "Reworking the previous commit on this branch. Two pieces of feedback:\n\n1. The first attempt asked callers to construct CreateContractRequest\n themselves, which leaks openapi.models imports into user code. None\n of the other Python wrappers do that — customers.create, meters.update,\n etc. take \n[…]\nlate\" is an API-layer gap, not something the SDK can synthesize.\n If we want that UX it needs an API addition + matching helper.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(python): rewrite contracts.create kwargs to match current schema",
"author_name": "Dagan Bronstein",
"author_login": "dagan-bronstein-vayu",
"committed_at": "2026-05-25T10:19:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bf37b38d62e3a7955db07978246a1a1b352b0517",
"body": "The Python contracts.create() wrapper has been stale since\napi_contracts.py was first added in 7e57033 (Mar 12). It sent a\nnonexistent planId on CreateContractRequest and omitted the required\n`name` field, so every call failed schema validation before reaching the\nAPI. Recent webhook / spec-sync wor\n[…]\n kwargs and matches\nhow the rest of the SDK exposes complex create payloads.\n\nREADME example refreshed to match the new signature.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(python): repair broken contracts.create helper",
"author_name": "Dagan Bronstein",
"author_login": "dagan-bronstein-vayu",
"committed_at": "2026-05-25T10:11:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e9d776c732853992bbcff51d89bd248760b791a3",
"body": null,
"is_bot": true,
"headline": "Release v0.3.5",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-25T09:37:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bb8bbd87ae1facbce6a989b3f317fb2ecefed11",
"body": "…hook\n\nfeat: add CommitmentUsageCrossed webhook with threshold + full spec sync",
"is_bot": false,
"headline": "Merge pull request #4 from vayucode/feat/commitment-usage-crossed-web…",
"author_name": "Dagan Bronstein",
"author_login": "dagan-bronstein-vayu",
"committed_at": "2026-05-25T09:37:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "106808c6845abc60423c8362c9af93333e2127a6",
"body": "CI on the spec-sync regenerated client surfaced two breakages:\n\n- Go: drop api_integrations.go, api_reports.go, and their wiring in\n vayu.go. The NetSuite and Reports endpoints are no longer included\n in vayu2's EXTERNAL_API_ACTIONS, so the regenerated openapi.APIClient\n no longer exposes Integra\n[…]\n up a new optional customerAlias\n parameter between eventName and limit. Pass undefined to keep the\n existing wrapper behaviour.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: drop stale wrappers + update queryEvents signature",
"author_name": "Dagan Bronstein",
"author_login": "dagan-bronstein-vayu",
"committed_at": "2026-05-25T08:25:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "958e58944f260b8a9e8e0bad697f7eabf14970ad",
"body": "threshold only applies to CommitmentUsageCrossed but the OpenAPI spec\ncan't express that constraint (Zod .refine doesn't translate to schema).\nConstrain the SDK layer instead by exposing threshold only through a\ndedicated typed entrypoint per language:\n\n- Python: subscribe_to_commitment_usage_crosse\n[…]\nsuse threshold, but the supported wrapper surface is now safe-by-\nconstruction. Backend Zod .refine remains the runtime authority.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: per-event typed webhook helpers for threshold safety",
"author_name": "Dagan Bronstein",
"author_login": "dagan-bronstein-vayu",
"committed_at": "2026-05-25T08:00:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f829d744f4e1123c738e08122fdfae8626c9462b",
"body": "Adds support for the new CommitmentUsageCrossed webhook event type\n(vayu2 commit 0caa97335b) which takes a required threshold in (0, 1]\nrepresenting the usage fraction at which to fire (e.g. 0.8 = 80%).\n\nHand-written wrapper changes:\n- Python: WebhooksAPI.subscribe now accepts optional threshold\n- G\n[…]\nnse schemas,\nInvoiceSendFailed/PingTest enum members). Hand-written wrappers for\nthese new endpoints are out of scope for this PR.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add CommitmentUsageCrossed webhook with threshold + full spec sync",
"author_name": "Dagan Bronstein",
"author_login": "dagan-bronstein-vayu",
"committed_at": "2026-05-25T07:51:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "333b25187b80e3380699a46150fb723bd1a8a2c3",
"body": null,
"is_bot": true,
"headline": "Release v0.3.4",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-22T08:59:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69d9f6b1a9448edcc1f07afcd2acf106ab261f04",
"body": "fix: correct Python package name and SDK improvements",
"is_bot": false,
"headline": "Merge pull request #3 from vayucode/fix/sdk-improvements",
"author_name": "Vlad Gorea",
"author_login": "vgorea",
"committed_at": "2026-03-22T08:59:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cef0bdb7802c981878e580c65fad1a737fa23159",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: use correct format verb for float32 Total fields in Go example",
"author_name": "Vlad Gorea",
"author_login": "vgorea",
"committed_at": "2026-03-22T08:57:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "128e5d2b606700c92874f06fb6468b8ffcb5edc9",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: correct Python package name to vayu-py and update repo URL",
"author_name": "Vlad Gorea",
"author_login": "vgorea",
"committed_at": "2026-03-22T08:52:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "91417a890654ee8bfcf59d8752b51838a61e5444",
"body": null,
"is_bot": true,
"headline": "Release v0.3.3",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-19T17:39:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e81a56e2cb458d7974327447f90a9a7cdeacb98",
"body": null,
"is_bot": true,
"headline": "Release v0.3.2",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-19T17:33:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28ac476894e8059fd43c4c005eabd590a05b7db3",
"body": null,
"is_bot": true,
"headline": "Release v0.3.1",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-19T17:33:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48c74b89d06964500482bc10b67eda97e8309f28",
"body": "fix: SDK improvements and examples [ENG-4512]",
"is_bot": false,
"headline": "Merge pull request #2 from vayucode/fix/sdk-improvements",
"author_name": "Vlad Gorea",
"author_login": "vgorea",
"committed_at": "2026-03-19T17:28:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ebde21a67bdcb24ecb96b27c8f40e71941456ad",
"body": "- Replace jsonwebtoken with inline JWT decoding (fixes Node 25 compat)\n- Fix Go round tripper login path check for custom hosts (HasSuffix)\n- Add example scripts for TypeScript, Go, and Python SDKs\n- Examples cover: customers CRUD, events, meters, contracts, invoices,\n and catalog products listing\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: SDK improvements and add examples for all languages",
"author_name": "Vlad Gorea",
"author_login": "vgorea",
"committed_at": "2026-03-19T17:27:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "72dc215afc10d9223f0f00fd8f16b73c2086b34d",
"body": null,
"is_bot": false,
"headline": "Merge pull request #1 from vayucode/update-sdks/2026-03-15",
"author_name": "Vlad Gorea",
"author_login": "vgorea",
"committed_at": "2026-03-19T17:25:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "653baebf8f4430c0de7603a771dba9994f0453d4",
"body": "The generated test files referenced IntegrationType without the package\nqualifier, and testify was missing from go.mod.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: qualify IntegrationType in tests and add testify dependency",
"author_name": "Vlad Gorea",
"author_login": "vgorea",
"committed_at": "2026-03-15T11:07:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "408fff59fe5deb2591e5b24b666534eb5796bd66",
"body": "Replace old module path (weft-finance/vayu-go) and OpenAPI generator\nplaceholders (GIT_USER_ID/GIT_REPO_ID) with the correct monorepo path\n(vayucode/vayu-sdks/go). Update generate.sh to pass --git-user-id and\n--git-repo-id so future regenerations produce correct imports.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: correct Go module path and import placeholders",
"author_name": "Vlad Gorea",
"author_login": "vgorea",
"committed_at": "2026-03-15T11:04:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a8459060239dfdf010b6f5ce5d0aefbdcfdcdcc3",
"body": "New API groups: CatalogProducts (CRUD), CloudUsageSubmission, CustomerRelations\nNew methods: Customers.getByName, Customers.getByIntegrationId,\nContracts.getByIntegrationId, Events.deleteByRefs, Invoices.getPaymentStatus\n44 new schemas added, no removals.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: update SDKs from latest OpenAPI spec",
"author_name": "Vlad Gorea",
"author_login": "vgorea",
"committed_at": "2026-03-15T10:53:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "01ce37e0c03aba351a2347b716efa4d17c4fe1db",
"body": "Copy latest wrapper code from vayu-ts, vayu-go, and vayu-py main branches\n(feat/missing-endpoints merged) into the monorepo.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: sync SDK wrappers from individual repos",
"author_name": "Vlad Gorea",
"author_login": "vgorea",
"committed_at": "2026-03-15T10:19:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "41fbf449c81d1b9b225dfb13a9173e76c88dc167",
"body": "Wrap `yes` in `(yes || true)` so that when the generator exits and\ncloses the pipe, the non-zero exit from `yes` is swallowed instead\nof terminating the script under `set -euo pipefail`.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: prevent SIGPIPE from aborting generate.sh under pipefail",
"author_name": "Vlad Gorea",
"author_login": "vgorea",
"committed_at": "2026-03-12T14:24:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a742171bf71fa6c11ceb83e672133f7b69f7a4b4",
"body": "Skill now lives in vayu/.claude/skills/update-sdks.md since the\nnatural trigger is changing the API in the backend monorepo.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Remove /update-sdks skill (moved to backend monorepo)",
"author_name": "Vlad Gorea",
"author_login": "vgorea",
"committed_at": "2026-03-12T14:21:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "08d135ee2bd3e7759ecaa37cf025c4ddcfe6285e",
"body": "- ci.yml: build/test for TypeScript, Go (multi-version matrix), Python on PRs\n- publish.yml: on merge to main, bumps synchronized VERSION, publishes\n TypeScript to npm, Python to PyPI, creates Go module tags, and\n creates a GitHub Release linking all 3 SDKs\n- VERSION file for synchronized versioning (starting at 0.3.0)\n\nRequired secrets: NPM_TOKEN, PYPI_API_TOKEN, GH_TOKEN\n\nResolves: ENG-4464\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add CI and publish workflows for SDK monorepo",
"author_name": "Vlad Gorea",
"author_login": "vgorea",
"committed_at": "2026-03-12T11:08:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "14982a6ae3e233ef7ef8c32f23671ea930a46c6b",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update API documentation link",
"author_name": "Vlad Gorea",
"author_login": "vgorea",
"committed_at": "2026-03-12T11:04:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "606d8949fb470b4f5208ade80c5acb9f6630e7bc",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Simplify README to point to per-SDK documentation",
"author_name": "Vlad Gorea",
"author_login": "vgorea",
"committed_at": "2026-03-12T11:03:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5b6dc700a786f068c7623e39831e43a4fbf85535",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add README with install commands, quick start, and repo structure",
"author_name": "Vlad Gorea",
"author_login": "vgorea",
"committed_at": "2026-03-12T11:01:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bbdf4d05034d44c4b04f2b28ca26e4d9bbe34b91",
"body": "- Description now uses \"Use when...\" triggering conditions\n- Added quick reference table for generated/wrapper/export paths\n- Added concrete code patterns for each language (TS thin, Go thick, Python medium)\n- Added common mistakes section covering exports, type aliases, error handling\n- Streamlined steps and error handling\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Revise /update-sdks skill with concrete wrapper patterns",
"author_name": "Vlad Gorea",
"author_login": "vgorea",
"committed_at": "2026-03-12T10:55:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "77ba1939f87af3f333ad9950573fba10b392b4a0",
"body": "Skill syncs the OpenAPI spec from the local vayu monorepo, runs\ncodegen for all 3 SDKs, updates wrapper code, and opens a PR.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add /update-sdks Claude Code skill",
"author_name": "Vlad Gorea",
"author_login": "vgorea",
"committed_at": "2026-03-12T10:53:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4d68ea000405f25c3094043700c9b0d6ac061f93",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Remove automation design doc from repo",
"author_name": "Vlad Gorea",
"author_login": "vgorea",
"committed_at": "2026-03-12T10:24:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "088a00db0776033f4ef49ab45ba886a573d11144",
"body": "Covers: Claude Code skill for spec sync + codegen, unified publish\nworkflow with synchronized versioning, CI checks with path filtering,\nand standardized OpenAPI generator config.\n\nResolves: ENG-4459\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add automation design doc for SDK monorepo pipeline",
"author_name": "Vlad Gorea",
"author_login": "vgorea",
"committed_at": "2026-03-12T10:22:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7e5703339c63f6f7fd22da47600f1e7f38bc80c8",
"body": "Fresh copy of vayu-py repo contents into the monorepo python/\nsubdirectory. setup.py URL updated to point to the monorepo.\n\nResolves: ENG-4397\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Migrate vayu-py into python/ subdirectory",
"author_name": "Vlad Gorea",
"author_login": "vgorea",
"committed_at": "2026-03-12T10:11:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6d48654796b277a2d305debd6e4f962f59a597eb",
"body": "Fresh copy of vayu-go repo contents into the monorepo go/ subdirectory.\nGo module path updated from github.com/weft-finance/vayu-go to\ngithub.com/vayucode/vayu-sdks/go.\n\nResolves: ENG-4396\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Migrate vayu-go into go/ subdirectory",
"author_name": "Vlad Gorea",
"author_login": "vgorea",
"committed_at": "2026-03-12T10:10:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6cb8d7e4d716134ddcf2ff08a011c45280724202",
"body": "Fresh copy of vayu-ts repo contents into the monorepo typescript/\nsubdirectory. OpenAPI spec moved to shared open-api-files/ directory.\nGenerate script updated to use monorepo-level codegen.\n\nResolves: ENG-4395\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Migrate vayu-ts into typescript/ subdirectory",
"author_name": "Vlad Gorea",
"author_login": "vgorea",
"committed_at": "2026-03-12T10:09:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f7cc890f12f7af74ccb1e52557612c8b7cb37429",
"body": "Skeleton for consolidating vayu-ts, vayu-go, and vayu-py into a single\nrepo with unified codegen and shared OpenAPI spec.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Initial monorepo structure for SDK consolidation",
"author_name": "Vlad Gorea",
"author_login": "vgorea",
"committed_at": "2026-03-12T09:51:59Z",
"body_truncated": false,
"is_coding_agent": true
}
],
"releases_count": 9,
"commits_last_year": 51,
"latest_release_at": "2026-07-21T13:00:21Z",
"latest_release_tag": "v0.3.9",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 5,
"days_since_latest_release": 6,
"mean_days_between_releases": 15.5
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 25,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/vayucode/vayu-sdks/go",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/vayucode/vayu-sdks/go",
"is_deprecated": false,
"latest_version": "v0.3.9",
"repository_url": "https://github.com/vayucode/vayu-sdks",
"versions_count": 36,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-21T13:00:03Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
},
{
"name": "vayu-py",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/vayu-py/",
"is_deprecated": false,
"latest_version": "0.3.9",
"repository_url": "https://github.com/vayucode/vayu-sdks",
"versions_count": 11,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2024-10-29T13:00:50.673513Z",
"latest_published_at": "2026-07-21T13:00:41.036623Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
},
{
"name": "vayu-ts",
"exists": true,
"license": "ISC",
"keywords": [
"vayu",
"billing",
"events",
"typescript",
"sdk"
],
"ecosystem": "npm",
"matches_repo": null,
"registry_url": "https://www.npmjs.com/package/vayu-ts",
"is_deprecated": false,
"latest_version": "0.3.9",
"repository_url": null,
"versions_count": 27,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 575,
"first_published_at": "2024-10-14T16:34:37.567000Z",
"latest_published_at": "2026-07-21T13:00:33.298000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [
"go/openapi/api/openapi.yaml"
],
"has_devcontainer": false,
"typecheck_configs": [
"typescript/openapi-v2/tsconfig.json",
"typescript/openapi/tsconfig.json",
"typescript/tsconfig.json"
],
"toolchain_manifests": [
"go/go.mod"
],
"largest_source_bytes": 162213,
"source_files_sampled": 1036,
"oversized_source_files": 9,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go/go.mod",
"python/requirements.txt",
"python/setup.py",
"typescript/package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 38,
"malicious_count": 0,
"assessed_package": "pypi:vayu-py@0.3.9",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go",
"npm",
"pypi"
],
"dependencies": [
{
"name": "github.com/golang-jwt/jwt/v5",
"manifest": "go/go.mod",
"ecosystem": "go",
"version_constraint": "v5.2.1"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go/go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "gopkg.in/validator.v2",
"manifest": "go/go.mod",
"ecosystem": "go",
"version_constraint": "v2.0.1"
},
{
"name": "@types/node",
"manifest": "typescript/package.json",
"ecosystem": "npm",
"version_constraint": "*"
},
{
"name": "@types/node-fetch",
"manifest": "typescript/package.json",
"ecosystem": "npm",
"version_constraint": "^2.5.7"
},
{
"name": "es6-promise",
"manifest": "typescript/package.json",
"ecosystem": "npm",
"version_constraint": "^4.2.4"
},
{
"name": "form-data",
"manifest": "typescript/package.json",
"ecosystem": "npm",
"version_constraint": "^2.5.0"
},
{
"name": "node-fetch",
"manifest": "typescript/package.json",
"ecosystem": "npm",
"version_constraint": "^2.6.0"
},
{
"name": "url-parse",
"manifest": "typescript/package.json",
"ecosystem": "npm",
"version_constraint": "^1.4.3"
},
{
"name": "whatwg-fetch",
"manifest": "typescript/package.json",
"ecosystem": "npm",
"version_constraint": "^3.6.20"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 8,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "vgorea",
"commits": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/59870962?v=4"
},
{
"type": "User",
"login": "dagan-bronstein-vayu",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/241559422?v=4"
},
{
"type": "User",
"login": "danielvayu",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/238184041?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.571
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"publish.yml"
],
"has_docs_dir": false,
"linter_configs": [
".eslintrc"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum",
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "6 out of 6 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": 4,
"reason": "Found 6/15 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "23 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 1,
"reason": "dependency not pinned by hash detected -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "19 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "cf37c55d905e612f954eea7022f3263c1cdf7b98",
"ran_at": "2026-07-27T15:55:51Z",
"aggregate_score": 3.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-21T13:00:06Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-21T12:59:54Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/vayucode/vayu-sdks",
"host": "github.com",
"name": "vayu-sdks",
"owner": "vayucode"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"security": 49,
"vitality": 79,
"community": 21,
"governance": 58,
"engineering": 70
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 79,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"commits_last_year": 51,
"human_commit_share": 0.824,
"days_since_last_push": 6,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "51 commits in the last year",
"points": 15.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 51
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "23 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 9,
"latest_release_tag": "v0.3.9",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": 15.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 9
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~15.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 15.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "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": 21,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "at_risk",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 46,
"inputs": {
"packages": [
"github.com/vayucode/vayu-sdks/go",
"vayu-py",
"vayu-ts"
],
"dependents": null,
"ecosystems": "go, npm, pypi",
"total_downloads": null,
"monthly_downloads": 575
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "575 downloads/month across go, npm, pypi",
"points": 36.8,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 575,
"ecosystems": "go, npm, pypi"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 58,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.571
},
"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 57% of commits",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 57
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 83,
"inputs": {
"merged_prs": 8,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "8/8 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 8,
"decided": 8
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/15 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"followers": 0,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "vayucode",
"public_repos": 5,
"account_age_days": 713
},
"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": "0 followers of vayucode",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "vayucode"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "5 public repos, account ~1 yr old",
"points": 9.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 5
}
},
{
"code": "account_age_years",
"params": {
"years": 1
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/vayucode/vayu-sdks/go",
"vayu-py",
"vayu-ts"
],
"ecosystems": "go, npm, pypi",
"any_deprecated": false,
"min_days_since_publish": 6
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "3 package(s) on go, npm, pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 3,
"ecosystems": "go, npm, pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "36 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 36
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 70,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".eslintrc",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc"
}
}
],
"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": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 49,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 36,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.6
},
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "6 out of 6 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 6/15 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "23 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 1",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "19 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): No advisories left outstanding. Remaining weights renormalized. Matched the pypi:vayu-py@0.3.9 runtime dependency closure — what installing the published package pulls in — 38 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "pypi:vayu-py@0.3.9",
"assessed": 38
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 38,
"unassessed_packages": 0,
"affected_by_severity": "none",
"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": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"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": 38,
"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
}
]
}
],
"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": 68,
"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.905,
"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": "38 of 42 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 38,
"sampled": 42
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum",
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"typescript/openapi-v2/tsconfig.json",
"typescript/openapi/tsconfig.json",
"typescript/tsconfig.json"
],
"agent_commit_share": 0.667,
"toolchain_manifests": [
"go/go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go/go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go/go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".eslintrc",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "typescript/openapi-v2/tsconfig.json, typescript/openapi/tsconfig.json, typescript/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "typescript/openapi-v2/tsconfig.json, typescript/openapi/tsconfig.json, typescript/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": "34 of the last 51 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 34,
"sampled": 51
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 162213,
"source_files_sampled": 1036,
"oversized_source_files": 9
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python with type-check config (typescript/openapi-v2/tsconfig.json, typescript/openapi/tsconfig.json, typescript/tsconfig.json)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "typescript/openapi-v2/tsconfig.json, typescript/openapi/tsconfig.json, typescript/tsconfig.json",
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "9/1036 source files over 60KB",
"points": 54.5,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 1036,
"oversized": 9
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"example"
],
"has_mcp_signal": false,
"api_schema_files": [
"go/openapi/api/openapi.yaml"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "go/openapi/api/openapi.yaml",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "go/openapi/api/openapi.yaml"
}
}
],
"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": "example",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example"
}
}
],
"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": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-27T15:56:04.526788Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/v/vayucode/vayu-sdks.svg",
"full_name": "vayucode/vayu-sdks",
"license_state": "absent",
"license_spdx": null
}