Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 224,
"has_wiki": true,
"homepage": null,
"languages": {
"Elixir": 103124
},
"pushed_at": "2026-06-23T18:59:33Z",
"created_at": "2017-08-02T16:38:02Z",
"owner_type": "User",
"updated_at": "2026-06-23T18:59:39Z",
"description": "Elixir library for safely using any external service or API using automatic retry with rate limiting and circuit breakers.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Elixir",
"significant_languages": [
"Elixir"
]
},
"owner": {
"blog": "http://www.jvoegele.com",
"name": "Jason Voegele",
"type": "User",
"login": "jvoegele",
"company": "@pro-football-focus ",
"location": "Columbus, OH, USA",
"followers": 61,
"avatar_url": "https://avatars.githubusercontent.com/u/74148?v=4",
"created_at": "2009-04-15T17:55:48Z",
"is_verified": null,
"public_repos": 60,
"account_age_days": 6306
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "2.0.0",
"kind": "major",
"published_at": "2026-06-23T18:09:54Z"
},
{
"tag": "2.0.0-rc.2",
"kind": "prerelease",
"published_at": "2026-06-22T13:54:14Z"
},
{
"tag": "2.0.0-rc.1",
"kind": "prerelease",
"published_at": "2026-06-18T12:51:30Z"
},
{
"tag": "1.1.4",
"kind": "patch",
"published_at": "2024-01-04T16:32:44Z"
},
{
"tag": "1.1.3",
"kind": "patch",
"published_at": "2023-05-12T20:22:15Z"
},
{
"tag": "1.1.2",
"kind": "patch",
"published_at": "2021-09-30T20:07:18Z"
},
{
"tag": "1.1.1",
"kind": "patch",
"published_at": "2021-09-17T12:47:18Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2021-09-17T12:22:50Z"
},
{
"tag": "1.0.1",
"kind": "patch",
"published_at": "2020-06-08T16:01:36Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2020-06-05T15:35:26Z"
},
{
"tag": "0.9.3",
"kind": "patch",
"published_at": "2020-06-01T14:03:58Z"
},
{
"tag": "0.9.2",
"kind": "patch",
"published_at": "2019-07-01T17:02:02Z"
},
{
"tag": "0.9.1",
"kind": "patch",
"published_at": "2019-01-25T15:29:17Z"
},
{
"tag": "0.9.0",
"kind": "minor",
"published_at": "2019-01-09T15:04:21Z"
},
{
"tag": "0.8.8",
"kind": "patch",
"published_at": "2018-07-24T17:55:36Z"
},
{
"tag": "0.8.7",
"kind": "patch",
"published_at": "2018-07-19T18:57:22Z"
},
{
"tag": "0.8.6",
"kind": "patch",
"published_at": "2018-05-23T13:01:02Z"
},
{
"tag": "0.8.5",
"kind": "patch",
"published_at": "2018-05-18T17:19:12Z"
},
{
"tag": "0.8.4",
"kind": "patch",
"published_at": "2018-05-18T16:04:46Z"
},
{
"tag": "0.8.3",
"kind": "patch",
"published_at": "2018-05-18T12:35:23Z"
},
{
"tag": "0.8.2",
"kind": "patch",
"published_at": "2018-05-17T11:52:58Z"
},
{
"tag": "0.8.1",
"kind": "patch",
"published_at": "2018-05-15T12:52:36Z"
}
],
"recent_commits": [
{
"oid": "8933e8d487af6c0d88759c5edf478dae60384f3f",
"body": "Add ExternalService.Flow — optional Flow-based streaming [2.1.0]",
"is_bot": false,
"headline": "Merge pull request #32 from jvoegele/feature/flow",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-23T18:59:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bee931ed444a4a8871722ab0176fd824f1101acf",
"body": "Lean into the integration's primary value as a documented anchor: a\ndedicated guide that is concrete about what ExternalService.Flow.map does\n(the arity bridge, enumerable-or-Flow normalization, a home for the\ngotchas) and honest that it is a thin convenience over call/3 rather than\na new engine. Co\n[…]\nugh, and when to prefer call_async_stream.\n\nRegisters the guide in the ExDoc extras/groups and links the front-door\npointer to it.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add a Flow Pipelines guide for ExternalService.Flow",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-23T18:57:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a6151493f7b0a14b585116fad05af2fdd91c987f",
"body": "Add ExternalService.Flow.map/3,4,5 (issue #27): run an enumerable or an\nexisting Flow through guarded ExternalService calls as a stage of a Flow\npipeline. Each element reuses call/3, so retries, the circuit breaker,\nrate limiting, telemetry, and the structured-error returns all apply;\nerrors arrive \n[…]\niting pacing note, a\nfront-door pointer, and a CHANGELOG entry.\n\nAdditive 2.1 work; targets the 2.1.0 cycle and is kept off 2.0.0.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add ExternalService.Flow (optional Flow integration)",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-23T18:57:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "091343c5eb25810e8ee0d72fa66dc703dcb12ff2",
"body": "Add ExternalService.Decorator (@decorate external_call) [2.1.0]",
"is_bot": false,
"headline": "Merge pull request #31 from jvoegele/feature/decorator",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-23T18:56:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "858d9116d915806892d9c5efbdb929772392743f",
"body": "Add a decorator-based convenience layer over the module front door\n(issue #28). `use ExternalService.Decorator` brings\n`@decorate external_call(service)` and a raising `external_call!` into\nscope, wrapping the function body in ExternalService.call/2 (or call/3\nwhen given per-call retry options) inst\n[…]\ntion and a CHANGELOG entry.\n\nThis is additive 2.1 work and targets the 2.1.0 cycle; it is\ndeliberately kept off the 2.0.0 release.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add ExternalService.Decorator (@decorate external_call)",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-23T18:19:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4618e3c110593db1d3168ce093d3eca92c58c960",
"body": "Release 2.0.0",
"is_bot": false,
"headline": "Merge pull request #33 from jvoegele/v2/release-2.0.0",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-23T18:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56060f709be72f24aaa61e3189d45df436085fea",
"body": "Promote 2.0.0-rc.2 to the final 2.0.0 release (no source changes from\nrc.2). Bump @version to 2.0.0 and consolidate the rc.1/rc.2 CHANGELOG\nentries into a single [2.0.0] section describing the full 1.x -> 2.0\ndelta, reconciled to the final option names (the rc-internal\nretry_on -> retry_exceptions rename becomes a clean rescue_only ->\nretry_exceptions story; retry_on is documented as the new result\npredicate).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 2.0.0",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-23T18:04:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1b1b0be62b87e8fdad84bcdf2b2ca7a75bbd500b",
"body": "Bump @version to 2.0.0-rc.2 and promote the [Unreleased] CHANGELOG\nsection (the retry_on result predicate and the retry_on -> retry_exceptions\nrename) to [2.0.0-rc.2], with refreshed compare links.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 2.0.0-rc.2",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-22T13:54:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "74b5e23cc9dfb5a43e895ef62d95a624e8ddda92",
"body": "Add retry_on result predicate; rename exception list to retry_exceptions",
"is_bot": false,
"headline": "Merge pull request #30 from jvoegele/feature/retry-on-predicate",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-22T13:52:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7a01004843d6a034e2c131aaef4920bad52151b",
"body": "Check in the Claude Code project instructions (overview, repository\nlayout, common commands, and editing conventions) so they are shared\nwith all contributors rather than living only in a local working tree.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add CLAUDE.md project guidance",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-22T13:35:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f603c5e28e86a7f64ac13572b23c45f69d2db6b8",
"body": "Introduce a result-based retry predicate as the new `retry_on` retry\noption (an arity-1 function over the call's return value). A truthy\nresult is retried like an explicit `:retry` return — melting the circuit\nbreaker, emitting the `[:external_service, :call, :retry]` telemetry\nevent, and carrying t\n[…]\nguide, and\nCHANGELOG, and adds tests covering the predicate, breaker melting,\nexhaustion reason, telemetry, and :retry precedence.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add retry_on result predicate; rename exception list to retry_exceptions",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-22T13:35:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "dace150aea06440687d01d89b74fc4487fe6c4b2",
"body": null,
"is_bot": false,
"headline": "Add .tmp to .gitignore",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-19T17:31:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f17dfea16c3f0a5d3ead225ef69d3f483c57110",
"body": "Mark the RC publish done and add the remaining work as the final-2.0.0\nstep. Cross-reference GitHub issues for each remaining roadmap item:\nfinal release (#25), public CircuitBreaker/RateLimiter modules (#26),\nFlow-based call_async_stream (#27), decorator annotations (#28). The\nbackend work remains tracked by the existing #12 and #13.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ROADMAP: mark 2.0.0-rc.1 published; link tracking issues",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-18T13:18:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6c8860f9d11f375a712e5affb02bf5b3690d3763",
"body": null,
"is_bot": false,
"headline": "Add .tool-versions",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-18T13:11:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba7ae7f0cd7ce578fc7737e0b2a3a25bb3155a2c",
"body": "The Dialyzer job ran on 1.18.4 / OTP 27, diverging from .tool-versions\n(1.20 / OTP 29). That skew is exactly what let the dialyxir/OTP 29\nincompatibility pass CI while breaking local runs. Align the job (and its\nPLT cache key) with .tool-versions so CI matches local development.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "CI: run Dialyzer on the project's pinned toolchain (1.20 / OTP 29)",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-18T13:09:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cda80e9ce5ddf0f3844ea87146641483c44049e7",
"body": "dialyxir 1.4.3 / erlex 0.2.6 fail to parse OTP 29's Dialyzer warning\nformat (a Protocol.UndefinedError), which mis-tags the ElixirRetry\nfalse-positive warning in call_with_retry/3 so the .dialyzer_ignore.exs\nfilter no longer matches it — making `mix dialyzer` fail on Elixir 1.20 /\nOTP 29 (the project's pinned toolchain). Bump to dialyxir 1.4.7 / erlex\n0.2.9, which handle it, and note the requirement in the ignore file.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update dialyxir/erlex for OTP 29 compatibility",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-18T13:09:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a51fcb2b4d6a5469998c0ff2180dfb677ee7a1d3",
"body": "M6: release prep — retry_on governs melting, cut 2.0.0-rc.1",
"is_bot": false,
"headline": "Merge pull request #24 from jvoegele/v2/m6-release-prep",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-18T12:51:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1300cda885996aa585434a806643154d4f41ace8",
"body": "Capture the pre-RC decision not to expose the circuit breaker and rate\nlimiter as standalone user-facing control modules in 2.0, with the\nrationale, under the ROADMAP's \"Deferred to 2.1+\" section.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "M6: record decision to defer public CircuitBreaker/RateLimiter to 2.1",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-18T12:45:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0a6dc0895de3096d0140973c32617c022afe39a0",
"body": "Fresh-eyes ergonomics pass over the 2.0 surface:\n\n- Per-call retry options given as a keyword list now MERGE onto the service's\n configured :retry defaults (overriding only the keys listed) instead of\n silently resetting unlisted keys to library defaults. A %RetryOptions{} struct\n still replaces \n[…]\nts.\n\n81 tests (added per-call-merge integration tests + a RetryOptions unit test).\nFormat, docs (--warnings-as-errors), and Dialyzer all clean.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "M6: DX review — per-call retry merge, rate-limit name fix, footgun docs",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-18T12:32:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2e2d486fc4dfc7209a2a531edc7ad99d90df0b89",
"body": "@deprecated is Elixir's blessed deprecation mechanism: it emits the same\ncompile-time warning at each `use ExternalService.Gateway` call site, and\nadditionally records deprecation metadata in the BEAM Docs chunk so ExDoc,\neditors, and Code.fetch_docs/1 surface it — none of which IO.warn does.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "M6: use @deprecated for the Gateway deprecation instead of IO.warn",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-18T12:14:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2d9954adbc89ca6c9905aa40cd41e2d2a04bade1",
"body": "Bump the version to 2.0.0-rc.1 and stamp the CHANGELOG's Unreleased section\nas the first release candidate. Reviewed the 1.x deprecation paths: the\n`use ExternalService.Gateway` compile-time warning is the only deprecation;\nthe functional-API renames are intentional clean breaks that surface as\nNimbleOptions validation errors. Recorded the melt-semantics resolution in\nthe ROADMAP.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "M6: cut 2.0.0-rc.1 — version bump, CHANGELOG stamp, release prep",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-18T12:02:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0ad670d5a600b8b5f7225d290d7e2a53e44c18d4",
"body": "A raised exception that is not listed in :retry_on no longer melts the\ncircuit breaker. Previously every raised exception melted the breaker even\nwhen it was not retried, so non-retriable failures still counted toward\nopening the breaker. Now :retry_on governs both retrying and melting: an\nexception melts the breaker only when its type is retriable. Explicit\n:retry / {:retry, reason} return values still always melt.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "M6: retry_on governs circuit-breaker melting",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-18T12:01:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "681ab2a12ced154b1ee1972067dfacddb3475c74",
"body": "M5: documentation overhaul — guides, cheatsheet, migration guide",
"is_bot": false,
"headline": "Merge pull request #23 from jvoegele/v2/m5-docs",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-18T11:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c5f4e7c7acec53d8b15756581bc419c3802909f",
"body": null,
"is_bot": false,
"headline": "Docs formatting and cleanup",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-18T11:50:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff835879d72e5b39a2fcf246ad0811653d67292f",
"body": "Split the long-form README into a set of HexDocs guides mirroring the\nsibling libraries' structure, and rewrite the README itself as a concise,\n2.0-accurate overview that links into them.\n\nGuides added under guides/:\n- getting-started, the-front-door, circuit-breakers, retries,\n rate-limiting, erro\n[…]\ninks the\nmigration guide instead of saying one \"will ship\"; ROADMAP M5 marked done.\n\nDocs build clean with --warnings-as-errors; 69 tests pass.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "M5: documentation overhaul — guides, cheatsheet, migration guide",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-17T21:24:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3244f84de0090c4f28c48bfe22c45c3fd0a1a141",
"body": "M4: use ExternalService front door + config/terminology overhaul (breaking)",
"is_bot": false,
"headline": "Merge pull request #22 from jvoegele/v2/m4-front-door",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-17T18:28:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5dac275c39420f6f23ba88ca78472f9302ded09",
"body": "Make the declarative module-based gateway the blessed API and complete the\nmove away from leaked \"fuse\" terminology. (Builds on the RetryOptions reshape\nin the previous commit.)\n\nFront door:\n- `use ExternalService` generates call/1,2, call!/1,2, call_async/1,2,\n call_async_stream/2,3,4, available?/\n[…]\nuit-breaker melt semantics are unchanged: a failure still melts the breaker;\nretry_on only governs whether the attempt is retried.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "M4 (2/2): use ExternalService front door + config/terminology rename",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-17T17:26:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "601140150686a9280a88f41b2e56fcf3170a1551",
"body": "Replace the tuple-based backoff and the surprising exception-retry default with\na flat, NimbleOptions-validated retry configuration:\n\n- backoff is now an atom (:exponential | :linear) with separate :base and\n :factor, instead of {:exponential, delay} / {:linear, delay, factor} tuples.\n- randomize -\n[…]\ncuit-breaker melt semantics are unchanged: a failure still melts the fuse;\n:retry_on only controls whether the attempt is retried.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "M4 (1/3): reshape RetryOptions; retry_on default [] (fixes #7)",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-17T17:07:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ab8d18df1ce43d8dd64f77e3905d83e034c4227b",
"body": "M3: structured errors via Errata (breaking)",
"is_bot": false,
"headline": "Merge pull request #21 from jvoegele/v2/m3-structured-errors",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-17T16:51:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb802142622a090cd75cc50ab524e7f96e25bec2",
"body": "Replace the ad-hoc nested error tuples and bespoke exception modules with\nstructured error types built on Errata (dogfooding the sibling library):\n\n- New ExternalService.RetriesExhausted, ExternalService.CircuitBreakerOpen, and\n ExternalService.ServiceNotStarted, each an Errata.InfrastructureError.\n[…]\nwhich M4 will complete across the rest of the API.\n\nNo runtime compatibility shim: 2.0 is a clean break with a documented mapping.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "M3: structured errors via Errata (breaking)",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-17T16:40:57Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ae6521ecc545dddcc82589e7caafd3339dbbd4ec",
"body": "…tries\n\nM2: introspection, telemetry, and count-based retries + jitter",
"is_bot": false,
"headline": "Merge pull request #20 from jvoegele/v2/m2-introspection-telemetry-re…",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-17T16:30:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aee133c2d71ae2c58b2dadebbf55d2b4cac4289",
"body": "- Add RetryOptions.max_attempts to bound the total number of attempts (initial\n attempt plus retries), complementing the existing time-based :expiry. The\n delay stream is limited to max_attempts - 1 elements.\n- RetryOptions.randomize now accepts a float jitter proportion (e.g. 0.25 for\n +/- 25%) \n[…]\ny_options/1 with explicit, ordered helpers (randomize, cap,\n expiry, max_attempts) replacing the order-dependent Map.take/reduce.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "M2: count-based retries (max_attempts) and explicit jitter",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-17T16:25:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2526d956acd50dc7088e93110b0b9446d8f311b4",
"body": "Emit :telemetry events so calls to external services can be observed:\n\n- [:external_service, :call, :start | :stop | :exception] — a span around each\n guarded call (call/3 and call!/3), with the call result in :stop metadata.\n- [:external_service, :call, :retry] — each time a call's function fails \n[…]\nn as a measurement.\n\nAll events carry the service (fuse) name in metadata. Events are documented in\nthe ExternalService moduledoc.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "M2: telemetry events for guarded calls",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-17T16:24:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "64184feb4d4ba8b506e706141cf058c148c4a5c1",
"body": "Add functions to query circuit breaker state without making a call, so callers\ncan implement the circuit-breaker pattern (bail out early / return a degraded\nresponse when a dependency is unavailable):\n\n- ExternalService.available?/1 — true when the breaker is not blown\n- ExternalService.blown?/1 — t\n[…]\nnd blown?/0 on modules using ExternalService.Gateway\n\nA service that was never started is reported as not available and not blown.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "M2: circuit breaker introspection (issue #5)",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-17T16:21:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d6da9eb02bc045cc604869a2e1526316ac21a3f7",
"body": "M1: persistent_term state, gateway fuse-config fix, fault_injection regression",
"is_bot": false,
"headline": "Merge pull request #19 from jvoegele/v2/m1-internal-refactor",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-17T16:15:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5738a9e4872bee75048b44d89cbcca198f8f41ed",
"body": "M0: modernize build toolchain and CI (road to 2.0)",
"is_bot": false,
"headline": "Merge pull request #18 from jvoegele/v2/m0-foundation",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-17T16:14:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58202e77f03b9b7482d86258231f8930ff97824b",
"body": "…egression\n\nInternal refactor and bug fixes with no change to the documented public API:\n\n- Store per-service state in :persistent_term instead of an unsupervised Agent.\n Reads happen on every call (persistent_term's ideal access pattern) and there\n is no longer a process to crash or leak. Resolve\n[…]\nefer NimbleOptions schema extraction to M4 (the option shape\n changes there), and record the gateway fuse-config fix as M1 scope.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "M1: persistent_term state, gateway fuse-config fix, fault_injection r…",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-17T16:08:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "dce483e9a84c89470056032b121b9cb25795baa5",
"body": "…ests)\n\nThe newly added Dialyzer and strict-test CI jobs surfaced pre-existing issues:\n\n- Dialyzer flagged the {:error, :retry} / {:error, {:retry, _}} clauses in the\n `else` block of call_with_retry/3 as unreachable. They are reached at runtime\n (the \"retries are exhausted\" tests prove it); the w\n[…]\n stop/1 on a\n missing fuse and raised a MatchError. Make it self-contained (start then stop).\n\nVerified stable across many seeds.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "M0: make CI green (Dialyzer false positives + flaky/order-dependent t…",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-17T16:07:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "78cfaad0202e4b0fa8572dd6de9972d3fe543c0b",
"body": "Foundation work for 2.0, with no public API changes:\n\n- Raise minimum Elixir to ~> 1.15 and refresh dependency constraints.\n- Add nimble_options and telemetry (used by upcoming milestones).\n- Bump ex_doc/dialyxir; update credo within ~> 1.7 (1.7.2 crashed on the\n Elixir 1.17 tokenizer).\n- Add GitHu\n[…]\nltering, CHANGELOG/LICENSE extras).\n- Reformat pre-existing files to the current formatter and fix one credo\n alias-ordering nit.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "M0: modernize build toolchain and CI",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-17T15:45:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b1e6b79ac08d14673b8ac692fee1a05ce6415518",
"body": "Captures the agreed direction for the 2.0 rework: module-based front door as\nthe blessed API, structured errors via Errata, lean 2.0 scope (distributed\nbackends deferred to 2.1), and a minimum Elixir of ~> 1.15. Lays out milestones\nM0-M6 and the items deferred to 2.1+.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add 2.0 roadmap",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2026-06-17T15:45:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4d10dc72fb40a1da6f1764337ab86305a754cc72",
"body": null,
"is_bot": false,
"headline": "Version 1.1.4",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2024-01-04T16:32:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20d86bd9a427be34e259ffc2f34fcd83ab259012",
"body": null,
"is_bot": false,
"headline": "Refactor: rename private function",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2024-01-04T16:21:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83a88e5d071e255ae6d96dcd3f4d00324feac4b4",
"body": null,
"is_bot": false,
"headline": "Add a few TODO items",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2024-01-04T16:21:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "910823d1f2185be6657b165f1f34f33ffe814162",
"body": null,
"is_bot": false,
"headline": "Add a few TODO items",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2024-01-04T16:21:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71f452bdb7102bfe37913541feb742045c65b90e",
"body": "Suggested fix for issue 16",
"is_bot": false,
"headline": "Merge pull request #17 from iperks/master",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2024-01-04T16:20:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8afd4558e30e3d8046d291a949362b5c87f88cc",
"body": null,
"is_bot": false,
"headline": "Replace deprecated function",
"author_name": "Ian Perks",
"author_login": null,
"committed_at": "2024-01-04T12:47:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ede49e0bb841a1b25151f27293a1ed6e5e6799c",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Ian Perks",
"author_login": null,
"committed_at": "2024-01-04T12:47:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff3295e029b371ff51e27c2014e24fb0d2a1cac0",
"body": null,
"is_bot": false,
"headline": "Update .gitignore for swp and elixir_ls files",
"author_name": "Ian Perks",
"author_login": null,
"committed_at": "2024-01-04T12:47:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0714e846010144896b21c15948935021ce7ab91",
"body": null,
"is_bot": false,
"headline": "Version 1.1.3",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2023-05-12T20:22:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c83229e2a8473a989c6e97617aee2ac1dce8e60",
"body": null,
"is_bot": false,
"headline": "Add TODO.md",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2023-05-12T20:07:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b53c2e94287386f2f973810ce2c9f32879aeb958",
"body": null,
"is_bot": false,
"headline": "import Config instead of use Mix.Config",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2023-05-12T20:07:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2ff0c9b1af368ef4d9617151c09418a66d2082f",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2023-04-21T15:25:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c45f484a76fba94b10ca8364e7309566f538c46e",
"body": null,
"is_bot": false,
"headline": "Version 1.1.2",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2021-09-30T20:07:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a81c07011e38995b912c2b987804024d458ff880",
"body": null,
"is_bot": false,
"headline": "Fix type spec for reset_fuse",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2021-09-30T20:03:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3022fe6878f1d13afd8aa9ebfb4311a64988ac3f",
"body": "Make sleep configurable",
"is_bot": false,
"headline": "Merge pull request #11 from doorgan/make_sleep_configurable",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2021-09-30T20:00:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b817e4bb8911b9194731edf1983882c4b1818784",
"body": null,
"is_bot": false,
"headline": "Update docs",
"author_name": "doorgan",
"author_login": "doorgan",
"committed_at": "2021-09-22T21:35:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0b8aace931d24567ed1bc3f3fa1cd41cfddd2b2",
"body": null,
"is_bot": false,
"headline": "Make sleep configurable",
"author_name": "doorgan",
"author_login": "doorgan",
"committed_at": "2021-09-22T21:23:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ff51abc9a52350c91b93bbbdf6d8a284b7c0471",
"body": null,
"is_bot": false,
"headline": "Version 1.1.1",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2021-09-17T12:47:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7a0d464e3f133c7facf920009ba6da8f738f55a",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2021-09-17T12:46:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c6e03d5791bb8406ac7e3347d7df05e65493cf1",
"body": null,
"is_bot": false,
"headline": "Remove obsolete TODO from docs",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2021-09-17T12:45:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2502c899f23613805a1f9166e85104061379a62",
"body": null,
"is_bot": false,
"headline": "Update development dependencies",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2021-09-17T12:44:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d4588ba1f90022f5768a3236435999b592d3e57",
"body": null,
"is_bot": false,
"headline": "Update ex_rated to 2.0",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2021-09-17T12:38:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7637b2066036e89b83979c7ed43c11efe53209c",
"body": null,
"is_bot": false,
"headline": "Update fuse to 2.5",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2021-09-17T12:36:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b09954727c9f213b3c432f33b0fb692034ce8a6e",
"body": null,
"is_bot": false,
"headline": "Version 1.1.0",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2021-09-17T12:22:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f6285bc7918a800cf1d238bee82e5346c4b0a68",
"body": null,
"is_bot": false,
"headline": "Use fuse 2.4.3 or later",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2021-09-17T12:21:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45f5abac9889cdb07bc7e122548b3502477ab13c",
"body": "Allow any term as fuse name",
"is_bot": false,
"headline": "Merge pull request #10 from doorgan/allow_any_term_as_fuse_name",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2021-09-17T12:18:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "172ad5a3307b94eba76007a2983f3213aa876196",
"body": "Add `ExternalService.stop/1`",
"is_bot": false,
"headline": "Merge pull request #9 from doorgan/doorgan/add_stop_1",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2021-09-17T12:18:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56d2275ae55e93814731b48a47e20e9aa3610dce",
"body": null,
"is_bot": false,
"headline": "Allow any term as fuse name, closes #8",
"author_name": "doorgan",
"author_login": "doorgan",
"committed_at": "2021-09-16T22:50:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbdff20a1f8987dfe7e3c3e14cc8c2518a57f835",
"body": null,
"is_bot": false,
"headline": "Add ExternalService.stop/1",
"author_name": "doorgan",
"author_login": "doorgan",
"committed_at": "2021-09-16T22:31:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "077f7a10f6eb2cb66c372574a44706e06df4cada",
"body": null,
"is_bot": false,
"headline": "Version 1.0.1",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2020-06-08T16:01:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0208e73087824560df8db926baced4bb144dff6",
"body": "…ules",
"is_bot": false,
"headline": "Add documentation for initialization and configuration of gateway mod…",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2020-06-08T15:58:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24520a02c4b22ba41e1b87eb42aa3426644c9e77",
"body": null,
"is_bot": false,
"headline": "Add ability to reset fuses",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2020-06-08T15:41:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21c6ef513c239269b61b30fa379c7cdb22251009",
"body": null,
"is_bot": false,
"headline": "Version 1.0.0",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2020-06-05T15:35:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd7b2f37733d946793d58c32ec999ccb0af3bae2",
"body": null,
"is_bot": false,
"headline": "Merge branch 'feature/gateway'",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2020-06-05T15:31:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4e125c986eda5f0c40d4a0a16f5ea5906f8a210",
"body": null,
"is_bot": false,
"headline": "Add CHANGELOG.md",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2020-06-05T15:30:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51b0256dc07ec6c2cabb79610411098757aa30dd",
"body": null,
"is_bot": false,
"headline": "Introduce ExternalService.Gateway module for defining gateways",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2020-06-05T15:17:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fab68a2259405248cc3bbe97363cd9760705665",
"body": null,
"is_bot": false,
"headline": "Reformat RetryOptions",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2020-06-04T18:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eadd7d59bd7ee381e18dcf2824e7308b0fa075e9",
"body": null,
"is_bot": false,
"headline": "Version 0.9.3",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2020-06-01T14:03:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ef16ba783108a7010a1fdf06b324309569a777b",
"body": null,
"is_bot": false,
"headline": "Extract RetryOptions into own module",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2020-06-01T13:48:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afef2d439ce169f18e40edc1648c57315c1f1b06",
"body": null,
"is_bot": false,
"headline": "Update dependencies and tools versions",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2020-06-01T13:46:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cea7d62065e07073e4214e2a549179e250e1c02",
"body": null,
"is_bot": false,
"headline": "Capture log output in tests",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2019-08-30T19:10:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "392b4fc8340a58c7998331e4b921a50944ef855f",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.9.2",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2019-07-01T17:02:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c03273d9eb57b3b1767b75d074930469f340f6cd",
"body": "Fix compile warnings regarding typespecs",
"is_bot": false,
"headline": "Merge pull request #6 from pbrudnick/fix/fix-warnings",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2019-07-01T16:59:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99267a66c3fa8fc14efdbebfe25db969d96b301c",
"body": null,
"is_bot": false,
"headline": "Fix compile warnings regarding typespecs",
"author_name": "Pablo Brudnick",
"author_login": "pbrudnick",
"committed_at": "2019-06-28T21:50:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7838475ab158ed924a27f13168a9fc19874bac6d",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.9.1",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2019-01-25T15:29:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c16c1f8f68cdd414b186ea024e466c145b2fd291",
"body": null,
"is_bot": false,
"headline": "Fix deprecation warnings",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2019-01-25T15:28:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4c5975e232f68aa1d8a5627c63f322bc6497b50",
"body": null,
"is_bot": false,
"headline": "Clean deps",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2019-01-25T15:28:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53f9e4c66c918ffc42887b5ec29e55ecc75c68b3",
"body": null,
"is_bot": false,
"headline": "Update .tool-versions to use Elixir 1.7",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2019-01-09T15:04:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0fe38c9aa96d5d3258f3e80d079f2579b356c2f",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.9.0",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2019-01-09T15:01:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58b93b2d6603612193d861d61e4f44b044be21de",
"body": null,
"is_bot": false,
"headline": "Upgrade development dependencies",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2019-01-09T14:57:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3235896447e770c5db2cebc0ae9cf0da784cd811",
"body": null,
"is_bot": false,
"headline": "Upgrade to `retry` 0.11 and fix compatibility issues",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2019-01-09T14:53:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89c76eeca5e3291ba8159091be1ea5ed5aafece7",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.8.8",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2018-07-24T17:55:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c502c53f0d24b2d9de0d5936887ffbdb94dfabe",
"body": "There are some breaking changes in retry 0.10.0",
"is_bot": false,
"headline": "Force retry version to be < 0.10",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2018-07-24T17:54:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c73966bb5aa42b16d61c1ceb7f88d832c6247246",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.8.7",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2018-07-19T18:57:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fd2743c1e7e1428c8624775cd6a627b7c40432b",
"body": null,
"is_bot": false,
"headline": "Various updates to README.md",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2018-07-19T15:22:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "768fd6dcf0bbd12e916700ba6c12e5c9c8cf34ca",
"body": null,
"is_bot": false,
"headline": "Do not log repeated rate limit checks",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2018-05-25T12:43:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d23be4afc2850f2a377d2f33d74737b997dd5eca",
"body": null,
"is_bot": false,
"headline": "Add .tool-versions file for asdf",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2018-05-23T13:01:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08ac51a0ba8d4a0526514306399968eeaaaff66a",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.8.6",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2018-05-23T12:55:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bf07572bc4d80f75344602b30223a138c66d00c",
"body": null,
"is_bot": false,
"headline": "Update project description for improved searchability",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2018-05-23T12:51:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0dc7c8140346e687c7cb0acddcfa9636a8d1d49",
"body": null,
"is_bot": false,
"headline": "Update retry dependency to 0.8.2",
"author_name": "Jason Voegele",
"author_login": "jvoegele",
"committed_at": "2018-05-23T12:31:54Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 22,
"commits_last_year": 40,
"latest_release_at": "2026-06-23T18:09:54Z",
"latest_release_tag": "2.0.0",
"releases_from_tags": true,
"days_since_last_push": 28,
"active_weeks_last_year": 2,
"days_since_latest_release": 28,
"mean_days_between_releases": 245.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "external_service",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "hex",
"matches_repo": true,
"registry_url": "https://hex.pm/packages/external_service",
"is_deprecated": false,
"latest_version": "2.0.0",
"repository_url": "https://github.com/jvoegele/external_service",
"versions_count": 27,
"total_downloads": 813144,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 8287,
"first_published_at": "2017-08-02T17:11:14.315631Z",
"latest_published_at": "2026-06-23T18:11:49.828679Z",
"latest_version_yanked": null,
"days_since_latest_publish": 28
}
]
},
"popularity": {
"forks": 12,
"stars": 152,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2018-05-26",
"count": 1
},
{
"date": "2019-01-31",
"count": 1
},
{
"date": "2019-06-28",
"count": 1
},
{
"date": "2019-11-30",
"count": 1
},
{
"date": "2020-02-25",
"count": 1
},
{
"date": "2021-06-29",
"count": 1
},
{
"date": "2021-09-16",
"count": 1
},
{
"date": "2021-12-13",
"count": 1
},
{
"date": "2023-04-06",
"count": 1
},
{
"date": "2023-04-12",
"count": 1
},
{
"date": "2024-01-04",
"count": 1
},
{
"date": "2025-04-20",
"count": 1
}
],
"complete": true,
"collected": 12,
"total_forks": 12
},
"star_history": {
"days": [
{
"date": "2017-08-02",
"count": 1
},
{
"date": "2017-08-03",
"count": 1
},
{
"date": "2017-08-07",
"count": 1
},
{
"date": "2017-09-07",
"count": 5
},
{
"date": "2017-09-15",
"count": 1
},
{
"date": "2017-09-19",
"count": 2
},
{
"date": "2017-10-07",
"count": 1
},
{
"date": "2017-10-09",
"count": 1
},
{
"date": "2017-10-18",
"count": 1
},
{
"date": "2018-01-11",
"count": 1
},
{
"date": "2018-01-30",
"count": 1
},
{
"date": "2018-02-07",
"count": 1
},
{
"date": "2018-02-09",
"count": 1
},
{
"date": "2018-02-13",
"count": 1
},
{
"date": "2018-02-15",
"count": 1
},
{
"date": "2018-02-16",
"count": 1
},
{
"date": "2018-02-19",
"count": 1
},
{
"date": "2018-02-20",
"count": 1
},
{
"date": "2018-03-02",
"count": 1
},
{
"date": "2018-04-24",
"count": 1
},
{
"date": "2018-05-02",
"count": 2
},
{
"date": "2018-05-05",
"count": 1
},
{
"date": "2018-05-06",
"count": 5
},
{
"date": "2018-05-07",
"count": 1
},
{
"date": "2018-05-13",
"count": 1
},
{
"date": "2018-05-18",
"count": 1
},
{
"date": "2018-06-09",
"count": 1
},
{
"date": "2018-06-12",
"count": 1
},
{
"date": "2018-06-13",
"count": 1
},
{
"date": "2018-07-02",
"count": 1
},
{
"date": "2018-08-08",
"count": 1
},
{
"date": "2018-08-30",
"count": 3
},
{
"date": "2018-09-03",
"count": 1
},
{
"date": "2018-09-05",
"count": 1
},
{
"date": "2018-09-06",
"count": 1
},
{
"date": "2018-09-11",
"count": 1
},
{
"date": "2018-09-14",
"count": 1
},
{
"date": "2018-10-06",
"count": 1
},
{
"date": "2018-10-20",
"count": 1
},
{
"date": "2018-10-21",
"count": 1
},
{
"date": "2018-10-29",
"count": 1
},
{
"date": "2018-11-09",
"count": 1
},
{
"date": "2018-11-12",
"count": 1
},
{
"date": "2018-11-22",
"count": 1
},
{
"date": "2018-12-07",
"count": 1
},
{
"date": "2019-01-02",
"count": 1
},
{
"date": "2019-02-23",
"count": 1
},
{
"date": "2019-02-24",
"count": 1
},
{
"date": "2019-04-02",
"count": 1
},
{
"date": "2019-05-28",
"count": 1
},
{
"date": "2019-06-19",
"count": 1
},
{
"date": "2019-07-11",
"count": 1
},
{
"date": "2019-08-05",
"count": 1
},
{
"date": "2019-08-20",
"count": 1
},
{
"date": "2019-09-20",
"count": 1
},
{
"date": "2019-11-15",
"count": 1
},
{
"date": "2020-01-11",
"count": 1
},
{
"date": "2020-04-07",
"count": 3
},
{
"date": "2020-04-08",
"count": 1
},
{
"date": "2020-04-27",
"count": 1
},
{
"date": "2020-05-11",
"count": 1
},
{
"date": "2020-06-01",
"count": 1
},
{
"date": "2020-06-10",
"count": 1
},
{
"date": "2020-06-12",
"count": 1
},
{
"date": "2020-06-22",
"count": 1
},
{
"date": "2020-07-03",
"count": 1
},
{
"date": "2020-07-19",
"count": 1
},
{
"date": "2020-09-08",
"count": 1
},
{
"date": "2020-09-23",
"count": 1
},
{
"date": "2021-01-17",
"count": 1
},
{
"date": "2021-03-26",
"count": 1
},
{
"date": "2021-04-06",
"count": 1
},
{
"date": "2021-04-20",
"count": 1
},
{
"date": "2021-05-07",
"count": 1
},
{
"date": "2021-06-23",
"count": 4
},
{
"date": "2021-07-01",
"count": 1
},
{
"date": "2021-08-12",
"count": 1
},
{
"date": "2021-09-16",
"count": 1
},
{
"date": "2021-09-17",
"count": 1
},
{
"date": "2021-11-07",
"count": 1
},
{
"date": "2021-11-09",
"count": 1
},
{
"date": "2021-11-17",
"count": 1
},
{
"date": "2022-01-08",
"count": 1
},
{
"date": "2022-01-19",
"count": 1
},
{
"date": "2022-01-28",
"count": 1
},
{
"date": "2022-03-03",
"count": 1
},
{
"date": "2022-04-28",
"count": 1
},
{
"date": "2022-10-27",
"count": 1
},
{
"date": "2023-01-19",
"count": 1
},
{
"date": "2023-04-05",
"count": 1
},
{
"date": "2023-04-13",
"count": 1
},
{
"date": "2023-04-19",
"count": 1
},
{
"date": "2023-05-01",
"count": 1
},
{
"date": "2023-06-02",
"count": 1
},
{
"date": "2023-06-30",
"count": 1
},
{
"date": "2023-09-01",
"count": 1
},
{
"date": "2023-12-08",
"count": 1
},
{
"date": "2023-12-09",
"count": 1
},
{
"date": "2023-12-14",
"count": 1
},
{
"date": "2023-12-18",
"count": 1
},
{
"date": "2023-12-22",
"count": 2
},
{
"date": "2023-12-23",
"count": 1
},
{
"date": "2023-12-25",
"count": 1
},
{
"date": "2024-01-15",
"count": 1
},
{
"date": "2024-01-20",
"count": 1
},
{
"date": "2024-02-19",
"count": 1
},
{
"date": "2024-02-22",
"count": 1
},
{
"date": "2024-02-27",
"count": 1
},
{
"date": "2024-03-20",
"count": 1
},
{
"date": "2024-04-14",
"count": 1
},
{
"date": "2024-05-02",
"count": 1
},
{
"date": "2024-06-03",
"count": 1
},
{
"date": "2024-06-06",
"count": 1
},
{
"date": "2024-07-11",
"count": 1
},
{
"date": "2024-10-21",
"count": 1
},
{
"date": "2024-11-15",
"count": 1
},
{
"date": "2024-11-27",
"count": 1
},
{
"date": "2024-12-17",
"count": 1
},
{
"date": "2025-01-03",
"count": 2
},
{
"date": "2025-01-04",
"count": 2
},
{
"date": "2025-01-05",
"count": 2
},
{
"date": "2025-01-10",
"count": 2
},
{
"date": "2025-02-16",
"count": 1
},
{
"date": "2025-02-17",
"count": 1
},
{
"date": "2025-03-23",
"count": 1
},
{
"date": "2025-04-20",
"count": 1
},
{
"date": "2025-06-11",
"count": 1
},
{
"date": "2025-06-30",
"count": 1
},
{
"date": "2025-10-23",
"count": 1
},
{
"date": "2026-06-19",
"count": 1
}
],
"complete": true,
"collected": 152,
"total_stars": 152
},
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"mix.exs"
],
"largest_source_bytes": 29235,
"source_files_sampled": 18,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 1796
},
"dependencies": {
"manifests": [
"mix.exs"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"hex"
],
"dependencies": [
{
"name": "fuse",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": "~> 2.5"
},
{
"name": "retry",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": "~> 0.18"
},
{
"name": "ex_rated",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": "~> 2.1"
},
{
"name": "deep_merge",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": "~> 1.0"
},
{
"name": "decorator",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": "~> 1.4"
},
{
"name": "errata",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": "~> 1.3"
},
{
"name": "flow",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": "~> 1.2"
},
{
"name": "nimble_options",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": "~> 1.1"
},
{
"name": "telemetry",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": "~> 1.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 16,
"open_issues": 2,
"closed_ratio": 0.867,
"closed_issues": 13,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "jvoegele",
"commits": 128,
"avatar_url": "https://avatars.githubusercontent.com/u/74148?v=4"
},
{
"type": "User",
"login": "doorgan",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/6147776?v=4"
},
{
"type": "User",
"login": "pbrudnick",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/896524?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.962
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"mix.lock"
],
"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": "8 out of 8 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 0/13 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "8933e8d487af6c0d88759c5edf478dae60384f3f",
"ran_at": "2026-07-21T20:22:45Z",
"aggregate_score": 4.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/jvoegele/external_service",
"host": "github.com",
"name": "external_service",
"owner": "jvoegele"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"security": 49,
"vitality": 62,
"community": 52,
"governance": 59,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 62,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"commits_last_year": 40,
"human_commit_share": 1,
"days_since_last_push": 28,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 28 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 28
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "40 commits in the last year",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 40
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"releases_count": 22,
"latest_release_tag": "2.0.0",
"releases_from_tags": true,
"days_since_latest_release": 28,
"mean_days_between_releases": 245.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "22 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 22
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 28 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 28
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~245.5 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 245.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 28,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 28 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 28
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 52,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"forks": 12,
"stars": 152,
"watchers": 3,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "152 stars",
"points": 35.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 152
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "12 forks",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 12
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"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": 65,
"inputs": {
"packages": [
"external_service"
],
"dependents": null,
"ecosystems": "hex",
"total_downloads": 813144,
"monthly_downloads": 8287
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "8,287 downloads/month across hex",
"points": 52.2,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 8287,
"ecosystems": "hex"
}
}
],
"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": 59,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 17,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.962
},
"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 96% of commits",
"points": 0.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 96
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"merged_prs": 16,
"open_issues": 2,
"closed_issues": 13,
"issue_closed_ratio": 0.867,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "87% of issues closed",
"points": 40.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 87
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "16/17 decided PRs merged",
"points": 36,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 16,
"decided": 17
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/13 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"followers": 61,
"owner_type": "User",
"is_verified": null,
"owner_login": "jvoegele",
"public_repos": 60,
"account_age_days": 6306
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "61 followers of jvoegele",
"points": 12.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 61,
"login": "jvoegele"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "60 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 60
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"external_service"
],
"ecosystems": "hex",
"any_deprecated": false,
"min_days_since_publish": 28
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on hex",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "hex"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 28 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 28
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "27 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 27
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 61,
"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": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": 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": "8 out of 8 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 49,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 49,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.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": "8 out of 8 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 0/13 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"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 not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"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": "moderate",
"name": "AI Readiness",
"value": 60,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "moderate",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.43,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 1796
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "43 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 22.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 43,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"mix.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.26,
"toolchain_manifests": [
"mix.exs"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "mix.exs (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "mix.exs"
}
}
],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "26 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 26,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Elixir",
"largest_source_bytes": 29235,
"source_files_sampled": 18,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Elixir without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Elixir"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/18 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 18,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-21T20:22:57.922217Z",
"schema_version": "0.23.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/jvoegele/external_service.svg",
"full_name": "jvoegele/external_service",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}