Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 10671,
"has_wiki": true,
"homepage": "https://courier-react-editor.vercel.app/",
"languages": {
"CSS": 69842,
"Vue": 771,
"HTML": 303,
"JavaScript": 12587,
"TypeScript": 4417933
},
"pushed_at": "2026-07-17T17:18:19Z",
"created_at": "2024-11-22T16:16:11Z",
"owner_type": "Organization",
"updated_at": "2026-07-17T17:18:32Z",
"description": "Courier Designer",
"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://www.courier.com",
"name": "Courier",
"type": "Organization",
"login": "trycourier",
"company": null,
"location": "San Francisco, CA",
"followers": 58,
"avatar_url": "https://avatars.githubusercontent.com/u/45976574?v=4",
"created_at": "2018-12-18T17:28:52Z",
"is_verified": null,
"public_repos": 72,
"account_age_days": 2772
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "@trycourier/react-designer@0.8.0",
"kind": "other",
"published_at": "2026-05-28T17:18:41Z"
},
{
"tag": "@trycourier/react-designer@0.7.0",
"kind": "other",
"published_at": "2026-03-05T19:23:20Z"
},
{
"tag": "@trycourier/react-designer@0.6.0",
"kind": "other",
"published_at": "2026-02-11T18:52:41Z"
},
{
"tag": "@trycourier/react-designer@0.5.1",
"kind": "other",
"published_at": "2026-01-15T19:17:45Z"
},
{
"tag": "@trycourier/react-designer@0.5.0",
"kind": "other",
"published_at": "2026-01-09T15:21:22Z"
},
{
"tag": "@trycourier/react-designer@0.4.0",
"kind": "other",
"published_at": "2025-12-18T20:10:06Z"
},
{
"tag": "@trycourier/react-designer@0.3.0",
"kind": "other",
"published_at": "2025-12-15T16:51:20Z"
},
{
"tag": "@trycourier/react-designer@0.2.0",
"kind": "other",
"published_at": "2025-10-30T18:45:57Z"
},
{
"tag": "@trycourier/react-designer@0.1.0",
"kind": "other",
"published_at": "2025-10-23T13:52:38Z"
},
{
"tag": "@trycourier/react-designer@0.0.10",
"kind": "other",
"published_at": "2025-10-20T14:10:23Z"
},
{
"tag": "@trycourier/react-designer@0.0.9",
"kind": "other",
"published_at": "2025-10-15T12:51:38Z"
},
{
"tag": "@trycourier/react-designer@0.0.8",
"kind": "other",
"published_at": "2025-10-14T14:33:16Z"
},
{
"tag": "@trycourier/react-designer@0.0.7",
"kind": "other",
"published_at": "2025-09-29T16:46:34Z"
},
{
"tag": "@trycourier/react-designer@0.0.6",
"kind": "other",
"published_at": "2025-09-16T09:28:12Z"
},
{
"tag": "@trycourier/react-designer@0.0.5",
"kind": "other",
"published_at": "2025-09-05T16:18:49Z"
},
{
"tag": "@trycourier/react-designer@0.0.4",
"kind": "other",
"published_at": "2025-09-05T14:23:56Z"
},
{
"tag": "@trycourier/react-designer@0.0.3",
"kind": "other",
"published_at": "2025-07-25T10:43:56Z"
},
{
"tag": "@trycourier/react-designer@0.0.2",
"kind": "other",
"published_at": "2025-04-29T19:12:16Z"
},
{
"tag": "@trycourier/react-designer@0.0.1",
"kind": "other",
"published_at": "2025-04-29T18:56:06Z"
}
],
"recent_commits": [
{
"oid": "c55c57c72827b932228cddcc2b0977b3e6e222a9",
"body": "Lets users disable click-through tracking per text link and per action\nbutton, serialized as disable_tracking on the Elemental link/action.\n\n- link mark (Link.ts) + button node (Button.ts/Button.types.ts) gain a\n disableTracking attribute\n- \"Link tracking\" toggle in LinkForm, ButtonForm, and LinkBu\n[…]\nshows a tooltip — without mutating the stored attr\n- tests for serialize/deserialize, toggle state, and the disabled/gated\n state\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "[C-16402] Add link tracking toggle for links and action buttons (#189)",
"author_name": "Geraldo Silva",
"author_login": "gerjunior",
"committed_at": "2026-07-17T17:17:36Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e7286744637710721609a05fb3ea0030bb50ad6a",
"body": "* [C-19030] Add BrandFooterV2 and align header/footer padding\n\nAdd BrandFooterV2 component with inline styles (no courier- class\ndependencies). Unify header/footer padding to 32px across brand\neditor and email layout. Update BrandFooter link/icon styles.\n\nCo-Authored-By: Claude Opus 4.6 (1M context)\n[…]\nc exports snapshot for BrandFooterV2; add handoff\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "[C-19030] Add BrandFooterV2 and align header/footer padding (#188)",
"author_name": "Geraldo Silva",
"author_login": "gerjunior",
"committed_at": "2026-07-07T18:27:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "64a344a944926ef42f3c68b29b873e9fa2ca4f81",
"body": null,
"is_bot": false,
"headline": "Pass OpenAI API key to Codex review workflow",
"author_name": "Gabrielgvl",
"author_login": "Gabrielgvl",
"committed_at": "2026-07-06T18:51:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "827b97459264a04dc87fdd6cc6140570c181a079",
"body": "The single `button` case in convertTiptapToElemental was not serializing\n`textColor` as the Elemental `color` field, while the `buttonRow` case\ndid. This caused Inbox outlined primary buttons to lose their text color\non the round-trip through the editor's onUpdate handler, resulting in\nwhite text on a white background after publish + reload.\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: serialize button textColor in TipTap→Elemental conversion (#186)",
"author_name": "Geraldo Silva",
"author_login": "gerjunior",
"committed_at": "2026-07-01T13:14:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "041c5a8f591e16fc46cd8cf8726d52a2e286863a",
"body": "* fix: guard against undefined quote content in convertElementalToTiptap\n\nWhen a quote node's `content` property is undefined (e.g. after the\nlocalization editor mutates it to inline elements format),\n`isListContent` crashes with \"Cannot read properties of undefined\n(reading 'split')\". This adds a n\n[…]\niew\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01CzJ6Nav4ChdexTxMYVHeKL\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "[C-19020] Add brand CSS targeting classes to designer components (#185)",
"author_name": "Geraldo Silva",
"author_login": "gerjunior",
"committed_at": "2026-06-30T19:50:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "44da7cdcf81bc0a113970d4118d067fa98359cb6",
"body": "…p (#183)\n\nWhen a quote node's `content` property is undefined (e.g. after the\nlocalization editor mutates it to inline elements format),\n`isListContent` crashes with \"Cannot read properties of undefined\n(reading 'split')\". This adds a null guard and normalizes all\n`node.content` references through a fallback variable.\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: guard against undefined quote content in convertElementalToTipta…",
"author_name": "Geraldo Silva",
"author_login": "gerjunior",
"committed_at": "2026-06-30T19:28:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8c132d370f057d788930b0a25a7f435b0ea3d711",
"body": "…ocale preview (#182)\n\n* fix(TextColorButton): add base text color so button is visible without a color assigned\n\nThe button only had hover:courier-text-accent-foreground with no default\ntext color, making the \"A\" circle and border (courier-border-current)\ninvisible on light backgrounds when no text\n[…]\nchitecture consistency tests to accept previewLocale as a valid\ndependency.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: internationalization feedbacks — translation editor toolbar & l…",
"author_name": "Geraldo Silva",
"author_login": "gerjunior",
"committed_at": "2026-06-24T16:55:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cc635fd51ea024ba8066aeab33ab9ac7532e79e2",
"body": "…lumn-drag-and-drop-dropping-blocks-before-the\n\nfix(dnd): stabilize column drag-and-drop drop targets",
"is_bot": false,
"headline": "Merge pull request #181 from trycourier/sasha/c-18786-designer-fix-co…",
"author_name": "Alexander Schwarzmann",
"author_login": "sashathor",
"committed_at": "2026-06-09T18:40:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6e83deac1e04bddc0255ca426fd5500a701aa4e",
"body": "Route the column drop-zone decision through a pure resolveColumnDropZone\nhelper so a block dropped over a cell always lands in the highlighted cell\ninstead of before the column, and enable dropping blocks into the gap\nbetween two stacked columns. Adds unit and e2e coverage.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(dnd): stabilize column drag-and-drop drop targets",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-06-09T12:31:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bba0fe07ceada0d2c3621c521445636d6fb7470a",
"body": "…designer-release-pr-creation-and-noisy\n\nfix(ci): unblock Version Packages PR creation and silence noisy workflows",
"is_bot": false,
"headline": "Merge pull request #179 from trycourier/sasha/c-18768-ci-fix-courier-…",
"author_name": "Alexander Schwarzmann",
"author_login": "sashathor",
"committed_at": "2026-06-08T16:11:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e607ff6c5ce5d7c4179e6dc42481f6b27056c3e",
"body": "…lows\n\nGrant pull-requests: write to publish-release so changesets can open PRs.\nTemporarily disable org automation workflows that only produced skip emails.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(ci): unblock Version Packages PR creation and silence noisy workf…",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-06-08T15:26:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "94f76c50aa573059e701f1a5a42a6177855a891d",
"body": "…-shows-path-not-found-after-updating-test\n\nfix(ListForm): clear loop path warning when sample data updates",
"is_bot": false,
"headline": "Merge pull request #177 from trycourier/sasha/c-18636-list-loop-still…",
"author_name": "Alexander Schwarzmann",
"author_login": "sashathor",
"committed_at": "2026-06-08T14:01:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcd566204931b39e0baa704537bb4461a55c348e",
"body": "…-found-after-updating-test",
"is_bot": false,
"headline": "Merge branch 'main' into sasha/c-18636-list-loop-still-shows-path-not…",
"author_name": "Alexander Schwarzmann",
"author_login": "sashathor",
"committed_at": "2026-06-08T13:38:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d57ecab2e573d54efcb9ed0e16bc2bb387720e1",
"body": null,
"is_bot": false,
"headline": "fix: remove Codex review model override",
"author_name": "Orbio Agent",
"author_login": "Gabrielgvl",
"committed_at": "2026-06-02T20:10:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05ed765bb66e0c1163d701f24b915cd10221701e",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "chore: add changeset for list loop path warning fix",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-29T13:05:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3c069b1580c990d0158e8dd9a668fe5e877cb7de",
"body": "pnpm/action-setup v4 errors when both workflow \"version\" and\npackage.json \"packageManager\" are set. Rely on the pinned packageManager.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(ci): use packageManager field for pnpm version in Actions",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-29T12:35:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d1b68a4f6fb5cb2c16a0013078ec78141606e3db",
"body": "Clear stale \"path not found\" warnings after sample data is updated and\nresolve immediately on sample data changes instead of only on loop edits.",
"is_bot": false,
"headline": "fix(ListForm): revalidate loop path warning when sample data changes",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-29T12:33:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e92ee3574262f91f4b89506e7c38b72a085158f",
"body": "Version Packages",
"is_bot": false,
"headline": "Merge pull request #141 from trycourier/changeset-release/main",
"author_name": "Alexander Schwarzmann",
"author_login": "sashathor",
"committed_at": "2026-05-28T17:17:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "964b92ee8d4b85ec586f27dba4845c34b4485a00",
"body": null,
"is_bot": false,
"headline": "ci: trigger checks",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-28T14:17:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c2cec3b334e54370358056f1f05ce01b65111b4",
"body": null,
"is_bot": true,
"headline": "ci: Version Packages",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-28T13:51:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bf08047e77343b0efaf7672a03166caa538693c",
"body": "…designer-npm-publish-oidc-workflow\n\nfix(ci): restore npm OIDC publish in publish-npm workflow",
"is_bot": false,
"headline": "Merge pull request #175 from trycourier/sasha/c-18595-ci-fix-courier-…",
"author_name": "Alexander Schwarzmann",
"author_login": "sashathor",
"committed_at": "2026-05-28T13:50:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "503eb6ea1fdbd4e899d4377755d3649b929f19e7",
"body": "Remove npm whoami (invalid for Trusted Publishing), use Node 24,\nand prepare .npmrc before publish so OIDC auth is not blocked.\n\nCloses C-18595\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(ci): restore npm OIDC publish in publish-npm workflow",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-28T12:57:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bf59e28b21867ebfc26c7466217e35514834cf69",
"body": "…ugs-0ad9\n\nfix: nested list locale field paths and localization save scope",
"is_bot": false,
"headline": "Merge pull request #173 from trycourier/cursor/critical-correctness-b…",
"author_name": "Alexander Schwarzmann",
"author_login": "sashathor",
"committed_at": "2026-05-27T16:50:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c8a63f3d22d38d255bc694e21938ac23804b6f3",
"body": null,
"is_bot": false,
"headline": "ci: trigger checks",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-27T16:28:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdbc6ee3931b2a15757d71d0e1d51c8dee5f82bf",
"body": "Nested list translations used wrong field IDs when inline content\npreceded the nested list, so updateLocaleTranslation targeted the wrong\nnode and translations were silently dropped.\n\nAlso limit useLocalization auto-save to setTranslation calls so it does\nnot fire on unrelated templateEditorContentAtom updates when composed\nwith TemplateEditor.\n\nCo-authored-by: Alexander Schwarzmann <sashathor@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: nested list locale field paths and localization save scope",
"author_name": "Cursor Agent",
"author_login": "cursoragent",
"committed_at": "2026-05-26T11:08:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0d6855cf86633b77dff7a573565c53ec33efba0",
"body": "…locales-through-the-editor\n\nAdd localization support: TranslationEditor, useLocalization hook, and text extraction utilities",
"is_bot": false,
"headline": "Merge pull request #172 from trycourier/sasha/c-17043-ability-to-add-…",
"author_name": "Alexander Schwarzmann",
"author_login": "sashathor",
"committed_at": "2026-05-25T15:01:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57b450c5b527d7254a7ae88e1be7fcb325987387",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix: prettier formatting in list-item locale restoration",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-25T10:55:26Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a281187debe0ed32e9580acb5f9c2d976edd35df",
"body": "List-item locales were dropped when the email editor converted\nElemental content to TipTap and back, causing the design header to\nstill show incomplete translations after localizing list content.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix: preserve list-item locale translations through editor round-trip",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-25T10:53:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d1e4e393e0eaac246e7eda6b1a80f6c31db41d66",
"body": "extractTextFields previously hardcoded `locales: {}` for list-item\nnodes, so translations were saved to the backend but never shown\nin the localization UI after batch translation.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix: read existing locale translations for list-item nodes",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-22T15:34:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "628f22686e72fd0cdea67d4b48de4421978da41e",
"body": "Add an editor-dev page with editable en/fr panels and live Elemental JSON\noutput. Fix duplicate TipTap text extension and BubbleMenu unmount error.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Add TranslationEditor demo page and fix read-only toggle crash",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-22T10:45:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5436b60e1047b5491cfb55bd4f6091c157ca523f",
"body": "Document OIDC workflow usage with --ref, and adjust TranslationEditor\nand extractTextFields test coverage.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Update publish-canary skill and refine translation editor tests",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-21T14:56:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "659e5a92d80893803869694966c6109c85c68c7f",
"body": "Replace token-based publish-canary and publish-release workflows with a\nsingle publish-npm.yml workflow that authenticates using GitHub OIDC.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Migrate npm publishing to Trusted Publishing via OIDC",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-21T10:49:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "24fe21c079b60cfca5776a107953f77de74ffe44",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Restore and expand extractTextFields test coverage",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-20T16:34:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0f6bd6ba68063d07002c46a3ff9c8846c2435891",
"body": "…t coverage\n\n- Add fnv1aHash and _sourceHash tracking for detecting stale translations\n- Add updateLocaleTranslationWithElements for rich-text locale updates\n- Enhance TranslationEditor with Color extension and inline link editing\n- Preserve _sourceHash through tiptap-to-elemental round-trip conversion\n- Restore dropped tests for recursion, locale edge cases, and round-trip\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Add stale locale detection, rich translation editing, and restore tes…",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-20T16:33:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2dd6163d22caa1599f1f7a22d6599a5179aa7ead",
"body": "…nnel\n\nMove link editing from the right sidebar to a floating inline popup that\nappears near the selected text, matching the standard TipTap/Notion UX.\nThe popup uses manual positioning via coordsAtPos for reliable rendering\ndriven by Jotai state. BubbleTextMenu hides when the link popup is active.\n\nIncludes unit tests (14), E2E tests (7), and a full-cycle test.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Replace sidebar link form with inline link bubble popup for Email cha…",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-18T11:06:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "489d3f0534d850420e924e4c8d4cf46a2f40d404",
"body": "…-the-editor",
"is_bot": false,
"headline": "Merge branch 'main' into sasha/c-17043-ability-to-add-locales-through…",
"author_name": "Alexander Schwarzmann",
"author_login": "sashathor",
"committed_at": "2026-05-14T14:22:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e781c4f01155def83f154510240c3e680cdd348",
"body": "…d text extraction utilities\n\nIntroduce the localization feature set for the designer:\n- TranslationEditor component for inline rich-text locale editing\n- useLocalization hook that extracts translatable fields and auto-saves\n- extractTextFields utilities for walking Elemental trees and updating loca\n[…]\nmplateEditor\n- Unit tests for extractTextFields, updateLocaleTranslation, extractExistingLocales, and useLocalization\n- Updated public exports snapshot\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Add localization support: TranslationEditor, useLocalization hook, an…",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-14T14:21:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4c76845f56e48a56bf3b0e2dce31e6a816a05b40",
"body": "…ses-links-and-variables-on-tab-switch-and\n\nfix: BrandFooter placeholder for empty content and fix broken/flaky e2e tests",
"is_bot": false,
"headline": "Merge pull request #171 from trycourier/sasha/c-18307-brand-footer-lo…",
"author_name": "Alexander Schwarzmann",
"author_login": "sashathor",
"committed_at": "2026-05-14T13:36:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79ad54592dd7334cf875b5a5289efad45b9c4e53",
"body": "…2e tests\n\n- Add custom Placeholder extension to BrandFooter so empty footers show\n placeholder text and always contain at least one paragraph node\n- Fix multiple-template-providers tests that incorrectly asserted all\n TipTap editors are editable (BrandFooter is intentionally read-only)\n- Fix flak\n[…]\ned timeout\n- Fix heading/paragraph visual parity tests by using programmatic TipTap\n setTextAlign command instead of fragile bubble menu button clicks\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix: BrandFooter placeholder for empty content and fix broken/flaky e…",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-13T16:20:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "70df9e462c8f7cceb29134a60a0b457a8952e982",
"body": "…e-version\n\nUpdate GitHub Actions workflows to use Node.js 20, pnpm v4, and actio…",
"is_bot": false,
"headline": "Merge pull request #170 from trycourier/sasha/fix-cicd-by-bumping-nod…",
"author_name": "Alexander Schwarzmann",
"author_login": "sashathor",
"committed_at": "2026-05-07T16:10:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de7cb17c02b7f574614efcd4cd65c9b1c741cdbb",
"body": "…configure only built dependencies for improved dependency management and compatibility.",
"is_bot": false,
"headline": "Update package.json and GitHub Actions workflows to use pnpm v10 and …",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-07T15:20:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e147b9b0814210d451e2c39eccf6ce6a4ae2f8f3",
"body": "… and disabled shamefully hoist for improved dependency management.",
"is_bot": false,
"headline": "Update GitHub Actions workflows to use pnpm with isolated node linker…",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-07T15:13:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63f1d1aa13f4c7977d2a81a57ebc9abd354947c6",
"body": "…n to 9 for improved stability and compatibility.",
"is_bot": false,
"headline": "Update GitHub Actions workflows to use Node.js 18 and pin pnpm versio…",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-07T15:05:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be6db73d453add8b006c3cfae983c13c18199104",
"body": "…ibility and performance.",
"is_bot": false,
"headline": "Update GitHub Actions workflows to use Node.js 22 for improved compat…",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-07T15:01:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c062e6f0c254dc81eded43629746fb5d12f3a07f",
"body": "… improved dependency management.",
"is_bot": false,
"headline": "Update GitHub Actions workflows to use the latest version of pnpm for…",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-07T15:00:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aed75cd8727213e2e47e68b3a69471fbc9cae302",
"body": "…ns/checkout v4 for improved performance and compatibility.",
"is_bot": false,
"headline": "Update GitHub Actions workflows to use Node.js 20, pnpm v4, and actio…",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-07T14:56:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff787989cf39d804598af96768455a7a07c645f9",
"body": "…k-prevents-bottom-stacking\n\nSasha/sup 593 cds column block prevents bottom stacking",
"is_bot": false,
"headline": "Merge pull request #169 from trycourier/sasha/sup-593-cds-column-bloc…",
"author_name": "Alexander Schwarzmann",
"author_login": "sashathor",
"committed_at": "2026-05-07T13:40:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ccf6ff8aa19a77ca3582853e7dfa81084fa4fec",
"body": "… designer, reflecting recent design changes across various states and configurations.",
"is_bot": false,
"headline": "Update visual snapshots for button and column components in the React…",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-06T14:46:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "340df5c1d9b7d0d7b9d833923c4d1953bc5f1cb8",
"body": "…om-stacking",
"is_bot": false,
"headline": "Merge branch 'main' into sasha/sup-593-cds-column-block-prevents-bott…",
"author_name": "Alexander Schwarzmann",
"author_login": "sashathor",
"committed_at": "2026-05-05T18:27:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9abb1fdd57dce31d5dd2fe8fc0fadbd901e19340",
"body": "* [C-17905] Improve block conditions section UI\n\nRename heading to \"Conditional Rendering\" with info tooltip, replace\n\"Remove all\" text button with trash icon and confirmation popover, and\nhide Add button while an unsaved condition form is open.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.co\n[…]\nh\nfont-normal on operator dropdown and Save/Cancel buttons for\nconsistency.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "[C-17905] Improve block conditions section UI (#168)",
"author_name": "Geraldo Silva",
"author_login": "gerjunior",
"committed_at": "2026-05-05T18:20:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a5952223ad82f136bed826a3d6680c4bef3af4c7",
"body": "…roved UI clarity",
"is_bot": false,
"headline": "feat: hide empty column placeholders in preview/readonly mode for imp…",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-05T17:46:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c070a150643c1539014ee80808cb29457bd4f94",
"body": "…test coverage",
"is_bot": false,
"headline": "fix: stabilize drag-and-drop behavior for column layouts and enhance …",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-05T17:36:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "472612d3bd96f317fa07c0cd38cfbfe056e6773c",
"body": "…tline-button-style-to-new-template-builder\n\nfeat: re-add Filled/Outlined button style toggle to Inbox channel sid…",
"is_bot": false,
"headline": "Merge pull request #165 from trycourier/sasha/c-17700-add-secondaryou…",
"author_name": "Alexander Schwarzmann",
"author_login": "sashathor",
"committed_at": "2026-05-05T15:17:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a54840e26532ffca1e35dce281a71db822edced",
"body": "…yle-to-new-template-builder",
"is_bot": false,
"headline": "Merge branch 'main' into sasha/c-17700-add-secondaryoutline-button-st…",
"author_name": "Alexander Schwarzmann",
"author_login": "sashathor",
"committed_at": "2026-05-05T14:25:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a4667aac4f4b7682d60544d3b1087c141426ce3",
"body": "…r-updates\n\nchore: New Brand Editor updates",
"is_bot": false,
"headline": "Merge pull request #163 from trycourier/sasha/c-17530-new-brand-edito…",
"author_name": "Alexander Schwarzmann",
"author_login": "sashathor",
"committed_at": "2026-05-04T15:42:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30a115b650f1255b57ce1c8fd50e95b5fa984be2",
"body": "…emeProvider types",
"is_bot": false,
"headline": "test: update theme generation tests to use snapshot comparison for Th…",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-04T12:06:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b1c7e47b58bfef2281f461576ea50adb741ba38",
"body": "…r theme utilities",
"is_bot": false,
"headline": "feat: refactor theme generation script and add comprehensive tests fo…",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-04T11:54:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03cde7107a79243225e57f58d8e50e85d54019ba",
"body": "…nd adding CSS variable support",
"is_bot": false,
"headline": "feat: enhance theme generation by extracting themes from TypeScript a…",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-05-04T11:40:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3627df2f553ee8689156fad3e83c6e72f3fae4fe",
"body": null,
"is_bot": false,
"headline": "test: enhance ColorPicker tests for brand email ref and reset behavior",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-04-30T15:46:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0ddbdb49dc6b885705dd26feccb3d5f84e04efd",
"body": "…ndling",
"is_bot": false,
"headline": "refactor: update EmailLayout and ChannelRootContainer for overflow ha…",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-04-30T15:29:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfdd6cefc434b601dfa814e6e50acfc087f00297",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into sasha/c-17530-new-brand-editor-updates",
"author_name": "Alexander Schwarzmann",
"author_login": "sashathor",
"committed_at": "2026-04-29T15:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57556378dcaee78e932f72716013f4220f60a1aa",
"body": "…ondaryoutline-button-style-to-new-template-builder\n\nMade-with: Cursor\n\n# Conflicts:\n#\tpackages/react-designer/src/lib/utils/convertElementalToTiptap/convertElementalToTiptap.ts",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into sasha/c-17700-add-sec…",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-04-28T07:57:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d0ea86d68b7d1b56825b6863001e67b8b835f80",
"body": null,
"is_bot": false,
"headline": "refactor: enhance Filled/Outlined button style handling in Inbox sidebar",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-04-28T07:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8568f7d70f7b322a742fb0e2539eccb299538ce",
"body": "* feat: add PrefixInput component with protocol dropdown for button link field\n\nAdd a reusable PrefixInput ui-kit component that pairs a dropdown prefix\nselector with a text input. Integrate it into the ButtonForm link field\nwith https:// and http:// options.\n\nSmart URL handling: pasting or typing a\n[…]\nender. Tests updated to use a controlled wrapper.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add protocol prefix dropdown to button link field (#166)",
"author_name": "Geraldo Silva",
"author_login": "gerjunior",
"committed_at": "2026-04-27T20:42:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d819f5215b3453786e94e54a86a84a27e0f8f8b4",
"body": null,
"is_bot": false,
"headline": "chore: update visual snapshots for column designs in e2e tests",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-04-27T19:41:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e45e9977d23b87033e594421156f93e9452f6a9e",
"body": "… forms (#164)\n\n* [C-17730] Build conditions component and integrate into block sidebar forms\n\n- Define structured condition types (conditions.types.ts) matching backend contract: UPPERCASE operators, snake_case logical_operator, source+property split\n- Update Elemental schema to accept both string \n[…]\nKeep OR action button content-width\n\nPrevent the visual-builder OR action from stretching full width so it matches other compact text actions in the sidebar.\n\nMade-with: Cursor\n\n* chore: add changeset",
"is_bot": false,
"headline": "[C-17730] Build conditions component and integrate into block sidebar…",
"author_name": "Geraldo Silva",
"author_login": "gerjunior",
"committed_at": "2026-04-27T19:39:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "14a616c1dfc2a8ec10af95c2b271bcba4f34f442",
"body": "…ebar",
"is_bot": false,
"headline": "feat: re-add Filled/Outlined button style toggle to Inbox channel sid…",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-04-24T19:28:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa2858e8e45b6e34a161f6e3a4c1a9bea7f0c16b",
"body": null,
"is_bot": false,
"headline": "feat: add renderToasterAtom to public API exports",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-04-23T19:55:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e14fca22d980a2aeddc0a84bc5c424e2b8194e5c",
"body": null,
"is_bot": false,
"headline": "feat: enhance brand color handling and add email color overrides",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-04-23T19:33:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45ca14d641a23e906c77bab5333cf96213579a5f",
"body": null,
"is_bot": false,
"headline": "Refactor exports in TemplateEditor and index files",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-04-23T19:33:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6a3a3b4b5523e97d756745777e430107ac3b113",
"body": "… (#161)\n\nStudio's _app.tsx mounts a global Sonner <Toaster /> and the designer's\nMainLayout mounts its own. Because Sonner dispatches every toast to all\nmounted Toaster instances, every toast.success/error call renders twice\non CDS pages.\n\n- Add renderToasterAtom (default true) to Providers/store\n-\n[…]\nnditionally renders <Toaster /> based on the atom\n\nHost apps that already provide a Sonner Toaster can pass\nrenderToaster={false} to TemplateProvider. Standalone usage is unchanged.\n\nMade-with: Cursor",
"is_bot": false,
"headline": "fix: add renderToaster prop to prevent duplicate toasts when embedded…",
"author_name": "Geraldo Silva",
"author_login": "gerjunior",
"committed_at": "2026-04-22T13:17:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5101a1101df076369a6be2f68770fa5919720aa8",
"body": "…-workflows\n\n[C-17646] Add Codex review workflows",
"is_bot": false,
"headline": "Merge pull request #162 from trycourier/gabriellima/c-17646-add-codex…",
"author_name": "Gabrielgvl",
"author_login": "Gabrielgvl",
"committed_at": "2026-04-15T19:10:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb0088dbd2790a5e93ab29c562a4a9a419890cf6",
"body": null,
"is_bot": false,
"headline": "chore: retrigger workflows",
"author_name": "Gabriel Vinhaes",
"author_login": null,
"committed_at": "2026-04-15T19:08:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0561468805e6ccd87e117a994791cd39bc359a90",
"body": null,
"is_bot": false,
"headline": "feat: add codex review workflows",
"author_name": "Gabriel Vinhaes",
"author_login": null,
"committed_at": "2026-04-15T18:51:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e66f2e88bba1dc04ee0d939830f8782ec076dd5",
"body": "…ernance-rollout\n\n[C-17646] Add merge governance baseline",
"is_bot": false,
"headline": "Merge pull request #160 from trycourier/gabriellima/c-17646-merge-gov…",
"author_name": "Gabrielgvl",
"author_login": "Gabrielgvl",
"committed_at": "2026-04-15T16:04:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b6842a5e14b93cd245a47c6799fa4bf23c4fafb",
"body": null,
"is_bot": false,
"headline": "chore: add merge governance baseline",
"author_name": "Gabriel Vinhaes",
"author_login": null,
"committed_at": "2026-04-15T15:50:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3489b14d3e41056c0d6edafbd70d9a7851638d3",
"body": "…loops-on-lists\n\nfeat: add loop property to List component and related functionality",
"is_bot": false,
"headline": "Merge pull request #155 from trycourier/sasha/c-17155-courier-create-…",
"author_name": "Alexander Schwarzmann",
"author_login": "sashathor",
"committed_at": "2026-04-14T16:28:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64dc026d7265231ab0b244c3a055fc9915cea7c5",
"body": "…validation",
"is_bot": false,
"headline": "feat: add sample data support to TemplateEditor and enhance ListForm …",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-04-14T15:20:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "243f91f2dc55cceeeefbd46c773e65561796f2c6",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into sasha/c-17155-courier-create-loops-on-lists",
"author_name": "Alexander Schwarzmann",
"author_login": "sashathor",
"committed_at": "2026-04-13T12:04:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0cd4cbf023cc2acdf6430d49f4486a3ae0c9e19",
"body": "- Remove \"Most email clients don't support custom fonts\" warning from the email styles side panel\n- Update Font tooltip with descriptive copy about email-safe and Google Fonts\n- Update Font fallback tooltip with guidance on fallback font selection\n- Add \"Learn more\" doc links to both tooltips\n\nMade-with: Cursor",
"is_bot": false,
"headline": "[C-17554] Adjust fonts feature copy and tooltips (#159)",
"author_name": "Geraldo Silva",
"author_login": "gerjunior",
"committed_at": "2026-04-10T14:44:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "677d90626447fea0a0e78758e6caec0467a3b836",
"body": "…t (#158)\n\nWhen background_color or content_body_color are undefined in the email\nchannel node, back-fill them with defaults (#FAF8F6 and #ffffff) on\ninitial load. This ensures the backend receives explicit color values,\nmaking divider borders invisible against matching backgrounds without\nrequiring conditional Handlebars logic.\n\nMade-with: Cursor",
"is_bot": false,
"headline": "[C-17264] Persist default email background colors to elemental conten…",
"author_name": "Geraldo Silva",
"author_login": "gerjunior",
"committed_at": "2026-04-09T12:47:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "198809917ca32019d851c6e2cd6d38565274d885",
"body": "…alidation in VariableChipBase",
"is_bot": false,
"headline": "feat: enhance ListForm with loop functionality and improve variable v…",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-04-09T09:45:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79e681e27540d14df8a52b77d5741187d74448ca",
"body": "… user experience and auto-resizing capability",
"is_bot": false,
"headline": "feat: replace VariableTextarea with Textarea in ListForm for improved…",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-04-08T08:48:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90fc3f7c6d5486bf81e06e7ee150299e0e4b8813",
"body": null,
"is_bot": false,
"headline": "feat: implement pixel-level screenshot comparison for visual tests",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-04-07T10:54:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce3f1ee93ffb1c3643a4eb266d085daf4d38e2c2",
"body": null,
"is_bot": false,
"headline": "feat: enhance variable validation with loop context support",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-04-07T10:53:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14435f05a393bcd72d18e10282414088f8b332ea",
"body": null,
"is_bot": false,
"headline": "feat: add loop property to List component and related functionality",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-04-07T10:53:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d706a08204278e6115747b768fb45c08b87c698",
"body": "…ould-be-available-on-any-color-picker-we-have\n\nfeat: enhance ColorPicker with brand colors support and add tests",
"is_bot": false,
"headline": "Merge pull request #150 from trycourier/sasha/c-16789-brand-colors-sh…",
"author_name": "Alexander Schwarzmann",
"author_login": "sashathor",
"committed_at": "2026-04-06T16:20:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbe9ed5890dd913b24f1c3a63ebe6bc86c096413",
"body": "…olors-should-be-available-on-any-color-picker-we-have\n\nMade-with: Cursor\n\n# Conflicts:\n#\tpackages/react-designer/src/components/TemplateEditor/Channels/Email/EmailLayout.tsx",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into sasha/c-16789-brand-c…",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-04-06T16:01:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e609da4b73a42a85c23eb1cf8e069049dd936707",
"body": "… (#156)\n\n- Refactor FontSelect to use DropdownMenu with native Radix group/label/separator\n support, categorizing fonts into \"Email Safe Fonts\" and \"Google Web Fonts\"\n- Replace hardcoded generic fallback options with actual system fonts from catalog,\n each carrying its own standard CSS fallback s\n[…]\n docs link below fallback selector\n- Update Tooltip component: accept ReactNode title, use popover-foreground color\n- Add unit tests for parseFontFamily and buildFontFamily\n\nC-17438\n\nMade-with: Cursor",
"is_bot": false,
"headline": "feat: categorize fonts and improve fallback selection in email editor…",
"author_name": "Geraldo Silva",
"author_login": "gerjunior",
"committed_at": "2026-04-06T15:13:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7b38e9d99def9e2bcf9b6b93101162b195b9d18d",
"body": "…and paragraph components in email designer. Added new snapshots for various email layouts and styles, including alignment, background colors, and formatting variations.",
"is_bot": false,
"headline": "Update visual snapshot baselines for button, column, heading, image, …",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-04-01T16:00:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "179ba0e0c4a37cce4b6ea593ab11faabb8962665",
"body": "…olors-should-be-available-on-any-color-picker-we-have\n\nMade-with: Cursor\n\n# Conflicts:\n#\tpackages/react-designer/e2e/full-cycle/blockquote-visual.spec.ts-snapshots/designer-align-center-chromium-darwin.png\n#\tpackages/react-designer/e2e/full-cycle/blockquote-visual.spec.ts-snapshots/designer-align-r\n[…]\nckages/react-designer/src/components/TemplateEditor/Channels/Email/EmailLayout.tsx\n#\tpackages/react-designer/src/components/extensions/Column/ColumnComponent.tsx\n#\tpackages/react-designer/src/index.ts",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into sasha/c-16789-brand-c…",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-04-01T15:47:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "78f461b09e8e9dd4cbf175ccd9b372bbb10c46a7",
"body": "…onents",
"is_bot": false,
"headline": "chore: update visual snapshot baselines for blockquote and email comp…",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-04-01T15:43:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebd26bd179515b40c56a551b9295b1d4297ea2c1",
"body": "fix: adjust padding for draggable items and prevent mouse events on r…",
"is_bot": false,
"headline": "Merge pull request #154 from trycourier/sasha/columns-fixes-1",
"author_name": "Alexander Schwarzmann",
"author_login": "sashathor",
"committed_at": "2026-04-01T13:28:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf508f7d810668946e874bba80c3ba8ca83c5fb1",
"body": "…esize handle",
"is_bot": false,
"headline": "fix: adjust padding for draggable items and prevent mouse events on r…",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-04-01T07:55:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4550d72c74aa102e78d748563bbb4bf50fa8de90",
"body": null,
"is_bot": false,
"headline": "test: add input blur behavior tests for ColorPicker component",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-03-31T18:19:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebea84888118f25bbeab6729c1db41ba4edaae07",
"body": "…utColor components",
"is_bot": false,
"headline": "refactor: remove recent colors functionality from ColorPicker and Inp…",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-03-31T17:32:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c44b8e192abdf8bdbf91d7c3a362c95645403df",
"body": "…#153)\n\nAdd Font and Font fallback dropdowns to the Email styles sidebar panel,\nallowing users to select a primary font (web-safe or Google Font) and a\ngeneric fallback family (sans-serif, serif, monospace). Fonts are listed\nalphabetically without group separators.\n\n- Add FontSelect component with p\n[…]\nylesheets on mount to prevent FOUT\n- Persist font_family on ElementalChannelNode for backend round-trip\n- Export FontEntry, FontSelect, parseFontFamily, buildFontFamily from package\n\nMade-with: Cursor",
"is_bot": false,
"headline": "feat: add custom font family and fallback selectors to email editor (…",
"author_name": "Geraldo Silva",
"author_login": "gerjunior",
"committed_at": "2026-03-31T15:01:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5879fa3255f6d07fd7e492ca5a5312e9ff6639b7",
"body": "…ound color settings",
"is_bot": false,
"headline": "fix: enhance ColorPicker input handling and e2e test for email backgr…",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-03-30T16:52:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21624b2efae52776a7e0dca6c69afe0fe322c363",
"body": "…-element\n\nSasha/c 16300 wire up columns element",
"is_bot": false,
"headline": "Merge pull request #105 from trycourier/sasha/c-16300-wire-up-columns…",
"author_name": "Alexander Schwarzmann",
"author_login": "sashathor",
"committed_at": "2026-03-30T16:50:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e452c174cbcd93841b8ec4fb6a6f53ad43cb9af",
"body": null,
"is_bot": false,
"headline": "feat: add recent colors functionality to color picker components",
"author_name": "sashathor",
"author_login": "sashathor",
"committed_at": "2026-03-30T11:44:09Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 19,
"commits_last_year": 610,
"latest_release_at": "2026-05-28T17:18:41Z",
"latest_release_tag": "@trycourier/react-designer@0.8.0",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 45,
"days_since_latest_release": 54,
"mean_days_between_releases": 24.5
},
"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": true
},
"ecosystem": {
"packages": [
{
"name": "@trycourier/react-designer",
"exists": true,
"license": "MIT",
"keywords": [
"react",
"editor",
"rich-text",
"wysiwyg",
"tiptap"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@trycourier/react-designer",
"is_deprecated": false,
"latest_version": "0.8.0",
"repository_url": "https://github.com/trycourier/courier-designer",
"versions_count": 205,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 4257,
"first_published_at": "2025-04-23T13:14:45.073000Z",
"latest_published_at": "2026-05-28T17:18:39.029000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 54
}
]
},
"popularity": {
"forks": 1,
"stars": 3,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2026-03-23",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"apps/editor-dev/tsconfig.json",
"apps/nextjs-demo/tsconfig.json",
"packages/react-designer/e2e/tsconfig.json",
"packages/react-designer/tsconfig.json",
"packages/vue-designer/tsconfig.json",
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 121508,
"source_files_sampled": 702,
"oversized_source_files": 2,
"agent_instruction_files": [
".cursor/rules/README.md",
".cursor/rules/ai-agent-best-practices.mdc",
".cursor/rules/courier-accessibility-standards.mdc",
".cursor/rules/courier-component-standards.mdc",
".cursor/rules/courier-editor-guidelines.mdc",
".cursor/rules/courier-email-compatibility.mdc",
".cursor/rules/courier-tiptap-guidelines.mdc",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 9834
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "dompurify",
"direct": false,
"version": "3.2.7",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 6.9,
"advisory_ids": [
"GHSA-39q2-94rc-95cp",
"GHSA-76mc-f452-cxcm",
"GHSA-c2j3-45gr-mqc4",
"GHSA-cj63-jhhr-wcxv",
"GHSA-cjmm-f4jc-qw8r",
"GHSA-cmwh-pvxp-8882",
"GHSA-crv5-9vww-q3g8",
"GHSA-gvmj-g25r-r7wr",
"GHSA-h7mw-gpvr-xq4m",
"GHSA-h8r8-wccr-v5f2"
],
"fixed_version": "3.4.12",
"advisory_count": 17,
"oldest_advisory_days": 140
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"moderate": 1
},
"advisory_count": 17,
"affected_count": 1,
"assessed_count": 186,
"malicious_count": 0,
"assessed_package": "npm:@trycourier/react-designer@0.8.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@trycourier/react-designer",
"manifest": "apps/editor-dev/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "lucide-react",
"manifest": "apps/editor-dev/package.json",
"ecosystem": "npm",
"version_constraint": "^0.473.0"
},
{
"name": "react",
"manifest": "apps/editor-dev/package.json",
"ecosystem": "npm",
"version_constraint": "^18.0.0"
},
{
"name": "react-dom",
"manifest": "apps/editor-dev/package.json",
"ecosystem": "npm",
"version_constraint": "^18.0.0"
},
{
"name": "react-router-dom",
"manifest": "apps/editor-dev/package.json",
"ecosystem": "npm",
"version_constraint": "^7.9.5"
},
{
"name": "@trycourier/react-designer",
"manifest": "apps/nextjs-demo/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@types/node",
"manifest": "apps/nextjs-demo/package.json",
"ecosystem": "npm",
"version_constraint": "20.11.24"
},
{
"name": "@types/react",
"manifest": "apps/nextjs-demo/package.json",
"ecosystem": "npm",
"version_constraint": "^19.0.0"
},
{
"name": "@types/react-dom",
"manifest": "apps/nextjs-demo/package.json",
"ecosystem": "npm",
"version_constraint": "^19.0.0"
},
{
"name": "next",
"manifest": "apps/nextjs-demo/package.json",
"ecosystem": "npm",
"version_constraint": "^15.0.0"
},
{
"name": "react",
"manifest": "apps/nextjs-demo/package.json",
"ecosystem": "npm",
"version_constraint": "^19.0.0"
},
{
"name": "react-dom",
"manifest": "apps/nextjs-demo/package.json",
"ecosystem": "npm",
"version_constraint": "^19.0.0"
},
{
"name": "typescript",
"manifest": "apps/nextjs-demo/package.json",
"ecosystem": "npm",
"version_constraint": "5.3.3"
},
{
"name": "@atlaskit/pragmatic-drag-and-drop",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^1.7.7"
},
{
"name": "@atlaskit/pragmatic-drag-and-drop-hitbox",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.0"
},
{
"name": "@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.1"
},
{
"name": "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^3.2.9"
},
{
"name": "@hookform/resolvers",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^3.9.1"
},
{
"name": "@monaco-editor/react",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": ">=4.0.0 <6.0.0"
},
{
"name": "@radix-ui/react-alert-dialog",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.14"
},
{
"name": "@radix-ui/react-dropdown-menu",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^2.1.4"
},
{
"name": "@radix-ui/react-label",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^2.1.0"
},
{
"name": "@radix-ui/react-popover",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.4"
},
{
"name": "@radix-ui/react-separator",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.4"
},
{
"name": "@radix-ui/react-slider",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.3"
},
{
"name": "@radix-ui/react-slot",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.0"
},
{
"name": "@radix-ui/react-switch",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.3"
},
{
"name": "@radix-ui/react-tabs",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.3"
},
{
"name": "@radix-ui/react-toggle",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.0"
},
{
"name": "@radix-ui/react-toggle-group",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.0"
},
{
"name": "@tippyjs/react",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^4.2.6"
},
{
"name": "@tiptap/core",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^2.9.0"
},
{
"name": "@tiptap/extension-code-block-lowlight",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^2.10.3"
},
{
"name": "@tiptap/extension-color",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^2.10.2"
},
{
"name": "@tiptap/extension-hard-break",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^2.11.2"
},
{
"name": "@tiptap/extension-image",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^2.10.3"
},
{
"name": "@tiptap/extension-link",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^2.10.3"
},
{
"name": "@tiptap/extension-placeholder",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.0"
},
{
"name": "@tiptap/extension-text-align",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^2.10.2"
},
{
"name": "@tiptap/extension-typography",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^2.10.2"
},
{
"name": "@tiptap/extension-underline",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^2.10.2"
},
{
"name": "@tiptap/pm",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^2.9.0"
},
{
"name": "@tiptap/react",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^2.9.0"
},
{
"name": "@tiptap/starter-kit",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^2.9.0"
},
{
"name": "@tiptap/suggestion",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^2.10.3"
},
{
"name": "class-variance-authority",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^0.7.0"
},
{
"name": "clsx",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.0"
},
{
"name": "jotai",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^2.11.1"
},
{
"name": "lucide-react",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^0.473.0"
},
{
"name": "monaco-editor",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": ">=0.40.0 <1.0.0"
},
{
"name": "next-themes",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^0.4.5"
},
{
"name": "react-hook-form",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^7.53.2"
},
{
"name": "sms-segments-calculator",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.0"
},
{
"name": "sonner",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.1"
},
{
"name": "tailwind-merge",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^1.14.0"
},
{
"name": "uuid",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^11.0.3"
},
{
"name": "yjs",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^13.6.24"
},
{
"name": "zod",
"manifest": "packages/react-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^3.23.8"
},
{
"name": "@trycourier/react-designer",
"manifest": "packages/vue-designer/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@vue/runtime-dom",
"manifest": "packages/vue-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^3.0.0"
},
{
"name": "react",
"manifest": "packages/vue-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^18.0.0"
},
{
"name": "react-dom",
"manifest": "packages/vue-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^18.0.0"
},
{
"name": "vue",
"manifest": "packages/vue-designer/package.json",
"ecosystem": "npm",
"version_constraint": "^3.3.0"
}
],
"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": 3,
"merged_prs": 174,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 12
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "sashathor",
"commits": 889,
"avatar_url": "https://avatars.githubusercontent.com/u/55801864?v=4"
},
{
"type": "User",
"login": "gerjunior",
"commits": 73,
"avatar_url": "https://avatars.githubusercontent.com/u/50020444?v=4"
},
{
"type": "User",
"login": "scarney81",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/266012?v=4"
},
{
"type": "User",
"login": "Gabrielgvl",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/20707866?v=4"
},
{
"type": "User",
"login": "KyleCodes",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/29138060?v=4"
},
{
"type": "User",
"login": "SamRosignoli",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/32362456?v=4"
},
{
"type": "User",
"login": "cursoragent",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/199161495?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.909
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"auto-approve-docs.yml",
"check-pull-request.yml",
"codex-pr-review.yml",
"codex-review-override.yml",
"publish-npm.yml",
"risk-tier-policy.yml"
],
"has_docs_dir": true,
"linter_configs": [
".eslintrc.json"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 4,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 6,
"reason": "9 out of 15 merged PRs checked by a CI test -- score normalized to 6",
"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": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 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": "86 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c55c57c72827b932228cddcc2b0977b3e6e222a9",
"ran_at": "2026-07-22T13:12:31Z",
"aggregate_score": 4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-17T17:18:32Z",
"oldest_open_prs": [
{
"number": 138,
"created_at": "2026-03-09T16:14:36Z",
"last_comment_at": "2026-03-09T16:14:39Z",
"last_comment_author": "linear"
},
{
"number": 180,
"created_at": "2026-06-08T16:11:46Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 184,
"created_at": "2026-06-26T21:45:22Z",
"last_comment_at": "2026-06-26T21:45:25Z",
"last_comment_author": "linear"
}
],
"last_merged_pr_at": "2026-07-17T17:17:36Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/trycourier/courier-designer",
"host": "github.com",
"name": "courier-designer",
"owner": "trycourier"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"security": 48,
"vitality": 97,
"community": 29,
"governance": 67,
"engineering": 82
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 97,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 95,
"inputs": {
"commits_last_year": 610,
"human_commit_share": 0.99,
"days_since_last_push": 4,
"active_weeks_last_year": 45
},
"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": "45/52 weeks with commits",
"points": 31.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 45
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "610 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 610
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 19,
"latest_release_tag": "@trycourier/react-designer@0.8.0",
"releases_from_tags": false,
"days_since_latest_release": 54,
"mean_days_between_releases": 24.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "19 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 19
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 54 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 54
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~24.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 24.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 29,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 7,
"inputs": {
"forks": 1,
"stars": 3,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "3 stars",
"points": 4.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 3
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"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": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"packages": [
"@trycourier/react-designer"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 4257
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "4,257 downloads/month across npm",
"points": 48.4,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 4257,
"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": 67,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.909
},
"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 91% of commits",
"points": 2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 91
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 95,
"inputs": {
"merged_prs": 174,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 12
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "174/186 decided PRs merged",
"points": 35.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 174,
"decided": 186
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"followers": 58,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "trycourier",
"public_repos": 72,
"account_age_days": 2772
},
"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": "58 followers of trycourier",
"points": 12.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 58,
"login": "trycourier"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "72 public repos, account ~7 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 72
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@trycourier/react-designer"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 54
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 54 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 54
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "205 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 205
}
}
],
"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": 82,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "6 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 6
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".eslintrc.json",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc.json"
}
}
],
"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": "9 out of 15 merged PRs checked by a CI test -- score normalized to 6",
"points": 12,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://courier-react-editor.vercel.app/",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://courier-react-editor.vercel.app/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 48,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 40,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "9 out of 15 merged PRs checked by a CI test -- score normalized to 6",
"points": 1.5,
"status": "partial",
"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": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file 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": "86 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "good",
"name": "Dependency advisories",
"note": "Matched the npm:@trycourier/react-designer@0.8.0 runtime dependency closure — what installing the published package pulls in — 186 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "npm:@trycourier/react-designer@0.8.0",
"assessed": 186
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 80,
"inputs": {
"source": "osv",
"advisories": 17,
"affected_packages": 1,
"assessed_packages": 186,
"unassessed_packages": 0,
"affected_by_severity": "moderate 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "1 affected: dompurify 3.2.7 (moderate 6.9)",
"points": 11.2,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "dompurify 3.2.7 (moderate 6.9)"
}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 140 days ago",
"points": 34.1,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 1,
"oldest": 140
}
}
],
"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": 186,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 3
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 78,
"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.859,
"agent_instruction_files": [
".cursor/rules/README.md",
".cursor/rules/ai-agent-best-practices.mdc",
".cursor/rules/courier-accessibility-standards.mdc",
".cursor/rules/courier-component-standards.mdc",
".cursor/rules/courier-editor-guidelines.mdc",
".cursor/rules/courier-email-compatibility.mdc",
".cursor/rules/courier-tiptap-guidelines.mdc",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 9834
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": ".cursor/rules/README.md, .cursor/rules/ai-agent-best-practices.mdc, .cursor/rules/courier-accessibility-standards.mdc, .cursor/rules/courier-component-standards.mdc, .cursor/rules/courier-editor-guidelines.mdc, .cursor/rules/courier-email-compatibility.mdc, .cursor/rules/courier-tiptap-guidelines.mdc, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".cursor/rules/README.md, .cursor/rules/ai-agent-best-practices.mdc, .cursor/rules/courier-accessibility-standards.mdc, .cursor/rules/courier-component-standards.mdc, .cursor/rules/courier-editor-guidelines.mdc, .cursor/rules/courier-email-compatibility.mdc, .cursor/rules/courier-tiptap-guidelines.mdc, 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": "85 of 99 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 85,
"sampled": 99
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"apps/editor-dev/tsconfig.json",
"apps/nextjs-demo/tsconfig.json",
"packages/react-designer/e2e/tsconfig.json",
"packages/react-designer/tsconfig.json",
"packages/vue-designer/tsconfig.json",
"tsconfig.json"
],
"agent_commit_share": 0.24,
"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": ".eslintrc.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc.json"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "apps/editor-dev/tsconfig.json, apps/nextjs-demo/tsconfig.json, packages/react-designer/e2e/tsconfig.json, packages/react-designer/tsconfig.json, packages/vue-designer/tsconfig.json, tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "apps/editor-dev/tsconfig.json, apps/nextjs-demo/tsconfig.json, packages/react-designer/e2e/tsconfig.json, packages/react-designer/tsconfig.json, packages/vue-designer/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": "24 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 24,
"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 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 121508,
"source_files_sampled": 702,
"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/702 source files over 60KB",
"points": 54.8,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 702,
"oversized": 2
}
}
],
"max_points": 55
}
]
}
],
"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-22T13:12:52.916337Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/trycourier/courier-designer.svg",
"full_name": "trycourier/courier-designer",
"license_state": "absent",
"license_spdx": null
}