Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 48427,
"has_wiki": true,
"homepage": "https://maple.dev",
"languages": {
"Go": 87523,
"CSS": 154544,
"MDX": 5751,
"Nix": 554,
"Vue": 13169,
"HTML": 74852,
"Ruby": 658,
"Rust": 534910,
"Astro": 659949,
"Shell": 137338,
"Swift": 1027,
"Python": 5739,
"Dockerfile": 4029,
"JavaScript": 502417,
"TypeScript": 43054134,
"Go Template": 14442
},
"pushed_at": "2026-07-27T18:31:45Z",
"created_at": "2026-02-15T16:58:28Z",
"owner_type": "Organization",
"updated_at": "2026-07-27T18:23:07Z",
"description": "OpenTelemetry observability platform",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": "NOASSERTION",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://maple.dev",
"name": "Maple",
"type": "Organization",
"login": "MapleTechLabs",
"company": null,
"location": null,
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/282671153?v=4",
"created_at": "2026-05-07T18:13:11Z",
"is_verified": null,
"public_repos": 1,
"account_age_days": 81
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.0.14",
"kind": "patch",
"published_at": "2026-07-21T22:58:55Z"
},
{
"tag": "v0.0.13",
"kind": "patch",
"published_at": "2026-07-19T11:52:34Z"
},
{
"tag": "v0.0.12",
"kind": "patch",
"published_at": "2026-06-18T11:19:21Z"
},
{
"tag": "v0.0.11",
"kind": "patch",
"published_at": "2026-05-31T12:10:23Z"
},
{
"tag": "v0.0.10",
"kind": "patch",
"published_at": "2026-05-31T11:54:19Z"
},
{
"tag": "v0.0.9",
"kind": "patch",
"published_at": "2026-05-31T11:27:49Z"
},
{
"tag": "v0.0.7",
"kind": "patch",
"published_at": "2026-05-30T23:17:19Z"
},
{
"tag": "v0.0.6",
"kind": "patch",
"published_at": "2026-05-30T12:46:30Z"
},
{
"tag": "v0.0.5",
"kind": "patch",
"published_at": "2026-05-30T11:32:09Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2026-05-29T23:34:30Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2026-05-29T21:54:46Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2026-05-29T18:35:39Z"
}
],
"recent_commits": [
{
"oid": "fe3da62e726d8ae2d4ac8ff3799cc17797512a2c",
"body": "Toolbar dropped its search/stats props for children + ToolbarStats\ncomposition, and replay-format's formatDuration was renamed to\nformatSessionDuration. apps/local-ui wasn't migrated, breaking\ntypecheck on main.",
"is_bot": false,
"headline": "fix(local-ui): migrate to post-#269 Toolbar and time-format APIs",
"author_name": "JeremyFunk",
"author_login": "JeremyFunk",
"committed_at": "2026-07-27T18:18:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09b7a55e5cd654ee50d50e45955369264f3ddef0",
"body": null,
"is_bot": false,
"headline": "Format",
"author_name": "JeremyFunk",
"author_login": "JeremyFunk",
"committed_at": "2026-07-27T17:51:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51f92773c000bdac91260340963f980b92467d7e",
"body": null,
"is_bot": false,
"headline": "feat: fix some small things",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-27T16:51:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11d2443456df2811a8916d4198ce2a98b0f4446b",
"body": "…(#271)\n\n* feat: audit an org's whole Maple setup, not just its attribute names\n\nMaple could only audit one narrow thing: span attribute names. Nothing\nchecked whether a setup actually *works* — an alert rule pointing at a\ndeleted destination never fires and nothing said so; a service shipping\nlogs \n[…]\n and drops an `as SettingsTab` cast in the process.\n\nReported by Devin on #271.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: audit an org's whole Maple setup, not just its attribute names …",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-27T16:51:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3269b05e5e724838593ae5439e55d628f9ef8320",
"body": "* Upgrade Flue to beta.9 and rebuild the investigations workspace\n\nThe investigations chat had two bugs whose root cause turned out to be the\npinned Flue version, one that made it unrunnable locally, and a page that had\ndrifted from the rest of the app.\n\nFlue beta.1/2 -> beta.9. Two workarounds dele\n[…]\n Mobile already ran a\nbeta.1 client against a beta.2 worker before this change.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Upgrade Flue to beta.9 and rebuild the investigations workspace (#270)",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-27T15:51:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "98bf84318cd482580fc1fd38b8cf725fe93d6cb5",
"body": "… (#268)\n\n* fix(ci): run orphan sweep in an environment so Infisical OIDC accepts it\n\nEvery scheduled Cleanup Preview Orphans run has failed since it was added,\nat the \"Load deployment secrets from Infisical\" step:\n\n ##[error]Access denied: OIDC subject not allowed.\n {\"statusCode\": 403, \"error\n[…]\nlete the `environment:` line here, then add required reviewers to\n`pr-preview`.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ci): unblock the orphan sweep by borrowing `pr-preview` (stopgap)…",
"author_name": "JeremyFunk",
"author_login": "JeremyFunk",
"committed_at": "2026-07-27T14:24:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "de3b7ed44d687d4314dabdd8afc5a644ca81ddfe",
"body": "…state (#269)\n\n* refactor: one vocabulary for formatting, page composition, and route state\n\nThree concepts had each drifted into several parallel implementations. This\ncollapses them to one apiece and deletes the copies.\n\nFormatting. Fourteen relative-time formatters, eight `formatNumber`, five\n`fo\n[…]\ns the call site free of a `hasFilters` prop.\n\nReported by Devin review on #269.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: one vocabulary for formatting, page composition, and route …",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-27T14:16:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "979b5489db1ce2bed0292592fa2a8ba5bcaea3cd",
"body": null,
"is_bot": false,
"headline": "feat: improve planetscale UI",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-27T10:08:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb49c7395abf82a577ced7653f17c6c242aead88",
"body": "The chat was running on a vendored copy of the older ai-elements kit. shadcn's\nJune-2026 conversation layer ships on the Base UI track this repo already uses,\nso the scroll container, message row, bubble and marker now come from\npackages/ui alongside the other 58 primitives.\n\nWhat this buys beyond p\n[…]\nnd shimmer are vendored into packages/ui/src/styles rather than\nimported from the shadcn package, which drags in @babel/core, ts-morph and\nzod@3.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Move the AI chat onto shadcn's Base UI chat primitives",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-26T23:42:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0395f6c5d71642ab98c6a8fa4feebafbaa0439c8",
"body": null,
"is_bot": false,
"headline": "Document the after-hours limit on heavy local compute",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-26T22:35:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c400cf61c094568eb1741a67381749935f3fd579",
"body": null,
"is_bot": false,
"headline": "Smooth the collapsible and accordion open/close animations",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-26T22:35:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3b94dfbfec6fb5824c8b2b3a3a2fbd0909148fc",
"body": "The zone breakdown timeseries had no LIMIT and wasn't restricted to the top\nkeys, so StackedBreakdownChart emitted one <Area>, one <linearGradient> and one\nlegend chip per distinct key. On a zone taking scanner traffic that is thousands\nof series -- all painted in the same fallback color -- and the \n[…]\ntead of one per key,\n0 skeletons and no section loss across a filter toggle, and 8 keystrokes in the\nbreakdown filter issuing 0 network requests.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bound the Cloudflare breakdown and stop the filter sidebar blanking",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-26T22:35:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3375ecfd2ef4bbef0c24401aa1d4b1b8f22c2db7",
"body": "An individual `POST /v1/traces` trace collapsed to a single span. The stages\nbetween \"request arrives\" and \"bytes committed to WAL\" — auth, billing gate,\ndecompress, protobuf decode, row encoding, WAL fsync — all ran bare inside the\nserver span, so a 187ms request could not be attributed to a stage \n[…]\ntes, the link, and each failure path's error.type\nand status. `cargo bench` shows no measurable overhead (p=0.31/0.21 on a\nfsync-dominated path).\n\nCo-authored-by: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Instrument the ingest request path with per-stage spans (#267)",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-26T22:27:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e4a27239d13bdc920aca4b82a9318e29a7e91074",
"body": "`/integrations` is the return target for external OAuth callbacks, which append\ntheir own `?integration=<id>`. The search schema only accepted the six catalog\nids, so a user coming back from Slack connect landed on:\n\n Expected \"cloudflare\" | ... | \"github\", got \"slack\"\n\nand `validateSearch` threw\n[…]\nNote this does not add Slack to the catalog; the connect flow lives on\nfeat/slack-agent. It only stops an unrecognised id from crashing the page.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(web): fall back to the catalog on an unknown ?integration value",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-26T22:09:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f61a6fd73aef0dbab81c08d6849bc509a76a1583",
"body": "The session metadata row only ever carried `click_count`. `page_views` and\n`error_count` were never sent, so every session landed in the warehouse with\nboth at 0 — 363 of 363 over the last week.\n\nThat silently disabled session error triage: `has_errors: true` compiles to\n`ErrorCount > 0`, so it matc\n[…]\nlly hit.\n\nNo backend work needed: the ingest gateway already maps `page_views` /\n`error_count`, and the datasource already declares both columns.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(browser-session): report page_views and error_count on session rows",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-26T22:09:39Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9f039d024ae042f78f7570fdab0a9b16984b18d8",
"body": "`routesByPath` is built with `trimPathRight(route.fullPath)`, so its runtime\nkeys drop the trailing slash (`/services`). The generated route tree types it\nas `FileRoutesByFullPath`, whose keys keep the slash (`'/services/'`) — so\n`routesByPath[\"/services/\"]` type-checked while being `undefined` at r\n[…]\nash keys — a fixture production\nnever matched — so it passed throughout. It now mirrors `routesById`, and\ncovers a miss still draining the queue.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(web): warm route chunks via routesById, not routesByPath",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-26T22:09:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a19c81f6de0171873712ab618aa844e9e203d10b",
"body": "* Unify investigations and escalations\n\n* Remove retired triage UI\n\n* Fix Alchemy preview worker precreation",
"is_bot": false,
"headline": "Unify issues, investigations, and escalations (#266)",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-26T19:10:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a20b8cf861b38f07afd58cefe819ac720d614619",
"body": "…le (#265)\n\n* docs(alchemy-provider): use the Effect-native Worker API in the example\n\nThe example shipped the async-handler style — `Cloudflare.Worker(id, props)`\npointing at a `export default { async fetch(request, env) }` module, which is\nalchemy's `cloudflare-worker-async` example, not its main \n[…]\nles filter on it, so drift means the alerts watch a service that never reports.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(alchemy-provider): use the Effect-native Worker API in the examp…",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-26T17:13:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "799fccf2d4ee2d37ac3fb2477020409ee9dbc10b",
"body": "…xample\n\n`Maple.AlertDestination` could not be constructed at all. Alchemy types resource\nprops as `InputProps<Props>`, a mapped type — and a mapped type over a\ndiscriminated union collapses it to the keys its members share. Every\nchannel-specific field (`webhook_url`, `integration_key`, `url`,\n`mem\n[…]\ncomposing. It has a tsconfig and a\ntypecheck script, so CI compiles it: an example nobody typechecks is how this bug\nsurvived in the first place.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(alchemy-provider): make AlertDestination callable, add a Worker e…",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-26T16:27:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b8248ef80b52a52680bbd908c6b9facdca0fcf4b",
"body": "…rep @maple-dev/alchemy for npm (#264)\n\n* chore: upgrade alchemy 2.0.0-beta.64 + effect 4.0.0-beta.101\n\nalchemy beta.62+ raises its effect peer to >=4.0.0-beta.97 (beta.64 to\n>=4.0.0-beta.100), so the alchemy bump drags the whole monorepo forward.\n\n- pins: effect/@effect/* 93 -> 101 (catalog + the s\n[…]\nysely): prevent non-object proxy creation error (#4661)\n85fba815ac Pass options to HttpServerResponse.raw (#4642)\n3ed0b56ae6 Handle arbitrary length StreamChunkPart (#4630)\n5a5ebdddfa ensure Equal co…",
"is_bot": false,
"headline": "chore: upgrade alchemy to 2.0.0-beta.64 + effect to 4.0.0-beta.101, p…",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-26T15:34:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ad161226be1607b325aef2cffd0e1ce5a4ee8b2d",
"body": null,
"is_bot": false,
"headline": "imporve buckt cahcing",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-26T09:52:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b10abea56507e418e12e28bab81e98e7f64638a3",
"body": "…ystem\n\nThe homepage moved to real screenshots in #259; the 8 /features/* and 3\n/use-cases/* pages never followed. They still carried three-dot titlebar\nmockups, hand-drawn <div> waterfalls, font-bold headings and the six-blurb\ncard grids DESIGN.md bans by name.\n\nDesign\n- SurfacePanel is the feature\n[…]\ne from the\n registry.\n\napps/landing has no typecheck script: astro check OOMs on this workspace\neven at 8GB, so astro build stays the only gate.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(landing): rebuild feature and use-case pages on the screenshot s…",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-26T09:51:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0dd0f3d51d399529c1bb8b22c7b1b8369a996cb8",
"body": "Cloudflare zone pages had no filters at all — only a time range and\nclient-side column sort. `clientRequestPath` was deliberately never\nstored, so the only path view was a flat live top-15 card you could not\nchart, alert on, or filter by.\n\nPoller: three new dimension families (`by_path`, `by_country\n[…]\na since 2026-07-24. Uses a dated coalesce (delete after\n2026-10-24, when the 90d TTL evicts pre-rename rows) so the transition\nwindow keeps both.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cloudflare): filter zone analytics by path, country and client",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-26T09:37:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "58b771e2a0179506b6912dd8a3ac7dd91a6d5986",
"body": "…tion\n\nThe Session time / Active time filters asked the reader to type a number of\nseconds into a blank box with no basis for choosing one, and were the only\ncontrols in the replays sidebar not following the app's filter idiom.\n\nReplace both with a shared RangeFilterSection:\n\n- A session-length hist\n[…]\nn wrapper over the same component, so the\ntraces and local-ui call sites are unchanged and pick up the chips, the\nauto-swap and clear-while-open.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(replays): anchor duration filters in the session-length distribu…",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-26T09:27:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8abca443b066a5bcefe37bf1009e15738b3e41e6",
"body": "PlanetScale Query Insights on prod showed the database degrading on flat\ntraffic: top-25 DB time went 419s -> 791s/day over a week, at 3.77M\nstatements and 794M rows read per day. Three queries were 95% of the rows\nread, and their cost scaled with table size rather than workload.\n\n- Loose index scan\n[…]\ntered -> 0\n org enumeration Seq Scan 20k rows / 328 buffers / 5.2ms\n -> 33 buffers / 0.7ms, and flat as the table grows\n\nCo-authored-by: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "perf(db): cut Postgres rows read ~98% and statements ~68% (#262)",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-25T22:35:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "84adeb76927beaec26bd0e7855ebd9e845a73cc3",
"body": "* perf: add capability-aware ClickHouse search indexes\n\n* fix: harden ClickHouse search rollout\n\n* fix: keep text indexes out of Tinybird schema\n\n* fix: preserve Tinybird data during schema deploy",
"is_bot": false,
"headline": "perf: add capability-aware ClickHouse search indexes (#261)",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-25T22:10:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "875f11ce21fa81d1d4ea9dcfe488940a4b089ed4",
"body": "* perf(api): cut scraper control-plane Postgres load ~96%\n\nProduction telemetry (2026-07-22..25) showed `maple-api` making ~250k\n`Database.execute` round-trips/day to serve FOUR scrape targets. The two\ninternal scraper routes were ~88% of all server-span time, and the scraper\naccounted for ~96% of e\n[…]\nresolveRoute`, which would\nfingerprint pre-SETTINGS SQL into a separate bucket.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "perf(api): cut scraper control-plane Postgres load ~96% (#260)",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-25T15:56:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7fb81a6829098d0362da1bf5eb6de0a1fa684637",
"body": "The pricing section was a two-card plan grid costing ~1392px to state one\nprice. autumn.config.ts sells exactly one self-serve plan, so the grid\nmanufactured a choice that doesn't exist: 7 of 8 platform features were\nidentical across the cards, and the CTA sat 881px below the section start.\n\nIt is n\n[…]\n autumn.config.ts including browser sessions.\n\nSection is 1085px with the CTA at 591px, and carries more information than\nthe taller version did.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(landing): rebuild pricing as a single offer card",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-25T13:02:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9eff3507bb7d396ea6764db985fffdcbc32b33e7",
"body": null,
"is_bot": false,
"headline": "feat: add new opengraph images",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-25T11:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3375dc7f968487d56aed87af6f76af20c544690",
"body": null,
"is_bot": false,
"headline": "feat: unify and polish filter styling",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-24T23:46:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ba4889c1ca4b61490e1de5624ba3affaafc7985",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of https://github.com/MapleTechLabs/maple",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-24T23:28:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2cd9bafff27d09b0edc6a2cb76deb85ba2881f5",
"body": "…ure (#259)\n\n* feat(landing): rebuild the homepage around a screenshot-driven structure\n\nThe homepage was 14 sections alternating bg-bg / bg-bg-deep — a checkerboard\nrather than a rhythm — with every product visual hand-built in CSS/SVG and no\nreal screenshots anywhere. The ja/ko homepages were hand\n[…]\n\n\n* f\n\n* s\n\n* w\n\n* compress claudemd\n\n* ss\n\n* ww\n\n* fix\n\n* Update LiveMcpTranscript.astro\n\n* w\n\n* w\n\n* w\n\n* s\n\n* w\n\n* w\n\n* w\n\n* w\n\n* w\n\n---------\n\nCo-authored-by: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(landing): rebuild the homepage around a screenshot-driven struct…",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-24T23:23:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "73259510861413d2e9b4452bc7d4e4c461260582",
"body": "Deletes the dev-only inspector panel and everything that existed only to\nfeed it: the floating devtools UI and its view helpers, the dev-mode\n`Debug.attach` wiring in the web runtime, the `Debug` inspector module,\nand the `DebugSink` taps on the registry, store write, event dispatch and\nmodel instan\n[…]\nng `<store>.changed` naming), independent of the inspector — and\nmoves from `core/debug/naming.ts` to `core/naming.ts` without its sink\nargument.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: remove the unitflow devtools",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-24T21:37:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "895f6c41f93bb83f7bf5e596c2ab6be5da620c17",
"body": "The local `maple start` server decoded `traceId`/`spanId` as base64 only —\nthe protobufjs `toObject` shape — so a spec-compliant OTLP/JSON payload had\nits 32-char hex trace id base64-decoded into 24 bytes and stored as a\n48-hex-char TraceId. Ingest answered 200 `{\"accepted\":N}` with no error, and\nbe\n[…]\nraceId under HTTP 200, while the fixed server stores\nhex and base64 payloads as the identical 32-char id and rejects wrong-length\nids with a 400.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: accept hex trace/span ids in local OTLP/JSON ingest",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-24T20:09:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "dcdd1c01dc245dc3528f007d46877365c273ef15",
"body": "The local UI trace list rendered one row per entry-point span, so a trace\ncrossing N services appeared as N adjacent rows, each reporting Spans=1.\n`tracesRootListQuery` selects entry-point spans (SpanKind IN\n('Server','Consumer') OR ParentSpanId = ''), hardcodes `spanCount` to 1 and\nreturns a single\n[…]\nd traces only —\n hiding 157 traces by default in a seeded store, and returning \"No matching\n traces\" for a service whose own facet reported 90.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: group local trace list by trace instead of entry span",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-24T20:01:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "46ee9b1298fdbec512513c9aefa40ba206ed1fc8",
"body": null,
"is_bot": false,
"headline": "chore: cleanup bad tracing practices",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-24T17:23:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45f5bec3ed01ffd5f71a18ef3dab192513640eb5",
"body": null,
"is_bot": false,
"headline": "fix: browser session playing being broken",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-24T16:19:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb87b5f805a4e8410d4e4871b2b3f4a96611400c",
"body": null,
"is_bot": false,
"headline": "feat: remove issue count from service list",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-24T15:59:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a00e6d71f771f89d87c72325ef21cd4c5bcd0f2e",
"body": null,
"is_bot": false,
"headline": "feat: fix formatting",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-24T15:30:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2dfdcb312424ebcc568a3d013c37112c36b0c5d",
"body": "* feat: color latency percentiles by magnitude\n\nP50/P95/P99 rendered as flat, uncolored mono text everywhere — services\ntable, operations/dependencies tabs, service map, Cloudflare/PlanetScale\ninfra tables, chat renderers. Every cell in a percentile column looked\nidentical, so finding the slow servi\n[…]\n still pass — and\nwebkit/chromium/firefox smoke legs are all green locally.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: color latency percentiles by magnitude (#256)",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-24T14:18:18Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cbc9e6346ceb0aae88f1f77ecf64e094cb4ce364",
"body": "* ci(preview): scheduled orphan sweep for PR-preview resources\n\nRe-adds the orphan-sweep safety net split out of the branch-lifecycle\nPR: the `sweep` subcommand on the PlanetScale/Electric/Tinybird\nlifecycle scripts and the scheduled cleanup-preview-orphans workflow\nthat runs them. Content is identi\n[…]\n-schemas queries now carry zero bind\nparameters. Verified locally end-to-end.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci(preview): scheduled orphan sweep for PR-preview resources (#257)",
"author_name": "JeremyFunk",
"author_login": "JeremyFunk",
"committed_at": "2026-07-24T12:03:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "353b6bda4694c41c759a471699f31daee56ad88d",
"body": "- normalize-preview-ownership.ts gets the same local-misuse tripwire as\n the reset script (refuse unless CI or RESET_PREVIEW_CONFIRM=1) — bun\n auto-loads .env and mise loads .env.local, so a stray real DATABASE_URL\n in a dev shell must not silently rewrite ownership.\n- reset-preview-branch.ts emp\n[…]\nia `?? fail(...)` so it is\n typed string outright, and drop the dead `if (sourceId)` wrapper and\n re-checks that guarded already-fatal states.\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci(preview): harden the branch-reset scripts (PR #255 follow-ups) (#258)",
"author_name": "JeremyFunk",
"author_login": "JeremyFunk",
"committed_at": "2026-07-24T09:17:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "759f52a193beef1092c8ae339293d743c407e612",
"body": "…c hardening, orphan sweep (#255)\n\n* ci(preview): PR-branch lifecycle overhaul — in-place recycle, Electric hardening, orphan sweep\n\nExtracts the CI/CD work from feat/slack-agent (slack changes excluded):\n\nPlanetScale (scripts/planetscale-pr-branch.ts):\n- Reuse the pr-<n> branch across deploys with \n[…]\ns) are reworded so nothing here reads as a reference to the removed\nworkflow.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci(preview): PR-branch lifecycle overhaul — in-place recycle, Electri…",
"author_name": "JeremyFunk",
"author_login": "JeremyFunk",
"committed_at": "2026-07-24T09:03:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3745afee5efb90002d35ac6849c4985feca62361",
"body": null,
"is_bot": false,
"headline": "fix: mcp",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-23T23:28:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "099741ca0afb1ee5dcc7f931ddc90e7cfceb97d8",
"body": null,
"is_bot": false,
"headline": "Harden PlanetScale integration (#254)",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-23T23:16:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a6b436e3a0ed69c6d13ae2305afd2e5524ca551",
"body": null,
"is_bot": false,
"headline": "feat: fix broken mcp oauth redirects",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-23T22:16:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daca3d58ff6c881e38afa8ee98161211336a91f5",
"body": null,
"is_bot": false,
"headline": "chore: update landing copy",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-23T21:50:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f97f0af47657b7faa68a07bbe391bee1366bcbb",
"body": null,
"is_bot": false,
"headline": "feat: add metric to landing page",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-23T18:47:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c97a5e6a15e64163bde7b19b481b28d503e383a",
"body": null,
"is_bot": false,
"headline": "feat: add logo wall",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-23T14:48:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ea886dea51c5845b11999878e0c908ea07d3e97",
"body": "Replace the single monospace <Input> on /cli-login with the coss OTP\nField (segmented 8-slot input, 4 + separator + 4). Auto-submits on\ncompletion via Base UI's onValueComplete; the manual \"Continue\" button\nis removed. State stores the raw code and reuses the existing\nnormalizeCliUserCode/inspect pa\n[…]\nation logic are\nunchanged.\n\nAlso removes the unused input-otp.tsx component and its input-otp\ndependency, superseded by the new coss otp-field.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cli-login): use coss OTP field for device code entry",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-23T14:40:19Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a3d9d49cc547f4327db56ac5d8d03e885a09e81c",
"body": "…oading the page (#253)\n\nThe free-text search box on the Pods/Nodes/Workloads and Hosts fleet pages\nwrote its value into the warehouse-query atom key. Because makeQueryAtomFamily\nkeys each atom on the full input (incl. `search`), every keystroke produced a\nbrand-new atom stuck in the `Initial` state\n[…]\nw filters within the fetched rows (server cap is\n200); larger clusters narrow further via the server-side namespace/cluster/node\nfacet filters.\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(infra): make k8s + hosts search filter client-side instead of rel…",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-23T14:39:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6ed8d218a3b5329a079480276b1c5d13a4299224",
"body": null,
"is_bot": false,
"headline": "feat: clone json in dashboard store",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-23T13:16:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db5366b27a44c701da3e5ce3e27c60742fed9740",
"body": null,
"is_bot": false,
"headline": "feat: add better dashboard loading screen",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-23T12:47:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d49ddfcac41a04879f275ffecacf91c6856df18",
"body": "…read-only banner\n\nA 401 on a shape stream permanently stopped sync and dispatched an\nauth:session-expired event nothing listens to. With the stream dead, every\nlater dashboard edit PATCHed 200 server-side but timed out awaiting its txid,\nrolled back the (persisted) write, and latched the generic \"U\n[…]\nner shows the real\n error; a txid-await timeout triggers the stuck-collection heal instead of\n disabling editing (the write already persisted)\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(dashboards): recover Electric sync after 401 instead of latching …",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-23T12:46:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "aea6f678a60827bc2b1d70e54673f7d276730ef9",
"body": null,
"is_bot": false,
"headline": "fix: anomaly detection being overly sensitive",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-23T12:25:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5578b5a37ab386ce480ea9317effb70fb2a0fdde",
"body": "…er perf + Tier1/2 UX (#252)\n\nBug fixes:\n- clampViewport rewritten: right-then-left edge clamping (no re-violation on\n oversized windows), centered branch when the window exceeds the padded trace,\n NaN/Infinity input guards\n- SET_VIEWPORT now clamps inside the reducer, so minimap pan/resize/jump c\n[…]\n: reducer suite was already failing (stale proportional-floor expectations);\nfixed and extended with boundary/degenerate/NaN coverage (15 pass).\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(traces): rework Timeline tab — viewport clamping, NaN guards, hov…",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-23T09:18:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c358e1361e6e810969d1baeae1cadd285f684ec3",
"body": "* feat(settings): redesign Ingestion page to Paper spec\n\nRebuild Settings → Ingestion to match the \"Settings — Ingestion\n(redesign)\" artboard (Paper \"Maple MCP\" file):\n\n- Live status banner: green dot + \"N services · X spans/min\" when\n receiving (Explore traces link), amber pulse + \"Send test event\n[…]\npecheck depend on\n^build so dist-based deps exist before consumers typecheck.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(settings): redesign Ingestion page to Paper spec (#251)",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-22T23:32:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "13900b8ea2f93b65450d464100d5e6213f8d7511",
"body": "Network blips previously failed straight to the error UI and stuck there\nuntil a manual reload: transport errors were explicitly excluded from the\nHTTP clients' retry predicates, and nothing ever re-probed a failed atom.\n\nHTTP layer: both atom clients now retry transient transport failures via a\nsha\n[…]\nd-session, watched GETs retry with\nbackoff and POSTs fail fast, then restarted the API and the dashboard\nrepopulated with zero user interaction.\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(web): auto-retry transient \"Cannot reach Maple API\" errors (#250)",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-22T23:12:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "12f207fb5ee6d963bfd76b31fdabb546f3de8ad6",
"body": "… cards + zones/workers split\n\nBackend: cloudflareUsageStatsQuery (previous-24h total + org-wide mitigated\nfirewall events in one scalar scan), new optionalKey fields on\nCloudflareUsageResponse, concurrent execution in getUsage sharing the\ningest-route fallback, and a 60s edge cache on the previousl\n[…]\nner, compact Workers side card linking to the\nservice map. Row lanes moved to container queries so the narrower column\ndoesn't crush zone names.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(integrations): rebuild Cloudflare drill-in to redesign with stat…",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-22T16:12:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "701af0c5b177cbf4b5f69a674755458e3460ca2b",
"body": "… into @maple/ui (#248)\n\nPromote the filter chrome the local UI had hand-copied from apps/web into\npackages/ui so both apps render from one source: filter-section (web's\nsuperset with serviceColorMap/option icons), filter-sidebar (width-agnostic\nframe), duration-range-filter (web's onRangeChange API\n[…]\nail-sheet stay intentionally divergent (web's are\neffect-atom/infra-coupled); their headers now document that instead of\nclaiming to mirror web.\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(local-ui): metrics/services/errors views + promote shared chrome…",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-22T13:35:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "672c77c9038e34fd120f9eaa072b55d498a288b0",
"body": null,
"is_bot": false,
"headline": "feat: improve API key ui",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-22T12:05:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3e1a7148624eb5b16e5203074234e9deb83ddde",
"body": null,
"is_bot": false,
"headline": "feat: update browser session billing",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-22T11:53:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12e844e2999781c53a136979bb108df9eb76ca98",
"body": null,
"is_bot": false,
"headline": "feat: cap out browser sessions at resonable size",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-22T11:47:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "576dbee4c2513fbeb1a62b115ba9ce22272691ca",
"body": null,
"is_bot": false,
"headline": "feat: improve intergations page empty states",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-22T10:59:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe3b5c4e33f65e76dc30a7e27eef7c45dbf6e21d",
"body": "Both \"Documentation\" links in the local dashboard pointed at the docs\nroot, and the disconnected screen told users to run `maple start` with no\nway to get the binary in the first place.\n\n- Add lib/links.ts holding the local-mode doc URLs + the Homebrew/script\n install commands (mirrors the landing \n[…]\nric docs link.\n- ConnectButton: retarget its link at /docs/local-mode#send-telemetry,\n the OTLP setup section matching the popover's contents.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(local-ui): link real CLI docs and surface install commands",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-22T10:54:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e1b3397a6834aab9ca75bc149a93bb07356ab0d1",
"body": null,
"is_bot": false,
"headline": "feat: redesign integrations list page",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-21T23:48:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ebce4291c14f21b9d007b95df002853e128464e",
"body": "… issues, and last-deploy columns (#247)\n\nRedesigns the /services table per the approved \"dense table+\" direction while\nkeeping every data source fleet-level (no per-service fan-out):\n\n- serviceOverviewQuery gains a per-commit `firstSeen: min(Timestamp)` on the\n same scan; CommitBreakdown now carri\n[…]\nrs ≥2× the older ones.\n- Rows extracted into a memoized ServiceRow; baseline/issues/messages render\n progressively and never block first paint.\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(services): enrich the services list with health, baseline delta,…",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-21T23:21:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "95f4e8142018d10ec03a100ea537d2d5f242ed3a",
"body": "… (#194)\n\n* feat(cli): pass chDB config file to local server\n\n* feat(cli): add local chDB checkpoint command\n\n* feat(cli): restore dirty local store from checkpoint\n\n* fix(cli): harden chDB checkpoint recovery\n\n* fix(cli): make checkpoints immutable and durable\n\n* fix(cli): reconcile interrupted che\n[…]\nughput and compressionRatio are compared directly (size-invariant rates);\npeak RSS and peak temp disk are compared as absolute peaks. The attempt passes\nonly when ALL SIX signals pass; cross-signal a…",
"is_bot": false,
"headline": "Local telemetry archives for Maple's embedded store (depends on #129)…",
"author_name": "Robert Collins",
"author_login": "robbiemu",
"committed_at": "2026-07-21T22:55:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bd80182d835f8b195dd57bb87193f0c0de64508e",
"body": "* Add browser-based CLI and MCP authentication\n\n* fix(ingest-bench): stop the accept bench from filling its WAL lane\n\nThe criterion bench hashes every frame to a single org, so all frames land\nin one WAL lane. That lane only truncates when the exporter's cursor fully\ncatches up with the appender, wh\n[…]\nts instead of tuning a threshold\nthat is really a function of runner speed.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add browser-based CLI login and MCP OAuth (#245)",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-21T21:36:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c97bb7ff88a7631386a3e640e852f4d0db444cde",
"body": "Trace flow diagram edges were bare smoothstep lines. Each edge now\ncarries a FlowEdgeData payload (duration/min/max, trace share, start\noffset from parent, x-count, error/missing flags, category accent) and\nrenders through a custom edge component:\n\n- default labels only on significant edges (errors,\n[…]\nlor moved from a hardcoded dark oklch to a theme token\n\nFlow-lab spans get staggered start times so the offset path is\nexercised in the sandbox.\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(flow-view): show span info on the edges themselves (#243)",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-21T14:55:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2d255c8c41983c5f1f1b344deb8ae3bc5a4a3175",
"body": "…failed (#242)",
"is_bot": false,
"headline": "fix(api-keys): let members create MCP keys, and surface why creation …",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-21T12:44:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52642fb7893c60859af43cd6d4f196b238fdf6d6",
"body": "* feat: @maple-dev/alchemy — Alchemy provider for Maple resources\n\nPublishable Alchemy (v2, Effect-based) provider package so customers can\ndeclare Maple resources in their own alchemy.run.ts against the public v2\nAPI: dashboards, alert destinations, alert rules, API keys (one-time secret\nkept as Re\n[…]\ne_api_….…\" does not exist`.\nAsk the session (`SELECT current_user`) instead.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add missing v2 APIs and Maple SDK support (#241)",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-21T11:17:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "47ce4456bc6ef5e2df75ba0ee26f6b5e8cbb4cf0",
"body": "* feat: @maple-dev/alchemy — Alchemy provider for Maple resources\n\nPublishable Alchemy (v2, Effect-based) provider package so customers can\ndeclare Maple resources in their own alchemy.run.ts against the public v2\nAPI: dashboards, alert destinations, alert rules, API keys (one-time secret\nkept as Re\n[…]\nnip)\n\nThe package tests import plain vitest; @effect/vitest was never used.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: @maple-dev/alchemy — Alchemy provider for Maple resources (#240)",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-21T11:01:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ca7020481d7b52ad5e7f6ef11739c2ba23989b8b",
"body": "* Add service operations minutely rollup\n\n* Add source access to AI investigations\n\n* fix(vcs): import WorkerEnvironment via subpath to keep MCP registry Worker-free\n\nThe new source-code MCP tool pulls VcsSourceService → VcsProviderRegistry →\nGithubProvider → VcsSyncQueue into the tool registry's im\n[…]\nn already used by EmailService,\nAiTriageService, InvestigationService, etc.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add source access to AI investigations (#233)",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-20T23:15:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c5551cc46d7bbfe1b2a01433547d74b9f741dbdd",
"body": null,
"is_bot": false,
"headline": "feat: zoom in on flow automatically",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-20T23:05:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3629fa4fc90a5eb84ed559a82ba050d3e489b242",
"body": null,
"is_bot": false,
"headline": "feat: rework flow view",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-20T22:56:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e35e461af61adf3ae29d43dbaed90fe3d9748572",
"body": "…gate non-prod alerting crons (#239)\n\nFollow-up to the Jul 20 error sweep (#235/#237). Those fixes verifiably\nworked (prod errors ~110k/day -> ~220/10h); this resolves the steady error\nsources that remained:\n\n- query-engine: classify Tinybird's \"invalid authentication token.\n Workspace not found\" a\n[…]\n so its crons\n iterated real orgs with stage-local Tinybird/Clerk credentials\n (~10k errors/10h; same class of leak as the #237 email gating).\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: quarantine broken-warehouse orgs, skip revoked CF integrations, …",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-20T22:44:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9de6b85142b8b3528aaaf00ae6f58e9ec1877ec4",
"body": null,
"is_bot": false,
"headline": "Improve Effect v4 quality across services and SDKs (#238)",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-20T17:14:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e39ea54b3657d5eb8de8d9c3cf38dde06a159e45",
"body": null,
"is_bot": false,
"headline": "fix",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-20T12:54:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4a859c36943d2531cf1037e5d85ee7583315bad",
"body": "Users reported receiving the same email repeatedly. Production telemetry\ntraced it to four compounding causes, fixed here:\n\n- Gate the EMAIL binding to the prd stage only (api + alerting alchemy\n configs): PR-preview and stg workers ran the same onboarding/digest/\n alert crons against branched rea\n[…]\nansitions are CAS-guarded\n (setWhere + returning), so overlapping error ticks can no longer\n double-dispatch the immediate-path notifications.\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: stop duplicate notification emails (#237)",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-20T11:46:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0bbe00eaccc3a3bc9912ba7a359536709813150f",
"body": "Three fixes from an error sweep of the last 24h (~120k events, almost all\nfrom the alerting worker):\n\n- alerting: bind TINYBIRD_SIGNING_KEY + TINYBIRD_WORKSPACE_ID (same as the\n api worker) — without them every scheduler tick fails alert-rule\n evaluation for Tinybird-scoped orgs with WarehouseConf\n[…]\nes under a 200KB escaped-payload\n budget so large OTLP batches no longer trip chDB's ~256KB max_query_size\n (Code: 62, ~700/day in local mode)\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: resolve top production error sources from 24h sweep (#235)",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-20T10:43:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0b9cdaf3a15041bc7dcfc77f6694385409e172ca",
"body": "* fix(cli): decode fixed32 OTLP span flags\n\n* fix(ci): stabilize TypeScript checks\n\n* test(api): ignore Tinybird preview token lookup",
"is_bot": false,
"headline": "fix(cli): decode fixed32 OTLP span flags (#234)",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-19T22:54:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b978d6dd0596538077d1b7a43abdb3425fd9239",
"body": null,
"is_bot": false,
"headline": "fix: servicemap commit deployment overflow",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-19T22:19:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d888179bafdd37cbcfda54eadf39fa615e94302",
"body": null,
"is_bot": false,
"headline": "feat: improve service page",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-19T18:34:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb9c0b89ddd7509bd28486a6fe90bba9f1216497",
"body": "DSL-compiled queries already end with FORMAT JSON (optionally followed by\nprofile SETTINGS). The unconditional append added in #230 produced\n'... FORMAT JSON\\nFORMAT JSON', a ClickHouse syntax error that failed ~95%\nof alerting queries against managed Tinybird since 2026-07-18 22:00 UTC\n(alert evals, error-issue scans, anomaly detection, service-map rollups).\nOnly append FORMAT JSON when the query doesn't carry its own FORMAT clause.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(api): stop double-appending FORMAT JSON to Tinybird SDK queries",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-19T17:50:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1e35c40dce513b0edb47bc599757316fe6653e81",
"body": null,
"is_bot": false,
"headline": "fix forwrd querz",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-19T17:47:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e419f0e48f687fc54103a7e35b1cabbd818815a1",
"body": null,
"is_bot": false,
"headline": "feat: remove error electirc collection and move to api",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-19T16:51:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a2a1e7cc8ff9bafe8c6037dd45a0fa7b63f8b2f",
"body": null,
"is_bot": false,
"headline": "fix: reduce false traffic outage anomalies",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-19T16:36:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef4f35ef8f68cecb764fc36d5c1bd237630a9d7a",
"body": null,
"is_bot": false,
"headline": "feat: add trend icons to anomaly directions",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-19T16:11:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c7e74d1feb7d54412c4a19a4905df8adb289eb0",
"body": null,
"is_bot": false,
"headline": "feat: add better bucket caching",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-19T15:38:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b079d4400e11be601419e1229a3bd5cfc14d03d8",
"body": null,
"is_bot": false,
"headline": "Add service operations minutely rollup (#232)",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-19T12:36:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04301ae17d06b61f90a4539c6a29c663705e4508",
"body": "…r, structural ingest routing (#231)\n\n* refactor(query-engine): rearchitect warehouse executor around named backends and route-as-data\n\nThe three warehouse paths (managed Tinybird, Tinybird CH-gateway, BYO\nClickHouse) were encoded as _tag×provider flag combinations branched on\nacross two layers, wit\n[…]\nts directly to /local/query (single-tenant, no OrgId\n guard weakening).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n* w\n\n---------\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Rearchitect the warehouse executor: named backends, one route resolve…",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-19T11:42:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e8d60586e441310296288a983a33e14a0a0f1cf4",
"body": "The kind gate added in #230 hard-cut every pre-split standard key that\nwas already configured for MCP. Standard keys are full-access, so allow\nthem again; only scope-restricted v2 keys stay rejected.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(mcp): let standard API keys authenticate to the MCP server",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-18T23:17:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "97fada312c8c9dc1408e41720486eb055b757ab1",
"body": null,
"is_bot": false,
"headline": "fix(cli): harden local listener edge cases",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-18T23:05:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a176cea7c1f7651f2105653909033f3cd1efc937",
"body": "* feat(cli): configure local bind host\n\n* fix(local-ui): keep embedded dashboard same-origin\n\n* fix(local): harden configurable listener behavior\n\n* fix(local): allow loopback browser origins\n\n* fix(cli): address local listener review feedback\n\n---------\n\nCo-authored-by: Robert Collins <248927+robbiemu@users.noreply.github.com>\nCo-authored-by: Makisuo <31933546+Makisuo@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(cli): configure local bind host (#219)",
"author_name": "Robert Collins",
"author_login": "robbiemu",
"committed_at": "2026-07-18T22:53:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e933f938f5fea9c1379816403efc5f02b412b0ba",
"body": null,
"is_bot": false,
"headline": "fix(web): adjust chart picker spacing (#229)",
"author_name": "kerol",
"author_login": "k11q",
"committed_at": "2026-07-18T22:50:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3246375d1ece53f9cb69fc194ea52f375d85aafa",
"body": "* Add v2 telemetry routes and API key rate limiting\n\n* w\n\n* kk\n\n* s\n\n* s\n\n* s\n\n* .",
"is_bot": false,
"headline": "Expose telemetry APIs and enforce API key rate limits (#230)",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-18T22:41:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6772605217900be2834db0efddab3fb668436df7",
"body": "* feat(web): consume v2 API for the config-resource bundle\n\nMigrate the dashboard off the v1 client (`MapleApiAtomClient`) onto the\nalready-shipped v2 endpoints (`MapleApiV2AtomClient`) for the four\nconfig-resource groups whose v2 surface (#224) was built but still dark:\n\n- ingest_keys (get -> \n[…]\ncom>\n\n* m\n\n* fix iconsistencies with api v2\n\n* stuff\n\n* fux\n\n* fix Effect review findings\n\n* refine v2 pagination and error handling\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(web): consume v2 API for the config-resource bundle (#228)",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-18T14:05:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "97fe6c370c58f52d8e58404e691000864166b417",
"body": "…ession)\n\nRecords the auth method on the inbound request span in the v1 and v2\nauthorization layers so v1 REST endpoint usage (/api/*) can be sliced by\nAPI-key vs dashboard-session auth. Adds maple.auth.method, maple.org_id,\ntenant.userId, and (api-key only) maple.api_key.id via a shared\nannotateAuthSpan helper. Forward-looking only; no backfill.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(api): tag HTTP server spans with maple.auth.method (api_key vs s…",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-18T09:41:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3d0deb819535e29da2390101e54ae333af252bbb",
"body": "…rever\n\nWhen the electric-sync worker is unreachable, ShapeStream's backoff\nretries silently and the collection never leaves \"loading\" — the Open\nissues panel (and /errors/issues) skeletons forever with no error and\nno recovery. Recent deploys had no loading state at all, showing a\nfalse \"No deploys\n[…]\nollections\n- ServiceRecentDeploys renders skeleton rows while the overview query\n is loading (driven by the same isDetailLoading as the charts)\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(web): stop service-detail Open issues / Recent deploys loading fo…",
"author_name": "Makisuo",
"author_login": "Makisuo",
"committed_at": "2026-07-18T09:40:24Z",
"body_truncated": true,
"is_coding_agent": true
}
],
"releases_count": 12,
"commits_last_year": 1323,
"latest_release_at": "2026-07-21T22:58:55Z",
"latest_release_tag": "v0.0.14",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 24,
"days_since_latest_release": 5,
"mean_days_between_releases": 5.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@maple-dev/effect-sdk",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "npm",
"matches_repo": null,
"registry_url": "https://www.npmjs.com/package/@maple-dev/effect-sdk",
"is_deprecated": false,
"latest_version": "0.7.0",
"repository_url": null,
"versions_count": 8,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 4129,
"first_published_at": "2026-04-07T22:20:35.091000Z",
"latest_published_at": "2026-07-08T14:58:07.784000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 19
}
]
},
"popularity": {
"forks": 101,
"stars": 1589,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2026-02-17",
"count": 2
},
{
"date": "2026-02-18",
"count": 1
},
{
"date": "2026-02-19",
"count": 1
},
{
"date": "2026-02-20",
"count": 1
},
{
"date": "2026-02-21",
"count": 1
},
{
"date": "2026-02-22",
"count": 1
},
{
"date": "2026-02-24",
"count": 4
},
{
"date": "2026-02-28",
"count": 1
},
{
"date": "2026-03-01",
"count": 2
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-03-05",
"count": 1
},
{
"date": "2026-03-14",
"count": 1
},
{
"date": "2026-03-25",
"count": 1
},
{
"date": "2026-03-27",
"count": 1
},
{
"date": "2026-04-28",
"count": 1
},
{
"date": "2026-05-01",
"count": 1
},
{
"date": "2026-05-20",
"count": 1
},
{
"date": "2026-05-28",
"count": 1
},
{
"date": "2026-05-29",
"count": 1
},
{
"date": "2026-06-01",
"count": 2
},
{
"date": "2026-06-05",
"count": 17
},
{
"date": "2026-06-06",
"count": 9
},
{
"date": "2026-06-07",
"count": 12
},
{
"date": "2026-06-08",
"count": 8
},
{
"date": "2026-06-11",
"count": 1
},
{
"date": "2026-06-13",
"count": 11
},
{
"date": "2026-06-14",
"count": 6
},
{
"date": "2026-06-15",
"count": 2
},
{
"date": "2026-06-16",
"count": 1
},
{
"date": "2026-06-23",
"count": 1
},
{
"date": "2026-06-24",
"count": 1
},
{
"date": "2026-06-27",
"count": 1
},
{
"date": "2026-06-29",
"count": 1
},
{
"date": "2026-07-09",
"count": 1
},
{
"date": "2026-07-18",
"count": 1
},
{
"date": "2026-07-21",
"count": 1
},
{
"date": "2026-07-24",
"count": 1
}
],
"complete": true,
"collected": 101,
"total_forks": 101
},
"star_history": null,
"open_issues_and_prs": 13
},
"ai_readiness": {
"has_nix": true,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"mise.toml"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
".context/alchemy-effect/alchemy-effect/tsconfig.json",
".context/alchemy-effect/examples/aws-ec2/tsconfig.json",
".context/alchemy-effect/examples/aws-ecs/tsconfig.json",
".context/alchemy-effect/examples/aws-eks/tsconfig.json",
".context/alchemy-effect/examples/aws-lambda-httpapi/tsconfig.json",
".context/alchemy-effect/examples/aws-lambda-rpc/tsconfig.json",
".context/alchemy-effect/examples/aws-lambda/tsconfig.json",
".context/alchemy-effect/examples/aws-rds/tsconfig.json",
".context/alchemy-effect/examples/aws-static-site/tsconfig.json",
".context/alchemy-effect/examples/aws-vite/tsconfig.json",
".context/alchemy-effect/examples/cloudflare-solidjs-ssr/tsconfig.json",
".context/alchemy-effect/examples/cloudflare-static-site/tsconfig.json",
".context/alchemy-effect/examples/cloudflare-tanstack/tsconfig.json",
".context/alchemy-effect/examples/cloudflare-vue/tsconfig.json",
".context/alchemy-effect/examples/cloudflare-worker-async/tsconfig.json",
".context/alchemy-effect/examples/cloudflare-worker/tsconfig.json",
".context/alchemy-effect/packages/better-auth/tsconfig.json",
".context/alchemy-effect/tsconfig.json",
".context/alchemy-effect/website/tsconfig.json",
".context/effect/ai-docs/tsconfig.json",
".context/effect/packages/ai/anthropic/tsconfig.json",
".context/effect/packages/ai/openai-compat/tsconfig.json",
".context/effect/packages/ai/openai/tsconfig.json",
".context/effect/packages/ai/openrouter/tsconfig.json",
".context/effect/packages/atom/react/tsconfig.json",
".context/effect/packages/atom/solid/tsconfig.json",
".context/effect/packages/atom/vue/tsconfig.json",
".context/effect/packages/effect/tsconfig.json",
".context/effect/packages/opentelemetry/tsconfig.json",
".context/effect/packages/platform-browser/tsconfig.json",
".context/effect/packages/platform-bun/tsconfig.json",
".context/effect/packages/platform-node-shared/tsconfig.json",
".context/effect/packages/platform-node/tsconfig.json",
".context/effect/packages/sql/clickhouse/tsconfig.json",
".context/effect/packages/sql/d1/tsconfig.json",
".context/effect/packages/sql/libsql/tsconfig.json",
".context/effect/packages/sql/mssql/tsconfig.json",
".context/effect/packages/sql/mysql2/tsconfig.json",
".context/effect/packages/sql/pg/tsconfig.json",
".context/effect/packages/sql/pglite/tsconfig.json",
".context/effect/packages/sql/sqlite-bun/tsconfig.json",
".context/effect/packages/sql/sqlite-do/tsconfig.json",
".context/effect/packages/sql/sqlite-node/tsconfig.json",
".context/effect/packages/sql/sqlite-react-native/tsconfig.json",
".context/effect/packages/sql/sqlite-wasm/tsconfig.json",
".context/effect/packages/tools/ai-codegen/tsconfig.json",
".context/effect/packages/tools/ai-docgen/tsconfig.json",
".context/effect/packages/tools/bundle/tsconfig.json",
".context/effect/packages/tools/jsdocs/tsconfig.json",
".context/effect/packages/tools/openapi-generator/tsconfig.json",
".context/effect/packages/tools/oxc/tsconfig.json",
".context/effect/packages/tools/utils/tsconfig.json",
".context/effect/packages/vitest/tsconfig.json",
".context/effect/scratchpad/tsconfig.json",
".context/effect/scripts/tsconfig.json",
".context/effect/tsconfig.json",
"apps/alerting/tsconfig.json",
"apps/api/tsconfig.json",
"apps/chat-flue/tsconfig.json",
"apps/cli/tsconfig.json",
"apps/electric-sync/tsconfig.json",
"apps/landing/tsconfig.json",
"apps/local-ui/tsconfig.json",
"apps/mobile/tsconfig.json",
"apps/scraper/tsconfig.json",
"apps/web/tsconfig.json",
"examples/alchemy-maple/tsconfig.json",
"examples/effect-todo/tsconfig.json",
"examples/effect-todo/web/tsconfig.json",
"lib/alchemy-maple/tsconfig.json",
"lib/clickhouse-builder/tsconfig.json",
"lib/effect-cloudflare/tsconfig.json",
"lib/effect-sdk/tsconfig.json",
"packages/auth/tsconfig.json",
"packages/browser-session/tsconfig.json",
"packages/browser/tsconfig.json",
"packages/clickhouse-cli/tsconfig.json",
"packages/db/tsconfig.json",
"packages/domain/tsconfig.json",
"packages/effect-db/tsconfig.json",
"packages/effect-router/tsconfig.json",
"packages/email/tsconfig.json",
"packages/infra/tsconfig.json",
"packages/otel-helpers/tsconfig.json",
"packages/query-engine/tsconfig.json",
"packages/ui/tsconfig.json",
"packages/unitflow/tsconfig.json",
"tsconfig.json"
],
"toolchain_manifests": [
"apps/ingest/Cargo.toml",
"packages/otel-collector-maple-exporter/go.mod"
],
"largest_source_bytes": 3249481,
"source_files_sampled": 4268,
"oversized_source_files": 75,
"agent_instruction_files": [
".agents/skills/clickhouse-architecture-advisor/AGENTS.md",
".agents/skills/clickhouse-best-practices/AGENTS.md",
".context/alchemy-effect/AGENTS.md",
".context/alchemy-effect/CLAUDE.md",
".context/alchemy-effect/alchemy-effect/src/AWS/AGENTS.md",
".context/effect/AGENTS.md",
".deepsec/AGENTS.md",
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 48846
},
"dependencies": {
"manifests": [
".deepsec/package.json",
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": "npm:@maple-dev/effect-sdk@0.7.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "deepsec",
"manifest": ".deepsec/package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.8"
},
{
"name": "@maple-dev/effect-sdk",
"manifest": "apps/alerting/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@maple/api",
"manifest": "apps/alerting/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@maple/effect-cloudflare",
"manifest": "apps/alerting/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "effect",
"manifest": "apps/alerting/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:effect"
},
{
"name": "@clerk/backend",
"manifest": "apps/api/package.json",
"ecosystem": "npm",
"version_constraint": "^2.30.1"
},
{
"name": "@clickhouse/client-web",
"manifest": "apps/api/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:clickhouse"
},
{
"name": "@distilled.cloud/cloudflare",
"manifest": "apps/api/package.json",
"ecosystem": "npm",
"version_constraint": "0.30.1"
},
{
"name": "@effect/platform-bun",
"manifest": "apps/api/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:effect"
},
{
"name": "@flue/sdk",
"manifest": "apps/api/package.json",
"ecosystem": "npm",
"version_constraint": "1.0.0-beta.9"
},
{
"name": "@maple-dev/effect-sdk",
"manifest": "apps/api/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@maple/auth",
"manifest": "apps/api/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@maple/db",
"manifest": "apps/api/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@maple/domain",
"manifest": "apps/api/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@maple/effect-cloudflare",
"manifest": "apps/api/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@maple/email",
"manifest": "apps/api/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@maple/infra",
"manifest": "apps/api/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@maple/query-engine",
"manifest": "apps/api/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@react-email/components",
"manifest": "apps/api/package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.11"
},
{
"name": "@tinybirdco/sdk",
"manifest": "apps/api/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:tinybird"
},
{
"name": "autumn-js",
"manifest": "apps/api/package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.29"
},
{
"name": "drizzle-orm",
"manifest": "apps/api/package.json",
"ecosystem": "npm",
"version_constraint": "^0.45.1"
},
{
"name": "effect",
"manifest": "apps/api/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:effect"
},
{
"name": "@clerk/backend",
"manifest": "apps/chat-flue/package.json",
"ecosystem": "npm",
"version_constraint": "^2.30.1"
},
{
"name": "@flue/opentelemetry",
"manifest": "apps/chat-flue/package.json",
"ecosystem": "npm",
"version_constraint": "1.0.0-beta.3"
},
{
"name": "@flue/runtime",
"manifest": "apps/chat-flue/package.json",
"ecosystem": "npm",
"version_constraint": "1.0.0-beta.9"
},
{
"name": "@maple/domain",
"manifest": "apps/chat-flue/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@opentelemetry/api",
"manifest": "apps/chat-flue/package.json",
"ecosystem": "npm",
"version_constraint": "^1.9.0"
},
{
"name": "@opentelemetry/api-logs",
"manifest": "apps/chat-flue/package.json",
"ecosystem": "npm",
"version_constraint": "^0.205.0"
},
{
"name": "@opentelemetry/core",
"manifest": "apps/chat-flue/package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.0"
},
{
"name": "@opentelemetry/exporter-logs-otlp-http",
"manifest": "apps/chat-flue/package.json",
"ecosystem": "npm",
"version_constraint": "^0.205.0"
},
{
"name": "@opentelemetry/exporter-trace-otlp-http",
"manifest": "apps/chat-flue/package.json",
"ecosystem": "npm",
"version_constraint": "^0.205.0"
},
{
"name": "@opentelemetry/resources",
"manifest": "apps/chat-flue/package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.0"
},
{
"name": "@opentelemetry/sdk-logs",
"manifest": "apps/chat-flue/package.json",
"ecosystem": "npm",
"version_constraint": "^0.205.0"
},
{
"name": "@opentelemetry/sdk-trace-base",
"manifest": "apps/chat-flue/package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.0"
},
{
"name": "@opentelemetry/semantic-conventions",
"manifest": "apps/chat-flue/package.json",
"ecosystem": "npm",
"version_constraint": "^1.36.0"
},
{
"name": "agents",
"manifest": "apps/chat-flue/package.json",
"ecosystem": "npm",
"version_constraint": "^0.14.1"
},
{
"name": "alchemy",
"manifest": "apps/chat-flue/package.json",
"ecosystem": "npm",
"version_constraint": "2.0.0-beta.64"
},
{
"name": "hono",
"manifest": "apps/chat-flue/package.json",
"ecosystem": "npm",
"version_constraint": "^4.8.3"
},
{
"name": "valibot",
"manifest": "apps/chat-flue/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.0"
},
{
"name": "@effect/platform-bun",
"manifest": "apps/cli/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:effect"
},
{
"name": "@maple-dev/effect-sdk",
"manifest": "apps/cli/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@maple/domain",
"manifest": "apps/cli/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@maple/query-engine",
"manifest": "apps/cli/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "effect",
"manifest": "apps/cli/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:effect"
},
{
"name": "protobufjs",
"manifest": "apps/cli/package.json",
"ecosystem": "npm",
"version_constraint": "^8.6.1"
},
{
"name": "@maple-dev/effect-sdk",
"manifest": "apps/electric-sync/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@maple/auth",
"manifest": "apps/electric-sync/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@maple/domain",
"manifest": "apps/electric-sync/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@maple/effect-cloudflare",
"manifest": "apps/electric-sync/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "effect",
"manifest": "apps/electric-sync/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:effect"
},
{
"name": "axum",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8.8"
},
{
"name": "aes-gcm",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10"
},
{
"name": "async-trait",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "tikv-jemallocator",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.6"
},
{
"name": "base64",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.22.1"
},
{
"name": "bytes",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "chrono",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4.42"
},
{
"name": "flate2",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.1.5"
},
{
"name": "hmac",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12.1"
},
{
"name": "dotenvy",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.15.7"
},
{
"name": "opentelemetry",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.31"
},
{
"name": "opentelemetry-appender-tracing",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.31"
},
{
"name": "opentelemetry_sdk",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.31"
},
{
"name": "opentelemetry-otlp",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.31"
},
{
"name": "opentelemetry-proto",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.31.0"
},
{
"name": "prost",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.14.3"
},
{
"name": "crc32fast",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.5"
},
{
"name": "dashmap",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "6.1"
},
{
"name": "num_cpus",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.17"
},
{
"name": "reqwest",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.13.2"
},
{
"name": "serde",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.228"
},
{
"name": "serde_json",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.145"
},
{
"name": "sha2",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10.9"
},
{
"name": "tokio",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.48.0"
},
{
"name": "tonic",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.14"
},
{
"name": "tracing",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.41"
},
{
"name": "tracing-opentelemetry",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.32"
},
{
"name": "tracing-subscriber",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.20"
},
{
"name": "tower-http",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.6"
},
{
"name": "url",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.5.7"
},
{
"name": "uuid",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "moka",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12"
},
{
"name": "tokio-postgres",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7"
},
{
"name": "deadpool-postgres",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.14"
},
{
"name": "tokio-postgres-rustls",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.13"
},
{
"name": "rustls",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.23"
},
{
"name": "webpki-roots",
"manifest": "apps/ingest/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.26"
},
{
"name": "@astrojs/mdx",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "^5.0.3"
},
{
"name": "@astrojs/react",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "^4.4.2"
},
{
"name": "@astrojs/sitemap",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "^3.7.0"
},
{
"name": "@base-ui/react",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:ui"
},
{
"name": "@clerk/clerk-react",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "^5.61.3"
},
{
"name": "@fontsource-variable/geist",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "^5.2.9"
},
{
"name": "@fontsource-variable/geist-mono",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "^5.2.8"
},
{
"name": "@inlang/paraglide-astro",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "^0.4.1"
},
{
"name": "@inlang/paraglide-js",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "^2.14.0"
},
{
"name": "@maple/infra",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@maple/ui",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@tailwindcss/vite",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:tailwind"
},
{
"name": "@types/react",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:react"
},
{
"name": "@types/react-dom",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:react"
},
{
"name": "@xyflow/react",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:ui"
},
{
"name": "astro",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "^5.17.1"
},
{
"name": "autumn-js",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.29"
},
{
"name": "class-variance-authority",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:ui"
},
{
"name": "clsx",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:ui"
},
{
"name": "fuse.js",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "^7.4.2"
},
{
"name": "motion",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "^12.40.0"
},
{
"name": "react",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:react"
},
{
"name": "react-dom",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:react"
},
{
"name": "recharts",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:ui"
},
{
"name": "tailwind-merge",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:tailwind"
},
{
"name": "tailwindcss",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:tailwind"
},
{
"name": "tw-animate-css",
"manifest": "apps/landing/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:tailwind"
},
{
"name": "@maple/infra",
"manifest": "apps/local-ui/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@maple/query-engine",
"manifest": "apps/local-ui/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@maple/ui",
"manifest": "apps/local-ui/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@tanstack/react-query",
"manifest": "apps/local-ui/package.json",
"ecosystem": "npm",
"version_constraint": "^5.95.2"
},
{
"name": "@tanstack/react-virtual",
"manifest": "apps/local-ui/package.json",
"ecosystem": "npm",
"version_constraint": "^3.14.3"
},
{
"name": "effect",
"manifest": "apps/local-ui/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:effect"
},
{
"name": "react",
"manifest": "apps/local-ui/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:react"
},
{
"name": "react-dom",
"manifest": "apps/local-ui/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:react"
},
{
"name": "sonner",
"manifest": "apps/local-ui/package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.7"
},
{
"name": "sugar-high",
"manifest": "apps/local-ui/package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.1"
},
{
"name": "@clerk/expo",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "^3.1.8"
},
{
"name": "@expo-google-fonts/geist-mono",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "^0.4.1"
},
{
"name": "@expo/metro-runtime",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "^55.0.9"
},
{
"name": "@expo/ui",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "~55.0.10"
},
{
"name": "@flue/sdk",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "1.0.0-beta.1"
},
{
"name": "@legendapp/list",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.19"
},
{
"name": "@opentelemetry/api",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "^1.9.0"
},
{
"name": "@opentelemetry/api-logs",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "^0.205.0"
},
{
"name": "@opentelemetry/core",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.0"
},
{
"name": "@opentelemetry/exporter-logs-otlp-http",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "^0.205.0"
},
{
"name": "@opentelemetry/exporter-trace-otlp-http",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "^0.205.0"
},
{
"name": "@opentelemetry/resources",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.0"
},
{
"name": "@opentelemetry/sdk-logs",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "^0.205.0"
},
{
"name": "@opentelemetry/sdk-trace-base",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.0"
},
{
"name": "@opentelemetry/semantic-conventions",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "^1.36.0"
},
{
"name": "@react-native-async-storage/async-storage",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "2.2.0"
},
{
"name": "@tanstack/react-query",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "^5.95.2"
},
{
"name": "expo",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "~55.0.12"
},
{
"name": "expo-auth-session",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "~55.0.12"
},
{
"name": "expo-constants",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "~55.0.12"
},
{
"name": "expo-crypto",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "~55.0.13"
},
{
"name": "expo-dev-client",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "~55.0.23"
},
{
"name": "expo-font",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "^55.0.6"
},
{
"name": "expo-haptics",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "~55.0.14"
},
{
"name": "expo-linking",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "~55.0.11"
},
{
"name": "expo-router",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "~55.0.11"
},
{
"name": "expo-secure-store",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "~55.0.12"
},
{
"name": "expo-splash-screen",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "^55.0.16"
},
{
"name": "expo-status-bar",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "~55.0.5"
},
{
"name": "expo-ui-ext",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "file:./modules/expo-ui-ext"
},
{
"name": "expo-web-browser",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "~55.0.13"
},
{
"name": "react",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "19.2.0"
},
{
"name": "react-dom",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "19.2.0"
},
{
"name": "react-native",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "0.83.4"
},
{
"name": "react-native-gesture-handler",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "~2.30.0"
},
{
"name": "react-native-safe-area-context",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "~5.6.2"
},
{
"name": "react-native-screens",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "~4.23.0"
},
{
"name": "react-native-svg",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "15.15.3"
},
{
"name": "tailwindcss",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "^4.2.2"
},
{
"name": "uniwind",
"manifest": "apps/mobile/package.json",
"ecosystem": "npm",
"version_constraint": "^1.6.2"
},
{
"name": "@effect/platform-bun",
"manifest": "apps/scraper/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:effect"
},
{
"name": "@maple-dev/effect-sdk",
"manifest": "apps/scraper/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@maple/domain",
"manifest": "apps/scraper/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "effect",
"manifest": "apps/scraper/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:effect"
},
{
"name": "@base-ui/react",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:ui"
},
{
"name": "@clerk/clerk-react",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^5.61.3"
},
{
"name": "@clerk/themes",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^2.4.57"
},
{
"name": "@effect-router/core",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@effect/atom-react",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:effect"
},
{
"name": "@flue/react",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "1.0.0-beta.9"
},
{
"name": "@flue/sdk",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "1.0.0-beta.9"
},
{
"name": "@fontsource-variable/geist",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^5.2.9"
},
{
"name": "@fontsource-variable/geist-mono",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^5.2.8"
},
{
"name": "@json-render/core",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^0.19.0"
},
{
"name": "@json-render/react",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^0.19.0"
},
{
"name": "@maple-dev/effect-sdk",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@maple/domain",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@maple/effect-db",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@maple/infra",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@maple/query-engine",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@maple/ui",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@maple/unitflow",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@rrweb/replay",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.1"
},
{
"name": "@rrweb/types",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.1"
},
{
"name": "@streamdown/cjk",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.3"
},
{
"name": "@streamdown/code",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.1"
},
{
"name": "@streamdown/math",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.2"
},
{
"name": "@streamdown/mermaid",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.2"
},
{
"name": "@tailwindcss/vite",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:tailwind"
},
{
"name": "@tanstack/react-db",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "0.1.91"
},
{
"name": "@tanstack/react-hotkeys",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "0.10.0"
},
{
"name": "@tanstack/react-router",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^1.170.16"
},
{
"name": "@tanstack/react-table",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^8.21.3"
},
{
"name": "@tanstack/react-virtual",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^3.14.3"
},
{
"name": "@xyflow/react",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:ui"
},
{
"name": "class-variance-authority",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:ui"
},
{
"name": "clsx",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:ui"
},
{
"name": "date-fns",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^4.4.0"
},
{
"name": "effect",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:effect"
},
{
"name": "elkjs",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^0.11.1"
},
{
"name": "fuse.js",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^7.4.2"
},
{
"name": "motion",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^12.40.0"
},
{
"name": "react",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:react"
},
{
"name": "react-day-picker",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^10.0.1"
},
{
"name": "react-dom",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:react"
},
{
"name": "react-grid-layout",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^2.2.3"
},
{
"name": "recharts",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:ui"
},
{
"name": "sonner",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.7"
},
{
"name": "streamdown",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^2.5.0"
},
{
"name": "sugar-high",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.1"
},
{
"name": "tailwind-merge",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:tailwind"
},
{
"name": "tailwindcss",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:tailwind"
},
{
"name": "tw-animate-css",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:tailwind"
},
{
"name": "web-vitals",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^5.3.0"
},
{
"name": "zod",
"manifest": "apps/web/package.json",
"ecosystem": "npm",
"version_constraint": "^4.4.3"
},
{
"name": "effect",
"manifest": "lib/effect-cloudflare/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:effect"
},
{
"name": "std-env",
"manifest": "lib/effect-sdk/package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.0"
},
{
"name": "@clerk/backend",
"manifest": "packages/auth/package.json",
"ecosystem": "npm",
"version_constraint": "^2.30.1"
},
{
"name": "@maple/domain",
"manifest": "packages/auth/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "effect",
"manifest": "packages/auth/package.json",
"ecosystem": "npm",
"version_constraint": "catalog:effect"
}
],
"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": 8,
"merged_prs": 230,
"open_issues": 5,
"closed_ratio": 0.615,
"closed_issues": 8,
"closed_unmerged_prs": 20
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "Makisuo",
"commits": 1295,
"avatar_url": "https://avatars.githubusercontent.com/u/31933546?v=4"
},
{
"type": "User",
"login": "JeremyFunk",
"commits": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/29690247?v=4"
},
{
"type": "User",
"login": "abusarah-tech",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/4615948?v=4"
},
{
"type": "User",
"login": "robbiemu",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/248927?v=4"
},
{
"type": "User",
"login": "dbrimley",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1588244?v=4"
},
{
"type": "User",
"login": "bitzhjr",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/28079744?v=4"
},
{
"type": "User",
"login": "k11q",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/101852870?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.974
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"cleanup-preview-orphans.yml",
"deploy-pr-preview.yml",
"deploy-prd.yml",
"deploy-stg.yml",
"eval.yml",
"ingest-load-tests.yml",
"ingest-rust-tests.yml",
"local-binary-release.yml",
"otel-collector-maple-tests.yml",
"publish-k8s-infra-chart.yml",
"publish-maple-otel-chart.yml",
"publish-otel-collector-maple.yml",
"pullfrog.yml",
"tinybird-cd.yml",
"tinybird-ci.yml",
"token-cost.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock",
"go.sum",
"pnpm-lock.yaml"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "11 out of 11 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 10,
"reason": "project is fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 3 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": 5,
"reason": "dependency not pinned by hash detected -- score normalized to 5",
"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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": "141 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "fe3da62e726d8ae2d4ac8ff3799cc17797512a2c",
"ran_at": "2026-07-27T18:37:30Z",
"aggregate_score": 3.9,
"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-27T18:32:35Z",
"oldest_open_prs": [
{
"number": 105,
"created_at": "2026-06-20T19:52:33Z",
"last_comment_at": "2026-06-23T23:44:11Z",
"last_comment_author": "pullfrog"
},
{
"number": 152,
"created_at": "2026-06-30T19:27:26Z",
"last_comment_at": "2026-06-30T19:32:15Z",
"last_comment_author": "github-actions"
},
{
"number": 170,
"created_at": "2026-07-03T22:43:38Z",
"last_comment_at": "2026-07-03T22:48:59Z",
"last_comment_author": "github-actions"
},
{
"number": 188,
"created_at": "2026-07-07T23:52:50Z",
"last_comment_at": "2026-07-07T23:52:54Z",
"last_comment_author": "pullfrog"
},
{
"number": 198,
"created_at": "2026-07-10T11:00:30Z",
"last_comment_at": "2026-07-10T11:05:41Z",
"last_comment_author": "github-actions"
},
{
"number": 202,
"created_at": "2026-07-13T08:36:28Z",
"last_comment_at": "2026-07-13T08:36:32Z",
"last_comment_author": "pullfrog"
},
{
"number": 246,
"created_at": "2026-07-21T18:34:23Z",
"last_comment_at": "2026-07-27T11:11:33Z",
"last_comment_author": "github-actions"
},
{
"number": 249,
"created_at": "2026-07-22T20:59:57Z",
"last_comment_at": "2026-07-22T21:00:01Z",
"last_comment_author": "pullfrog"
}
],
"last_merged_pr_at": "2026-07-27T16:51:29Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 17,
"created_at": "2026-04-01T07:38:35Z",
"last_comment_at": "2026-06-05T07:04:15Z",
"last_comment_author": "devjhoan"
},
{
"number": 66,
"created_at": "2026-05-31T17:44:44Z",
"last_comment_at": "2026-06-08T10:45:22Z",
"last_comment_author": "espensgr"
},
{
"number": 80,
"created_at": "2026-06-09T10:55:38Z",
"last_comment_at": "2026-06-09T10:55:41Z",
"last_comment_author": "pullfrog"
},
{
"number": 222,
"created_at": "2026-07-17T15:08:14Z",
"last_comment_at": "2026-07-17T15:08:17Z",
"last_comment_author": "pullfrog"
},
{
"number": 263,
"created_at": "2026-07-26T12:04:58Z",
"last_comment_at": "2026-07-26T12:05:00Z",
"last_comment_author": "pullfrog"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/MapleTechLabs/maple",
"host": "github.com",
"name": "maple",
"owner": "MapleTechLabs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"security": 51,
"vitality": 85,
"community": 66,
"governance": 52,
"engineering": 77
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 85,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"commits_last_year": 1323,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 24
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "24/52 weeks with commits",
"points": 16.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 24
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "1323 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 1323
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 3 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": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 12,
"latest_release_tag": "v0.0.14",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 5.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~5.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 5.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 66,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"forks": 101,
"stars": 1589,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1,589 stars",
"points": 51.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 1589
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "101 forks",
"points": 16.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 101
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"packages": [
"@maple-dev/effect-sdk"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 4129
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "4,129 downloads/month across npm",
"points": 48.2,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 4129,
"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": 52,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.974
},
"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 97% of commits",
"points": 0.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 97
}
}
],
"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 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"merged_prs": 230,
"open_issues": 5,
"closed_issues": 8,
"issue_closed_ratio": 0.615,
"closed_unmerged_prs": 20
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "62% of issues closed",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 62
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "230/250 decided PRs merged",
"points": 35.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 230,
"decided": 250
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"followers": 2,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "MapleTechLabs",
"public_repos": 1,
"account_age_days": 81
},
"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": "2 followers of MapleTechLabs",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "MapleTechLabs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "1 public repos, account ~0 yr old",
"points": 2.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 1
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@maple-dev/effect-sdk"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 19
},
"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 19 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 19
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"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": 77,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "17 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 17
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "11 out of 11 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://maple.dev",
"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://maple.dev",
"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": "moderate",
"name": "Security",
"value": 51,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 39,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "11 out of 11 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is fuzzed",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 3 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 5",
"points": 2.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "141 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:@maple-dev/effect-sdk@0.7.0 runtime dependency closure — what installing the published package pulls in — 1 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:@maple-dev/effect-sdk@0.7.0",
"assessed": 1
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"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": 5
},
"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": 77,
"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.93,
"agent_instruction_files": [
".agents/skills/clickhouse-architecture-advisor/AGENTS.md",
".agents/skills/clickhouse-best-practices/AGENTS.md",
".context/alchemy-effect/AGENTS.md",
".context/alchemy-effect/CLAUDE.md",
".context/alchemy-effect/alchemy-effect/src/AWS/AGENTS.md",
".context/effect/AGENTS.md",
".deepsec/AGENTS.md",
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 48846
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": ".agents/skills/clickhouse-architecture-advisor/AGENTS.md, .agents/skills/clickhouse-best-practices/AGENTS.md, .context/alchemy-effect/AGENTS.md, .context/alchemy-effect/CLAUDE.md, .context/alchemy-effect/alchemy-effect/src/AWS/AGENTS.md, .context/effect/AGENTS.md, .deepsec/AGENTS.md, AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".agents/skills/clickhouse-architecture-advisor/AGENTS.md, .agents/skills/clickhouse-best-practices/AGENTS.md, .context/alchemy-effect/AGENTS.md, .context/alchemy-effect/CLAUDE.md, .context/alchemy-effect/alchemy-effect/src/AWS/AGENTS.md, .context/effect/AGENTS.md, .deepsec/AGENTS.md, AGENTS.md, 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": "93 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 93,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"has_nix": true,
"has_tests": true,
"lockfiles": [
"Cargo.lock",
"go.sum",
"pnpm-lock.yaml"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"mise.toml"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
".context/alchemy-effect/alchemy-effect/tsconfig.json",
".context/alchemy-effect/examples/aws-ec2/tsconfig.json",
".context/alchemy-effect/examples/aws-ecs/tsconfig.json",
".context/alchemy-effect/examples/aws-eks/tsconfig.json",
".context/alchemy-effect/examples/aws-lambda-httpapi/tsconfig.json",
".context/alchemy-effect/examples/aws-lambda-rpc/tsconfig.json",
".context/alchemy-effect/examples/aws-lambda/tsconfig.json",
".context/alchemy-effect/examples/aws-rds/tsconfig.json",
".context/alchemy-effect/examples/aws-static-site/tsconfig.json",
".context/alchemy-effect/examples/aws-vite/tsconfig.json",
".context/alchemy-effect/examples/cloudflare-solidjs-ssr/tsconfig.json",
".context/alchemy-effect/examples/cloudflare-static-site/tsconfig.json",
".context/alchemy-effect/examples/cloudflare-tanstack/tsconfig.json",
".context/alchemy-effect/examples/cloudflare-vue/tsconfig.json",
".context/alchemy-effect/examples/cloudflare-worker-async/tsconfig.json",
".context/alchemy-effect/examples/cloudflare-worker/tsconfig.json",
".context/alchemy-effect/packages/better-auth/tsconfig.json",
".context/alchemy-effect/tsconfig.json",
".context/alchemy-effect/website/tsconfig.json",
".context/effect/ai-docs/tsconfig.json",
".context/effect/packages/ai/anthropic/tsconfig.json",
".context/effect/packages/ai/openai-compat/tsconfig.json",
".context/effect/packages/ai/openai/tsconfig.json",
".context/effect/packages/ai/openrouter/tsconfig.json",
".context/effect/packages/atom/react/tsconfig.json",
".context/effect/packages/atom/solid/tsconfig.json",
".context/effect/packages/atom/vue/tsconfig.json",
".context/effect/packages/effect/tsconfig.json",
".context/effect/packages/opentelemetry/tsconfig.json",
".context/effect/packages/platform-browser/tsconfig.json",
".context/effect/packages/platform-bun/tsconfig.json",
".context/effect/packages/platform-node-shared/tsconfig.json",
".context/effect/packages/platform-node/tsconfig.json",
".context/effect/packages/sql/clickhouse/tsconfig.json",
".context/effect/packages/sql/d1/tsconfig.json",
".context/effect/packages/sql/libsql/tsconfig.json",
".context/effect/packages/sql/mssql/tsconfig.json",
".context/effect/packages/sql/mysql2/tsconfig.json",
".context/effect/packages/sql/pg/tsconfig.json",
".context/effect/packages/sql/pglite/tsconfig.json",
".context/effect/packages/sql/sqlite-bun/tsconfig.json",
".context/effect/packages/sql/sqlite-do/tsconfig.json",
".context/effect/packages/sql/sqlite-node/tsconfig.json",
".context/effect/packages/sql/sqlite-react-native/tsconfig.json",
".context/effect/packages/sql/sqlite-wasm/tsconfig.json",
".context/effect/packages/tools/ai-codegen/tsconfig.json",
".context/effect/packages/tools/ai-docgen/tsconfig.json",
".context/effect/packages/tools/bundle/tsconfig.json",
".context/effect/packages/tools/jsdocs/tsconfig.json",
".context/effect/packages/tools/openapi-generator/tsconfig.json",
".context/effect/packages/tools/oxc/tsconfig.json",
".context/effect/packages/tools/utils/tsconfig.json",
".context/effect/packages/vitest/tsconfig.json",
".context/effect/scratchpad/tsconfig.json",
".context/effect/scripts/tsconfig.json",
".context/effect/tsconfig.json",
"apps/alerting/tsconfig.json",
"apps/api/tsconfig.json",
"apps/chat-flue/tsconfig.json",
"apps/cli/tsconfig.json",
"apps/electric-sync/tsconfig.json",
"apps/landing/tsconfig.json",
"apps/local-ui/tsconfig.json",
"apps/mobile/tsconfig.json",
"apps/scraper/tsconfig.json",
"apps/web/tsconfig.json",
"examples/alchemy-maple/tsconfig.json",
"examples/effect-todo/tsconfig.json",
"examples/effect-todo/web/tsconfig.json",
"lib/alchemy-maple/tsconfig.json",
"lib/clickhouse-builder/tsconfig.json",
"lib/effect-cloudflare/tsconfig.json",
"lib/effect-sdk/tsconfig.json",
"packages/auth/tsconfig.json",
"packages/browser-session/tsconfig.json",
"packages/browser/tsconfig.json",
"packages/clickhouse-cli/tsconfig.json",
"packages/db/tsconfig.json",
"packages/domain/tsconfig.json",
"packages/effect-db/tsconfig.json",
"packages/effect-router/tsconfig.json",
"packages/email/tsconfig.json",
"packages/infra/tsconfig.json",
"packages/otel-helpers/tsconfig.json",
"packages/query-engine/tsconfig.json",
"packages/ui/tsconfig.json",
"packages/unitflow/tsconfig.json",
"tsconfig.json"
],
"agent_commit_share": 0.51,
"toolchain_manifests": [
"apps/ingest/Cargo.toml",
"packages/otel-collector-maple-exporter/go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "mise.toml",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "mise.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": ".context/alchemy-effect/alchemy-effect/tsconfig.json, .context/alchemy-effect/examples/aws-ec2/tsconfig.json, .context/alchemy-effect/examples/aws-ecs/tsconfig.json, .context/alchemy-effect/examples/aws-eks/tsconfig.json, .context/alchemy-effect/examples/aws-lambda-httpapi/tsconfig.json, .context/alchemy-effect/examples/aws-lambda-rpc/tsconfig.json, .context/alchemy-effect/examples/aws-lambda/tsconfig.json, .context/alchemy-effect/examples/aws-rds/tsconfig.json, .context/alchemy-effect/examples/aws-static-site/tsconfig.json, .context/alchemy-effect/examples/aws-vite/tsconfig.json, .context/alchemy-effect/examples/cloudflare-solidjs-ssr/tsconfig.json, .context/alchemy-effect/examples/cloudflare-static-site/tsconfig.json, .context/alchemy-effect/examples/cloudflare-tanstack/tsconfig.json, .context/alchemy-effect/examples/cloudflare-vue/tsconfig.json, .context/alchemy-effect/examples/cloudflare-worker-async/tsconfig.json, .context/alchemy-effect/examples/cloudflare-worker/tsconfig.json, .context/alchemy-effect/packages/better-auth/tsconfig.json, .context/alchemy-effect/tsconfig.json, .context/alchemy-effect/website/tsconfig.json, .context/effect/ai-docs/tsconfig.json, .context/effect/packages/ai/anthropic/tsconfig.json, .context/effect/packages/ai/openai-compat/tsconfig.json, .context/effect/packages/ai/openai/tsconfig.json, .context/effect/packages/ai/openrouter/tsconfig.json, .context/effect/packages/atom/react/tsconfig.json, .context/effect/packages/atom/solid/tsconfig.json, .context/effect/packages/atom/vue/tsconfig.json, .context/effect/packages/effect/tsconfig.json, .context/effect/packages/opentelemetry/tsconfig.json, .context/effect/packages/platform-browser/tsconfig.json, .context/effect/packages/platform-bun/tsconfig.json, .context/effect/packages/platform-node-shared/tsconfig.json, .context/effect/packages/platform-node/tsconfig.json, .context/effect/packages/sql/clickhouse/tsconfig.json, .context/effect/packages/sql/d1/tsconfig.json, .context/effect/packages/sql/libsql/tsconfig.json, .context/effect/packages/sql/mssql/tsconfig.json, .context/effect/packages/sql/mysql2/tsconfig.json, .context/effect/packages/sql/pg/tsconfig.json, .context/effect/packages/sql/pglite/tsconfig.json, .context/effect/packages/sql/sqlite-bun/tsconfig.json, .context/effect/packages/sql/sqlite-do/tsconfig.json, .context/effect/packages/sql/sqlite-node/tsconfig.json, .context/effect/packages/sql/sqlite-react-native/tsconfig.json, .context/effect/packages/sql/sqlite-wasm/tsconfig.json, .context/effect/packages/tools/ai-codegen/tsconfig.json, .context/effect/packages/tools/ai-docgen/tsconfig.json, .context/effect/packages/tools/bundle/tsconfig.json, .context/effect/packages/tools/jsdocs/tsconfig.json, .context/effect/packages/tools/openapi-generator/tsconfig.json, .context/effect/packages/tools/oxc/tsconfig.json, .context/effect/packages/tools/utils/tsconfig.json, .context/effect/packages/vitest/tsconfig.json, .context/effect/scratchpad/tsconfig.json, .context/effect/scripts/tsconfig.json, .context/effect/tsconfig.json, apps/alerting/tsconfig.json, apps/api/tsconfig.json, apps/chat-flue/tsconfig.json, apps/cli/tsconfig.json, apps/electric-sync/tsconfig.json, apps/landing/tsconfig.json, apps/local-ui/tsconfig.json, apps/mobile/tsconfig.json, apps/scraper/tsconfig.json, apps/web/tsconfig.json, examples/alchemy-maple/tsconfig.json, examples/effect-todo/tsconfig.json, examples/effect-todo/web/tsconfig.json, lib/alchemy-maple/tsconfig.json, lib/clickhouse-builder/tsconfig.json, lib/effect-cloudflare/tsconfig.json, lib/effect-sdk/tsconfig.json, packages/auth/tsconfig.json, packages/browser-session/tsconfig.json, packages/browser/tsconfig.json, packages/clickhouse-cli/tsconfig.json, packages/db/tsconfig.json, packages/domain/tsconfig.json, packages/effect-db/tsconfig.json, packages/effect-router/tsconfig.json, packages/email/tsconfig.json, packages/infra/tsconfig.json, packages/otel-helpers/tsconfig.json, packages/query-engine/tsconfig.json, packages/ui/tsconfig.json, packages/unitflow/tsconfig.json, tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".context/alchemy-effect/alchemy-effect/tsconfig.json, .context/alchemy-effect/examples/aws-ec2/tsconfig.json, .context/alchemy-effect/examples/aws-ecs/tsconfig.json, .context/alchemy-effect/examples/aws-eks/tsconfig.json, .context/alchemy-effect/examples/aws-lambda-httpapi/tsconfig.json, .context/alchemy-effect/examples/aws-lambda-rpc/tsconfig.json, .context/alchemy-effect/examples/aws-lambda/tsconfig.json, .context/alchemy-effect/examples/aws-rds/tsconfig.json, .context/alchemy-effect/examples/aws-static-site/tsconfig.json, .context/alchemy-effect/examples/aws-vite/tsconfig.json, .context/alchemy-effect/examples/cloudflare-solidjs-ssr/tsconfig.json, .context/alchemy-effect/examples/cloudflare-static-site/tsconfig.json, .context/alchemy-effect/examples/cloudflare-tanstack/tsconfig.json, .context/alchemy-effect/examples/cloudflare-vue/tsconfig.json, .context/alchemy-effect/examples/cloudflare-worker-async/tsconfig.json, .context/alchemy-effect/examples/cloudflare-worker/tsconfig.json, .context/alchemy-effect/packages/better-auth/tsconfig.json, .context/alchemy-effect/tsconfig.json, .context/alchemy-effect/website/tsconfig.json, .context/effect/ai-docs/tsconfig.json, .context/effect/packages/ai/anthropic/tsconfig.json, .context/effect/packages/ai/openai-compat/tsconfig.json, .context/effect/packages/ai/openai/tsconfig.json, .context/effect/packages/ai/openrouter/tsconfig.json, .context/effect/packages/atom/react/tsconfig.json, .context/effect/packages/atom/solid/tsconfig.json, .context/effect/packages/atom/vue/tsconfig.json, .context/effect/packages/effect/tsconfig.json, .context/effect/packages/opentelemetry/tsconfig.json, .context/effect/packages/platform-browser/tsconfig.json, .context/effect/packages/platform-bun/tsconfig.json, .context/effect/packages/platform-node-shared/tsconfig.json, .context/effect/packages/platform-node/tsconfig.json, .context/effect/packages/sql/clickhouse/tsconfig.json, .context/effect/packages/sql/d1/tsconfig.json, .context/effect/packages/sql/libsql/tsconfig.json, .context/effect/packages/sql/mssql/tsconfig.json, .context/effect/packages/sql/mysql2/tsconfig.json, .context/effect/packages/sql/pg/tsconfig.json, .context/effect/packages/sql/pglite/tsconfig.json, .context/effect/packages/sql/sqlite-bun/tsconfig.json, .context/effect/packages/sql/sqlite-do/tsconfig.json, .context/effect/packages/sql/sqlite-node/tsconfig.json, .context/effect/packages/sql/sqlite-react-native/tsconfig.json, .context/effect/packages/sql/sqlite-wasm/tsconfig.json, .context/effect/packages/tools/ai-codegen/tsconfig.json, .context/effect/packages/tools/ai-docgen/tsconfig.json, .context/effect/packages/tools/bundle/tsconfig.json, .context/effect/packages/tools/jsdocs/tsconfig.json, .context/effect/packages/tools/openapi-generator/tsconfig.json, .context/effect/packages/tools/oxc/tsconfig.json, .context/effect/packages/tools/utils/tsconfig.json, .context/effect/packages/vitest/tsconfig.json, .context/effect/scratchpad/tsconfig.json, .context/effect/scripts/tsconfig.json, .context/effect/tsconfig.json, apps/alerting/tsconfig.json, apps/api/tsconfig.json, apps/chat-flue/tsconfig.json, apps/cli/tsconfig.json, apps/electric-sync/tsconfig.json, apps/landing/tsconfig.json, apps/local-ui/tsconfig.json, apps/mobile/tsconfig.json, apps/scraper/tsconfig.json, apps/web/tsconfig.json, examples/alchemy-maple/tsconfig.json, examples/effect-todo/tsconfig.json, examples/effect-todo/web/tsconfig.json, lib/alchemy-maple/tsconfig.json, lib/clickhouse-builder/tsconfig.json, lib/effect-cloudflare/tsconfig.json, lib/effect-sdk/tsconfig.json, packages/auth/tsconfig.json, packages/browser-session/tsconfig.json, packages/browser/tsconfig.json, packages/clickhouse-cli/tsconfig.json, packages/db/tsconfig.json, packages/domain/tsconfig.json, packages/effect-db/tsconfig.json, packages/effect-router/tsconfig.json, packages/email/tsconfig.json, packages/infra/tsconfig.json, packages/otel-helpers/tsconfig.json, packages/query-engine/tsconfig.json, packages/ui/tsconfig.json, packages/unitflow/tsconfig.json, tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, Nix, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, Nix, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "51 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 51,
"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 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 3249481,
"source_files_sampled": 4268,
"oversized_source_files": 75
},
"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": "75/4268 source files over 60KB",
"points": 54,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 4268,
"oversized": 75
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch crates package 'maple-ingest' from its registry",
"Could not fetch npm package '@maple/landing' from its registry",
"Could not fetch npm package '@maple-dev/alchemy' from its registry",
"Could not fetch npm package '@maple-dev/clickhouse-builder' from its registry",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-27T18:37:48.974153Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/MapleTechLabs/maple.svg",
"full_name": "MapleTechLabs/maple",
"license_state": "custom",
"license_spdx": null
}