Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"developers",
"notifications",
"platform"
],
"is_fork": false,
"size_kb": 2322,
"has_wiki": false,
"homepage": "https://bodhveda.com",
"languages": {
"Go": 636592,
"CSS": 8751,
"HTML": 379,
"Makefile": 4031,
"Dockerfile": 2722,
"JavaScript": 957,
"TypeScript": 408119
},
"pushed_at": "2026-07-19T19:24:47Z",
"created_at": "2025-07-21T20:25:13Z",
"owner_type": "Organization",
"updated_at": "2026-07-19T19:22:39Z",
"description": "Bodhveda is a notification platform for sending direct or broadcast notifications at scale, while respecting each user’s preferences.",
"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",
"TypeScript"
]
},
"owner": {
"blog": "https://mudgallabs.com",
"name": "Mudgal Labs",
"type": "Organization",
"login": "MudgalLabs",
"company": null,
"location": "India",
"followers": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/174656661?v=4",
"created_at": "2024-07-03T21:36:18Z",
"is_verified": null,
"public_repos": 6,
"account_age_days": 751
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-18T15:58:45Z"
}
],
"recent_commits": [
{
"oid": "e79b41c511e76eadaff503161b6bc2dd65bb2f89",
"body": null,
"is_bot": false,
"headline": "chore(sdk): refresh react lockfile for @bodhveda/js@0.5.0",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-19T19:22:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e4ce627e20666ca44cd1ec8d147780d3d69e9ce",
"body": "Direct sends now do a single synchronous notification INSERT and enqueue\neverything else. The notification:delivery worker job gains recipient\nupsert and the whole email fan-out (both were on the request path); the\nAPI returns the notification id with status \"enqueued\" and the outcome is\nread back v\n[…]\n\n\nSDKs bumped to 0.5.0 (JS core, React, Go): add notifications.get / Get,\nNotification gains status + email, deliveries deprecated. Docs: new\nretrieve-notification page + OpenAPI path/schema/examples.",
"is_bot": false,
"headline": "feat: fully-async direct send + GET /notifications/{id}",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-19T16:57:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c11bec057332be49e51984ae5f56dcf6371ba375",
"body": "The ids array on the bulk update/delete notification endpoints was typed\nand exampled as strings, but the API uses integer notification IDs. Fix\nthe schema item type and examples to match.\n\nNote: the JS/React/Go SDK x-codeSamples were added in the same working\ntree and landed in the preceding commit (bc9fa8c).",
"is_bot": false,
"headline": "docs(api-reference): fix notification IDs to integers in bulk endpoints",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-19T15:25:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc9fa8c04cedd28af22eac050b18e96aa2eeffc3",
"body": "Rename the project-preference `label` field to `name` and add an optional\n`description` (e.g. name \"Marketing emails\" + description \"Receive\nnotifications about new products, features, and more.\") across the whole\nstack:\n\n- migration: rename the `label` column to `name`, add a nullable\n `descriptio\n[…]\ned by the taller preference modals:\ncap the modal height with a scrollable body so the header (close button)\nand footer stay pinned, and make the row-action dropdown items full-width\nand left-aligned.",
"is_bot": false,
"headline": "feat: rename preference label to name and add description",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-19T14:59:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c93c6108788e889bc3c09e351173dab2b7125451",
"body": "Remove the /projects grid in favour of a dropdown switcher at the top of\nthe sidebar: pick the active project, jump between projects, and rename or\ndelete them from a per-row menu. A + button (and the create screen shown\nwhen you have no projects) opens the Create Project modal.\n\nThe / landing now resolves into a project instead of listing them,\npreferring the last-opened project (persisted in localStorage) and falling\nback to the first.",
"is_bot": false,
"headline": "feat(console): replace projects list page with sidebar project switcher",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-19T10:39:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de5a1038c6d624b8eb77a0ed2a860b43e382d858",
"body": "Add an Edit action to project preference rows so the label and default\ncan be changed from the Console, mirroring recipient preference editing.\nThe natural key (channel/topic/event/medium) stays immutable, so only the\nmutable fields are editable and the target/medium are shown read-only.\n\nReuses the existing PreferenceService.UpdateProjectPreference (already\nserving the Developer API) behind a new console-scoped\nPATCH /console/projects/{project_id}/preferences/{preference_id}.",
"is_bot": false,
"headline": "feat(console): allow editing project preferences",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-19T07:52:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3840eb1245cd0025c8e7c236b2c73a432b33b978",
"body": "fix(security): bump axios to 1.18.1 in both JS SDKs (52 alerts)",
"is_bot": false,
"headline": "Merge pull request #6 from MudgalLabs/security/sdk-bump-axios",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-19T07:29:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c61e164012a5489f6414ca0dfd9803e94ac9b92",
"body": "fix(security): bump vulnerable Go deps in api (x/crypto, pgx, chi) — 9 critical",
"is_bot": false,
"headline": "Merge pull request #5 from MudgalLabs/security/api-bump-x-crypto",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-19T07:29:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a659ba2d1d679be15c9cb63b07fc8aa1d7d7e90",
"body": "Clears all 52 npm Dependabot alerts across @bodhveda/js and @bodhveda/react\n(48 axios: 24 high / 22 moderate / 2 low, + 2 form-data high + 2 follow-redirects\nmoderate — the latter two are axios's transitive deps, pulled fixed by the bump).\n\n- @bodhveda/js: axios floor ^1.11.0 -> ^1.16.0; lockfile 1.11.0 -> 1.18.1\n- @bodhveda/react: transitive axios (via @bodhveda/js) lockfile -> 1.18.1\n\nVerified: npm audit reports 0 vulnerabilities in both packages, and both\n`npm run build` (tsc) pass.",
"is_bot": false,
"headline": "fix(security): bump axios to 1.18.1 in both JS SDKs",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-19T07:26:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c8a5f77dd580208904dbdfe093023c13ffff0cd",
"body": "Clears the remaining api Dependabot alerts:\n- github.com/jackc/pgx/v5 v5.7.5 -> v5.9.2 (2 critical, 1 low)\n- github.com/go-chi/chi/v5 v5.2.2 -> v5.2.4 (1 moderate)\n\npgx v5.9.2 also declares go 1.25.0, already satisfied by the go directive +\ndockerfile bump in the preceding x/crypto commit on this branch.\n\nVerified: go build ./cmd/api + ./cmd/worker + go vet pass.",
"is_bot": false,
"headline": "fix(security): bump jackc/pgx/v5 to v5.9.2 and go-chi/chi/v5 to v5.2.4",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-19T07:24:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a0e1c32633f441023095bdefc9933acea4adf25",
"body": "Clears 15 Dependabot alerts on golang.org/x/crypto in api/go.mod (7 critical,\n2 high, 6 moderate). All patched x/crypto releases (>= 0.52.0) require the go\n1.25 directive, so this also bumps the go directive 1.24.4 -> 1.25.0 and the\napi.dockerfile builder golang:1.24-alpine3.22 -> golang:1.25-alpine3.22.\n\nVerified: go build ./cmd/api and ./cmd/worker + go vet pass locally, and the\nDocker builder stage compiles bodhveda + worker + goose under go1.25-alpine.",
"is_bot": false,
"headline": "fix(security): bump golang.org/x/crypto to v0.54.0 (7 critical + 8 more)",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-19T07:09:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5e49147e33b29bde7032c0eafd4c2b513d62181",
"body": "Render Recipient IDs as RecipientLink (matching the Notifications and\nRecipients tables) in two remaining spots:\n- Preferences → Recipient preferences table's Recipient ID column\n- the delivery detail dialog subtitle",
"is_bot": false,
"headline": "feat(console): link Recipient IDs to recipient detail page",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-18T21:53:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f99f87bf852c6e9bc40e60f00dde6509d82b4e4d",
"body": "…ry contact\n\nBring the Go SDK to 0.4.0 feature parity with @bodhveda/js / @bodhveda/react.\nShips as v0.4.1: the v0.4.0 Go tag was a no-op placeholder already cached\nimmutably by the Go module proxy, so it could not carry this code. Additive\nonly; existing methods unchanged.\n\n- client.Preferences — a\n[…]\nirroring the API envelope — verbs, paths, the ?prune=true query\nparam, request JSON tags (Medium omitempty, no is_primary on SetPrimary), and\nresponse decoding (bare-array unwrap for List/UpsertMany).",
"is_bot": false,
"headline": "feat(sdk-go): project preference catalog client + idempotent setPrima…",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-18T21:43:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8013bde9fce9cddf0c0c4d445289da717f970053",
"body": "Post-publish lockfile update from resolving the real @bodhveda/js@0.4.0 tarball\noff npm during the react publish step.",
"is_bot": false,
"headline": "chore(sdk-js): refresh @bodhveda/react lockfile for @bodhveda/js@0.4.0",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-18T16:05:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21ee7075d002082158c97dfb2f1f5c68589434e2",
"body": "@bodhveda/js: project preference catalog client + idempotent setPrimary.\n@bodhveda/react: lockstep re-export, no new hooks. Go SDK: lockstep, no changes.",
"is_bot": false,
"headline": "docs(sdk): add 0.4.0 changelog entries",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-18T15:58:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ce8c8f9bd3fcccfb44dce4efad1e127849d11bd",
"body": "Lockstep bump for the new project-preference catalog client and the idempotent\nsetPrimary contact. @bodhveda/react's dependency on @bodhveda/js moves to ^0.4.0.",
"is_bot": false,
"headline": "chore(sdk-js): bump @bodhveda/js and @bodhveda/react to 0.4.0",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-18T15:07:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c80752ab2009c421cead93e2b8cd97a58bea9e12",
"body": "…ints\n\nAdd the new 0.4.0 Dev-API surface to the Mintlify reference:\n\n- openapi.json: four schemas (ProjectPreference, Create/UpdateProjectPreference\n payloads, SetPrimaryContactPayload); the /preferences and\n /preferences/{preference_id} operations (list/create/upsert/get/update/delete,\n full-sco\n[…]\nences\" nav group + MDX pages, and a set-primary-contact\n page under Contacts.\n- Point the recipient list-preferences note at the new catalog endpoints\n instead of saying the catalog is console-only.",
"is_bot": false,
"headline": "docs: document project preference catalog + set-primary-contact endpo…",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-18T15:06:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "93309a302cae8f40a47fba48f278ce0c5a6f7650",
"body": "…ry contact\n\nExpose the new 0.4.0 Dev-API surface in @bodhveda/js:\n\n- bodhveda.preferences — a top-level, project-scoped client for the preference\n CATALOG: list / get / create (strict) / update / delete, plus upsertMany for a\n declarative one-call catalog setup (optional { prune: true }). Distinc\n[…]\nerified end-to-end: the built core SDK drives all six catalog methods and\nsetPrimary against a live API (create/get/update/list/upsertMany merge+prune,\nstrict 409, and setPrimary create/no-op/update).",
"is_bot": false,
"headline": "feat(sdk-js): project preference catalog client + idempotent setPrima…",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-18T14:57:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ce77fe79cfff654037251006bf5e9bea705de3f0",
"body": "…tacts)\n\nGrahak keeps recipient email contacts current from a server. With POST being\n409-on-conflict, \"keep the primary email current\" meant list → diff →\ncreate/update. Add a single idempotent upsert:\n\n PUT /recipients/{recipient_external_id}/contacts { medium, address }\n\n= \"ensure this is the \n[…]\ncontact already holds surfaces as a clear 409.\n\nAllowed for full OR recipient-scoped keys (like POST/PATCH) — a recipient\nmanaging their own primary is self-service. POST stays strict (409) unchanged.",
"is_bot": false,
"headline": "feat(api): idempotent primary email contact (PUT /recipients/{id}/con…",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-18T10:31:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "663cc3bf036857f15b649e85aedb2a39697c9a25",
"body": "Grahak sets up a project's whole preference catalog from a one-off script. Doing\nthat with POST-per-entry is N calls and 409-prone. Add a single declarative\nendpoint that takes the entire desired catalog:\n\n PUT /preferences body: array of project preferences\n\nSemantics = merge by natural key\n[…]\nso a\nrecipient's own preferences are never removed. An empty array is rejected (400):\nmerge would be a no-op and prune would wipe the catalog — deliberate removals go\nthrough DELETE /preferences/{id}.",
"is_bot": false,
"headline": "feat(api): declarative bulk catalog upsert (PUT /preferences)",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-18T10:14:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "34bfff148fe4a5715c8c7cc2f51cfeb2023ea495",
"body": "Grahak needs to manage a project's preference catalog programmatically, but\nCreateProjectPreference lived only on the /console router (session auth), so a\nfull-scope Dev API key could not touch the catalog.\n\nAdd project-scoped catalog CRUD on /v1, scoped by the API key (no project_id in\nthe path, mi\n[…]\ng surface cannot read or delete a recipient's own preference row by\nid — it 404s. POST stays strict (no upsert); the bulk merge comes next.\n\nThe console's own /console preference routes are untouched.",
"is_bot": false,
"headline": "feat(api): expose project preference (catalog) CRUD on the Dev API",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-18T10:05:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7431ede4eecb23061d0e2fd9955316dc656746d8",
"body": "Previous fix used npm 11 locally, which represents the bundled wasm\noptional-dep trees differently than CF's npm 10.9.2, leaving\n@emnapi/core@1.11.2 / @emnapi/runtime@1.11.2 (the\n@tailwindcss/oxide-wasm32-wasi subtree) missing from the lockfile.\nRegenerated inside node:22.16.0 (npm 10.9.2, matching CF) and verified\n'npm ci' passes in that environment.",
"is_bot": false,
"headline": "fix(console): regenerate lockfile with npm 10.9.2 to match CF build",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-18T03:24:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56bfbbcac6dce40292d935d9894852b5effd8b89",
"body": "CF Pages 'npm ci' failed: package-lock.json was missing the nested\noptional bundle deps (@emnapi/core, @emnapi/runtime) under\n@rolldown/binding-wasm32-wasi. Regenerated the lockfile so package.json\nand package-lock.json are back in sync.",
"is_bot": false,
"headline": "fix(console): sync lockfile with missing rolldown wasm emnapi deps",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-18T03:14:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "872671cadeb1c16b3a43391a8e21135148068169",
"body": null,
"is_bot": false,
"headline": "fix: console build error",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-17T20:57:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ad0340138c5286a88a43fd7daa7220388949e0b",
"body": null,
"is_bot": false,
"headline": "fix: console build error",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-17T20:55:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa2c84a5266c962fbace04a2a44b86136cbf3d62",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com:MudgalLabs/bodhveda",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-17T20:35:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1677d2862bd343608f1b39cdaa9cdcc5a3279d0d",
"body": "Replace the four lifetime scalars on the project landing page with a ranged\nanalytics dashboard over a new console endpoint.\n\nBackend\n- GET /console/projects/{id}/analytics — one composite read returning {in_app,\n email, targets}. In-app (notification.status scalar) and email\n (notification_delive\n[…]\n handler tests for the aggregate (two-tables\ninvariant, per-target merge, tz bucketing, date range, inverted-range 400).\nVerified end-to-end in a browser on seeded 350k-row data and the real projects.",
"is_bot": false,
"headline": "feat: analytics dashboard with time-series + breakdowns (Phase 9.5)",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-17T20:32:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "016ec6a89839730fbaaa5e681914f4bb74b6ad6a",
"body": "…c proxy\n\nThe public proxy.golang.org 404s for every version of this module (the repo is private); the old v0.2.0 tag 404s too. Replace the misleading proxy-verify step with a git ls-remote check and a GOPRIVATE note.",
"is_bot": false,
"headline": "docs(release): Go module is private, verify tag via git not the publi…",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-17T19:46:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aee3245caebbe8ea6bebfa746cfa5ab21ad41c56",
"body": null,
"is_bot": false,
"headline": "chore(sdk): refresh react lockfile for @bodhveda/js@0.3.0",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-17T19:43:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08c158f9d9699a1e8f315d4b4f7d4295b705a822",
"body": "Recipient detail heading drops the \"← Recipients\" back button: PageHeading\nalready renders the sidebar toggle, so the heading is now just toggle + icon +\nexternal id, matching the rest of the console. The external id moves into the\nsummary strip as a labeled, selectable field so a customer can copy \n[…]\ngrid: the switch now sits on its own line with the status\nchips grouped beneath it, instead of the first chip riding alongside the toggle\nwhile a second wrapped below — a two-chip cell read as ragged.",
"is_bot": false,
"headline": "feat: confirm dialogs for deletes, cleaner recipient detail heading",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-17T19:30:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "108ea297de783221211679f01ac58d4e1a7fb7b9",
"body": "….3.0\n\nRename the JS core npm package `bodhveda` -> `@bodhveda/js` so both JS\npackages live under the `@bodhveda` scope (matching `@bodhveda/react`).\nUpdate package manifests, source imports, READMEs, and CHANGELOGs.\n\nRe-baseline versions so js core, @bodhveda/react, and sdk/go all share\none number:\n[…]\nlease runbook to cover\nthe rename, the re-baseline, the first-ever JS git tags, and the\n`npm deprecate bodhveda` step. Nothing is published, tagged, or deployed\nhere — those steps stay with the human.",
"is_bot": false,
"headline": "chore(sdk): rename js core to @bodhveda/js, re-baseline all SDKs to 0…",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-17T19:28:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "85e99e5b2c600647e66b7274e43aac4d45a6614a",
"body": "…> 1746)\n\nPhases 0-8 are shipped and validated in prod, so their plans, hand-off\nprompts and as-built deviation notes are spent. Removed them — but hoisted\neverything still load-bearing up into the permanent sections first, because a\nplain deletion would have taken real reference material with it:\n\n\n[…]\nstatus unchanged).\n\nKept: architecture, domain model, delivery pipeline, decision log,\nconventions, the Resurface validation target, the full roadmap status, and\nthe Phase 9 arc. git log has the rest.",
"is_bot": false,
"headline": "docs: fold Phases 0-8 into the architecture, drop their plans (2805 -…",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-17T13:12:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6665cf372ca80dac2b0212b5e74c18bb870b41a4",
"body": "Filters the console notifications list by in-app status, target\n(channel/topic/event), email delivery outcome, date range, and recipient\nsearch. Every filter lives in the URL, so a filtered view survives a reload\nand is shareable. Extends dto.ListNotificationsFilters in place — the seam\n9.2 built fo\n[…]\nneeded and is\ncoupled to it — the sidebar's search={{ kind }} only typechecks against the\nroute's search schema — so it cannot be split into a separately compiling\ncommit. Built on rather than around.",
"is_bot": false,
"headline": "feat: notification list filters, URL-synced (Phase 9.4)",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-17T12:52:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a0bbf6beb72704a9a4389a057caab70af4e434f5",
"body": "…api/golang.org/x/crypto-0.52.0\n\nRevert \"chore(deps): bump golang.org/x/crypto from 0.37.0 to 0.52.0 in /api\"",
"is_bot": false,
"headline": "Merge pull request #3 from MudgalLabs/revert-2-dependabot/go_modules/…",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-17T08:14:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b25f8274fbeebfb51dcc3e598f3b280430f05338",
"body": "…n /api\"",
"is_bot": false,
"headline": "Revert \"chore(deps): bump golang.org/x/crypto from 0.37.0 to 0.52.0 i…",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-17T08:14:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e568b537ae5fa1d8add39ba707f62d335e8018c8",
"body": "…g.org/x/crypto-0.52.0\n\nchore(deps): bump golang.org/x/crypto from 0.37.0 to 0.52.0 in /api",
"is_bot": false,
"headline": "Merge pull request #2 from MudgalLabs/dependabot/go_modules/api/golan…",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-17T08:08:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeb7fac988c9647063da28d7fb92eef7020b7df5",
"body": "The 9.3 deviations stated as fact that the Dev API preference read is \"the one\nResurface's settings UI reads via usePreferences()\". It is not. `usePreferences`\nappears nowhere in Resurface — the Phase 8 prompt asked for those React hooks,\nbut the cutover was built server-side instead: /settings call\n[…]\nes, for Resurface's own backlog, that settings/page.tsx falls back to\n{inApp: true, email: true} on an outage, commented \"matches the catalog default\"\n— the same wrong assumption this release removes.",
"is_bot": false,
"headline": "docs: correct the Resurface impact claim (measured, not inherited)",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-17T07:14:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a9cbdaf5648d5c3cbdedf6cdcce7169cd7579f45",
"body": "9.3 fixed the console's recipient-preference read and deliberately left the\nDeveloper API's GET /recipients/{id}/preferences on the old Go exact-match\nmerge, because that response is a documented, SDK-consumed public surface.\nThis is that fix, versioned.\n\nThe old read disagreed with delivery three w\n[…]\nned. The\nmuted path was chosen deliberately so Resend was never called.\n\nVersions: js core/react 0.2.0, go sdk/go/v0.3.0. Nothing published or\ndeployed — see agent-docs/release-preference-read-fix.md.",
"is_bot": false,
"headline": "fix: resolve the Dev API preference read honestly (Phase 9.3.1)",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-17T07:08:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4e4e4a0e8f808af58ed97797c6273132d728d96f",
"body": "Every timestamp in the delivery detail dialog rendered through netra's\nformatDate, which stops at minutes. In a dialog whose whole job is \"what\nhappened, in what order\", that rounds genuinely distinct instants into one\nstring: notification_delivery id=2 in dev resolves at 06:13:40.797 and sends\nat 0\n[…]\nDate with the dev rows above. NOT verified\nin the browser — dev has no notification_delivery row with delivered_at or any\nprovider_response events, so the screenshotted state is not reproducible here.",
"is_bot": false,
"headline": "fix: show seconds in delivery detail timestamps, ms on hover",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-17T06:58:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a0969f8251721e5b308cee90516aaa3ab15547cd",
"body": "Turns the recipient detail page's Preferences tab into the editable\nper-(target, medium) grid Phase 2 deferred for want of that page.\n\nThe write path already existed and is reused as-is: one PUT per cell,\nconverging with the Dev API PATCH and the one-click unsubscribe at\nrepo.Create — the convergenc\n[…]\nver called), and the list explains it in 9.1's\nprose as \"recipient opted out\" vs \"target not cataloged for email\".\n\nNo migration. Send path, worker, broadcast pipeline, and all gating logic\nuntouched.",
"is_bot": false,
"headline": "feat: editable recipient preference grid, resolved honestly (Phase 9.3)",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-16T21:22:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bc14cb24da428e48386190d78e5f4fa14eb0dab3",
"body": "The plan said an uncataloged (target, email) must read as UNAVAILABLE. Measured\nagainst ShouldDirectNotificationBeDelivered, that is wrong three ways:\n\n uncataloged (T, in_app), no recipient row -> DELIVERS\n uncataloged (T, email), no recipient row -> does not deliver\n uncataloged (T, \n[…]\n-implement the cascade in React.\n\nAlso record that \"revert to inherited\" is a non-issue: a recipient preference\nis enabled/disabled and defaults to the project default; there is no delete in\nthe flow.",
"is_bot": false,
"headline": "docs: fix the Phase 9.3 plan's catalog semantics (measured, not assumed)",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-16T21:00:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9041d56057b6d44e094da69d25efac6b2d0acb49",
"body": "…path)\n\nThe 9.3 prompt claimed the console preferences PUT funnels to\nUpdateRecipientPreferenceTarget. It does not — it calls the sibling\nUpsertRecipientPreference. Both converge on repo.Create, so Phase 6's\nunsubscribe-sync property holds at the REPOSITORY layer, not at one service\nmethod. Record that so 9.3 neither panics about a desync nor churns to\n\"unify\" two legitimate entry points.\n\nAlso point 9.3 at the read path + resolved DTO 9.2 actually shipped, and at\nthe read-only tab it replaces.",
"is_bot": false,
"headline": "docs: correct the Phase 9.3 plan against the code (write paths, read …",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-16T20:50:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b42f15ad6b18df8dbd96b26bf025029c00dfb82",
"body": "The keystone of the console arc: the page Phases 1 and 2 both deferred work\nfor. Route /projects/$id/recipients/$recipientId, netra tabs over Overview /\nNotifications / Preferences (read-only; editing is 9.3) / Contacts. Recipient\nids now link here from the recipient list and the notifications list.\n[…]\nteral \"/\" arrives still-encoded at the handler and 404s. Affects every\nrecipient-scoped route incl. the Dev API; fails safe.\n\nNo migration. Send path, worker, gating, and broadcast pipeline untouched.",
"is_bot": false,
"headline": "feat: recipient detail page (Phase 9.2)",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-16T20:48:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8a9921c4d78c66a75b79cca7d2ccf49eee85e9dc",
"body": "… 9.1)\n\nnotification_delivery has always stored failure_reason, attempt, provider,\nprovider_message_id, provider_response, address_snapshot and six timestamps.\nThe console showed status + one elapsed time. The bottleneck was the\nprojection, not the schema, so no migration was needed: the batch query\n[…]\ns-project isolation, and the endpoint over real\nHTTP through a chi router mounted as routes.go mounts it. Note the repo is on\nchi v1 - mounting a test router on chi/v5 silently resolves no URL params.",
"is_bot": false,
"headline": "feat: delivery detail dialog + explain email skips in the list (Phase…",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-16T17:42:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "990d0658b0a3d36bb5963cc5a2272eb5f054d09b",
"body": "…ers, analytics)\n\nThe email medium is shipped and validated (Phases 0-8 DONE); the console is now\nthe weakest surface. Phases 1-8 bolted console UI onto each email phase as an\nafterthought, and twice deferred work explicitly because a recipient detail page\ndid not exist (Phase 1 -> contacts became a\n[…]\neferencesForRecipient already exist for the Dev API,\nso the recipient page needs routes, not queries. netra already ships charting\n(recharts via its root barrel), so analytics needs no new dependency.",
"is_bot": false,
"headline": "docs: plan Phase 9 console arc (delivery detail, recipient page, filt…",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-16T15:42:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "73944448ae0d76fa5cbda6e29605245d5e6b148f",
"body": null,
"is_bot": false,
"headline": "feat: show per medium delivery status",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-16T11:08:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14af7fadd9e01a15ca17e871202a4df169ee999d",
"body": "…ribe, webhook dedup)\n\nAudit-driven hardening of the email infrastructure:\n\n- Send an Idempotency-Key to Resend (keyed on the delivery row) so an Asynq\n retry after an ambiguous failure can't deliver a duplicate email.\n- Scope webhook status updates + complaint suppression to the authenticated\n pr\n[…]\nML entities so the\n derived text/plain no longer leaks CSS.\n\nNew migration 20260716120000_add_webhook_event_dedup.sql must be applied\n(goose up) before/with the deploy, or webhook ingestion will 500.",
"is_bot": false,
"headline": "fix(email): harden email medium (idempotency, tenant scoping, unsubsc…",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-16T10:58:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "531d39ef3de466ece44bfe44bbe1c58a00db848f",
"body": "Mark the roadmap Phase 7.5 (deploy live) and Phase 8 (Resurface cutover) as\nDONE — Resurface now routes all notifications through Bodhveda and the email\nmedium is validated end-to-end in prod. Document the console's\nper-notification email delivery status (in-app + email split) in the Console\nsection + todo.",
"is_bot": false,
"headline": "docs: email medium shipped + validated by Resurface (Phase 7.5/8 done)",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-15T15:15:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff2a2e63e11c93d3580e209395219eaed7b2da03",
"body": "The notifications list showed only the in-app status, so a diverging email\noutcome (e.g. in-app muted but email delivered, or vice-versa) was invisible.\n\nAPI: ListNotifications batch-attaches the email-medium notification_delivery\n(status + sent_at + delivered_at) for the page's notifications and ex\n[…]\nelivery\nstatus tag + elapsed (created → delivered_at, falling back to sent_at) — when\nthe send used email. StatusTag/statusToString widened to the email\nDeliveryStatus set (sent/bounced/no_contact/…).",
"is_bot": false,
"headline": "feat: show per-notification email delivery status in the console",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-15T06:46:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c6c99364d0d8fa16a5f16649d2535fa9d01ba079",
"body": null,
"is_bot": false,
"headline": "chore: docs updated",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-15T06:22:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11b6b71da14aeadf038d9f95a58d0b8969cc8813",
"body": "The recipient-tab preferences table had no pager, so only the first\nclient-side page was reachable — a just-changed preference (e.g. a fresh\nopt-out) could be stranded on a later page. Also the \"Updated At\" column\nrendered created_at, hiding recency.\n\n- pre-sort by updated_at desc (netra flips to ma\n[…]\ned default sort isn't possible — pre-sort instead)\n- render DataTablePagination when >10 rows\n- fix the Updated At column to use updated_at\n\nAlso record the recipient detail-page follow-up in todo.md.",
"is_bot": false,
"headline": "fix(console): paginate + sort recipient preferences by updated_at",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-15T06:13:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b3f2b56e9cdd370cdf4bc0745013e8fd20d29c2a",
"body": "Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.37.0 to 0.52.0.\n- [Commits](https://github.com/golang/crypto/compare/v0.37.0...v0.52.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/crypto\n dependency-version: 0.52.0\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump golang.org/x/crypto from 0.37.0 to 0.52.0 in /api",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-15T05:49:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "205307b3491c4d22414b1d2d971637c9d30e67c7",
"body": "Adds a PATCH /console/projects/{project_id} endpoint (handler → service → repo) and an Edit option in the project card dropdown that opens a rename modal.",
"is_bot": false,
"headline": "feat: allow renaming a project from the console",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-14T21:15:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3380ee459d413521e4672a9cf9f92ee93c761afe",
"body": null,
"is_bot": false,
"headline": "chore: updated overview docs",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-14T11:44:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62c7f7b9a28c52e5aacc18de581d1f8a3c539827",
"body": "…-preference modal",
"is_bot": false,
"headline": "fix(console): stop 'In-App' medium toggle from wrapping in the create…",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-14T11:42:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "193a2d95f84e8909b7378b9cb6b78902f5e3ff77",
"body": null,
"is_bot": false,
"headline": "Merge branch 'dev'",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-14T11:15:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d15dedfb6ca5f5cf7592f25e67ce074cd474b62",
"body": null,
"is_bot": false,
"headline": "chore: react SDK package lock",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-14T11:15:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c05fd7ef0db9a36c9148d6fbf7936663963504ef",
"body": "- docs/quickstart.mdx: /docs/concepts/target -> targets, and the\n Concepts card -> /docs/concepts/recipients (both were dead links).\n- sdk/go: RecipientsNotificationUnreadCount used /notifications/unread_count\n but the API route is /notifications/unread-count.",
"is_bot": false,
"headline": "fix: broken docs links + Go SDK unread-count route",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-14T10:32:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76a6ba24401ee33657c84224d539d27e90631002",
"body": "Mintlify docs, SDK version bumps, and a publish runbook for the email\nmedium shipped in Phases 1-6. No backend behavior changed; nothing is\npublished (that is the human runbook + Phase 7.5).\n\nDocs (docs/):\n- New Mediums concept page + nav entry (in_app vs email,\n content-block-implies-intent, direc\n[…]\num` (default in_app) in both JS and Go so email preferences are\n reachable via SDK. READMEs + CHANGELOGs added.\n\nRunbook: agent-docs/release-email-medium.md. Overview Phase 7 -> DONE\nwith deviations.",
"is_bot": false,
"headline": "docs+sdk: release prep for the email medium (Phase 7)",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-14T06:40:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "68754047c9ea693e451c9376446a4596849dd2fd",
"body": "… endpoint (email medium Phase 6)\n\nOutbound emails now carry RFC 8058 List-Unsubscribe / List-Unsubscribe-Post\nheaders pointing at a public, token-gated endpoint Bodhveda hosts. Hitting it\nflips the recipient's email preference for that target off (reusing the existing\nPreferenceService write path),\n[…]\nURL into env (api + worker compose blocks).\n\nBroadcast pipeline untouched (email is DIRECT-only); SDKs un-bumped (Phase 7).\nVerified end-to-end live against the running API + Postgres. Phase 6 → DONE.",
"is_bot": false,
"headline": "feat(email): unsubscribe — List-Unsubscribe header + public one-click…",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-14T06:01:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "73347818b1716254a759b4c19f7581d23e782015",
"body": "…e 5)\n\nInbound Resend (Svix-signed) webhooks flow delivered/bounced/complained/opened/\nclicked back onto notification_delivery rows, plus console analytics.\n\n- Store an encrypted per-project webhook signing secret (whsec_, distinct from\n the API key) on project_email_settings; console PUT sets/rota\n[…]\nn deferred to\n Phase 6. Broadcast pipeline untouched; SDKs un-bumped.\n- Tests: Svix verify + event mapping (unit); full webhook path incl. 401 and\n non-regression (real-Postgres, TEST_DB_URL-gated).",
"is_bot": false,
"headline": "feat(email): delivery status via provider webhooks (email medium Phas…",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-13T22:00:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ecdae7b815056ad45d55ddc4da180c4ac68ec478",
"body": "…ail medium Phase 4)\n\nThe Send Notification modal's Content step now has an \"Also send an email\"\ntoggle (direct sends only — email is direct-only). When on, it collects\nsubject + html + text and sends them as the typed `email` block, gated on\nsubject + at least one body. The success toast now reads the per-medium\ndelivery outcome so a \"sent\" toast can't mask a silently-skipped email —\nit distinguishes not_cataloged / preference-off / no_contact / failed from\na queued email.",
"is_bot": false,
"headline": "feat(console): add optional email block to Send Notification form (em…",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-13T06:22:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b61f456e84b02aedd179f073cefeb685e4b70762",
"body": "…ker, notification_delivery (email medium Phase 4)\n\nDirect notifications carrying a typed `email` block now fan out to inbox AND\nemail via Resend, recorded per-(notification, medium) in a new\nnotification_delivery table. Email is DIRECT-only (HARD RULE) — the broadcast\npipeline and the in-app path a\n[…]\nn + html→text, and\n fanOutEmail skip outcomes.\n\nMigration 20260713120000_add_notification_delivery.sql applied manually.\nUpdates agent-docs/overview.md: Phase 4 DONE + deviations + final schema/enum.",
"is_bot": false,
"headline": "feat(email): email delivery core — Resend adapter, email:delivery wor…",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-13T06:15:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7e6dcd5484a5f72a4ee79720157ec7424ff5dc77",
"body": "make dev has run the worker in its own hot-reloading tmux pane\n(api/air.worker.toml -> ./cmd/worker) since f268fe5; CLAUDE.md and\nagent-docs/overview.md still claimed it wasn't started and told readers\nto run go run ./cmd/worker manually.",
"is_bot": false,
"headline": "docs: correct stale note that make dev doesn't start the worker",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-12T20:33:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c7ef1516f3bd3f4d8c23be1bfdf000a9725b566",
"body": "…from-identity) (email medium Phase 3)\n\nPer-project storage for a BYO email provider: Resend API key encrypted at\nrest exactly like an api_key token (secret BYTEA + nonce, decrypted only\nserver-side to derive a last-4 mask, never returned/logged in plaintext),\na from-identity (name + address), and a\n[…]\nsingle PUT upsert does set/rotate/identity-edit (secret required on first\nconfig, optional after). Console 'Email' settings page + sidebar item.\n\nDoes NOT wire sending (Phase 4) or webhooks (Phase 5).",
"is_bot": false,
"headline": "feat(email): add per-project email provider settings (Resend creds + …",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-12T20:30:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b8666d05a6f987ad8b84264ad38ed95ad480c96b",
"body": "…(email medium Phase 2)",
"is_bot": false,
"headline": "feat(preference): add medium dimension + per-medium gating & catalog …",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-12T10:11:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cab776a6f41b09c624b3006706bf71faef00388",
"body": "…e 1)",
"is_bot": false,
"headline": "feat(contacts): add recipient_contact table + CRUD (email medium Phas…",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-12T07:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d12277f3d8d3d5751c52dc4bf59c0d0f12c61497",
"body": "The /recipients/{id}/notifications + /preferences routes are gated only by\nAPIKeyBasedAuthMiddleware (project-scoped), not by recipient — so a public\nclient key + a chosen recipient_external_id can read/mark/delete any recipient's\nfeed and read/modify their preferences. Documented the exploit, impact, and fix\noptions (preferred: recipient-bound token, mirroring the widget JWT model).",
"is_bot": false,
"headline": "docs(todo): note recipient-scope IDOR on the recipient sub-routes",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-04T21:56:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d15b9883acb36757216248c55f84b49d18a4f661",
"body": "…efaults\n\n- ListForRecipient/UnreadCountForRecipient now exclude 'muted' and\n 'quota_exceeded' statuses, so a preference opt-out actually hides the\n notification from the feed and unread count (previously muted notifications\n still showed and counted as unread).\n- CheckRecipientTargetSubscription\n[…]\nnders untoggled targets as ON instead of OFF.\n- DeleteRecipientNotifications now returns 'deleted_count' to match the JS SDK's\n DeleteNotificationsResponse (was 'notifications_deleted' -> undefined).",
"is_bot": false,
"headline": "fix(api): exclude muted notifications from recipient feed and align d…",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-04T19:10:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fc339d07e03d28a2c60e16194b44726649658ecf",
"body": "…_id}\n\nThe GetRecipient/UpdateRecipient/DeleteRecipient handlers read the\nrecipient_external_id path param, but were registered in the bare\n/recipients group where that segment doesn't exist. Result: the param\nwas always empty -> 400, while /recipients/{id} (what the SDK calls)\nmatched the param sub\n[…]\n4.\n\nMove the three handlers into the /{recipient_external_id} group (which\nalready runs CreateRecipientIfNotExists), keeping full-scope gating.\nPOST / (create) and POST /batch stay in the outer group.",
"is_bot": false,
"headline": "fix(api): mount recipient GET/PATCH/DELETE under /{recipient_external…",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-07-04T16:24:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3e4ba50a18219fdc13739c767a3bb21a820f3df3",
"body": null,
"is_bot": false,
"headline": "brand: update avatar image to me.jpg",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-06-30T20:30:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c6b20fe164de324e15b65eb202bdd702aac5925",
"body": "The previous partial npm install left @emnapi/* optional-dependency entries\ninconsistent, so Cloudflare's npm ci failed the package.json<->lock sync check.\nRegenerated package-lock.json cleanly; npm ci now passes.",
"is_bot": false,
"headline": "fix(console): regenerate lockfile to restore npm ci sync",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-06-26T11:26:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18fb3fcce82e0a4082553cfe647704e6fcd651b7",
"body": "netra <=0.1.11 shipped react/react-dom in dependencies (pinned 19.0.0),\ncausing npm to install a second nested React copy. After the Vite 7->8 /\nplugin-react 4->6 bump, that duplicate was split into its own chunk whose\nhooks dispatcher was never initialized, crashing the Cloudflare build with\n\"Cannot read properties of null (reading 'useState')\" (blank console.bodhveda.com).\n\nnetra 0.1.22 moves react/react-dom to peerDependencies only, leaving a single\nReact instance.",
"is_bot": false,
"headline": "fix(console): bump netra to ^0.1.22 to fix duplicate React crash",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-06-26T11:18:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75038e9451f66e1ee30f4eb4960a64c868bf47a1",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com:MudgalLabs/bodhveda",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-06-26T11:00:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bdda3b06586d58e1b56368f24f6279dda24824c",
"body": "Reframe the product as built by one independent maker and quietly drive\nusers back to ceoshikhar.com.\n\n- Add reusable BuilderCard (\"Built by one person → ceoshikhar.com\"),\n matching the sibling Arthveda product's built_by card.\n- Rebuild the console sign-in page in Arthveda's style: logo, sign-in\n \n[…]\nkhar.com website link\n and reword \"we provide\" to neutral docs voice.\n- README footer becomes a builder-card-style credit block.\n\nPackage names, import paths, and GitHub repo URLs are left untouched.",
"is_bot": false,
"headline": "brand: migrate from Mudgal Labs to ceoshikhar.com",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-06-26T10:55:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "521b068112bd9a97b35319f4245029ab7e8f9ce8",
"body": "…/multi-a88291249c\n\nchore(deps): bump esbuild, @tailwindcss/vite, vite, tsx and @vitejs/plugin-react in /console",
"is_bot": false,
"headline": "Merge pull request #1 from MudgalLabs/dependabot/npm_and_yarn/console…",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-06-25T20:24:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50076cd25058d3c204952d1fb3be12a86414639e",
"body": "…lugin-react\n\nBumps [esbuild](https://github.com/evanw/esbuild) to 0.28.1 and updates ancestor dependencies [esbuild](https://github.com/evanw/esbuild), [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite), [vite](https://github.com/vitejs/vite/tree/H\n[…]\n 4.22.4\n dependency-type: indirect\n- dependency-name: \"@vitejs/plugin-react\"\n dependency-version: 6.0.2\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump esbuild, @tailwindcss/vite, vite, tsx and @vitejs/p…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-15T09:41:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "95e5528b5555909fbf3437a38c6cb19566175990",
"body": null,
"is_bot": false,
"headline": "devops: github action workflow to deploy bodhveda when pushed on main",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-04-23T11:53:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fe77149e4cf796f1fc29ac639c4cf0502159991",
"body": null,
"is_bot": false,
"headline": "docs: email medium design doc",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-04-23T05:45:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8193a0070b0a2ee032cda85f7a2c3da486c0e015",
"body": null,
"is_bot": false,
"headline": "fix: recipient normalize to lowercase",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-04-22T20:48:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f268fe5ae2e670ffc31c1b7f9dc58485b03691d7",
"body": "…local testing",
"is_bot": false,
"headline": "chore: init claude.md and improve make dev and docker compose up for …",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2026-04-22T11:55:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "582b1d0f2e13dfaac437cfe4ae8e859da1e44dc1",
"body": null,
"is_bot": false,
"headline": "chore: remove asynqmon and add worker service to deploy compose",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2025-09-04T21:19:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdfede64773c6d5ec6a7071ea524127527456e9e",
"body": null,
"is_bot": false,
"headline": "feat: add usage, subscription for billing",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2025-09-04T20:19:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "678785d96483c10322606492e3767767d2e7fd22",
"body": null,
"is_bot": false,
"headline": "feat: update document title on different screens",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2025-09-02T09:49:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36762631528853d7ea7f41c4b039284021280218",
"body": "…content",
"is_bot": false,
"headline": "fix: show isFetching spinner in PageHeading and isLoading spinner in …",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2025-09-02T09:25:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "442ad20552fbc93ac4887eb040584388042b1e44",
"body": "… from console",
"is_bot": false,
"headline": "fix: refetch notifications and broadcasts when a notification is sent…",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2025-09-02T09:13:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1b49b4b19286cfd04df9e7c2380c3b4772bbbe2",
"body": null,
"is_bot": false,
"headline": "chore: format duration in status column for broadcast",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2025-09-01T23:02:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4ffb773079a38ff7dacd23c9dfea7b9a33244c2",
"body": null,
"is_bot": false,
"headline": "infra: separate out worker from api",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2025-09-01T22:09:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8372b026f350c9272b13ed3c8eb4be772c1f0e2d",
"body": "…ON. Add \"Beautify\" button to prettify JSON in payload.",
"is_bot": false,
"headline": "feat: in send notification modal, show error if payload is invalid JS…",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2025-08-31T16:29:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cff4fc8c71417a0ba3fbc5d2dbab9921ff21014a",
"body": "…ect preference",
"is_bot": false,
"headline": "fix: when sending a broadcast, verify that the target is a valid proj…",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2025-08-31T16:29:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed1b3050f1a582d2e02728c4da2164e2df0d2589",
"body": null,
"is_bot": false,
"headline": "chore: add prefix [Bodhveda DEBUG] for go sdk",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2025-08-31T11:29:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6d57a67f81908996e8659fc691311f8346433f3",
"body": null,
"is_bot": false,
"headline": "feat: improve go sdk debug logging",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2025-08-31T11:22:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0945b6add0ffe2312efe0dc2dc482b3a4e53ba4b",
"body": null,
"is_bot": false,
"headline": "fix: the recipient API routes were not accessible",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2025-08-31T11:10:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f618995cc84ea6b7a19c47611aae00c2eee92932",
"body": null,
"is_bot": false,
"headline": "feat: add BodhvedaError for error responses",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2025-08-31T11:09:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfc369db3e337b7a756b5c704831b9a5f8e912f2",
"body": null,
"is_bot": false,
"headline": "chore: make APIURL and Debug not be pointers in client options",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2025-08-31T10:13:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "351bd36c6e89f9a41416687d97bb2ff7e68a2762",
"body": null,
"is_bot": false,
"headline": "feat: add debug to client options",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2025-08-31T10:11:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d8fe73ac8efdf1842de6eeca78762f9ac1c96bc",
"body": null,
"is_bot": false,
"headline": "chore: increase batch create recipients batch size to 1000",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2025-08-31T09:44:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6348a0e9ee0aec2a4103e9c50ad3fd0716abf76e",
"body": null,
"is_bot": false,
"headline": "feat: add ctx to all methods of go sdk client",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2025-08-30T22:40:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f30b68f036c2791da4f10d69e38a06cf75a7e28d",
"body": null,
"is_bot": false,
"headline": "chore: export bodhveda.Client from bodhveda go sdk",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2025-08-30T22:25:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73881dc5890338bec33809db777030a0a11dc569",
"body": null,
"is_bot": false,
"headline": "feat: create a recipient if it does not exists for recipient routes",
"author_name": "Shikhar Sharma",
"author_login": "ceoshikhar",
"committed_at": "2025-08-30T22:08:05Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 192,
"latest_release_at": "2026-07-18T15:58:45Z",
"latest_release_tag": "v0.4.0",
"releases_from_tags": true,
"days_since_last_push": 5,
"active_weeks_last_year": 13,
"days_since_latest_release": 6,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/MudgalLabs/bodhveda/sdk/go",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/MudgalLabs/bodhveda/sdk/go",
"is_deprecated": false,
"latest_version": "v0.5.0",
"repository_url": "https://github.com/MudgalLabs/bodhveda",
"versions_count": 15,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-19T16:57:13Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"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": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [
"docs/api-reference/openapi.json"
],
"has_devcontainer": false,
"typecheck_configs": [
"console/tsconfig.json",
"sdk/js/core/tsconfig.json",
"sdk/js/react/tsconfig.json"
],
"toolchain_manifests": [
"api/go.mod",
"sdk/go/go.mod"
],
"largest_source_bytes": 31104,
"source_files_sampled": 236,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 9614
},
"dependencies": {
"manifests": [
"api/go.mod",
"console/package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.15",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp",
"GHSA-mh99-v99m-4gvg"
],
"fixed_version": "5.0.8",
"advisory_count": 2,
"oldest_advisory_days": 4
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.6",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp",
"GHSA-mh99-v99m-4gvg"
],
"fixed_version": "5.0.8",
"advisory_count": 2,
"oldest_advisory_days": 4
},
{
"name": "js-yaml",
"direct": false,
"version": "4.2.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-52cp-r559-cp3m"
],
"fixed_version": "4.3.0",
"advisory_count": 1,
"oldest_advisory_days": 4
},
{
"name": "postcss",
"direct": false,
"version": "8.5.15",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-r28c-9q8g-f849"
],
"fixed_version": "8.5.18",
"advisory_count": 1,
"oldest_advisory_days": 0
},
{
"name": "github.com/go-chi/chi",
"direct": true,
"version": "v1.5.5",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-4316"
],
"fixed_version": "5.2.4",
"advisory_count": 1,
"oldest_advisory_days": 183
},
{
"name": "github.com/go-chi/chi/v5",
"direct": true,
"version": "v5.2.4",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5774",
"GO-2026-5775",
"GO-2026-5777"
],
"fixed_version": "5.3.0",
"advisory_count": 3,
"oldest_advisory_days": 0
},
{
"name": "golang.org/x/crypto",
"direct": true,
"version": "v0.54.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5932"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 17
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 4,
"unknown": 3
},
"advisory_count": 11,
"affected_count": 7,
"assessed_count": 444,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 3
},
"ecosystems": [
"go",
"npm"
],
"dependencies": [
{
"name": "github.com/go-chi/chi",
"manifest": "api/go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.5"
},
{
"name": "github.com/go-chi/chi/v5",
"manifest": "api/go.mod",
"ecosystem": "go",
"version_constraint": "v5.2.4"
},
{
"name": "github.com/go-chi/cors",
"manifest": "api/go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.2"
},
{
"name": "github.com/go-chi/httprate",
"manifest": "api/go.mod",
"ecosystem": "go",
"version_constraint": "v0.15.0"
},
{
"name": "github.com/hibiken/asynq",
"manifest": "api/go.mod",
"ecosystem": "go",
"version_constraint": "v0.25.1"
},
{
"name": "github.com/jackc/pgx/v5",
"manifest": "api/go.mod",
"ecosystem": "go",
"version_constraint": "v5.9.2"
},
{
"name": "github.com/joho/godotenv",
"manifest": "api/go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.1"
},
{
"name": "github.com/mudgallabs/tantra",
"manifest": "api/go.mod",
"ecosystem": "go",
"version_constraint": "v0.2.1"
},
{
"name": "go.uber.org/zap",
"manifest": "api/go.mod",
"ecosystem": "go",
"version_constraint": "v1.27.0"
},
{
"name": "golang.org/x/crypto",
"manifest": "api/go.mod",
"ecosystem": "go",
"version_constraint": "v0.54.0"
},
{
"name": "@tailwindcss/vite",
"manifest": "console/package.json",
"ecosystem": "npm",
"version_constraint": "^4.3.1"
},
{
"name": "@tanstack/react-query",
"manifest": "console/package.json",
"ecosystem": "npm",
"version_constraint": "^5.83.0"
},
{
"name": "@tanstack/react-router",
"manifest": "console/package.json",
"ecosystem": "npm",
"version_constraint": "^1.129.7"
},
{
"name": "@tanstack/react-router-devtools",
"manifest": "console/package.json",
"ecosystem": "npm",
"version_constraint": "^1.129.7"
},
{
"name": "@tanstack/react-table",
"manifest": "console/package.json",
"ecosystem": "npm",
"version_constraint": "^8.21.3"
},
{
"name": "axios",
"manifest": "console/package.json",
"ecosystem": "npm",
"version_constraint": "^1.11.0"
},
{
"name": "class-variance-authority",
"manifest": "console/package.json",
"ecosystem": "npm",
"version_constraint": "^0.7.1"
},
{
"name": "lodash",
"manifest": "console/package.json",
"ecosystem": "npm",
"version_constraint": "^4.17.21"
},
{
"name": "netra",
"manifest": "console/package.json",
"ecosystem": "npm",
"version_constraint": "^0.1.22"
},
{
"name": "react",
"manifest": "console/package.json",
"ecosystem": "npm",
"version_constraint": "^19.0.0"
},
{
"name": "react-dom",
"manifest": "console/package.json",
"ecosystem": "npm",
"version_constraint": "^19.0.0"
},
{
"name": "recharts",
"manifest": "console/package.json",
"ecosystem": "npm",
"version_constraint": "^2.15.4"
},
{
"name": "tailwind-merge",
"manifest": "console/package.json",
"ecosystem": "npm",
"version_constraint": "^3.3.1"
},
{
"name": "tailwindcss",
"manifest": "console/package.json",
"ecosystem": "npm",
"version_constraint": "^4.1.11"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/go-chi/chi",
"direct": true,
"version": "v1.5.5",
"ecosystem": "go"
},
{
"name": "github.com/go-chi/chi/v5",
"direct": true,
"version": "v5.2.4",
"ecosystem": "go"
},
{
"name": "github.com/go-chi/cors",
"direct": true,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/go-chi/httprate",
"direct": true,
"version": "v0.15.0",
"ecosystem": "go"
},
{
"name": "github.com/hibiken/asynq",
"direct": true,
"version": "v0.25.1",
"ecosystem": "go"
},
{
"name": "github.com/jackc/pgx/v5",
"direct": true,
"version": "v5.9.2",
"ecosystem": "go"
},
{
"name": "github.com/joho/godotenv",
"direct": true,
"version": "v1.5.1",
"ecosystem": "go"
},
{
"name": "github.com/mudgallabs/tantra",
"direct": true,
"version": "v0.2.1",
"ecosystem": "go"
},
{
"name": "go.uber.org/zap",
"direct": true,
"version": "v1.27.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": true,
"version": "v0.54.0",
"ecosystem": "go"
},
{
"name": "@tailwindcss/vite",
"direct": true,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@tanstack/react-query",
"direct": true,
"version": "5.101.1",
"ecosystem": "npm"
},
{
"name": "@tanstack/react-query",
"direct": true,
"version": "5.85.5",
"ecosystem": "npm"
},
{
"name": "@tanstack/react-router",
"direct": true,
"version": "1.170.16",
"ecosystem": "npm"
},
{
"name": "@tanstack/react-router-devtools",
"direct": true,
"version": "1.167.0",
"ecosystem": "npm"
},
{
"name": "@tanstack/react-table",
"direct": true,
"version": "8.21.3",
"ecosystem": "npm"
},
{
"name": "axios",
"direct": true,
"version": "1.18.1",
"ecosystem": "npm"
},
{
"name": "class-variance-authority",
"direct": true,
"version": "0.7.1",
"ecosystem": "npm"
},
{
"name": "lodash",
"direct": true,
"version": "4.18.1",
"ecosystem": "npm"
},
{
"name": "netra",
"direct": true,
"version": "0.1.22",
"ecosystem": "npm"
},
{
"name": "react",
"direct": true,
"version": "19.1.1",
"ecosystem": "npm"
},
{
"name": "react",
"direct": true,
"version": "19.2.7",
"ecosystem": "npm"
},
{
"name": "react-dom",
"direct": true,
"version": "19.2.7",
"ecosystem": "npm"
},
{
"name": "recharts",
"direct": true,
"version": "2.15.4",
"ecosystem": "npm"
},
{
"name": "tailwind-merge",
"direct": true,
"version": "3.6.0",
"ecosystem": "npm"
},
{
"name": "tailwindcss",
"direct": true,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "cloud.google.com/go/compute/metadata",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/alexedwards/scs/pgxstore",
"direct": false,
"version": "v0.0.0-20250417082927-ab20b3feb5e9",
"ecosystem": "go"
},
{
"name": "github.com/alexedwards/scs/v2",
"direct": false,
"version": "v2.9.0",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/dgryski/go-rendezvous",
"direct": false,
"version": "v0.0.0-20200823014737-9f7001d12a5f",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/gorilla/schema",
"direct": false,
"version": "v1.4.1",
"ecosystem": "go"
},
{
"name": "github.com/jackc/pgpassfile",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/jackc/pgservicefile",
"direct": false,
"version": "v0.0.0-20240606120523-5a60cdf6a761",
"ecosystem": "go"
},
{
"name": "github.com/jackc/pgx-shopspring-decimal",
"direct": false,
"version": "v0.0.0-20220624020537-1d36b5a1853e",
"ecosystem": "go"
},
{
"name": "github.com/jackc/puddle/v2",
"direct": false,
"version": "v2.2.2",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/cpuid/v2",
"direct": false,
"version": "v2.2.10",
"ecosystem": "go"
},
{
"name": "github.com/redis/go-redis/v9",
"direct": false,
"version": "v9.12.0",
"ecosystem": "go"
},
{
"name": "github.com/robfig/cron/v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
},
{
"name": "github.com/shopspring/decimal",
"direct": false,
"version": "v1.3.1",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cast",
"direct": false,
"version": "v1.9.2",
"ecosystem": "go"
},
{
"name": "github.com/zeebo/xxh3",
"direct": false,
"version": "v1.0.2",
"ecosystem": "go"
},
{
"name": "go.uber.org/multierr",
"direct": false,
"version": "v1.10.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/oauth2",
"direct": false,
"version": "v0.30.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.22.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.47.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.40.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/time",
"direct": false,
"version": "v0.12.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": false,
"version": "v1.36.7",
"ecosystem": "go"
},
{
"name": "gopkg.in/natefinch/lumberjack.v2",
"direct": false,
"version": "v2.2.1",
"ecosystem": "go"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/compat-data",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/core",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-compilation-targets",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-globals",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-imports",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-transforms",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-option",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helpers",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/runtime",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/template",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/traverse",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@bodhveda/js",
"direct": false,
"version": "0.5.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/core",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/core",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/core",
"direct": false,
"version": "1.11.2",
"ecosystem": "npm"
},
{
"name": "@emnapi/runtime",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/runtime",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/runtime",
"direct": false,
"version": "1.11.2",
"ecosystem": "npm"
},
{
"name": "@emnapi/wasi-threads",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/wasi-threads",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "@eslint-community/eslint-utils",
"direct": false,
"version": "4.9.1",
"ecosystem": "npm"
},
{
"name": "@eslint-community/regexpp",
"direct": false,
"version": "4.12.2",
"ecosystem": "npm"
},
{
"name": "@eslint/config-array",
"direct": false,
"version": "0.21.2",
"ecosystem": "npm"
},
{
"name": "@eslint/config-helpers",
"direct": false,
"version": "0.4.2",
"ecosystem": "npm"
},
{
"name": "@eslint/core",
"direct": false,
"version": "0.17.0",
"ecosystem": "npm"
},
{
"name": "@eslint/eslintrc",
"direct": false,
"version": "3.3.5",
"ecosystem": "npm"
},
{
"name": "@eslint/js",
"direct": false,
"version": "9.39.4",
"ecosystem": "npm"
},
{
"name": "@eslint/object-schema",
"direct": false,
"version": "2.1.7",
"ecosystem": "npm"
},
{
"name": "@eslint/plugin-kit",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "@floating-ui/core",
"direct": false,
"version": "1.7.5",
"ecosystem": "npm"
},
{
"name": "@floating-ui/dom",
"direct": false,
"version": "1.7.6",
"ecosystem": "npm"
},
{
"name": "@floating-ui/react-dom",
"direct": false,
"version": "2.1.8",
"ecosystem": "npm"
},
{
"name": "@floating-ui/utils",
"direct": false,
"version": "0.2.11",
"ecosystem": "npm"
},
{
"name": "@humanfs/core",
"direct": false,
"version": "0.19.2",
"ecosystem": "npm"
},
{
"name": "@humanfs/node",
"direct": false,
"version": "0.16.8",
"ecosystem": "npm"
},
{
"name": "@humanfs/types",
"direct": false,
"version": "0.15.0",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/module-importer",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/retry",
"direct": false,
"version": "0.4.3",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.13",
"ecosystem": "npm"
},
{
"name": "@jridgewell/remapping",
"direct": false,
"version": "2.3.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@napi-rs/wasm-runtime",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@napi-rs/wasm-runtime",
"direct": false,
"version": "1.1.6",
"ecosystem": "npm"
},
{
"name": "@oxc-project/types",
"direct": false,
"version": "0.137.0",
"ecosystem": "npm"
},
{
"name": "@radix-ui/number",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@radix-ui/primitive",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@radix-ui/primitive",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-arrow",
"direct": false,
"version": "1.1.10",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-checkbox",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-collection",
"direct": false,
"version": "1.1.10",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-compose-refs",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-compose-refs",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-context",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-context",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-dialog",
"direct": false,
"version": "1.1.17",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-direction",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-dismissable-layer",
"direct": false,
"version": "1.1.13",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-dropdown-menu",
"direct": false,
"version": "2.1.18",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-focus-guards",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-focus-scope",
"direct": false,
"version": "1.1.10",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-id",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-menu",
"direct": false,
"version": "2.1.18",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-popover",
"direct": false,
"version": "1.1.17",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-popper",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-portal",
"direct": false,
"version": "1.1.12",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-presence",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-presence",
"direct": false,
"version": "1.1.6",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-primitive",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-primitive",
"direct": false,
"version": "2.1.6",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-progress",
"direct": false,
"version": "1.1.10",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-radio-group",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-roving-focus",
"direct": false,
"version": "1.1.13",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-scroll-area",
"direct": false,
"version": "1.2.12",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-select",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-separator",
"direct": false,
"version": "1.1.10",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-slot",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-slot",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-switch",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-tabs",
"direct": false,
"version": "1.1.15",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-toggle",
"direct": false,
"version": "1.1.12",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-toggle-group",
"direct": false,
"version": "1.1.13",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-tooltip",
"direct": false,
"version": "1.2.10",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-use-callback-ref",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-use-controllable-state",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-use-controllable-state",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-use-effect-event",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-use-effect-event",
"direct": false,
"version": "0.0.3",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-use-escape-keydown",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-use-layout-effect",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-use-layout-effect",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-use-previous",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-use-previous",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-use-rect",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-use-size",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-use-size",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@radix-ui/react-visually-hidden",
"direct": false,
"version": "1.2.6",
"ecosystem": "npm"
},
{
"name": "@radix-ui/rect",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@rehookify/datepicker",
"direct": false,
"version": "6.6.8",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-android-arm64",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-arm64",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-x64",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-freebsd-x64",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm-gnueabihf",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-gnu",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-musl",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-ppc64-gnu",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-s390x-gnu",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-gnu",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-musl",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-openharmony-arm64",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-wasm32-wasi",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-arm64-msvc",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-x64-msvc",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/pluginutils",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/node",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-android-arm64",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-darwin-arm64",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-darwin-x64",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-freebsd-x64",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-linux-arm-gnueabihf",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-linux-arm64-gnu",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-linux-arm64-musl",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-linux-x64-gnu",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-linux-x64-musl",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-wasm32-wasi",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-win32-arm64-msvc",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@tailwindcss/oxide-win32-x64-msvc",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@tanstack/history",
"direct": false,
"version": "1.162.0",
"ecosystem": "npm"
},
{
"name": "@tanstack/query-core",
"direct": false,
"version": "5.101.1",
"ecosystem": "npm"
},
{
"name": "@tanstack/query-core",
"direct": false,
"version": "5.85.5",
"ecosystem": "npm"
},
{
"name": "@tanstack/react-store",
"direct": false,
"version": "0.9.3",
"ecosystem": "npm"
},
{
"name": "@tanstack/router-core",
"direct": false,
"version": "1.171.13",
"ecosystem": "npm"
},
{
"name": "@tanstack/router-devtools-core",
"direct": false,
"version": "1.168.0",
"ecosystem": "npm"
},
{
"name": "@tanstack/router-generator",
"direct": false,
"version": "1.167.17",
"ecosystem": "npm"
},
{
"name": "@tanstack/router-plugin",
"direct": false,
"version": "1.168.18",
"ecosystem": "npm"
},
{
"name": "@tanstack/router-utils",
"direct": false,
"version": "1.162.2",
"ecosystem": "npm"
},
{
"name": "@tanstack/store",
"direct": false,
"version": "0.9.3",
"ecosystem": "npm"
},
{
"name": "@tanstack/table-core",
"direct": false,
"version": "8.21.3",
"ecosystem": "npm"
},
{
"name": "@tanstack/virtual-file-routes",
"direct": false,
"version": "1.162.0",
"ecosystem": "npm"
},
{
"name": "@tybys/wasm-util",
"direct": false,
"version": "0.10.2",
"ecosystem": "npm"
},
{
"name": "@tybys/wasm-util",
"direct": false,
"version": "0.10.3",
"ecosystem": "npm"
},
{
"name": "@types/d3-array",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "@types/d3-color",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "@types/d3-ease",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "@types/d3-interpolate",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@types/d3-path",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "@types/d3-scale",
"direct": false,
"version": "4.0.9",
"ecosystem": "npm"
},
{
"name": "@types/d3-shape",
"direct": false,
"version": "3.1.8",
"ecosystem": "npm"
},
{
"name": "@types/d3-time",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@types/d3-timer",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.15",
"ecosystem": "npm"
},
{
"name": "@types/lodash",
"direct": false,
"version": "4.17.24",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "24.13.2",
"ecosystem": "npm"
},
{
"name": "@types/react",
"direct": false,
"version": "19.1.12",
"ecosystem": "npm"
},
{
"name": "@types/react",
"direct": false,
"version": "19.2.17",
"ecosystem": "npm"
},
{
"name": "@types/react-dom",
"direct": false,
"version": "19.2.3",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/eslint-plugin",
"direct": false,
"version": "8.62.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/parser",
"direct": false,
"version": "8.62.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/project-service",
"direct": false,
"version": "8.62.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/scope-manager",
"direct": false,
"version": "8.62.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/tsconfig-utils",
"direct": false,
"version": "8.62.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/type-utils",
"direct": false,
"version": "8.62.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/types",
"direct": false,
"version": "8.62.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/typescript-estree",
"direct": false,
"version": "8.62.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/utils",
"direct": false,
"version": "8.62.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/visitor-keys",
"direct": false,
"version": "8.62.0",
"ecosystem": "npm"
},
{
"name": "@vitejs/plugin-react",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.17.0",
"ecosystem": "npm"
},
{
"name": "acorn-jsx",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "agent-base",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.15.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "ansis",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "aria-hidden",
"direct": false,
"version": "1.2.6",
"ecosystem": "npm"
},
{
"name": "asynckit",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "babel-dead-code-elimination",
"direct": false,
"version": "1.0.12",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "baseline-browser-mapping",
"direct": false,
"version": "2.10.40",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.15",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.6",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.28.4",
"ecosystem": "npm"
},
{
"name": "call-bind-apply-helpers",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "call-bound",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "callsites",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001799",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "clsx",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "combined-stream",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "cookie-es",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "csstype",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "csstype",
"direct": false,
"version": "3.2.3",
"ecosystem": "npm"
},
{
"name": "d3-array",
"direct": false,
"version": "3.2.4",
"ecosystem": "npm"
},
{
"name": "d3-color",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "d3-ease",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "d3-format",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "d3-interpolate",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "d3-path",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "d3-scale",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "d3-shape",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "d3-time",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "d3-time-format",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "d3-timer",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "decimal.js-light",
"direct": false,
"version": "2.5.1",
"ecosystem": "npm"
},
{
"name": "deep-is",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "delayed-stream",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "detect-libc",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "detect-node-es",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "8.0.4",
"ecosystem": "npm"
},
{
"name": "dom-helpers",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "dunder-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.5.379",
"ecosystem": "npm"
},
{
"name": "enhanced-resolve",
"direct": false,
"version": "5.21.6",
"ecosystem": "npm"
},
{
"name": "es-define-property",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "es-errors",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "es-object-atoms",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "es-set-tostringtag",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "9.39.4",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-react-hooks",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-react-refresh",
"direct": false,
"version": "0.4.26",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "8.4.0",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "10.4.0",
"ecosystem": "npm"
},
{
"name": "esquery",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "esrecurse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "esutils",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "eventemitter3",
"direct": false,
"version": "4.0.7",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-equals",
"direct": false,
"version": "5.4.0",
"ecosystem": "npm"
},
{
"name": "fast-json-stable-stringify",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "fast-levenshtein",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "file-entry-cache",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.4.2",
"ecosystem": "npm"
},
{
"name": "follow-redirects",
"direct": false,
"version": "1.16.0",
"ecosystem": "npm"
},
{
"name": "form-data",
"direct": false,
"version": "4.0.6",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "gensync",
"direct": false,
"version": "1.0.0-beta.2",
"ecosystem": "npm"
},
{
"name": "get-intrinsic",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "get-nonce",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "get-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "14.0.0",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "16.5.0",
"ecosystem": "npm"
},
{
"name": "goober",
"direct": false,
"version": "2.1.19",
"ecosystem": "npm"
},
{
"name": "gopd",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "has-symbols",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "has-tostringtag",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "https-proxy-agent",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "7.0.5",
"ecosystem": "npm"
},
{
"name": "import-fresh",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "internmap",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "isbot",
"direct": false,
"version": "5.1.44",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "jiti",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "jsesc",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "json-buffer",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "json-stable-stringify-without-jsonify",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "json5",
"direct": false,
"version": "2.2.3",
"ecosystem": "npm"
},
{
"name": "keyv",
"direct": false,
"version": "4.5.4",
"ecosystem": "npm"
},
{
"name": "ldrs",
"direct": false,
"version": "1.1.9",
"ecosystem": "npm"
},
{
"name": "levn",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "lightningcss",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-android-arm64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-arm64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-x64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-freebsd-x64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm-gnueabihf",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-gnu",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-musl",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-gnu",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-musl",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-arm64-msvc",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-x64-msvc",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "lodash.merge",
"direct": false,
"version": "4.6.2",
"ecosystem": "npm"
},
{
"name": "loose-envify",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.21",
"ecosystem": "npm"
},
{
"name": "math-intrinsics",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "mime-db",
"direct": false,
"version": "1.52.0",
"ecosystem": "npm"
},
{
"name": "mime-types",
"direct": false,
"version": "2.1.35",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.5",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.5",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.15",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.50",
"ecosystem": "npm"
},
{
"name": "object-assign",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "object-inspect",
"direct": false,
"version": "1.13.4",
"ecosystem": "npm"
},
{
"name": "optionator",
"direct": false,
"version": "0.9.4",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "parent-module",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.15",
"ecosystem": "npm"
},
{
"name": "prelude-ls",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "3.8.4",
"ecosystem": "npm"
},
{
"name": "prop-types",
"direct": false,
"version": "15.8.1",
"ecosystem": "npm"
},
{
"name": "proxy-from-env",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "qs",
"direct": false,
"version": "6.15.3",
"ecosystem": "npm"
},
{
"name": "react-icons",
"direct": false,
"version": "5.6.0",
"ecosystem": "npm"
},
{
"name": "react-is",
"direct": false,
"version": "16.13.1",
"ecosystem": "npm"
},
{
"name": "react-is",
"direct": false,
"version": "18.3.1",
"ecosystem": "npm"
},
{
"name": "react-remove-scroll",
"direct": false,
"version": "2.7.2",
"ecosystem": "npm"
},
{
"name": "react-remove-scroll-bar",
"direct": false,
"version": "2.3.8",
"ecosystem": "npm"
},
{
"name": "react-smooth",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "react-style-singleton",
"direct": false,
"version": "2.2.3",
"ecosystem": "npm"
},
{
"name": "react-transition-group",
"direct": false,
"version": "4.4.5",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "recharts-scale",
"direct": false,
"version": "0.4.5",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "rolldown",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "scheduler",
"direct": false,
"version": "0.27.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "6.3.1",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.8.5",
"ecosystem": "npm"
},
{
"name": "seroval",
"direct": false,
"version": "1.5.4",
"ecosystem": "npm"
},
{
"name": "seroval-plugins",
"direct": false,
"version": "1.5.4",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "side-channel",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "side-channel-list",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "side-channel-map",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "side-channel-weakmap",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "sonner",
"direct": false,
"version": "2.0.7",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "tapable",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "tiny-invariant",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.17",
"ecosystem": "npm"
},
{
"name": "ts-api-utils",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "type-check",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.8.3",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.9.2",
"ecosystem": "npm"
},
{
"name": "typescript-eslint",
"direct": false,
"version": "8.62.0",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "7.18.2",
"ecosystem": "npm"
},
{
"name": "unplugin",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "update-browserslist-db",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "uri-js",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "use-callback-ref",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "use-sidecar",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "use-sync-external-store",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "victory-vendor",
"direct": false,
"version": "36.9.2",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "webpack-virtual-modules",
"direct": false,
"version": "0.6.2",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "word-wrap",
"direct": false,
"version": "1.2.5",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "zod",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 444,
"direct_count": 26,
"indirect_count": 418
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 5,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "ceoshikhar",
"commits": 202,
"avatar_url": "https://avatars.githubusercontent.com/u/62669971?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"deploy.yml"
],
"has_docs_dir": true,
"linter_configs": [
"eslint.config.js"
],
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/27 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 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": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 1,
"reason": "dependency not pinned by hash detected -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 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": 1,
"reason": "9 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e79b41c511e76eadaff503161b6bc2dd65bb2f89",
"ran_at": "2026-07-25T03:23:28Z",
"aggregate_score": 4.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-19T19:23:25Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-19T07:29:32Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/MudgalLabs/bodhveda",
"host": "github.com",
"name": "bodhveda",
"owner": "MudgalLabs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"security": 51,
"vitality": 73,
"community": 24,
"governance": 51,
"engineering": 74
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 73,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"commits_last_year": 192,
"human_commit_share": 0.98,
"days_since_last_push": 5,
"active_weeks_last_year": 13
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "13/52 weeks with commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 13
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "192 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 192
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 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": "good",
"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": 72,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v0.4.0",
"releases_from_tags": true,
"days_since_latest_release": 6,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 1
}
}
],
"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": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "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": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (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": 51,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 16,
"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 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"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": 60,
"inputs": {
"merged_prs": 5,
"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": "5/6 decided PRs merged",
"points": 31.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 5,
"decided": 6
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/27 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": 45,
"inputs": {
"followers": 3,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "MudgalLabs",
"public_repos": 6,
"account_age_days": 751
},
"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": "3 followers of MudgalLabs",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3,
"login": "MudgalLabs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "6 public repos, account ~2 yr old",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 6
}
},
{
"code": "account_age_years",
"params": {
"years": 2
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/MudgalLabs/bodhveda/sdk/go"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 5
},
"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 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "15 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 15
}
}
],
"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": 74,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"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": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": "eslint.config.js",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [
"developers",
"notifications",
"platform"
],
"has_wiki": false,
"homepage": "https://bodhveda.com",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://bodhveda.com",
"points": 15,
"status": "met",
"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": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"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": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/27 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"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": "30 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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 1",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "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": "9 existing vulnerabilities detected",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "good",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 444 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 444
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 80,
"inputs": {
"source": "osv",
"advisories": 11,
"affected_packages": 7,
"assessed_packages": 444,
"unassessed_packages": 0,
"affected_by_severity": "high 4, unknown 3",
"direct_affected_packages": 3
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "3 affected: github.com/go-chi/chi v1.5.5 (unknown), github.com/go-chi/chi/v5 v5.2.4 (unknown), golang.org/x/crypto v0.54.0 (unknown)",
"points": 23.1,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 3,
"packages": "github.com/go-chi/chi v1.5.5 (unknown), github.com/go-chi/chi/v5 v5.2.4 (unknown), golang.org/x/crypto v0.54.0 (unknown)"
}
}
],
"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": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 183 days ago",
"points": 37.2,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 1,
"oldest": 183
}
}
],
"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": 444,
"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": 3
},
"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": "good",
"name": "AI Readiness",
"value": 79,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.959,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 9614
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"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": "94 of 98 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 94,
"sampled": 98
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum",
"package-lock.json"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"console/tsconfig.json",
"sdk/js/core/tsconfig.json",
"sdk/js/react/tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [
"api/go.mod",
"sdk/go/go.mod"
],
"dependency_bot_commit_share": 0.02
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "eslint.config.js",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "console/tsconfig.json, sdk/js/core/tsconfig.json, sdk/js/react/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "console/tsconfig.json, sdk/js/core/tsconfig.json, sdk/js/react/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "2 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 2,
"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 1",
"points": 1,
"status": "partial",
"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": 31104,
"source_files_sampled": 236,
"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/236 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 236,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [],
"has_mcp_signal": false,
"api_schema_files": [
"docs/api-reference/openapi.json"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "docs/api-reference/openapi.json",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "docs/api-reference/openapi.json"
}
}
],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": [
"Could not fetch go package 'github.com/mudgallabs/bodhveda' from its registry"
],
"report_type": "repository",
"generated_at": "2026-07-25T03:23:36.146872Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/MudgalLabs/bodhveda.svg",
"full_name": "MudgalLabs/bodhveda",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}