Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 6129,
"has_wiki": true,
"homepage": null,
"languages": {
"JavaScript": 247689,
"TypeScript": 7004770
},
"pushed_at": "2026-07-20T23:01:04Z",
"created_at": "2026-03-29T05:13:00Z",
"owner_type": "Organization",
"updated_at": "2026-07-20T23:01:16Z",
"description": "Relayfile adapters — map external services to the relayfile VFS",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://agentrelay.com",
"name": "Agent Workforce",
"type": "Organization",
"login": "AgentWorkforce",
"company": null,
"location": null,
"followers": 45,
"avatar_url": "https://avatars.githubusercontent.com/u/252050005?v=4",
"created_at": "2025-12-29T17:08:19Z",
"is_verified": null,
"public_repos": 70,
"account_age_days": 207
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "d5dcad53061845594ae281eed26086380a138ef0",
"body": null,
"is_bot": false,
"headline": "chore(release): bump github (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-07-20T23:01:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12177c1b8570a32cc32f8a79d743f015a3af2b94",
"body": "…lues\n\nfix(github): retain labels in issue indexes",
"is_bot": false,
"headline": "Merge pull request #253 from AgentWorkforce/fix/github-index-label-va…",
"author_name": "KJGBot",
"author_login": "kjgbot",
"committed_at": "2026-07-20T22:59:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ba5f1de3887c773dc8f1f68d53d4044381d929b",
"body": null,
"is_bot": false,
"headline": "test(github): cover empty issue labels",
"author_name": "RelayFile Adapters Bot",
"author_login": null,
"committed_at": "2026-07-20T22:54:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f36f5c44a96fcf215c023c2c943d349e1d8801dd",
"body": null,
"is_bot": false,
"headline": "fix(github): retain labels in issue indexes",
"author_name": "RelayFile Adapters Bot",
"author_login": null,
"committed_at": "2026-07-20T22:47:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db09cab028258d9b9ebffdb4a68384923d19c68f",
"body": null,
"is_bot": false,
"headline": "chore(release): bump relay-helpers (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-07-19T12:52:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad7c8b217b23573b3abcb0ed1bb992f155526cc4",
"body": null,
"is_bot": false,
"headline": "chore(release): bump core (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-07-19T09:37:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4ccc132265412293f4cb1b3a6a519fb9d78229f",
"body": "Co-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>",
"is_bot": false,
"headline": "fix(core): coalesce direct draft mount echoes (#252)",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-07-19T09:34:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a845466cc21d0a26da418d753d8ecc375adab75",
"body": null,
"is_bot": false,
"headline": "chore(release): bump relay-helpers (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-07-17T10:32:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f5e7dabecb01e382918efc5a0adc831f32921b0",
"body": "* fix(relay-helpers): preserve write delivery status\n\n* fix(relay-helpers): normalize receipt identifiers\n\n* test(relay-helpers): resolve receipt paths from catalog",
"is_bot": false,
"headline": "fix(relay-helpers): preserve write delivery status (#249)",
"author_name": "Miya",
"author_login": "miyaontherelay",
"committed_at": "2026-07-17T10:25:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af9ee95abd623efa81e868e1cd7d026f910261cb",
"body": null,
"is_bot": false,
"headline": "chore(release): bump github (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-07-16T17:20:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efc6e27d517a6fcbc5d3f63a5976fd392ba66b7f",
"body": "* feat(github): add repo-level commit history materialization (#246)\n\nImplements GitHub repository commit materialization, closing the gap with the\nGitLab adapter which already supports it.\n\nKey changes:\n- Adds 'commits' to GitHubBulkMaterializationResource, GITHUB_MATERIALIZATION_RESOURCES, and BUL\n[…]\ny opt-in and race-safe\n\n* fix(github): normalize enterprise commit pagination\n\n* fix(github): align webhook materialization policy\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(github): add repo-level commit history materialization (#247)",
"author_name": "Miya",
"author_login": "miyaontherelay",
"committed_at": "2026-07-16T17:18:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "317952190590687f47de25bf5c3a002f0d455a8f",
"body": null,
"is_bot": false,
"headline": "chore(release): bump relay-helpers (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-07-16T03:23:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c53b826ca1758344e6fa7f384bd1f07e920cdf5",
"body": "Adds a deny-dominant, concurrency-safe final provider write authorization boundary and recursive write-sink guard. Independently validated against the exact packed artifact.",
"is_bot": false,
"headline": "fix(relay-helpers): enforce final provider write policy (#245)",
"author_name": "Miya",
"author_login": "miyaontherelay",
"committed_at": "2026-07-16T03:20:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30093aa08891dbae256e974270993cbcd7cd2679",
"body": null,
"is_bot": false,
"headline": "chore(release): bump github (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-07-15T14:37:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8e14ac80d60d3b6f2f0f8f6d3f7ea4c8a18e2e6",
"body": "Co-authored-by: RelayFile Adapters Bot <agent@agent-relay.com>",
"is_bot": false,
"headline": "fix(github): return canonical writeback receipt ids (#244)",
"author_name": "KJGBot",
"author_login": "kjgbot",
"committed_at": "2026-07-15T14:35:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3acc59e8998e2a5e57fe19881b75580e626ae21",
"body": null,
"is_bot": false,
"headline": "chore(release): bump relay-helpers (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-07-15T12:10:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bb81ff485d5a1cb0fd2eb57892246cfa0b4ae67",
"body": "Makes TransportPreviewAction the canonical relay-helpers record type while retaining PreviewAction only as a deprecated compatibility alias and preserving the dependency boundary with @agentworkforce/runtime.",
"is_bot": false,
"headline": "fix(relay-helpers): clarify transport action ownership (#243)",
"author_name": "Miya",
"author_login": "miyaontherelay",
"committed_at": "2026-07-15T12:08:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "278aa9ac73b0a9f89468d959ad7242132a5bd01d",
"body": null,
"is_bot": false,
"headline": "chore(release): bump relay-helpers (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-07-15T11:59:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a96d49bf5c2ddf4f45157a07eb13fe0bb92b28cb",
"body": "Adds a dependency-safe RelayTransport seam and zero-network PreviewTransport recorder with deterministic receipts, process-scoped binding, provider client integration, and threaded preview coverage.",
"is_bot": false,
"headline": "feat(relay-helpers): WS-D preview/record transport (#242)",
"author_name": "Miya",
"author_login": "miyaontherelay",
"committed_at": "2026-07-15T11:55:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e00ec8f4af90299f73efcfeae5094f9d99031c5",
"body": null,
"is_bot": false,
"headline": "chore(release): bump reddit (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-07-15T10:32:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "592e8de474f4c75d175b439685200cb8239f6bcc",
"body": "redditPostPath() slugified the full post title with no length cap, so\nlong titles produced filenames past the 255-byte NAME_MAX most\nfilesystems enforce (worse once the relayfile mount sync's own\n`.tmp-<random>` suffix was appended). The mount then failed to write\nthat post on every sync cycle, blocking bootstrap for the rest of the\nsubreddit's posts.\n\nCo-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>\nCo-authored-by: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(reddit): cap post title slug length to avoid ENAMETOOLONG (#241)",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-07-15T10:31:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ab73351363c8275455b2bb31c99c1dada02d639a",
"body": null,
"is_bot": false,
"headline": "chore(release): bump relay-helpers (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-07-14T22:07:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e30cb68e08e105f0d52f122e5801d69751cb81f",
"body": "…(#239)\n\n* fix(relay-helpers): bespoke redditClient that lowercases subreddit params\n\nThe reddit adapter's canonical write path lowercases the subreddit segment\nvia `normalizeSubreddit` in path-mapper.ts, so synced records land under\n`/reddit/subreddits/<lowercased>/posts/*.json`. But\n`redditClient(\n[…]\nnormalization source\n\n---------\n\nCo-authored-by: RelayFile Adapters Bot <agent@agent-relay.com>\nCo-authored-by: Claude Opus 4.7 <noreply@anthropic.com>\nCo-authored-by: Miya <khaliqgant+miya@gmail.com>",
"is_bot": false,
"headline": "fix(relay-helpers): bespoke redditClient lowercases subreddit params …",
"author_name": "KJGBot",
"author_login": "kjgbot",
"committed_at": "2026-07-14T22:05:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "19783a29e7dc70569dc425b37da6d2bc54b0420f",
"body": null,
"is_bot": false,
"headline": "chore(release): bump github (minor)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-07-14T16:45:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9f830b8f6fc5d85c9c29520b92ce195d74b5fbe",
"body": "* feat(github): add pull request writeback primitives (#237)\n\n* fix(github): refresh merge gate metadata on webhooks (#237)\n\n* fix(github): bind PR authorship to target repo (#237)\n\n* fix(github): address PR writeback review feedback\n\n* chore: apply pr-reviewer fixes for #238\n\n* fix(github): preserv\n[…]\nerage that a GitHubAdapter constructed with resolveAuthorship\nforwards it through to authored writes.\n\n---------\n\nCo-authored-by: agent-relay-code[bot] <agent-relay-code[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(github): add PR and ref writeback primitives (#238)",
"author_name": "Miya",
"author_login": "miyaontherelay",
"committed_at": "2026-07-14T16:43:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b61448697a8f6e6d61b9a8f2dbc1efd98085f7be",
"body": "Co-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>",
"is_bot": false,
"headline": "chore(release): bump relay-helpers to 0.4.3 (#236)",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-07-14T08:31:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "145acd4df81314de190181b78f8dcfb8a1ed5dd0",
"body": null,
"is_bot": false,
"headline": "chore(release): bump core (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-07-14T08:20:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec0f058c48ff6cd74d4a856facc4fae9492288a1",
"body": "* fix(core): retry busy write admission\n\n* fix(core): normalize retry-after dates\n\n* test(core): pin bare retry backoff\n\n* fix(core): separate admission timeout default\n\n* test(core): prove retry timer cancellation\n\n* docs(core): clarify admission deadline boundary\n\n---------\n\nCo-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>",
"is_bot": false,
"headline": "fix(core): retry busy write admission (#235)",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-07-14T08:12:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e2a505f4e39931ae1e851dc5b511d697767d2ee",
"body": null,
"is_bot": false,
"headline": "chore(release): bump github (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-07-12T09:18:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1e412872887ad8d2ff9273c127c0869c684f483",
"body": "Co-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>",
"is_bot": false,
"headline": "fix(ci): pin trusted-publishing npm CLI (#234)",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-07-12T09:16:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "512d606c3d73e74fdc59f6071279de8692beaff1",
"body": "Co-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>",
"is_bot": false,
"headline": "fix(ci): use bundled npm for publishing (#233)",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-07-12T09:08:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "779b4c7237ebc860e40516a91a360b60562543c8",
"body": "Co-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>",
"is_bot": false,
"headline": "fix(ci): update publish runner for npm 12 (#232)",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-07-12T09:01:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b5e57f54aa12b2bee171b05318272d93900fcf9",
"body": "* feat(github): surface merged/mergedAt on pulls index rows\n\nThe emitter already read `merged_at` (folded into the row's `updated`\nlifecycle) but never surfaced it as a distinct field, so consumers that want\n\"what merged in the last N hours\" had to open every `meta.json` — and the merge\nsignal wasn'\n[…]\nanthropic.com>\n\n* fix(github): project merge fields across index writers\n\n---------\n\nCo-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(github): surface merged/mergedAt on pulls index rows (#231)",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-07-12T08:54:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "38f56a16898059efd971261948b289cc21ed173a",
"body": null,
"is_bot": false,
"headline": "chore(release): bump github (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-06-23T13:53:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66b738a7f070ff34877edc9674e6cf87d7913f71",
"body": null,
"is_bot": false,
"headline": "feat(github): export read mount path parsers (#227)",
"author_name": "Miya",
"author_login": "miyaontherelay",
"committed_at": "2026-06-23T13:50:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4042ba9f84ccb622cdbe4d5abca662b9f5a14a7b",
"body": "…erage\n\ntest(linear): cover auxiliary entity materialization",
"is_bot": false,
"headline": "Merge pull request #228 from AgentWorkforce/linear-emitter-entity-cov…",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-23T10:40:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03d179885545932db3db2d08f7a00038515bf2f7",
"body": null,
"is_bot": true,
"headline": "chore: apply pr-reviewer fixes for #228",
"author_name": "agent-relay-code[bot]",
"author_login": "agent-relay-code[bot]",
"committed_at": "2026-06-23T10:26:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e3aa1fa7b411f95a4dfc24874da0f7a9511fb56",
"body": null,
"is_bot": false,
"headline": "test(linear): cover auxiliary entity materialization",
"author_name": "Hubspot Adapter Bot",
"author_login": null,
"committed_at": "2026-06-23T10:04:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f445a95b11f71cabdc68983df8038292646a920b",
"body": null,
"is_bot": false,
"headline": "chore(release): bump telegram,relay-helpers (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-06-22T11:18:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73c4c217209283df5a1fbed609ce1898e50d34e2",
"body": "Add ergonomic Telegram relay helper",
"is_bot": false,
"headline": "Merge pull request #223 from AgentWorkforce/fix/telegram-helper-catalogs",
"author_name": "Miya",
"author_login": "miyaontherelay",
"committed_at": "2026-06-22T11:15:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36f5fb0b541e961e6e3cc4409e873216203b60a6",
"body": null,
"is_bot": false,
"headline": "Address Telegram helper review feedback",
"author_name": "Miya",
"author_login": "miyaontherelay",
"committed_at": "2026-06-22T11:10:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fe1638cc4b03c2a6e253adc3593de8ccb5b8359",
"body": null,
"is_bot": false,
"headline": "Add ergonomic telegram relay helper",
"author_name": "Miya",
"author_login": "miyaontherelay",
"committed_at": "2026-06-22T10:59:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "465756baa2c064329abc9ca340543e5d6e53961f",
"body": null,
"is_bot": false,
"headline": "chore(release): bump core (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-06-21T20:07:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e53acefa157ef84b079efe3b3ff358c1e7696546",
"body": "…nt (#221)\n\nMake relay-helpers writeback (slackClient().post(), linearClient().comment(),\n…) work under `sandbox: false` — no Daytona box, no FS mount — by routing the\ndraft write over the relayfile HTTP API instead of the filesystem.\n\nRoot cause: `writeJsonFile` selected the direct HTTP backend (Re\n[…]\n HTTP\nopt beats mount env; slackClient().post() round-trips a ts over HTTP via env.\n\nCo-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(vfs-client): route writeback over HTTP when no FS mount is prese…",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-21T20:05:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8e6eb126ccd44c1c32790de45adec5c0c870440d",
"body": null,
"is_bot": false,
"headline": "chore(release): bump telegram,relay-helpers (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-06-20T19:59:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef7fd1d0bbc92355efdd512cbb9dca529c88a3c9",
"body": "* feat: add telegram relayfile adapter\n\n* chore: apply pr-reviewer fixes for #220\n\n* fix: address telegram adapter review\n\n* fix: regenerate relay helper clients\n\n---------\n\nCo-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>\nCo-authored-by: agent-relay-code[bot] <agent-relay-code[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: add Telegram Relayfile adapter (#220)",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-20T19:57:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15c46170c313f97efaa53393d99ae5ae54176833",
"body": null,
"is_bot": false,
"headline": "chore(release): bump all (minor)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-06-20T02:49:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abd711939ab6bd371efc2e7a641c740220ca7fe4",
"body": "…eading\n\nfeat(slack,relay-helpers): parentRef for server-side threading",
"is_bot": false,
"headline": "Merge pull request #219 from AgentWorkforce/feat/slack-parent-ref-thr…",
"author_name": "Will Washburn",
"author_login": "willwashburn",
"committed_at": "2026-06-20T00:44:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8bd3fe4ac095d6b302c1ad664a0fb6839ce4113",
"body": "Adds the client + schema half of server-side threading (cloud half: cloud#2348).\nAn agent can post a header and a threaded reply without waiting for a receipt\nround-trip — the reply names the header by a local draft handle and the cloud\norders + sets thread_ts itself.\n\n- slack discovery: declare an \n[…]\nlidation accepts parentRef) + the cloud write-side extracts the\nfield → parentRef; snapshot rebuild ships relay-helpers to agents.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(slack,relay-helpers): parentRef for server-side threading",
"author_name": "Will Washburn",
"author_login": "willwashburn",
"committed_at": "2026-06-20T00:38:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "eeef9c41f4c5fd4e50d5e5c6b8df53c0b9ed9355",
"body": null,
"is_bot": false,
"headline": "chore(release): bump relay-helpers (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-06-19T13:33:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "617322553d8f4239dd752aaad5e9787e142bc948",
"body": "* fix: poll relayfile writeback ops for receipts\n\n* test: surface relayfile op auth failures\n\n* fix: reject malformed writeback receipts\n\n* fix: poll queued writeback ops by op id\n\n* chore: refresh writeback path catalog\n\n* fix: sync relay helper client catalog\n\n---------\n\nCo-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>",
"is_bot": false,
"headline": "fix: poll relayfile writeback ops for receipts",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-19T13:31:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f0638d41bf052e523f4bc394bd26caac3a97362",
"body": null,
"is_bot": false,
"headline": "chore(release): bump cloudflare (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-06-18T21:20:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35aa31c0071a03d8858573afa5408bdbdb51fd5c",
"body": "Co-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>",
"is_bot": false,
"headline": "Fix Cloudflare discovery resources export (#217)",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-18T21:16:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c132f0582a55619e5a817d42eeb82b42ccdcfa5",
"body": null,
"is_bot": false,
"headline": "chore(release): bump cloudflare,neon (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-06-18T21:03:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9c450720ba373277350af48c6578071371151e5",
"body": "* Add Cloudflare Relayfile adapter\n\n* Clarify Cloudflare webhook mapping paths\n\n* chore: apply pr-reviewer fixes for #216\n\n* Fix Cloudflare adapter review issues and CI race\n\n* Fix turbo build deps for Slack and Linear\n\n* Sync Cloudflare adapter-core version\n\n---------\n\nCo-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>\nCo-authored-by: agent-relay-code[bot] <agent-relay-code[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "Add Cloudflare Relayfile adapter (#216)",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-18T20:58:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c7d3ee9554c4cb6848b91781aa896c8d8772a74",
"body": null,
"is_bot": false,
"headline": "chore(release): bump neon (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-06-18T19:38:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eee37d706656afb606e9900fa05e7831906b51e4",
"body": "* feat(neon): expose sync delta trigger normalizer\n\n* fix(neon): handle terminal operation transitions\n\n* feat(core): normalizeWritebackStatus + WritebackError (extends RelayfileWritebackError) for W6 no-receipt debuggability (PR 2291)\n\n- Adds 'no_receipt' outcome/code\n- normalizeWritebackStatus bri\n[…]\nports, tests, docs, changelog\n- Compatibility so instanceof RelayfileWritebackError / WorkforceIntegrationError continue to work\n\n---------\n\nCo-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>",
"is_bot": false,
"headline": "feat(core): normalize writeback receipt outcomes (#215)",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-18T19:36:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "89136e20abcf4d9761a6927949b8a8dfe7e1357f",
"body": null,
"is_bot": false,
"headline": "chore(release): bump neon (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-06-18T11:20:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "836c20e885cab5a6f04a8d5be09aa780596996c2",
"body": "* feat(neon): expose sync delta trigger normalizer\n\n* fix(neon): handle terminal operation transitions\n\n---------\n\nCo-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>",
"is_bot": false,
"headline": "feat(neon): expose sync delta triggers (#214)",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-18T11:18:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90443e65702588b19326eae94bc744ea40111172",
"body": null,
"is_bot": false,
"headline": "chore(release): bump neon (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-06-18T10:33:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed256008027651d598244dccb42df476fd666858",
"body": "* docs: add Releases + Changelog sections, mirror burn conventions\n\nDocument the publish workflow (package/version/tag/dry_run inputs and\nthe build->resolve->version->publish->commit flow) as a Releases section\nin AGENTS.md, and add a Changelog section carrying burn's impact-first\ncuration rules. Al\n[…]\nses\nsection.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_013GWJLitdtNjco2Hkd3U2nP\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add Releases + Changelog sections, mirror burn conventions (#208)",
"author_name": "Will Washburn",
"author_login": "willwashburn",
"committed_at": "2026-06-18T10:31:09Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4d4f33cd9ce2b14506217b38a9a1e5cce7b7d163",
"body": "* Add Neon Relayfile adapter\n\n* fix(adapter-neon): address PR feedback and update lockfile\n\n- Add webhooks: {} to neon.mapping.yaml (polling-only, explicit empty set)\n- Fix digest.ts path check ordering (consumption paths before generic project/branch)\n- Remove slugifyAlias from neonProjectByOrgAlia\n[…]\npping.yaml.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add Neon Relayfile adapter (#212)",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-18T10:29:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d257b7edbbdd5a423718602a8bcd399c52cdc8c8",
"body": null,
"is_bot": false,
"headline": "chore(release): bump all (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-06-17T20:51:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c232126d8e9b4e73c28ccef4b180ee4a31e8115a",
"body": "* fix linear and notion sync fidelity\n\n* chore(release): bump gcp (patch)\n\n* fix notion pr feedback\n\n---------\n\nCo-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>",
"is_bot": false,
"headline": "Fix Linear and Notion sync fidelity (#211)",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-17T20:44:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85f999539a505c90778811f140f1fab5e4fc4562",
"body": null,
"is_bot": false,
"headline": "bump",
"author_name": "Hubspot Adapter Bot",
"author_login": null,
"committed_at": "2026-06-17T20:10:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bd06c9ab102c413996412cc9ecf6b7bcd648dcd",
"body": "Co-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>",
"is_bot": false,
"headline": "feat(gcp): expose sync record bucketing (#210)",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-17T20:09:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93642f4d953379e27f67c34b7e618b9f886a5ca8",
"body": null,
"is_bot": false,
"headline": "chore(release): bump all (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-06-17T19:59:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "333dd0dfd101c45edc1a251050a80b85b43453bc",
"body": "Co-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>",
"is_bot": false,
"headline": "feat: expose sync record bucketing contracts (#209)",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-17T19:53:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9edc53841a7b65dd85e8a4ffda3dde2b7343a55",
"body": null,
"is_bot": false,
"headline": "chore(release): bump all (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-06-17T15:45:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9e7fdfa92d116b4738c0b3217080bc5b42531bb",
"body": "…potency-key\n\nfeat(slack): client-supplied per-message idempotency key for writebacks (fix A)",
"is_bot": false,
"headline": "Merge pull request #207 from AgentWorkforce/feat/slack-writeback-idem…",
"author_name": "Will Washburn",
"author_login": "willwashburn",
"committed_at": "2026-06-17T15:39:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc27a3f9d93335a774833f08c0f6229e31c238fb",
"body": "…hemas\n\nThe file-native writeback router validates a draft against the resource\ndiscovery schema BEFORE resolveWritebackRequest runs (executeFileNativeWriteback\n→ validatePayload). The Slack message/reply/DM schemas are additionalProperties:\nfalse, so a scheduled-tick draft carrying idempotencyKey w\n[…]\ndatePayload now accepts a draft with\nidempotencyKey while still rejecting genuinely-stray fields.\n\nCaught by Codex review on #207.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(slack): allow idempotencyKey in the message/reply/DM writeback sc…",
"author_name": "Will Washburn",
"author_login": "willwashburn",
"committed_at": "2026-06-17T15:29:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2991cd872768f00b323ba61865b14d187cb53fad",
"body": "A scheduled agent that posts a Slack digest can be delivered twice — when a\ntick delivery is re-claimed (e.g. its sandbox is re-provisioned), a second\nrunner re-runs the whole handler and re-posts. The cloud writeback engine's\nexisting idempotency is content-hash keyed, so it does NOT catch this: th\n[…]\nship.\n\nTests: adapter-slack writeback (108) + relay-helpers (21) pass; typecheck clean.\nVersion bumps left to the release process.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(slack): client-supplied per-message idempotency key for writebacks",
"author_name": "Will Washburn",
"author_login": "willwashburn",
"committed_at": "2026-06-17T14:53:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9cb9a7216d7d52789b38f02f69e584a50ebcd422",
"body": null,
"is_bot": false,
"headline": "chore(release): bump all (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-06-17T11:42:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79b918be454fe006319c536fb38465b236c52e76",
"body": "* fix(linear): preserve issue state ids\n\n* fix(linear): preserve issue labels\n\n---------\n\nCo-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>",
"is_bot": false,
"headline": "fix(linear): preserve issue workflow state ids (#206)",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-17T11:36:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "710d4c4a2a57ce1ae6add148e8d4ff9d0f8bafae",
"body": "…VFS mounts (#203)\n\n* feat(gcp): @relayfile/adapter-gcp — Cloud Run + Monitoring + billing VFS mounts\n\nDeclarative, auth-agnostic GCP adapter modeled on the daytona package.\nMaterializes three GCP resources into the relayfile VFS:\n- cloud-run-services -> /gcp/run/services\n- monitoring-alerts -> /\n[…]\nadapter standards coverage\n\n* fix(core): expose digest helper entrypoint\n\n---------\n\nCo-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(gcp): @relayfile/adapter-gcp — Cloud Run + Monitoring + billing …",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-17T11:04:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0838166afae7ef01f2606fe2a3ab54b4f224fa19",
"body": null,
"is_bot": false,
"headline": "chore(release): bump all (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-06-17T01:19:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e63b942841c525afa235063a96d7b5868934ca30",
"body": "…ssage-ts\n\nfix(relay-helpers): slackClient post/dm/reply return the real Slack message ts",
"is_bot": false,
"headline": "Merge pull request #202 from AgentWorkforce/fix/slack-post-returns-me…",
"author_name": "Will Washburn",
"author_login": "willwashburn",
"committed_at": "2026-06-17T01:11:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73cb5664952c613139e7943a45a5705ae29d1e7e",
"body": "…essage ts\n\npost()/dm()/reply() returned `receipt.created ?? receipt.id`, but for a Slack\nmessage the writeback worker records the delivered chat.postMessage ts as the\nreceipt's `externalId` (the idempotency-replay path mirrors it to `ts`).\ncreated/id are not the message ts — so the returned ts was \n[…]\nse the real ts from the incoming event), and non-message receipts still fall\nback to created/id, so other consumers are unchanged.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(relay-helpers): slackClient post/dm/reply return the real Slack m…",
"author_name": "Will Washburn",
"author_login": "willwashburn",
"committed_at": "2026-06-17T01:01:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "39697c7c4ff71cf06ee35429bf91ac2f9b0e32f5",
"body": null,
"is_bot": false,
"headline": "chore(release): bump linear,relay-helpers (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-06-16T20:06:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fa688788ae9b90f475c12089f9e4d563ecac849",
"body": "Co-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>",
"is_bot": false,
"headline": "feat(linear): add label writeback support (#201)",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-16T19:32:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d29cd2e23ee5527b5165d9df66fed5949bdea68",
"body": null,
"is_bot": false,
"headline": "chore(release): bump github,gitlab (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-06-16T12:15:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3eac14837d178e9b4ca54ff636b88f965fbdfb36",
"body": "* feat(adapters): share materialization policy with gitlab\n\n* fix(adapters): address materialization review feedback\n\n---------\n\nCo-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>",
"is_bot": false,
"headline": "feat(adapters): share materialization policy with GitLab (#194)",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-16T12:12:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a316fff1cb68889679994118f5c66b9c16d6d4b",
"body": null,
"is_bot": false,
"headline": "chore(release): bump github (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-06-16T11:03:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc87aa693032489b896332f06543f0fa972c5746",
"body": "Co-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>",
"is_bot": false,
"headline": "feat(github): add fine-grained materialization policy (#193)",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-16T11:00:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19d6b5d18192aa263d879358d4dfb05dd81e92f8",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Merge origin/main: bump adapter-linear to 0.3.16 in relay-helpers",
"author_name": "Hubspot Adapter Bot",
"author_login": null,
"committed_at": "2026-06-16T08:33:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "23fa9e61733fe061a3dae732cd1b5ba63436a7d4",
"body": null,
"is_bot": false,
"headline": "update license and deps",
"author_name": "Hubspot Adapter Bot",
"author_login": null,
"committed_at": "2026-06-16T08:32:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5ab8265bbd47d6df95dcb0c1fec9770d80dcad3",
"body": null,
"is_bot": false,
"headline": "chore(release): bump all (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-06-16T08:28:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4cbb4ad7740e042587d60a93e8a99281bc12df1",
"body": "…#191)\n\n* fix(clickup): re-fetch full task record on webhook ingestion\n\nCloses #178. ClickUp webhooks are notification-style — `{ event, task_id,\nhistory_items }` carry almost none of the record — so the adapter was\npersisting near-empty task files (no name/status/assignees/tags/priority/\ncustom_fie\n[…]\nanthropic.com>\n\n* fix(clickup): classify refetched terminal task updates\n\n---------\n\nCo-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(clickup): re-fetch full task record on webhook ingestion (#178) (…",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-16T08:22:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c79f4962395090798afb91ed0a5d4c652f28d21c",
"body": "…ies (#188)\n\n* feat(github): add writeback support for PR review comment thread replies\n\nAdds a new writeback resolver for the GitHub\n`POST /repos/{owner}/{repo}/pulls/{pull_number}/comments/{comment_id}/replies`\nendpoint, which lets agents reply to an existing PR review comment thread.\n\nChanges:\n- \n[…]\nnoreply@anthropic.com>\n\n* fix(github): route PR review comment replies\n\n---------\n\nCo-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(github): add writeback support for PR review comment thread repl…",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-16T08:22:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6e8ee6831a93da4d83cf47330ffdfbc3845f2551",
"body": "…ngestion (#187)\n\n* fix(hubspot): add API client and refetch full CRM record on webhook ingestion\n\nHubSpot webhooks are notification-only, carrying only objectId, subscriptionType,\nand a single changed property. This change creates a HubSpotApiClient that calls\nGET /crm/v3/objects/{objectType}/{obje\n[…]\nreply@anthropic.com>\n\n* fix(hubspot): preserve webhook property deltas\n\n---------\n\nCo-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(hubspot): add API client and refetch full CRM record on webhook i…",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-16T08:21:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "af41c2e5988d1c1ffc9917c3b4aba2ea725bbe5e",
"body": "…fetch (#186)\n\n* fix(airtable): wire fetch-on-demand into ingestWebhook for webhook refetch\n\nWire `createAirtableFetchOnDemand` into the `ingestWebhook` path so that\nthin Airtable webhook notifications trigger a full payload fetch from the\nAirtable webhook payloads API before writing records. Previo\n[…]\nthropic.com>\n\n* fix(airtable): preserve field maps in webhook fallback\n\n---------\n\nCo-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(airtable): wire fetch-on-demand into ingestWebhook for webhook re…",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-16T08:21:11Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "75b3e3a77a7ca3216fc2674d5d4730a8604b0c88",
"body": "…er-hub (#190)\n\nCloses #115. Brings 10 adapters into the known-trigger catalog so persona\nauthors get trigger autocomplete + deploy-time lint:\n\n- Storage bridges (azure-blob, box, gcs, google-drive, onedrive, postgres,\n redis, s3, sharepoint): declare file.created/updated/deleted via a\n `webhooks:\n[…]\nly social adapters with no\nwebhook/ingest path, so they correctly have no triggers.\n\nCo-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(adapters): add trigger-event catalog coverage for storage + dock…",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-16T08:03:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "91334b6ea6aa17ab9718696438c44e477a0e4d37",
"body": "…er.md (#189)\n\n- Expanded LAYOUT.md from ~485 bytes to ~1200+ bytes with required sections\n (Tree, Indexes, Aliases, JSONL And Querying)\n- Added layout-prompt.test.ts asserting path, contentType, content length >=\n 1000 bytes, and required substrings (ls, jq, _index.json, by-id)\n- Added emit-auxil\n[…]\ned discovery/daytona/.adapter.md listing adapter resources and\n read-only mounts\n\nCo-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(daytona): expand LAYOUT.md, add layout and emit tests, add .adapt…",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-16T08:02:57Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "08e35d06eaf1e2521954221868dec275a93aad50",
"body": "… commands (#185)\n\nWhen triggers check, scope-keys check, or writeback-paths check fails, the\nerror now tells developers the exact command to run (both npx and local node\nforms) and reminds them to run it from the repo root.\n\nCloses #116\n\nCo-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(core): improve catalog out-of-sync error messages with actionable…",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-16T07:48:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0b790e551a8ae406a456ddb298b1d8f733c7d0b0",
"body": null,
"is_bot": false,
"headline": "chore(release): bump salesforce (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-06-15T21:37:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "487a5288a8f004e3b8de5ee8529135104e8668f7",
"body": "* fix(salesforce): refetch webhook records\n\n* fix(salesforce): address PR feedback — instanceUrl guard, supportedScopeKeys, stale _webhook strip\n\n- Throw early in SalesforceApiClient.fetchSObject when instanceUrl is absent\n instead of silently passing an empty baseUrl to the proxy\n- Add supportedSc\n[…]\nrated.json.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(salesforce): refetch webhook records (#184)",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-15T21:35:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "137a835404812e0dfc6b954b031d2d3c9fbdfd59",
"body": null,
"is_bot": false,
"headline": "chore(release): bump linear (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-06-15T17:31:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68c545fbe53819a279672f12856cf7cf57f8ab4b",
"body": "* feat(linear): add project relayfile writeback\n\n* test(linear): cover project backlog and tombstone sync\n\n* chore: apply pr-reviewer fixes for #182\n\n* fix(linear): address project writeback feedback\n\n---------\n\nCo-authored-by: Hubspot Adapter Bot <agent@agent-relay.com>\nCo-authored-by: agent-relay-code[bot] <agent-relay-code[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(linear): add project relayfile writeback (#182)",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-15T17:28:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59db7a29fbd5bf537e42b57b403236e39aebfe22",
"body": null,
"is_bot": false,
"headline": "chore(release): bump gitlab,github (patch)",
"author_name": "GitHub Actions",
"author_login": "actions-user",
"committed_at": "2026-06-15T13:02:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4af5913c927b7d7cdd0d96da6bc52d59b5863023",
"body": "* fix(github): reconcile issue records on webhook events (#176)\n\nGitHub issues synced via the webhook path were written from whatever the\nwebhook envelope carried — often `labels: []`, sometimes no `meta.json` at\nall — and nothing ever reconciled them. Label-gated consumers (e.g. the\nfactory's `fact\n[…]\n Hubspot Adapter Bot <agent@agent-relay.com>\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nCo-authored-by: agent-relay-code[bot] <agent-relay-code[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(github): reconcile issue records on webhook events (#176) (#177)",
"author_name": "Khaliq",
"author_login": "khaliqgant",
"committed_at": "2026-06-15T13:00:02Z",
"body_truncated": true,
"is_coding_agent": true
}
],
"releases_count": 0,
"commits_last_year": 376,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 15,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": false,
"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": "@relayfile/box",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"relayfile",
"storage-bridge",
"box"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@relayfile/box",
"is_deprecated": false,
"latest_version": "0.3.0",
"repository_url": "https://github.com/AgentWorkforce/relayfile-adapters",
"versions_count": 29,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 261,
"first_published_at": "2026-05-09T10:51:36.595000Z",
"latest_published_at": "2026-06-20T02:46:45.768000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 35
},
{
"name": "@relayfile/adapter-gcp",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@relayfile/adapter-gcp",
"is_deprecated": false,
"latest_version": "0.2.0",
"repository_url": "https://github.com/AgentWorkforce/relayfile-adapters",
"versions_count": 7,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 817,
"first_published_at": "2026-06-17T11:12:03.334000Z",
"latest_published_at": "2026-06-20T02:47:24.265000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 35
},
{
"name": "@relayfile/gcs",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"relayfile",
"storage-bridge",
"gcs"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@relayfile/gcs",
"is_deprecated": false,
"latest_version": "0.3.0",
"repository_url": "https://github.com/AgentWorkforce/relayfile-adapters",
"versions_count": 29,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 291,
"first_published_at": "2026-05-09T10:51:41.319000Z",
"latest_published_at": "2026-06-20T02:47:28.136000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 35
},
{
"name": "@relayfile/adapter-core",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@relayfile/adapter-core",
"is_deprecated": false,
"latest_version": "0.5.11",
"repository_url": "https://github.com/AgentWorkforce/relayfile-adapters",
"versions_count": 130,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 19972,
"first_published_at": "2026-04-13T07:03:33.954000Z",
"latest_published_at": "2026-07-20T23:00:57.729000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
},
{
"name": "@relayfile/adapter-asana",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"relayfile",
"asana",
"adapter"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@relayfile/adapter-asana",
"is_deprecated": false,
"latest_version": "0.4.0",
"repository_url": "https://github.com/AgentWorkforce/relayfile-adapters",
"versions_count": 30,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 951,
"first_published_at": "2026-05-07T19:22:27.684000Z",
"latest_published_at": "2026-06-20T02:46:37.205000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 35
},
{
"name": "@relayfile/gmail",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"relayfile",
"storage-bridge",
"gmail"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@relayfile/gmail",
"is_deprecated": false,
"latest_version": "0.3.0",
"repository_url": "https://github.com/AgentWorkforce/relayfile-adapters",
"versions_count": 29,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 220,
"first_published_at": "2026-05-09T10:51:43.504000Z",
"latest_published_at": "2026-06-20T02:47:41.575000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 35
},
{
"name": "@relayfile/adapter-fathom",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"relayfile",
"fathom",
"adapter"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@relayfile/adapter-fathom",
"is_deprecated": false,
"latest_version": "0.2.0",
"repository_url": "https://github.com/AgentWorkforce/relayfile-adapters",
"versions_count": 14,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 901,
"first_published_at": "2026-05-25T19:59:56.145000Z",
"latest_published_at": "2026-06-20T02:47:19.968000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 35
},
{
"name": "@relayfile/adapter-github",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@relayfile/adapter-github",
"is_deprecated": false,
"latest_version": "0.5.3",
"repository_url": "https://github.com/AgentWorkforce/relayfile-adapters",
"versions_count": 59,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 6627,
"first_published_at": "2026-04-08T12:10:29.444000Z",
"latest_published_at": "2026-07-20T23:01:03.105000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 15
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples",
"samples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [
"packages/core/fixtures/round-trip/github-pulls/openapi.json",
"scripts/integration-contracts/github/source/openapi.yaml"
],
"has_devcontainer": false,
"typecheck_configs": [
"packages/airtable/tsconfig.json",
"packages/asana/tsconfig.json",
"packages/azure-blob/tsconfig.json",
"packages/box/tsconfig.json",
"packages/calendly/tsconfig.json",
"packages/clickup/tsconfig.json",
"packages/cloudflare/tsconfig.json",
"packages/confluence/tsconfig.json",
"packages/core/tsconfig.json",
"packages/daytona/tsconfig.json",
"packages/docker-hub/tsconfig.json",
"packages/dropbox/tsconfig.json",
"packages/fathom/tsconfig.json",
"packages/gcp/tsconfig.json",
"packages/gcs/tsconfig.json",
"packages/github/tsconfig.json",
"packages/gitlab/tsconfig.json",
"packages/gmail/tsconfig.json",
"packages/google-calendar/tsconfig.json",
"packages/google-drive/tsconfig.json",
"packages/granola/tsconfig.json",
"packages/hubspot/tsconfig.json",
"packages/intercom/tsconfig.json",
"packages/jira/tsconfig.json",
"packages/linear/tsconfig.json",
"packages/mailgun/tsconfig.json",
"packages/mixpanel/tsconfig.json",
"packages/neon/tsconfig.json",
"packages/notion/tsconfig.json",
"packages/onedrive/tsconfig.json",
"packages/pipedrive/tsconfig.json",
"packages/postgres/tsconfig.json",
"packages/recall/tsconfig.json",
"packages/reddit/tsconfig.json",
"packages/redis/tsconfig.json",
"packages/relay-helpers/tsconfig.json",
"packages/s3/tsconfig.json",
"packages/salesforce/tsconfig.json",
"packages/segment/tsconfig.json",
"packages/sendgrid/tsconfig.json",
"packages/sharepoint/tsconfig.json",
"packages/shopify/tsconfig.json",
"packages/slack/tsconfig.json",
"packages/stripe/tsconfig.json",
"packages/teams/tsconfig.json",
"packages/telegram/tsconfig.json",
"packages/webhook-server/tsconfig.json",
"packages/x/tsconfig.json",
"packages/zendesk/tsconfig.json",
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 78336,
"source_files_sampled": 1109,
"oversized_source_files": 2,
"agent_instruction_files": [
"AGENTS.md",
"packages/relay-helpers/AGENTS.md",
"packages/relay-helpers/CLAUDE.md"
],
"agent_instruction_max_bytes": 22982
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 31,
"malicious_count": 0,
"assessed_package": "npm:@relayfile/box@0.3.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@relayfile/adapter-core",
"manifest": "packages/airtable/package.json",
"ecosystem": "npm",
"version_constraint": "^0.5.11"
},
{
"name": "@relayfile/adapter-core",
"manifest": "packages/asana/package.json",
"ecosystem": "npm",
"version_constraint": "^0.5.11"
},
{
"name": "@relayfile/adapter-core",
"manifest": "packages/azure-blob/package.json",
"ecosystem": "npm",
"version_constraint": "^0.5.11"
},
{
"name": "@relayfile/adapter-core",
"manifest": "packages/box/package.json",
"ecosystem": "npm",
"version_constraint": "^0.5.11"
},
{
"name": "@relayfile/adapter-core",
"manifest": "packages/calendly/package.json",
"ecosystem": "npm",
"version_constraint": "^0.5.11"
},
{
"name": "@relayfile/adapter-core",
"manifest": "packages/clickup/package.json",
"ecosystem": "npm",
"version_constraint": "^0.5.11"
},
{
"name": "@relayfile/adapter-core",
"manifest": "packages/cloudflare/package.json",
"ecosystem": "npm",
"version_constraint": "^0.5.11"
},
{
"name": "@relayfile/adapter-core",
"manifest": "packages/confluence/package.json",
"ecosystem": "npm",
"version_constraint": "^0.5.11"
},
{
"name": "@scalar/postman-to-openapi",
"manifest": "packages/core/package.json",
"ecosystem": "npm",
"version_constraint": "^0.6.0"
},
{
"name": "cheerio",
"manifest": "packages/core/package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.0"
},
{
"name": "minimatch",
"manifest": "packages/core/package.json",
"ecosystem": "npm",
"version_constraint": "^10.0.3"
},
{
"name": "yaml",
"manifest": "packages/core/package.json",
"ecosystem": "npm",
"version_constraint": "^2.8.1"
},
{
"name": "@relayfile/adapter-core",
"manifest": "packages/daytona/package.json",
"ecosystem": "npm",
"version_constraint": "^0.5.11"
},
{
"name": "@relayfile/adapter-core",
"manifest": "packages/docker-hub/package.json",
"ecosystem": "npm",
"version_constraint": "^0.5.11"
},
{
"name": "@relayfile/adapter-core",
"manifest": "packages/dropbox/package.json",
"ecosystem": "npm",
"version_constraint": "^0.5.11"
},
{
"name": "@relayfile/adapter-core",
"manifest": "packages/fathom/package.json",
"ecosystem": "npm",
"version_constraint": "^0.5.11"
},
{
"name": "@relayfile/adapter-core",
"manifest": "packages/gcp/package.json",
"ecosystem": "npm",
"version_constraint": "^0.5.11"
},
{
"name": "@relayfile/adapter-core",
"manifest": "packages/gcs/package.json",
"ecosystem": "npm",
"version_constraint": "^0.5.11"
},
{
"name": "@relayfile/adapter-core",
"manifest": "packages/github/package.json",
"ecosystem": "npm",
"version_constraint": "^0.5.11"
},
{
"name": "@relayfile/adapter-core",
"manifest": "packages/gitlab/package.json",
"ecosystem": "npm",
"version_constraint": "^0.5.11"
},
{
"name": "@relayfile/adapter-core",
"manifest": "packages/gmail/package.json",
"ecosystem": "npm",
"version_constraint": "^0.5.11"
},
{
"name": "@relayfile/adapter-core",
"manifest": "packages/google-calendar/package.json",
"ecosystem": "npm",
"version_constraint": "^0.5.11"
},
{
"name": "@relayfile/adapter-core",
"manifest": "packages/google-drive/package.json",
"ecosystem": "npm",
"version_constraint": "^0.5.11"
}
],
"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": 196,
"open_issues": 14,
"closed_ratio": 0.659,
"closed_issues": 27,
"closed_unmerged_prs": 15
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "khaliqgant",
"commits": 211,
"avatar_url": "https://avatars.githubusercontent.com/u/1724137?v=4"
},
{
"type": "User",
"login": "actions-user",
"commits": 126,
"avatar_url": "https://avatars.githubusercontent.com/u/65916846?v=4"
},
{
"type": "User",
"login": "miyaontherelay",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/269308173?v=4"
},
{
"type": "User",
"login": "kjgbot",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/275054001?v=4"
},
{
"type": "User",
"login": "willwashburn",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/957608?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.575
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"publish.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"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": 10,
"reason": "14 out of 14 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 2/28 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 6 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 26 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": 3,
"reason": "dependency not pinned by hash detected -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "58 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "d5dcad53061845594ae281eed26086380a138ef0",
"ran_at": "2026-07-25T10:17:43Z",
"aggregate_score": 3.7,
"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-20T23:01:06Z",
"oldest_open_prs": [
{
"number": 230,
"created_at": "2026-07-11T23:49:42Z",
"last_comment_at": "2026-07-11T23:49:50Z",
"last_comment_author": "coderabbitai"
}
],
"last_merged_pr_at": "2026-07-20T22:59:03Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 143,
"created_at": "2026-06-02T11:51:30Z",
"last_comment_at": "2026-06-15T22:13:30Z",
"last_comment_author": "khaliqgant"
},
{
"number": 157,
"created_at": "2026-06-05T09:05:52Z",
"last_comment_at": "2026-06-15T22:13:08Z",
"last_comment_author": "khaliqgant"
},
{
"number": 192,
"created_at": "2026-06-15T22:27:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 195,
"created_at": "2026-06-16T11:51:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 196,
"created_at": "2026-06-16T11:52:24Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 197,
"created_at": "2026-06-16T11:52:24Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 198,
"created_at": "2026-06-16T11:52:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 199,
"created_at": "2026-06-16T11:52:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 200,
"created_at": "2026-06-16T18:13:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 204,
"created_at": "2026-06-17T10:52:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 213,
"created_at": "2026-06-18T10:31:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 225,
"created_at": "2026-06-22T12:24:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 226,
"created_at": "2026-06-22T13:04:05Z",
"last_comment_at": "2026-06-22T13:05:59Z",
"last_comment_author": "miyaontherelay"
},
{
"number": 251,
"created_at": "2026-07-18T16:26:33Z",
"last_comment_at": "2026-07-18T16:28:45Z",
"last_comment_author": "khaliqgant"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/AgentWorkforce/relayfile-adapters",
"host": "github.com",
"name": "relayfile-adapters",
"owner": "AgentWorkforce"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"security": 50,
"vitality": 45,
"community": 28,
"governance": 61,
"engineering": 71
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 45,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"commits_last_year": 376,
"human_commit_share": 0.99,
"days_since_last_push": 4,
"active_weeks_last_year": 15
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "15/52 weeks with commits",
"points": 10.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 15
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "376 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 376
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 26 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"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": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"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": "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": 28,
"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": "good",
"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": 75,
"inputs": {
"packages": [
"@relayfile/box",
"@relayfile/adapter-gcp",
"@relayfile/gcs",
"@relayfile/adapter-core",
"@relayfile/adapter-asana",
"@relayfile/gmail",
"@relayfile/adapter-fathom",
"@relayfile/adapter-github"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 30040
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "30,040 downloads/month across npm",
"points": 59.7,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 30040,
"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": 61,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 5,
"top_contributor_share": 0.575
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 57% of commits",
"points": 9.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 57
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"merged_prs": 196,
"open_issues": 14,
"closed_issues": 27,
"issue_closed_ratio": 0.659,
"closed_unmerged_prs": 15
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "66% of issues closed",
"points": 30.8,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 66
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "196/211 decided PRs merged",
"points": 35.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 196,
"decided": 211
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"followers": 45,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "AgentWorkforce",
"public_repos": 70,
"account_age_days": 207
},
"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": "45 followers of AgentWorkforce",
"points": 12,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 45,
"login": "AgentWorkforce"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "70 public repos, account ~0 yr old",
"points": 14.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 70
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@relayfile/box",
"@relayfile/adapter-gcp",
"@relayfile/gcs",
"@relayfile/adapter-core",
"@relayfile/adapter-asana",
"@relayfile/gmail",
"@relayfile/adapter-fathom",
"@relayfile/adapter-github"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 4
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "8 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 8,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "130 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 130
}
}
],
"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": 71,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "14 out of 14 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 50,
"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": 37,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.7
},
"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": "14 out of 14 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 2/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 26 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 3",
"points": 1.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": "58 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:@relayfile/box@0.3.0 runtime dependency closure — what installing the published package pulls in — 31 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:@relayfile/box@0.3.0",
"assessed": 31
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 31,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 31,
"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": 6
},
"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.949,
"agent_instruction_files": [
"AGENTS.md",
"packages/relay-helpers/AGENTS.md",
"packages/relay-helpers/CLAUDE.md"
],
"agent_instruction_max_bytes": 22982
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, packages/relay-helpers/AGENTS.md, packages/relay-helpers/CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, packages/relay-helpers/AGENTS.md, packages/relay-helpers/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 99 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 94,
"sampled": 99
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"packages/airtable/tsconfig.json",
"packages/asana/tsconfig.json",
"packages/azure-blob/tsconfig.json",
"packages/box/tsconfig.json",
"packages/calendly/tsconfig.json",
"packages/clickup/tsconfig.json",
"packages/cloudflare/tsconfig.json",
"packages/confluence/tsconfig.json",
"packages/core/tsconfig.json",
"packages/daytona/tsconfig.json",
"packages/docker-hub/tsconfig.json",
"packages/dropbox/tsconfig.json",
"packages/fathom/tsconfig.json",
"packages/gcp/tsconfig.json",
"packages/gcs/tsconfig.json",
"packages/github/tsconfig.json",
"packages/gitlab/tsconfig.json",
"packages/gmail/tsconfig.json",
"packages/google-calendar/tsconfig.json",
"packages/google-drive/tsconfig.json",
"packages/granola/tsconfig.json",
"packages/hubspot/tsconfig.json",
"packages/intercom/tsconfig.json",
"packages/jira/tsconfig.json",
"packages/linear/tsconfig.json",
"packages/mailgun/tsconfig.json",
"packages/mixpanel/tsconfig.json",
"packages/neon/tsconfig.json",
"packages/notion/tsconfig.json",
"packages/onedrive/tsconfig.json",
"packages/pipedrive/tsconfig.json",
"packages/postgres/tsconfig.json",
"packages/recall/tsconfig.json",
"packages/reddit/tsconfig.json",
"packages/redis/tsconfig.json",
"packages/relay-helpers/tsconfig.json",
"packages/s3/tsconfig.json",
"packages/salesforce/tsconfig.json",
"packages/segment/tsconfig.json",
"packages/sendgrid/tsconfig.json",
"packages/sharepoint/tsconfig.json",
"packages/shopify/tsconfig.json",
"packages/slack/tsconfig.json",
"packages/stripe/tsconfig.json",
"packages/teams/tsconfig.json",
"packages/telegram/tsconfig.json",
"packages/webhook-server/tsconfig.json",
"packages/x/tsconfig.json",
"packages/zendesk/tsconfig.json",
"tsconfig.json"
],
"agent_commit_share": 0.22,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "packages/airtable/tsconfig.json, packages/asana/tsconfig.json, packages/azure-blob/tsconfig.json, packages/box/tsconfig.json, packages/calendly/tsconfig.json, packages/clickup/tsconfig.json, packages/cloudflare/tsconfig.json, packages/confluence/tsconfig.json, packages/core/tsconfig.json, packages/daytona/tsconfig.json, packages/docker-hub/tsconfig.json, packages/dropbox/tsconfig.json, packages/fathom/tsconfig.json, packages/gcp/tsconfig.json, packages/gcs/tsconfig.json, packages/github/tsconfig.json, packages/gitlab/tsconfig.json, packages/gmail/tsconfig.json, packages/google-calendar/tsconfig.json, packages/google-drive/tsconfig.json, packages/granola/tsconfig.json, packages/hubspot/tsconfig.json, packages/intercom/tsconfig.json, packages/jira/tsconfig.json, packages/linear/tsconfig.json, packages/mailgun/tsconfig.json, packages/mixpanel/tsconfig.json, packages/neon/tsconfig.json, packages/notion/tsconfig.json, packages/onedrive/tsconfig.json, packages/pipedrive/tsconfig.json, packages/postgres/tsconfig.json, packages/recall/tsconfig.json, packages/reddit/tsconfig.json, packages/redis/tsconfig.json, packages/relay-helpers/tsconfig.json, packages/s3/tsconfig.json, packages/salesforce/tsconfig.json, packages/segment/tsconfig.json, packages/sendgrid/tsconfig.json, packages/sharepoint/tsconfig.json, packages/shopify/tsconfig.json, packages/slack/tsconfig.json, packages/stripe/tsconfig.json, packages/teams/tsconfig.json, packages/telegram/tsconfig.json, packages/webhook-server/tsconfig.json, packages/x/tsconfig.json, packages/zendesk/tsconfig.json, tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "packages/airtable/tsconfig.json, packages/asana/tsconfig.json, packages/azure-blob/tsconfig.json, packages/box/tsconfig.json, packages/calendly/tsconfig.json, packages/clickup/tsconfig.json, packages/cloudflare/tsconfig.json, packages/confluence/tsconfig.json, packages/core/tsconfig.json, packages/daytona/tsconfig.json, packages/docker-hub/tsconfig.json, packages/dropbox/tsconfig.json, packages/fathom/tsconfig.json, packages/gcp/tsconfig.json, packages/gcs/tsconfig.json, packages/github/tsconfig.json, packages/gitlab/tsconfig.json, packages/gmail/tsconfig.json, packages/google-calendar/tsconfig.json, packages/google-drive/tsconfig.json, packages/granola/tsconfig.json, packages/hubspot/tsconfig.json, packages/intercom/tsconfig.json, packages/jira/tsconfig.json, packages/linear/tsconfig.json, packages/mailgun/tsconfig.json, packages/mixpanel/tsconfig.json, packages/neon/tsconfig.json, packages/notion/tsconfig.json, packages/onedrive/tsconfig.json, packages/pipedrive/tsconfig.json, packages/postgres/tsconfig.json, packages/recall/tsconfig.json, packages/reddit/tsconfig.json, packages/redis/tsconfig.json, packages/relay-helpers/tsconfig.json, packages/s3/tsconfig.json, packages/salesforce/tsconfig.json, packages/segment/tsconfig.json, packages/sendgrid/tsconfig.json, packages/sharepoint/tsconfig.json, packages/shopify/tsconfig.json, packages/slack/tsconfig.json, packages/stripe/tsconfig.json, packages/teams/tsconfig.json, packages/telegram/tsconfig.json, packages/webhook-server/tsconfig.json, packages/x/tsconfig.json, packages/zendesk/tsconfig.json, tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "22 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 22,
"sampled": 100
}
}
],
"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 3",
"points": 3,
"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": "TypeScript",
"largest_source_bytes": 78336,
"source_files_sampled": 1109,
"oversized_source_files": 2
},
"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": "2/1109 source files over 60KB",
"points": 54.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 1109,
"oversized": 2
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"examples",
"samples"
],
"has_mcp_signal": false,
"api_schema_files": [
"packages/core/fixtures/round-trip/github-pulls/openapi.json",
"scripts/integration-contracts/github/source/openapi.yaml"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "packages/core/fixtures/round-trip/github-pulls/openapi.json, scripts/integration-contracts/github/source/openapi.yaml",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "packages/core/fixtures/round-trip/github-pulls/openapi.json, scripts/integration-contracts/github/source/openapi.yaml"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples, samples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples, samples"
}
}
],
"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-25T10:17:59.408491Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/AgentWorkforce/relayfile-adapters.svg",
"full_name": "AgentWorkforce/relayfile-adapters",
"license_state": "absent",
"license_spdx": null
}