Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1972,
"has_wiki": false,
"homepage": "https://get-an-expert.vercel.app",
"languages": {
"CSS": 52750,
"HTML": 33766,
"Dockerfile": 900,
"JavaScript": 184011,
"TypeScript": 748171
},
"pushed_at": "2026-07-24T07:00:26Z",
"created_at": "2026-07-13T18:54:45Z",
"owner_type": "User",
"updated_at": "2026-07-21T07:15:04Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript",
"JavaScript"
]
},
"owner": {
"blog": null,
"name": "Rohit Jain",
"type": "User",
"login": "RohitJain1103",
"company": null,
"location": "Dallas, Texas",
"followers": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/22693609?v=4",
"created_at": "2016-10-08T00:39:54Z",
"is_verified": null,
"public_repos": 18,
"account_age_days": 3576
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "get-an-expert-agent-v0.1.1",
"kind": "other",
"published_at": "2026-07-15T19:59:01Z"
},
{
"tag": "get-an-expert-agent-v0.1.0",
"kind": "other",
"published_at": "2026-07-15T17:48:07Z"
}
],
"recent_commits": [
{
"oid": "661e5073726c536038df1fc527679fa05449b57a",
"body": "… export (#35)\n\nUntil now nothing recorded who asked for an expert. Sessions lived in\nmemory, the Redis mirror expired with the 72h max age, and a redeploy\nwithout Upstash erased the queue. The only visibility was npm download\ncounts, a live /healthz gauge, and rotating Railway logs.\n\nThe relay now \n[…]\never reached) and a CSV export\nthat neutralizes spreadsheet formula injection.\n\nAdds env.notifyWebhookUrl(), which lib/notify.ts already referenced;\nits absence was breaking tsc for the whole web app.",
"is_bot": false,
"headline": "feat(relay): permanent leads book in Postgres, with dashboard and CSV…",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-21T07:13:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "70774768b3917ed41308d15b915d0952f5b8be8c",
"body": null,
"is_bot": false,
"headline": "release: get-an-expert-agent 1.0.1",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-19T00:32:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85ffa8722b115ca51ae3af1448f859ed59ba6ddc",
"body": "Import the archived Flow A stuck-detector into the onmachine plugin and\npoint it at Flow B. After each turn, a Stop hook counts real user prompts\nand recent failure signals; past both thresholds it injects one gentle line\nsuggesting the assistant may mention that a human expert can help via\n/get-an-\n[…]\nl-safe)\n- README.md: document the offer, env knobs, and how to turn it off\n\nFlow A (archive/, packages/mcp-server) left untouched.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(onmachine): proactive stuck-session offer via Stop hook (#34)",
"author_name": "Pulkit Walia",
"author_login": "Pulkitwalia099",
"committed_at": "2026-07-19T00:16:01Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "af32a78f9173c62ba0bc4e38bb4e07cc9f84693b",
"body": "* docs: add CLAUDE.md, Flow A archived and Flow B only\n\nRecords the hard rule that all work, including MCP Apps UI, goes in\npackages/agent (get-an-expert-agent, Flow B). packages/mcp-server\n(Flow A) is archived and must not be touched. Adds the Flow B tool\nsurface and the standing copy/brand rules s\n[…]\necheck clean, stdio-smoked, both themes verified.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(agent): one-click consent card (MCP Apps UI) in Flow B (#33)",
"author_name": "Pulkit Walia",
"author_login": "Pulkitwalia099",
"committed_at": "2026-07-19T00:14:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7e4da5b7064636ae87a9ea6f0b94ebeecdad75a6",
"body": "Move the retired Flow A track into archive/ so the active pnpm workspace\nholds only the current product (onmachine): the agent, core, relay,\ndashboard, and the onmachine plugin. Flow A kept getting mistaken for the\ncurrent product (e.g. work landing in packages/mcp-server that was meant\nfor packages\n[…]\nchive/README.md\nand update the repo layout in README.md.\n\nNothing unpublished; existing npm installs keep working. onmachine build,\nfrozen-lockfile install, and all 493 onmachine tests verified green.",
"is_bot": false,
"headline": "chore: archive Flow A out of the active workspace (#32)",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-18T20:24:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "39994c5b06ea53d1ac27ba7f6daf0e0fac93b3ea",
"body": "…ivered) (#31)\n\n* status file: mirror expert profile, last delivery and start time\n\nThe agent already holds the expert's public profile, the last delivered\nfix and the session start in memory, but never wrote them into\nsession-status.json, so the MCP server's expert_status could not show\nwho is work\n[…]\nget_privacy_info,\nwhere it applies to the summary data that is actually sent.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "MCP Apps cards: the four-card journey (Consent, Finding, Working, Del…",
"author_name": "Pulkit Walia",
"author_login": "Pulkitwalia099",
"committed_at": "2026-07-18T19:49:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bb48a92eff63dc5ec285f46382d9bb9e987c4eab",
"body": "Rewrite the offer notice (buildOfferMessage) and the mcp-server\ndata-handling block in one voice: drop the em dashes and the\n\"on your machine\" framing, remove the sparkle emoji, and keep every\ncompliance element intact. Bump CONSENT_TEXT_VERSION accordingly.\n\nRename the live relay indicator from \"RE\n[…]\nd to match.\n\nScope is deliberately tight. Remaining \"on your machine\" copy and the\nwider em-dash cleanup are left for a follow-up.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "copy: one-voice consent notice, rename RELAY ON to green LIVE (#30)",
"author_name": "Pulkit Walia",
"author_login": "Pulkitwalia099",
"committed_at": "2026-07-18T06:18:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ea50687a7d6418e8b53d1fe173b842af5ad94a53",
"body": null,
"is_bot": false,
"headline": "release: get-an-expert-agent 1.0.0",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-18T05:44:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee2d400479b10b05b7f9761cb1e8ae1d1fd9a0fc",
"body": "…n, Variant F (#29)\n\n* ship: replace INSTRUCTIONS with Variant F (explicit ask)\n\n- Update INSTRUCTIONS to Variant F from eval-harness-v0\n- Measured byte count: 2379 (under 2400 cap, no truncation)\n- Add instructions.test.ts: verify byte length and explicit-ask phrase\n- Update comment: clarify 2400-b\n[…]\nd\nof ./index (which starts the server on import).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Onboarding: calmer consent, clearer first run, private-file protectio…",
"author_name": "Pulkit Walia",
"author_login": "Pulkitwalia099",
"committed_at": "2026-07-18T04:52:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d1c002b3086a6678c3aec0cb56f12ea380947688",
"body": "Verified end-to-end that the relay, dashboard, and agent code all work — a\nfresh claim connects and files+terminal load — when the two machines share a\nnetwork. It only fails across different networks: the P2P WebRTC leg is STUN-\nonly, so a symmetric NAT or firewall blocks the direct path and the br\n[…]\net TURN vars ⇒ STUN-only, unchanged behavior.\n\nTests: relay 146 pass (adds ICE config unit tests incl. a mocked Cloudflare\nmint + cache, and the /api/ice endpoint); dashboard 89 pass; typecheck clean.",
"is_bot": false,
"headline": "feat(relay,dashboard): TURN relay fallback for WebRTC (Cloudflare) (#28)",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-17T23:03:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "568470713db7be252ecb586d0c3450cd878034be",
"body": "…(#27)\n\nFiles + terminal ride a peer-to-peer WebRTC link whose offer/answer/candidates\nare relayed through the signaling server. After the reconnect rework (#23/#24),\nroutine relay-WS blips make the agent (and dashboard) reconnect with a NEW\nsocket while the OLD socket's close fires late — up to ~2m\n[…]\nthen-\nstale-close race and fails without the guard.\n\nThis regressed after 18da1cb (agent 0.3.2), which ended sessions on any drop —\nno reconnect churn, no stale sockets, which is why it worked before.",
"is_bot": false,
"headline": "fix(relay): don't let a stale WebSocket strand a reconnected session …",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-17T22:13:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "21d6a4d52efe2e42c25976592d60d45481e654c5",
"body": "…ocket\n\nexpertId was declared in connect() but referenced in openSocket()'s socket\n'open' handler (a sibling function), throwing ReferenceError before\nws.send(auth). The auth message was never sent, so the relay's 10s auth-timeout\nclosed the socket and the dashboard looped forever on \"Reconnecting… (attempt\nN)\" — expert login was 100% broken with no UI workaround.\n\nThread expertId through state.connParams so openSocket() sees it, and the picked\nroster identity survives reconnects.",
"is_bot": false,
"headline": "fix(dashboard): send expert auth — expertId was out of scope in openS…",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-17T20:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "054c360c092b27aae5a5d13a3fd515e426e22085",
"body": "Consumer chat v1 + relay-socket resilience changes (agent-session, messages,\ncontext, relay-client, open-url) shipped in main without a version bump.",
"is_bot": false,
"headline": "release: get-an-expert-agent 0.4.0",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-17T19:12:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e9d00532ed7b6d867bbfb28378495dc5c600393",
"body": "* docs: consumer-chat v1 build plan + locked visual spec (step 0 approved)\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n* feat(relay): public expert roster with the six launch profiles\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n* feat(relay): expert self-selects a roster id\n[…]\nthropic.com>\n\n* feat(agent): expert_status reflects delivery and confirmation\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Consumer chat v1 + round 2 delivery ending (#24)",
"author_name": "Pulkit Walia",
"author_login": "Pulkitwalia099",
"committed_at": "2026-07-17T19:01:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8476cc558df0e85ac77e74fb26f4cd1924de6e7f",
"body": "…t blips (#23)\n\nAn active expert session died on any transient relay WebSocket drop — the\ncustomer saw \"Expert's interactive terminal closed\" mid-work. Railway logs\nshow these drops happen several times per session on normal networks.\n\nRoot cause (agent side): the customer agent tore down its own We\n[…]\nve expert\nsocket, which is strictly more restrictive than the pre-fix behavior (a\ndropped expert's work was released to the whole queue immediately).\n\nAgent 0.3.3 -> 0.3.4 (0.3.3 was never published).",
"is_bot": false,
"headline": "fix(relay,agent): keep live expert sessions alive through relay-socke…",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-17T17:30:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e0a4f3663a9f27e11e6ece04c92449a1df59eed6",
"body": "…missed or auto-answered (#22)\n\nThe Claude Code desktop GUI advertises the MCP elicitation capability but\nnever renders the scopes form — it auto-answers non-accept, so\nrequest_expert_help failed closed with 'No access was granted' and the\ncustomer never saw any prompt (the 0.3.2 capability check pa\n[…]\n over a missing elicitation mode, now maps to 'unsupported' (same\nfallback) instead of 'failed'.\n\nAlso: bump to 0.3.3, fix SERVER_VERSION drift (0.2.0 -> 0.3.3), disclose\nthe heuristic in SECURITY.md.",
"is_bot": false,
"headline": "fix(agent): fall back to chat consent when the approval prompt is dis…",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-17T07:31:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "18da1cbdc278045aa52eabfec4da01c405923a8f",
"body": "…t hardening) (#21)\n\n* chore(release): get-an-expert-agent 0.3.2\n\nPublish the elicitation-fallback consent fix (#20) that already landed on\nmain but was never released — npm still serves 0.3.1, which fail-closes on\nhosts without MCP elicitation (Claude Desktop GUI), leaving the on-machine\nproduct un\n[…]\n ended / idle /\n cross-session / missing-id). Agent suite 136 -> 141.\n\nElicitation stays the preferred path and cannot be force-downgraded; scope\nconfinement and per-session revocation are unchanged.",
"is_bot": false,
"headline": "release: get-an-expert-agent 0.3.2 (elicitation-fallback fix + consen…",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-17T01:59:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "66cad32d8397dd118a803e61b08945f8736ca675",
"body": "… elicitation (#20)\n\nClaude Desktop's Claude Code integration doesn't advertise the MCP\nelicitation capability, so request_expert_help silently died with \"No\naccess was granted\" and no way to proceed. Port the fallback pattern\nalready used by packages/mcp-server: when elicitation isn't supported,\nre\n[…]\nhe tool as being \"to fix a bug,\" which pushed the\nmodel to gate open-ended asks (\"could this be improved?\") behind\nclarifying questions and automated-tool suggestions instead of just\ncalling the tool.",
"is_bot": false,
"headline": "fix(agent): fall back to plain-language consent when a host lacks MCP…",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-17T00:41:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bd7d12ebd7fced4273c67918e6913c59becf893a",
"body": "A request previously existed only while the customer's agent stayed\ncontinuously connected AND an expert happened to be online at that\ninstant: the relay ended the session on any socket close and the store\nwas in-memory only, so requests vanished on sleep, Wi-Fi blips, editor\nclose, or a relay resta\n[…]\n queued requests\n (GET_AN_EXPERT_SESSION_MAX_AGE_MS, default 72h).\n- Expert dashboard shows online vs offline rows and a backlog count.\n\nTests: core 42, relay 84, agent 125, dashboard 31 — all green.",
"is_bot": false,
"headline": "feat(relay): keep expert requests alive when no expert is online (#19)",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-17T00:22:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b7b29433efa7125c073c65582254b928064ab0be",
"body": "…g, expert work (#18)\n\nThe customer's own assistant would slip into reviewer mode whenever it saw the\nexpert's live activity log or final summary, and criticize a human it only\npartly understood — confusing the customer and undermining the expert (e.g.\ngrading good, finished work as \"not good\").\n\nSt\n[…]\nser-serving (accurate status reporting), not a push to\nflatter the expert, so it stays clear of MCP manipulation/delisting rules.\n\nBumps: agent 0.3.0 -> 0.3.1, mcp 0.4.0 -> 0.4.1, plugin pins updated.",
"is_bot": false,
"headline": "fix(expert-status): keep the customer's agent reporting, not reviewin…",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-16T08:22:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3dc2842bd2c3f04b3184c7db2aa0e1d0854c4a17",
"body": "…(agent)",
"is_bot": false,
"headline": "chore(plugins): bump claude-code 0.4.0 (mcp pin) and onmachine 0.3.0 …",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-16T07:42:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd93145d85fa74e2d1325b47493cb099587acfc4",
"body": null,
"is_bot": false,
"headline": "chore(release): mcp 0.4.0, agent 0.3.0",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-16T07:35:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d63cd5f5b97d31c93d254ca057a7c379c5912d1a",
"body": "…mmary (#17)\n\nPersisted expert requests already survived restarts (Redis-backed, 30-day\nTTL, unfiltered dashboard history) but carried no identity, so an expert\ncatching up on overnight requests couldn't tell who asked for what.\n\nrequest_expert_help now resolves a requesterName the same way the\non-m\n[…]\nidentified differently. Surfaced in the dashboard list and detail\nviews; disclosed in the consent notice, get_privacy_info, and the privacy\npolicy (bumped to v1.4, consent text version 2026-07-15.v4).",
"is_bot": false,
"headline": "feat(requests): log every expert request with a requester name and su…",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-16T07:10:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d0e76124fc2763613c54c5ea2d4cf040ded735a1",
"body": "fix(onmachine): expert workspace reliability — lazy explorer, browser capture, customer activity",
"is_bot": false,
"headline": "Merge pull request #16 from RohitJain1103/fix/lazy-explorer-load",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-16T07:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9e6fc1449cc51126dc7faee893b13fa95c9749f",
"body": "The customer had no way to see what the expert was doing: the published\nmcp-server had no status tool, and the relay broadcast the activity log\nonly to experts, never to the customer.\n\n- agent writes a live session-status file (~/.get-an-expert) on every\n action and state change; cleared when the s\n[…]\n\n- relay: push each action to the customer chat socket and seed recent\n activity in hello-ok for a customer who joins mid-session\n- chat page: render the expert's actions inline in the message stream",
"is_bot": false,
"headline": "feat(onmachine): customer-visible expert activity",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-16T06:57:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "04aef92a873aafd6cddcdae0f4e252a06bbb6ae2",
"body": "browser_screenshot silently and permanently fell back to HTTP-only\n(status code, no render) whenever playwright-core could not launch a\nbrowser, so the expert saw \"HTTP 200\" and never the actual page.\n\n- detect system Chrome/Chromium/Edge install paths per OS, not just via\n Playwright channel disco\n[…]\nn once per failure streak\n- HTTP fallback now returns the page's HTML source (capped at 96 KB) and\n the dashboard renders it, so the expert can read the markup when no\n headless browser is available",
"is_bot": false,
"headline": "fix(agent): reliable headless browser capture with HTML fallback",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-16T06:57:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9f1e7ea6891d10f3d31108465b686e7300f124ac",
"body": "The expert dashboard walked the whole project in one recursive list_files\nframe; on a real repo that frame exceeded the WebRTC data-channel size\nlimit, got dropped, and the MCP client (no timeout) hung forever on\n\"Loading…\", which also blocked the context.md auto-open.\n\n- dashboard: load one directo\n[…]\nrrors instead of\n hanging silently\n- agent: list_files gains a depth option (dashboard requests depth 1);\n tool responses are no longer pretty-printed; read_file cap lowered to a\n frame-safe 128 KB",
"is_bot": false,
"headline": "fix(onmachine): lazy file explorer + resilient MCP client",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-16T06:57:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7540cf8090cded54664a1fe077337fe2c09e00b2",
"body": "feat(onmachine): walk-away UX, client web chat, expert context, VS Code-style workspace (0.2.0)",
"is_bot": false,
"headline": "Merge pull request #15 from RohitJain1103/onmachine-0.2.0",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-16T04:26:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6edbd4906b5b41197d3e69e497b97beef58b9b6e",
"body": "…de-style workspace (0.2.0)\n\nFour improvements to the on-machine expert product:\n\n1. Walk-away messaging — after approval, the customer is told plainly they\n can leave the chat open and the machine awake and step away; expert_status\n reports where things stand per state. New messages.ts + copy i\n[…]\nn on session end, chat-link token redaction, crash-safe\nCONTEXT.md (.gitignore + signal cleanup), transcript pointer path validation.\n\nagent + plugin -> 0.2.0; SERVER_VERSION aligned. 221 tests green.",
"is_bot": false,
"headline": "feat(onmachine): walk-away UX, client web chat, expert context, VS Co…",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-16T03:40:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e157571f8a463b870d77c3e04596e63f03ec8493",
"body": "Compact consent prompt + unpin plugin agent (0.1.3)",
"is_bot": false,
"headline": "Merge pull request #14 from RohitJain1103/compact-consent-0.1.3",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-16T00:22:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "778dee68193f943fea9acad853ed3daf52028175",
"body": "The consent elicitation was tall (title + description per scope), so on short\nterminals Claude Code's non-scrolling prompt hid the lower scopes. Drop the\nper-scope descriptions and shorten the message so all three fit in far more\nwindow sizes.\n\nAlso unpin the plugin's agent (npx -y get-an-expert-agent, latest) so agent\nfixes reach users without re-publishing the plugin. Bumps agent + plugin to\n0.1.3.",
"is_bot": false,
"headline": "fix(agent): compact consent prompt; unpin plugin agent version (0.1.3)",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-16T00:20:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "078f2e3f5b6a87f1bd28d521dc714c3544a6e624",
"body": "fix(railway): broaden watchPatterns so deploys actually trigger",
"is_bot": false,
"headline": "Merge pull request #13 from RohitJain1103/fix-railway-watchpatterns",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-15T23:02:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d84a47506a81bd6d512cfe2f450fdbe98c24e77f",
"body": "Railway auto-derived watchPatterns to /apps/relay/** from the Dockerfile path,\nso changes to the dashboard (which the relay serves) or anywhere else never\ntriggered a deploy — every merge was silently skipped and the old build kept\nserving. Watch apps/dashboard, the lockfile, and railway.json too, so relevant\nchanges actually redeploy.",
"is_bot": false,
"headline": "fix(railway): broaden watchPatterns to include apps/dashboard",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-15T23:01:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba6f6fea1b85466770ffa1cea8622c9261fd70b4",
"body": null,
"is_bot": false,
"headline": "chore: trigger Railway deploy of latest main",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-15T22:19:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f33db1774ab31d4896d76191d00fb080ee99e415",
"body": "fix(dashboard): default Relay URL to the serving origin",
"is_bot": false,
"headline": "Merge pull request #12 from RohitJain1103/fix-dashboard-relay-url",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-15T21:47:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8371fda34427ad958121adfd5e4fd1c33af52922",
"body": "The Relay URL field was hardcoded to ws://localhost:8787, so an expert opening\nthe hosted dashboard (e.g. on Railway) got 'Could not reach the relay' (wrong\nhost + mixed-content). Default it to wss(s)://<location.host> so it points at\nwhatever server delivered the dashboard.",
"is_bot": false,
"headline": "fix(dashboard): default Relay URL to the serving origin",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-15T21:38:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63da1227c12bb8b1830b83231bfae25b041bff2b",
"body": "Claude Code plugin: one-click on-machine expert access",
"is_bot": false,
"headline": "Merge pull request #11 from RohitJain1103/claude-code-plugin",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-15T21:29:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c944dd76677aaebb7c48fb7560474578ac997629",
"body": "One-click install instead of manual `claude mcp add` + env vars.\n\n- plugins/onmachine: a second plugin in the marketplace. Bundles the published\n get-an-expert-agent MCP server via `npx -y get-an-expert-agent@0.1.2` (no\n global install, no relay URL — the agent defaults to the hosted relay), and\n \n[…]\nrt-onmachine alongside\n the existing chat plugin.\n\nInstall: `/plugin marketplace add RohitJain1103/Get-An-Expert` then\n`/plugin install get-an-expert-onmachine`, then `/get-an-expert` in any project.",
"is_bot": false,
"headline": "feat: Claude Code plugin for on-machine expert access",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-15T21:19:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "647ddbda829961d1a05e6427b6a3a0cfd39bc12a",
"body": "Agent defaults to the hosted relay (0.1.2)",
"is_bot": false,
"headline": "Merge pull request #10 from RohitJain1103/agent-default-relay",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-15T20:56:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9431dae4832a7fd77e8bf2f906818a856581d3ca",
"body": "Users no longer need to set GET_AN_EXPERT_RELAY_URL — the agent defaults to the\nhosted relay at wss://get-an-expert-relay-production.up.railway.app. Override\nwith the env var for local dev (ws://localhost:8787) or a self-hosted relay.\n\nSo a tester just: npm i -g get-an-expert-agent, register it, and run\n/get-an-expert. Bumps to 0.1.2.",
"is_bot": false,
"headline": "feat(agent): default to the hosted Railway relay (0.1.2)",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-15T20:48:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d78acfad88cda66643e61c610b5efec103969824",
"body": "Deploy the relay to Railway (Dockerfile + config)",
"is_bot": false,
"headline": "Merge pull request #9 from RohitJain1103/deploy-relay-railway",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-15T20:27:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "107a0b9ff9e169a93628f3d868be9c9341a5c0ed",
"body": "The relay is a long-lived WebSocket server, so it deploys to a container host\n(not Vercel). It's lightweight (ws + zod only; no native modules) and serves\nthe static expert dashboard.\n\n- apps/relay/Dockerfile: builds the relay from the monorepo with\n --ignore-scripts (skips the agent's native prebu\n[…]\nrignore: trim the build context.\n- relay README: Railway deploy steps; fix a stale dashboard-dir default.\n\nValidated locally: image builds and the container serves the dashboard +\n/healthz on 0.0.0.0.",
"is_bot": false,
"headline": "feat(relay): Railway deploy — Dockerfile, railway.json, deploy docs",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-15T20:17:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e7e4d203fde50ce35b61af9f9959216952570357",
"body": "Fixes from live testing: relay heartbeat, dashboard path, consent, reset-on-end",
"is_bot": false,
"headline": "Merge pull request #8 from RohitJain1103/fix-live-test-issues",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-15T19:50:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8eab2725d3d4680e2ea63b7191b9360e842a216b",
"body": "…consent, reset)\n\nSurfaced while testing over a public tunnel + real Claude Code:\n\n- relay: add a WebSocket heartbeat (ping every 30s, drop dead peers). Without\n it, the relay connection goes idle after the WebRTC handshake and proxies\n (ngrok, load balancers) kill it after a few minutes — session\n[…]\nce view.\n- agent: shorter consent titles so all three scopes render in the Claude Code\n elicitation form (the project path is now in the message, not each title).\n Bump get-an-expert-agent to 0.1.1.",
"is_bot": false,
"headline": "fix: issues found in live testing (relay heartbeat, dashboard paths, …",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-15T19:44:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "78ee7135f40675f3e32832e77053de4888650d73",
"body": null,
"is_bot": false,
"headline": "chore: gitignore .worktrees/ and .superpowers/ for isolated feature work",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-15T18:17:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e868a028c0f72b2d1ff518806afb86ec1317ea9",
"body": "Pre-publish polish for get-an-expert-agent",
"is_bot": false,
"headline": "Merge pull request #7 from RohitJain1103/agent-publish-polish",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-15T17:21:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7c458a21f2e52b39495975a7c0480f32afa2107",
"body": "… lighter prepublish\n\n- Add root SECURITY.md (consent/scoping/revocation model + vuln reporting).\n- README: document node-pty + browser requirements for the agent.\n- prepublishOnly runs the build only (not the heavy browser/WebRTC/PTY tests).",
"is_bot": false,
"headline": "chore(agent): pre-publish polish — SECURITY.md, install requirements,…",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-15T17:16:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "550ba1d0c6d9d9c878beb221addca304097f9440",
"body": "Expert onmachine",
"is_bot": false,
"headline": "Merge pull request #6 from RohitJain1103/expert-onmachine",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-15T17:10:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bb7831988386bd3cf2d200c367e64ba7044eea3",
"body": "# Conflicts:\n#\tpnpm-lock.yaml",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into expert-onmachine",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-15T17:09:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a7f139f7b8b542ec7457756fbbd763038d5f7c2",
"body": "- docs/get-an-expert-experience.html: a 6-step animated walkthrough showing the\n customer's chat (consent, live activity log, summary) and the expert's\n dashboard (interactive terminal, files, real browser view) side by side, with\n a rail making the architecture explicit — relay signals only, dat\n[…]\nnt/examples/local-demo.ts (pnpm --filter get-an-expert-agent\n demo): starts the relay + dashboard + a stand-in customer so you can be the\n expert in your own browser and watch the live activity log.",
"is_bot": false,
"headline": "docs: animated walkthrough of both sides + one-command local demo",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-15T07:01:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "19a8eca4774a0f6efe2827da5a3213231c6a173d",
"body": "…r scoped P2P\n\nGet An Expert can now bring a human expert directly onto the customer's\nmachine with scoped, consent-based, revocable access — complementing the\nexisting chat-based expert help.\n\n- packages/agent (npm get-an-expert-agent): an MCP server that runs in the\n customer's AI coding tool. /g\n[…]\nRT_ prefix, matching the existing packages.\n170 tests green across the monorepo (including a real WebRTC + MCP + interactive\nshell end-to-end test and permission-revocation tests); all packages build.",
"is_bot": false,
"headline": "feat: on-machine expert access — the expert works on your machine ove…",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-15T07:01:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "956d6caf972d5c59cebb0860886f39408eddb81f",
"body": "Live expert chat + session relay (Terminal A, all hosts)",
"is_bot": false,
"headline": "Merge pull request #5 from RohitJain1103/expert-chat",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T07:44:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e1f02dec54fa3b7bb13bacc9f6dcf66f9b8c335",
"body": "…des the expert thread\n\nReconciles the expert-chat feature branch with main's experts-only direction:\n- Adopted: AI pipeline removal (no analyst, no Anthropic), fast store-and-confirm\n submission, request status lifecycle (new/live/solved), contact-email removal.\n- Superseded: the expert-thread imp\n[…]\nhat + session relay per docs spec and decision log.\n- Consent text 2026-07-14.v2 (experts-only + chat + relay). Privacy policy v1.3.\n- get-an-expert-mcp -> 0.3.0 (SERVER_VERSION, package, plugin pin).",
"is_bot": false,
"headline": "merge: main (experts-only, thread design) — live chat + relay superse…",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T07:42:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b9b4512bcbd3c63509b2154f93c56d5919f13458",
"body": "…ally, bound redaction cost, windowsHide",
"is_bot": false,
"headline": "fix: disclose agent replies in relay scope, validate join command loc…",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T07:24:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbd3e8c0d99714d32b1c80519c96e151b279c109",
"body": null,
"is_bot": false,
"headline": "docs: privacy policy v1.1 and READMEs for live chat + session relay",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T07:08:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89fe9bcbfb78cc0f8116b591021c7212167da723",
"body": "…07-14.v1, check_expert_replies tool",
"is_bot": false,
"headline": "feat: escalation arms session relay, opens Terminal A, consent v2026-…",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T07:06:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5959d881a24c6747837529de843bb11c6de41fce",
"body": "… active",
"is_bot": false,
"headline": "feat: claude-code plugin relays session events when an expert chat is…",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T07:03:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91037c707cf1bd09764ee3ed7d1de3d3519a8a26",
"body": "…ode, cursor, windsurf)",
"is_bot": false,
"headline": "feat: host-agnostic session relay script and init installer (claude-c…",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T07:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b3085affdc61f67614946efced13176a86ebfcc",
"body": "…mations",
"is_bot": false,
"headline": "feat: render relayed events inline in dashboard and Terminal A confir…",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T06:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca0e0da1d585747a0e15c76d0e7c9f2e24d90cd1",
"body": null,
"is_bot": false,
"headline": "feat: relay events endpoint with 410 hard stop",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T06:52:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba751c92fc491626af540c1040339dc7d1e26370",
"body": null,
"is_bot": false,
"headline": "feat: relay event usecase, schema, and rate limit",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T06:51:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99ed7e77271ef896fd858e1118ba6d0a04527a68",
"body": "…relay event types",
"is_bot": false,
"headline": "refactor: share relay flag module via @get-an-expert/core/relay; add …",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T06:50:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0728b5d40e0acb3a556ed4cdd9e12afaf486a2f",
"body": "…d client-side redaction",
"is_bot": false,
"headline": "fix: close TOCTOU on hard stop, add dashboard fetch error handling an…",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T06:27:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c67a7dc4b5f4dc6b981670c12266a97f2e7cffb9",
"body": null,
"is_bot": false,
"headline": "docs: chat-cli README and root package listing",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T06:17:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61a9d64739732c42d98755c331b2037f1005e8c3",
"body": null,
"is_bot": false,
"headline": "feat: chat-cli interactive terminal chat with /end and /pause",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T06:16:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d6129d40fbefcf1058f27512c836fea1cd9b37c",
"body": null,
"is_bot": false,
"headline": "chore: lockfile for chat-cli workspace package",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T06:12:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f7907e56588bbcdeed5fbe0ad6c92fe63e7b613",
"body": null,
"is_bot": false,
"headline": "feat: chat-cli package - parsing, formatting, relay flag, API client",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T06:11:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31bd6fc06949dd8a3d68b6acd519b27b2c530b09",
"body": null,
"is_bot": false,
"headline": "feat: dashboard live chat panel with end session",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T06:10:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b50abbc662543847f3aa282f928edf92e9db99a2",
"body": "The Contact line survived the history rewrite as a dangling bullet\nwith the email stripped out; this removes the line entirely.",
"is_bot": false,
"headline": "fix: remove exposed contact email, bump mcp-server to 0.2.1",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T06:09:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46fe8f104f7b875040679fead9e2df81bf2ed20b",
"body": null,
"is_bot": false,
"headline": "feat: chat messages and end routes with token auth and hard-stop 410",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T06:04:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57b67b40a3197f6ddcd8712a9e79441ed230f8dc",
"body": null,
"is_bot": false,
"headline": "feat: mint chat token at request creation",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T06:00:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1943b0b005ab28e67dc3dd052f5cfa202961d30",
"body": null,
"is_bot": false,
"headline": "feat: per-IP rate limits for chat post and poll",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T05:59:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0853b8e228713de551d83eb5e0ce37efcec51309",
"body": "…daction",
"is_bot": false,
"headline": "feat: chat usecases - post/list/end with hard-stop and server-side re…",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T05:58:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1189a68f07b8249d2107d1ff42ce04f047117d5",
"body": null,
"is_bot": false,
"headline": "feat: store chat message lists with request-scoped retention",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T05:56:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bae790376a40ca0662eea8bb72b346e904c4d5f5",
"body": null,
"is_bot": false,
"headline": "test: type the analyze mock so tsc --noEmit passes",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T05:56:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37350ce3a8f0c3592211e87d9f784c6e5f94ed55",
"body": null,
"is_bot": false,
"headline": "feat: shared chat types; free the get-an-expert npm name for the CLI",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T05:53:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36064c2eba19ae694afd73ce8382ecda6b519f04",
"body": "Expert thread",
"is_bot": false,
"headline": "Merge pull request #4 from RohitJain1103/expert-thread",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T00:14:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09ea166276116aa2dba45c9610b93626437572e4",
"body": "feat: human experts answer every request — remove AI response pipelin…",
"is_bot": false,
"headline": "Merge pull request #3 from RohitJain1103/experts-in-the-loop",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T00:12:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "291b123983d49adecb9539812522a28c5c54b071",
"body": "- Verify the thread token BEFORE consuming the per-thread message quota,\n so knowing a request id can't lock the real participants out; IP-scoped\n limits still gate unauthenticated traffic first.\n- Redact the expert display name like any other expert-supplied text.\n- Re-read the record immediately\n[…]\nX) so a crash\n between RPUSH and EXPIRE can't leave messages outliving the 30-day\n retention.\n- Cap threads at 400 messages (409 thread_full), keeping full-thread\n reads bounded without pagination.",
"is_bot": false,
"headline": "fix: harden expert thread per code review",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-14T00:11:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8f5ae5e797ebc187aba99e13aea45e3351eeac78",
"body": "Every request now opens a persistent thread instead of a one-shot ticket.\n\nBackend: append-only thread messages (memory + Redis RPUSH, seq from list\nposition, TTL aligned with the record, deleted with it), thread-token auth\n(hashed at rest, Bearer on the wire), POST/GET /api/v1/requests/[id]/message\n[…]\n (0.2.0): reply-ping Stop hook polls the open thread (throttled,\n3s timeout, fail-silent) and nudges Claude to relay new expert replies.\n\nPrivacy policy v1.2 adds the thread-messages clause. 62 tests.",
"is_bot": false,
"headline": "feat: the Expert Thread — in-session back-and-forth with a human expert",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-13T23:59:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3387e7282e977e7b7d4231a5a84577401d7990bd",
"body": "…e and claims\n\nEvery response now comes from a real human expert. Removes the Claude\ntriage engine (analyst, frozen system prompt, Anthropic SDK dep) and all\nAI-response claims across the MCP server, npm README, consent notice,\nlanding page, privacy policy, and terms. The API now stores the request\nand returns a submission confirmation; expert response delivery UX is\nbeing designed separately. Consent text bumped to 2026-07-13.v2;\nprivacy/terms bumped to v1.1.",
"is_bot": false,
"headline": "feat: human experts answer every request — remove AI response pipelin…",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-13T23:26:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df0cd2bc72e99a7f3e730c43aad22dd2e49c4218",
"body": "fix: release 0.1.1 — ship hardened bundle to npm",
"is_bot": false,
"headline": "Merge pull request #2 from RohitJain1103/release-0.1.1",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-13T23:08:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94b4641ecfd4c316588e3981254b32d1c040dee6",
"body": "… test fixture\n\nThe published get-an-expert-mcp@0.1.0 was built before the security\nhardening in d895c65 landed, so npm installers were getting the weaker\nredaction and pre-fix consent flow. Bump to 0.1.1 so the hardened core\nactually ships, and point the Claude Code plugin pin at it.\n\nAlso replace the high-entropy fake Anthropic key in redact.test.ts with\nan obviously fake value so public secret scanners don't flag it.",
"is_bot": false,
"headline": "fix: release 0.1.1 — ship hardened bundle to npm, defuse scanner-bait…",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-13T23:04:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9d63664a1ab6293a48cecd5767972d2bb410e31",
"body": "Security hardening before public launch",
"is_bot": false,
"headline": "Merge pull request #1 from RohitJain1103/security-hardening",
"author_name": "Rohit Jain",
"author_login": "RohitJain1103",
"committed_at": "2026-07-13T21:08:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d895c65072e112611bd5ee505c9ceb3e81f50b74",
"body": "Address findings from a two-track security audit (web app + published\nMCP/core/plugin) ahead of open-sourcing the repo and publishing to npm.\n\nCritical/high:\n- redact: fix generic-credential regex word-boundary bug so SCREAMING_SNAKE\n env secrets (AWS_SECRET_ACCESS_KEY, DB_PASSWORD, client_secret, \n[…]\n\n bounded transcript tail read in the Stop hook.\n- pin plugin MCP to get-an-expert-mcp@0.1.0; postcss override (prod audit clean).\n- mcp-server package.json: repository/author/homepage/bugs metadata.",
"is_bot": false,
"headline": "fix: security hardening before public launch",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-13T21:06:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5574b1ed9288bbbb0e5102a8a5762df364a1473d",
"body": "- package README with privacy-policy section (directory requirement)\n- root README + plugin README with install guides for all hosts\n- verified E2E: MCP -> API -> redaction -> Upstash storage -> deletion",
"is_bot": false,
"headline": "feat: docs, marketplace manifest, lockfile refresh",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-13T19:45:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b64641383c102899ec1406106ab32cce5e8a9d30",
"body": "- Stop hook counts real user prompts (excludes tool results) + failure signals\n- nudges Claude to offer expert help at most twice per session, spaced out\n- bundles the MCP server via .mcp.json; marketplace.json for /plugin install\n- thresholds tunable via GAE_MIN_PROMPTS / GAE_MIN_ERRORS env vars",
"is_bot": false,
"headline": "feat: Claude Code companion plugin with deterministic stuck detection",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-13T19:10:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4afed3c6f35d4c49184d051083ce3fc5ef7c580",
"body": "- three tools: offer_expert_help (read-only consent notice), request_expert_help\n (consent-gated send with elicitation where supported + userConfirmed fallback),\n get_privacy_info (data-handling summary)\n- honest server instructions (1KB, under Claude Code 2KB cap)\n- client-side redaction before transmission; zero-runtime-dep single-file bundle\n- 6 tests + stdio JSON-RPC smoke test green",
"is_bot": false,
"headline": "feat: get-an-expert-mcp stdio server",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-13T19:07:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16756b3b829a96d07f009daf1fb7549976a41ee8",
"body": "- POST /api/v1/requests: zod validation, consent required at schema level,\n server-side re-redaction, rate limiting, 30-day TTL storage\n- Claude-powered triage engine (Opus 4.8, structured outputs, cached system prompt)\n- deletion endpoint + /delete confirmation page (GDPR/CCPA self-serve erasure)\n- passcode-gated dashboard, landing page, privacy policy, ToS\n- Upstash Redis store with in-memory dev fallback; 28 tests green",
"is_bot": false,
"headline": "feat: web backend — API, analysis engine, dashboard, privacy/terms",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-13T19:03:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "514b3bf85e4a010ae1f2f46b0d3bf95d87554b30",
"body": "- pnpm workspaces: packages/mcp-server, apps/web\n- secret redaction module with 14 passing tests (client-side, runs before any data leaves the machine)\n- Next.js app scaffolded via create-next-app (TS, Tailwind, App Router)",
"is_bot": false,
"headline": "feat: scaffold monorepo with mcp-server package and Next.js web app",
"author_name": "SweetCodey",
"author_login": "RohitJain1103",
"committed_at": "2026-07-13T18:50:04Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 90,
"latest_release_at": "2026-07-15T19:59:01Z",
"latest_release_tag": "get-an-expert-agent-v0.1.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 2,
"days_since_latest_release": 8,
"mean_days_between_releases": 0.1
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "get-an-expert-agent",
"exists": true,
"license": "MIT",
"keywords": [
"mcp",
"modelcontextprotocol",
"expert",
"pair-programming",
"remote-assistance",
"claude-code",
"codex",
"cursor",
"windsurf"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/get-an-expert-agent",
"is_deprecated": false,
"latest_version": "1.0.1",
"repository_url": "https://github.com/RohitJain1103/Get-An-Expert",
"versions_count": 13,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2037,
"first_published_at": "2026-07-15T17:32:56.403000Z",
"latest_published_at": "2026-07-19T00:30:37.921000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"apps/relay/tsconfig.json",
"apps/web/tsconfig.json",
"archive/packages/chat-cli/tsconfig.json",
"archive/packages/mcp-server/tsconfig.json",
"archive/packages/mcp-server/ui/tsconfig.json",
"packages/agent/tsconfig.json",
"packages/agent/ui/tsconfig.json",
"packages/core/tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 56215,
"source_files_sampled": 158,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md",
"apps/web/AGENTS.md",
"apps/web/CLAUDE.md"
],
"agent_instruction_max_bytes": 2734
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "@hono/node-server",
"direct": false,
"version": "1.19.14",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.9,
"advisory_ids": [
"GHSA-frvp-7c67-39w9"
],
"fixed_version": "2.0.5",
"advisory_count": 1,
"oldest_advisory_days": 2
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"moderate": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 133,
"malicious_count": 0,
"assessed_package": "npm:get-an-expert-agent@1.0.1",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@upstash/redis",
"manifest": "apps/relay/package.json",
"ecosystem": "npm",
"version_constraint": "^1.38.0"
},
{
"name": "pg",
"manifest": "apps/relay/package.json",
"ecosystem": "npm",
"version_constraint": "^8.22.0"
},
{
"name": "ws",
"manifest": "apps/relay/package.json",
"ecosystem": "npm",
"version_constraint": "^8.21.1"
},
{
"name": "zod",
"manifest": "apps/relay/package.json",
"ecosystem": "npm",
"version_constraint": "^4.4.3"
},
{
"name": "@get-an-expert/core",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@upstash/redis",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^1.38.0"
},
{
"name": "next",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "16.2.10"
},
{
"name": "pg",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^8.22.0"
},
{
"name": "react",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "19.2.4"
},
{
"name": "react-dom",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "19.2.4"
},
{
"name": "zod",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^4.4.3"
},
{
"name": "@modelcontextprotocol/sdk",
"manifest": "packages/agent/package.json",
"ecosystem": "npm",
"version_constraint": "^1.29.0"
},
{
"name": "ignore",
"manifest": "packages/agent/package.json",
"ecosystem": "npm",
"version_constraint": "^7.0.6"
},
{
"name": "node-datachannel",
"manifest": "packages/agent/package.json",
"ecosystem": "npm",
"version_constraint": "^0.32.3"
},
{
"name": "node-pty",
"manifest": "packages/agent/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.0"
},
{
"name": "playwright-core",
"manifest": "packages/agent/package.json",
"ecosystem": "npm",
"version_constraint": "^1.61.1"
},
{
"name": "ws",
"manifest": "packages/agent/package.json",
"ecosystem": "npm",
"version_constraint": "^8.21.1"
},
{
"name": "zod",
"manifest": "packages/agent/package.json",
"ecosystem": "npm",
"version_constraint": "^4.4.3"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 33,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "RohitJain1103",
"commits": 84,
"avatar_url": "https://avatars.githubusercontent.com/u/22693609?v=4"
},
{
"type": "User",
"login": "Pulkitwalia099",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/203340807?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.933
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [
"eslint.config.mjs"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml"
],
"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 20 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": 2,
"reason": "Found 6/26 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 4,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "13 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "661e5073726c536038df1fc527679fa05449b57a",
"ran_at": "2026-07-24T13:15:22Z",
"aggregate_score": 1.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-21T07:13:59Z",
"oldest_open_prs": [
{
"number": 25,
"created_at": "2026-07-17T21:07:49Z",
"last_comment_at": "2026-07-17T21:07:55Z",
"last_comment_author": "vercel"
}
],
"last_merged_pr_at": "2026-07-21T07:13:57Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/RohitJain1103/Get-An-Expert",
"host": "github.com",
"name": "Get-An-Expert",
"owner": "RohitJain1103"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"security": 30,
"vitality": 73,
"community": 23,
"governance": 54,
"engineering": 52
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 73,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"commits_last_year": 90,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "90 commits in the last year",
"points": 17.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 90
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 2,
"latest_release_tag": "get-an-expert-agent-v0.1.1",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 0.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0.1 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 23,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 1,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 55,
"inputs": {
"packages": [
"get-an-expert-agent"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2037
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,037 downloads/month across npm",
"points": 44.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2037,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 54,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.933
},
"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 93% of commits",
"points": 1.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 93
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 73,
"inputs": {
"merged_prs": 33,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 2
},
"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": "33/35 decided PRs merged",
"points": 36.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 33,
"decided": 35
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/26 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 48,
"inputs": {
"followers": 9,
"owner_type": "User",
"is_verified": null,
"owner_login": "RohitJain1103",
"public_repos": 18,
"account_age_days": 3576
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "9 followers of RohitJain1103",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 9,
"login": "RohitJain1103"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "18 public repos, account ~9 yr old",
"points": 21.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 18
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"get-an-expert-agent"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 5
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"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": "13 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 13
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 52,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "eslint.config.mjs",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"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 20 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://get-an-expert.vercel.app",
"has_readme": true,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://get-an-expert.vercel.app",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 30,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 15,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 14,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 4,
"scorecard_aggregate": 1.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 20 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 6/26 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 2,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "13 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Matched the npm:get-an-expert-agent@1.0.1 runtime dependency closure — what installing the published package pulls in — 133 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "npm:get-an-expert-agent@1.0.1",
"assessed": 133
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 88,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 133,
"unassessed_packages": 0,
"affected_by_severity": "moderate 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "1 affected: @hono/node-server 1.19.14 (moderate 5.9)",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "@hono/node-server 1.19.14 (moderate 5.9)"
}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory has been public longer than 90 days",
"points": 40,
"status": "met",
"details": [
{
"code": "advisories_none_stale",
"params": {
"days": 90
}
}
],
"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": 133,
"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": 75,
"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.989,
"agent_instruction_files": [
"CLAUDE.md",
"apps/web/AGENTS.md",
"apps/web/CLAUDE.md"
],
"agent_instruction_max_bytes": 2734
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md, apps/web/AGENTS.md, apps/web/CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md, apps/web/AGENTS.md, apps/web/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": "89 of 90 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 89,
"sampled": 90
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"apps/relay/tsconfig.json",
"apps/web/tsconfig.json",
"archive/packages/chat-cli/tsconfig.json",
"archive/packages/mcp-server/tsconfig.json",
"archive/packages/mcp-server/ui/tsconfig.json",
"packages/agent/tsconfig.json",
"packages/agent/ui/tsconfig.json",
"packages/core/tsconfig.json"
],
"agent_commit_share": 0.067,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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.mjs",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "apps/relay/tsconfig.json, apps/web/tsconfig.json, archive/packages/chat-cli/tsconfig.json, archive/packages/mcp-server/tsconfig.json, archive/packages/mcp-server/ui/tsconfig.json, packages/agent/tsconfig.json, packages/agent/ui/tsconfig.json, packages/core/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "apps/relay/tsconfig.json, apps/web/tsconfig.json, archive/packages/chat-cli/tsconfig.json, archive/packages/mcp-server/tsconfig.json, archive/packages/mcp-server/ui/tsconfig.json, packages/agent/tsconfig.json, packages/agent/ui/tsconfig.json, packages/core/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": "6 of the last 90 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 6,
"sampled": 90
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 56215,
"source_files_sampled": 158,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/158 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 158,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "moderate",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": true,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-24T13:15:36.636595Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/RohitJain1103/Get-An-Expert.svg",
"full_name": "RohitJain1103/Get-An-Expert",
"license_state": "absent",
"license_spdx": null
}