Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 271,
"has_wiki": false,
"homepage": null,
"languages": {
"C": 20760,
"Elixir": 25114,
"Makefile": 2612
},
"pushed_at": "2026-07-17T18:38:04Z",
"created_at": "2018-10-06T13:34:46Z",
"owner_type": "Organization",
"updated_at": "2026-07-17T18:38:13Z",
"description": "Communicate over SPI from Elixir",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Elixir",
"significant_languages": [
"Elixir",
"C"
]
},
"owner": {
"blog": "https://elixir-circuits.github.io",
"name": "Elixir Circuits",
"type": "Organization",
"login": "elixir-circuits",
"company": null,
"location": null,
"followers": 44,
"avatar_url": "https://avatars.githubusercontent.com/u/38811261?v=4",
"created_at": "2018-04-28T12:27:49Z",
"is_verified": null,
"public_repos": 10,
"account_age_days": 3013
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": null,
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2026-07-17T18:39:52Z"
},
{
"tag": "v2.0.4",
"kind": "patch",
"published_at": "2026-07-17T18:39:29Z"
},
{
"tag": "v2.0.3",
"kind": "patch",
"published_at": "2024-04-20T11:59:53Z"
},
{
"tag": "v2.0.2",
"kind": "patch",
"published_at": "2024-01-19T01:21:34Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2024-01-14T13:58:42Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2023-11-12T23:14:51Z"
},
{
"tag": "v2.0.0-pre.0",
"kind": "prerelease",
"published_at": "2023-05-30T12:43:37Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2023-01-01T01:19:14Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2022-02-22T00:22:06Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2022-01-24T02:38:22Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2021-12-28T19:00:42Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2021-10-22T00:42:40Z"
},
{
"tag": "v0.1.6",
"kind": "patch",
"published_at": "2021-07-11T03:42:08Z"
},
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2020-01-13T14:58:58Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2019-11-05T17:35:05Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2019-03-30T14:11:59Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2019-02-14T17:07:25Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2019-02-06T13:53:37Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2018-11-15T18:35:03Z"
}
],
"recent_commits": [
{
"oid": "321568bb69846884608dda93d7a4e5bf6093e6fd",
"body": null,
"is_bot": false,
"headline": "v2.1.0 release",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2026-07-17T18:36:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c32d5f68c7b59990d84ce06a24cc761314ef169",
"body": "While it's still not much, including that this is a Linux driver and the\nkernel version can narrow vague issue reports a little.\n\n```\niex(1)> Circuits.SPI.info\n%{\n backend: Circuits.SPI.SPIDev,\n description: \"Linux spidev driver\",\n kernel_version: \"6.18.33-v8\"\n machine: \"aarch64\",\n}\n```",
"is_bot": false,
"headline": "Include useful information in SPI.info()",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2026-07-17T18:05:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82b682394a3b61d9b5788d37dba0582273750ce5",
"body": null,
"is_bot": false,
"headline": "Alphabetize hex package contents",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2026-07-17T17:56:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f963511b5dc50330af705a19c051138215f9b6c4",
"body": null,
"is_bot": false,
"headline": "Add example of a combined write and read transfer",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2026-07-17T17:42:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc0e17ee259bf82463fd6e32d9e77327c4d4a439",
"body": "The spidev driver already makes passing buffers in transfers optional so\nextend that to Elixir. This saves some garbage creation for the common\ncase where only a write is needed.",
"is_bot": false,
"headline": "Add read and write functions to reduce unneeded buffers",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2026-07-17T17:22:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4538574173e2a7d3689c227797b0e4943bd64644",
"body": "Rather than error out, just chunk large buffers automatically to spidev\nbased on the max transfer size. This is faster than doing this in\nElixir.",
"is_bot": false,
"headline": "Segment large buffers in the NIF",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2026-07-17T01:34:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "429714959a293816504c1ce4718f8559d1128f51",
"body": null,
"is_bot": false,
"headline": "Bump all dependencies",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2026-07-16T18:20:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32f96f6ee78f51c503e558f55514ca72589a68ae",
"body": null,
"is_bot": false,
"headline": "Fix another old i2c reference",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2026-07-16T18:18:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba97b335a71ac7b1c917e68412fdd180780d2712",
"body": null,
"is_bot": false,
"headline": "Test with Elixir 1.20",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2026-06-05T16:19:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bc3b339facc52c9142d0c244864def1e18a0ef8",
"body": null,
"is_bot": false,
"headline": "Update HexDoc URL",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2026-06-02T14:25:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "635f8c93f9ac4f8482a52945fd3d7050e3d2fbcc",
"body": null,
"is_bot": false,
"headline": "Add Credo.Check.Warning.UnsafeToAtom check",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2026-05-30T19:48:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "376c951a7089f379a7cf4383c7d0507c779c323b",
"body": "The documentation is wrong, since this is the SPI library and not the I2C library. Probably a simple Copy&Paste error",
"is_bot": false,
"headline": "Fixing docu, copy&paste typo",
"author_name": "a-maze-d",
"author_login": "a-maze-d",
"committed_at": "2026-03-23T12:55:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb54f8693c9816a74f2063f56b7947521ee76b54",
"body": null,
"is_bot": false,
"headline": "Fix phrasing of license note text",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2025-10-16T12:47:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ded63f0f7d383afe3035adaa5ef427fc5df9d4a0",
"body": null,
"is_bot": false,
"headline": "Move REUSE info for documentation to files",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2025-09-26T11:12:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17fb625925ce11c6c5f84dca40fe794f65167f1d",
"body": null,
"is_bot": false,
"headline": "Add changelog to hex.pm links",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2025-09-25T01:48:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "000e1274f88fcc4daf75ca721ffa4f3b2d0de60e",
"body": null,
"is_bot": false,
"headline": "Fix Elixir 1.19 deprecation warning",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2025-09-21T12:21:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f04a5cf604de19a147ffb5de2ab3e3ad74fa3ea",
"body": null,
"is_bot": false,
"headline": "Fix Elixir 1.19 deprecation warning",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2025-09-20T18:07:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "541cbc699fa525ccfc4319f4450854cd8bfbb80c",
"body": null,
"is_bot": false,
"headline": "Bump all deps to latest",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2025-09-20T18:06:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e301070ddd7d9a7ee1f64f726c9a145d0b8c93e7",
"body": "Bumps [credo](https://github.com/rrrene/credo) from 1.7.11 to 1.7.12.\n- [Release notes](https://github.com/rrrene/credo/releases)\n- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rrrene/credo/compare/v1.7.11...v1.7.12)\n\n---\nupdated-dependencies:\n- dependency-name: credo\n dependency-version: 1.7.12\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump credo from 1.7.11 to 1.7.12",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-04-28T17:46:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ada3f0aeee63c0932a77f0f71b4ef8b32c22d0bf",
"body": null,
"is_bot": false,
"headline": "Add short blurb about chip selects and device names",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2025-04-19T21:51:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdf24486374eecbf4ec21772b230ac906a57f8b7",
"body": "Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.36.1 to 0.37.3.\n- [Release notes](https://github.com/elixir-lang/ex_doc/releases)\n- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.36.1...v0.37.3)\n\n---\nupdated-dependencies:\n- dependency-name: ex_doc\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump ex_doc from 0.36.1 to 0.37.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-03-08T21:49:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4f8d0b4063be4762ad24b4038018638762bea40",
"body": null,
"is_bot": false,
"headline": "Refresh REUSE metadata with new scripts",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2025-03-08T21:47:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9974df595cc108436eba64c86ec374025de4fcbe",
"body": null,
"is_bot": false,
"headline": "Bump all dependencies",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2025-02-02T21:50:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a64a3ae65d39532afc7c8e10844ad7cea2dd14a5",
"body": null,
"is_bot": false,
"headline": "v2.0.4 release",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2024-09-08T19:04:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66c04b03797b4f2f84bc49908fd3e4459817ab4a",
"body": null,
"is_bot": false,
"headline": "Bump all dependencies to latest",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2024-09-08T15:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e58a0a6197c5c5b4e87b0093d80e16b866827ff",
"body": null,
"is_bot": false,
"headline": "Fix compilation for Erlang install dirs with spaces",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2024-09-08T15:26:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19be0159bef6fd3fbf9d7969047840ab33b9d535",
"body": null,
"is_bot": false,
"headline": "Bump ex_doc and fix deprecation warning",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2024-09-08T15:25:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "698a82d28009a24ed9e189814b0915a87f4b0786",
"body": "Dependencies are requiring 1.13, so do the same.",
"is_bot": false,
"headline": "Remove Elixir <1.13 support and test with Elixir 1.17/OTP 27",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2024-06-17T00:09:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ae70776b1c63857f935a5fb6d4a250edc4228bc",
"body": null,
"is_bot": false,
"headline": "v2.0.3 release",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2024-04-20T11:57:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e075bc0ead158226590357609b0fc44aaab00e77",
"body": null,
"is_bot": false,
"headline": "Bump all dependencies",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2024-04-18T23:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b6d9ae2665a875b67efc9b96873552ed5fd6779",
"body": null,
"is_bot": false,
"headline": "Explain lsb-first-related error message",
"author_name": "Masatoshi Nishiguchi",
"author_login": "mnishiguchi",
"committed_at": "2024-03-06T03:03:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01f068d3176c664361339c4269c055636d5ae8f1",
"body": null,
"is_bot": false,
"headline": "ci: test with Elixir 1.16",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2024-01-20T02:05:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "634e3eb6ce2156026ae5c38b07033ef85df9cefb",
"body": "It turns out that people sometimes have MIX_TARGET set when they're not\ncompiling for Nerves. On MacOS which doesn't support cdev, this causes\nthe following error:\n\n```\n==> circuits_spi\n\"**** CIRCUITS_SPI_BACKEND set to [normal] ****\"\nMakefile:44: *** Circuits.SPI Linux cdev backend is not supported\n[…]\nction smarter\nby first checking the MIX_TARGET and then checking if crosscompilation\nenvironment variables are actually set. If not, the host compiler will\nbe used, so use the default for host builds.",
"is_bot": false,
"headline": "Improve target detection for building spi-dev",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2024-01-20T00:56:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c644ccf08c9ebe115ae4d9547bcc9ec3be1a8d8a",
"body": null,
"is_bot": false,
"headline": "v2.0.2 release",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2024-01-19T01:19:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51d4460d32afdd7cdb3a38c7aa69b4b5938bd2a3",
"body": null,
"is_bot": false,
"headline": "Bump elixir_make",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2024-01-19T01:19:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0268030811fe89debdd4d017684c3e4f8e08d362",
"body": "It was possible to crash the BEAM by loading a completely trimmed down\nshared library with multiple processes. This converts the NIF loader\nback to the traditional `@on_load` way that's serialized by the code\nloader. The benefits of delaying the load time are less now that the\nshared library has been tested quite a bit.",
"is_bot": false,
"headline": "Remove deferred loading of NIF",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2024-01-18T02:26:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc963005012258eae0ec328ae87fcf585a6c40a2",
"body": null,
"is_bot": false,
"headline": "v2.0.1 release",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2024-01-14T13:57:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb2426c8ac53534d30bac0e0121198b9c3faa27a",
"body": "Previously the second load would fail and in this case was able to cause\na segfault.",
"is_bot": false,
"headline": "Fix race condition when loading the NIF",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2024-01-14T13:37:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcee0177b1e96829e83b40bbf7e1480ff116485d",
"body": "Bumps [credo](https://github.com/rrrene/credo) from 1.7.1 to 1.7.3.\n- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rrrene/credo/commits/v1.7.3)\n\n---\nupdated-dependencies:\n- dependency-name: credo\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump credo from 1.7.1 to 1.7.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-01-11T22:06:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "455094161aaf2257c60c0a8be9d38935a77926aa",
"body": "Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.31.0 to 0.31.1.\n- [Release notes](https://github.com/elixir-lang/ex_doc/releases)\n- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.31.0...v0.31.1)\n\n---\nupdated-dependencies:\n- dependency-name: ex_doc\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump ex_doc from 0.31.0 to 0.31.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-01-11T22:04:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05c8b66dfd3ef948ad987d6c76f75c609f2bb6d7",
"body": "Bumps [dialyxir](https://github.com/jeremyjh/dialyxir) from 1.4.2 to 1.4.3.\n- [Release notes](https://github.com/jeremyjh/dialyxir/releases)\n- [Changelog](https://github.com/jeremyjh/dialyxir/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/jeremyjh/dialyxir/compare/1.4.2...1.4.3)\n\n---\nupdated-dependencies:\n- dependency-name: dialyxir\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dialyxir from 1.4.2 to 1.4.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-12-30T11:01:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17318a1203565d272108fb61eb22f5b331a87d77",
"body": "Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.30.9 to 0.31.0.\n- [Release notes](https://github.com/elixir-lang/ex_doc/releases)\n- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.30.9...v0.31.0)\n\n---\nupdated-dependencies:\n- dependency-name: ex_doc\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump ex_doc from 0.30.9 to 0.31.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-12-12T15:19:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de5151cd3c1d523f4b5bacba23770dfc5035e18c",
"body": null,
"is_bot": false,
"headline": "Update note about Circuits.SPI v2 and v1",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2023-11-12T23:18:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77a250a57c05d098f9a6223d31b025c167b1e446",
"body": null,
"is_bot": false,
"headline": "v2.0.0 release",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2023-11-12T23:12:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbc8b5d932050ce0dc48df571a1075c575b09f5b",
"body": null,
"is_bot": false,
"headline": "ci: test with Elixir 1.15",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2023-11-12T23:12:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "148a824c2bd16a40b1b6714b50e4e5bd5aa97f3c",
"body": null,
"is_bot": false,
"headline": "Update all dependencies",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2023-11-12T22:57:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "893ef45e5b03371066b72b346e35f70eb4451d25",
"body": null,
"is_bot": false,
"headline": "v2.0.0-pre.0 release",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2023-05-30T12:37:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdae3283b466d6746c78b2cbf8abdc3daa4bdf80",
"body": "This change moves the NIF load from the time at which the module is\nloaded to the time when SPI actually is used.\n\nThe primary motivation for doing this is to defer native code crashes\nfrom happening at load time to the time of first use. Load time is\nharder to debug and sometimes its not clear which NIF caused the crash.\n\nThe calls to `apply` get around some complexity with ignoring Dialyzer\nwarnings. Dialyzer can't figure out that the recursive looking call\nactually invokes the NIF code.",
"is_bot": false,
"headline": "Defer loading the NIF until opening a SPI bus",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2023-05-29T14:50:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d67b46e09627ee4653698128341ce8c6bf466344",
"body": null,
"is_bot": false,
"headline": "Update version to v2.0.0-pre.0",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2023-05-15T01:13:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84f9d0a2b408758bbc8fe22d6b5a968116d976eb",
"body": null,
"is_bot": false,
"headline": "Update README and PORTING for v2.0",
"author_name": "Frank Hunleth",
"author_login": null,
"committed_at": "2023-05-15T01:13:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22bfbd7fd67f3e6584be45463240fd3326d7dfea",
"body": "This makes it possible to use other SPI controller implementations and\nnot just the Linux SPI dev implementation. That means that programs and\nlibraries using Circuits.SPI can be made to work on non-Nerves devices,\ninteract with simulated SPI devices, and be easier to unit test.\n\nNew backends should\n[…]\nCircuits.SPI currently won't compile the Linux SPI dev backend if you do\nthis. This means that if you're not running on Nerves or Linux device,\nyou don't have to worry about Linux bits being compiled.",
"is_bot": false,
"headline": "Support alternative SPI backends and allow the default to be changed",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2023-05-13T03:18:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "52fad52dd486813852d85c5cd9b4b3be39ac76dd",
"body": null,
"is_bot": false,
"headline": "Update all dependencies",
"author_name": "Frank Hunleth",
"author_login": null,
"committed_at": "2023-05-13T03:18:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d28ac0bb798684b907485e9bc69be93491861d08",
"body": null,
"is_bot": false,
"headline": "Bump deps",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2023-04-11T15:55:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfd680c4fa5ff1571dffd15a9b8debff25c80e73",
"body": "This removes the false/true <-> 0/1 conversions in Elixir.",
"is_bot": false,
"headline": "Handle booleans properly in NIF",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2023-03-25T14:45:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f11ae01d08a50ac52cee898226587d859cd05b9b",
"body": null,
"is_bot": false,
"headline": "Shrink NIF whitespace",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2023-03-25T12:49:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bae137597a19c7ca8b74da099f69595bc80c5bf3",
"body": "This has the following changes:\n\n1. Change filename to be an Elixir string rather than an Erlang one in\n the NIF. There's no external API change.\n2. Push iodata to binary conversion down to C. The performance is\n roughly the same as flatting in Elixir, but lowering it in the stack\n will come i\n[…]\ncode style changes to look more like circuits_i2c C.\n\nWhile circuits_i2c switched to a one C file, that was harder to do here\nand not introduce a lot of compatibility header files to compile on\nMacOS.",
"is_bot": false,
"headline": "Port NIF updates from circuits_i2c",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2023-03-25T00:03:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3db15fbdc20794c5767f9c1fe9d31c1d843150a0",
"body": null,
"is_bot": false,
"headline": "Bump all dependencies",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2023-03-24T13:38:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1e020f8a08e27ed4e06a4b593a79efcdbf3cba1",
"body": null,
"is_bot": false,
"headline": "Bump deps",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2023-02-26T23:59:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ad64a1772730f467cb377d441e4acd1effefc78",
"body": "Bumps [elixir_make](https://github.com/elixir-lang/elixir_make) from 0.7.3 to 0.7.4.\n- [Release notes](https://github.com/elixir-lang/elixir_make/releases)\n- [Changelog](https://github.com/elixir-lang/elixir_make/blob/v0.7.4/CHANGELOG.md)\n- [Commits](https://github.com/elixir-lang/elixir_make/compar\n[…]\n.7.4)\n\n---\nupdated-dependencies:\n- dependency-name: elixir_make\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump elixir_make from 0.7.3 to 0.7.4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-02-18T01:22:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a4ac9c27f9e17ca51cbb35fe95814ab7e38b87e9",
"body": "This is the best practice. See\nhttps://erlangforums.com/t/atom-hashing-performance/2369/5",
"is_bot": false,
"headline": "Save common atoms in NIF to statics",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2023-02-18T01:22:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dcb8b15a189ef014a1dbe8bde6c77d42253551b",
"body": null,
"is_bot": false,
"headline": "v1.4.0 release",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2023-01-01T01:14:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9aa4922c895b3670f82bc47d0a97a16ab8e3231",
"body": null,
"is_bot": false,
"headline": "Add REUSE badge",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2023-01-01T01:08:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fa7f60a151524afbfe7f1055512861bac7c38aa",
"body": null,
"is_bot": false,
"headline": "REUSE compliance",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2023-01-01T01:04:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c015dff06c25770c5c689cc6da86afe77c4a4acd",
"body": null,
"is_bot": false,
"headline": "ci: update config to new style",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2023-01-01T00:19:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dbc2c4007e0613b3a11b2f8d801595e7fb88bc4",
"body": null,
"is_bot": false,
"headline": "Bump ex_doc, elixir_make, jason",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2023-01-01T00:14:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91c78a84c3ebc2b6dce7bbffa9afc81f43d14c0e",
"body": null,
"is_bot": false,
"headline": "Add credo.exs to format list",
"author_name": "Frank Hunleth",
"author_login": null,
"committed_at": "2022-11-19T02:34:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cb1d9ad9d0b1d6108575f121051daa923a34280",
"body": null,
"is_bot": false,
"headline": "Rename src to c_src",
"author_name": "Frank Hunleth",
"author_login": null,
"committed_at": "2022-11-19T02:34:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa913cf1cbc4af34b819cf403d65b7ca5ceb496f",
"body": "The default Raspberry Pi installation is Elixir 1.10 right now. Previous\nversions should still work, but are untested and might not work with\nfuture changes.",
"is_bot": false,
"headline": "Bump Elixir versions; set min supported to 1.10",
"author_name": "Frank Hunleth",
"author_login": null,
"committed_at": "2022-11-19T02:34:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e54157f161ab401c1e9440c9d35174c7faf978b6",
"body": "Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.28.6 to 0.29.0.\n- [Release notes](https://github.com/elixir-lang/ex_doc/releases)\n- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.28.6...v0.29.0)\n\n---\nupdated-dependencies:\n- dependency-name: ex_doc\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump ex_doc from 0.28.6 to 0.29.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-10-21T19:40:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f000e8cc9eb2702993d000e9375725c492ef8458",
"body": "Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.28.5 to 0.28.6.\n- [Release notes](https://github.com/elixir-lang/ex_doc/releases)\n- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.28.5...v0.28.6)\n\n---\nupdated-dependencies:\n- dependency-name: ex_doc\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump ex_doc from 0.28.5 to 0.28.6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-10-15T01:12:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8031e867c5c3bef151a4f03fb4cbc1c044cc94d",
"body": null,
"is_bot": false,
"headline": "Remove unneeded build_embedded",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2022-09-06T11:26:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "508f810d016491b6dbd1ef07bf6403dbcfc865af",
"body": "Bumps [credo](https://github.com/rrrene/credo) from 1.6.6 to 1.6.7.\n- [Release notes](https://github.com/rrrene/credo/releases)\n- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rrrene/credo/compare/v1.6.6...v1.6.7)\n\n---\nupdated-dependencies:\n- dependency-name: credo\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump credo from 1.6.6 to 1.6.7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-09-03T16:07:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca33ec13d024b31eb0dba006185ddaf063b0b0f7",
"body": "Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.28.4 to 0.28.5.\n- [Release notes](https://github.com/elixir-lang/ex_doc/releases)\n- [Changelog](https://github.com/elixir-lang/ex_doc/blob/v0.28.5/CHANGELOG.md)\n- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.28.4...v0.28.5)\n\n---\nupdated-dependencies:\n- dependency-name: ex_doc\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump ex_doc from 0.28.4 to 0.28.5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-08-20T19:35:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d7970285a1f60473d27897b049d91af238688d1",
"body": null,
"is_bot": false,
"headline": "Format",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2022-08-01T22:50:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cf25f4f12fde51e87fcc47b7d36d0607f3be102",
"body": null,
"is_bot": false,
"headline": "Bump dependencies",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2022-08-01T22:50:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea662cf54d71b9b1e94a708ab4a5d2b278e307ba",
"body": null,
"is_bot": false,
"headline": "Remove Erlang convenience functions",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2022-08-01T22:50:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdc33aa80a2d26bc65927d5ba9888c080b0a3ba1",
"body": "Bumps [credo](https://github.com/rrrene/credo) from 1.6.4 to 1.6.5.\n- [Release notes](https://github.com/rrrene/credo/releases)\n- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rrrene/credo/commits)\n\n---\nupdated-dependencies:\n- dependency-name: credo\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump credo from 1.6.4 to 1.6.5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-07-23T13:38:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18489d40f28486c0ee2584a226790fddee808442",
"body": "Bumps [dialyxir](https://github.com/jeremyjh/dialyxir) from 1.1.0 to 1.2.0.\n- [Release notes](https://github.com/jeremyjh/dialyxir/releases)\n- [Changelog](https://github.com/jeremyjh/dialyxir/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/jeremyjh/dialyxir/compare/1.1.0...1.2.0)\n\n---\nupdated-dependencies:\n- dependency-name: dialyxir\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dialyxir from 1.1.0 to 1.2.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-07-23T12:43:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68555f7ef5cc61df5d2af2cd9b2b77a04ad9e068",
"body": "Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.28.3 to 0.28.4.\n- [Release notes](https://github.com/elixir-lang/ex_doc/releases)\n- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.28.3...v0.28.4)\n\n---\nupdated-dependencies:\n- dependency-name: ex_doc\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump ex_doc from 0.28.3 to 0.28.4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-04-30T23:23:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4417a7a439903be281c3cbee6c1c3d354775de74",
"body": null,
"is_bot": false,
"headline": "Bump earmark_parser",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2022-04-13T02:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b36598504d0ca3c670d1d4b743547bd5823da42",
"body": null,
"is_bot": false,
"headline": "Add entry on receiving data",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2022-04-13T02:19:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8d6bc43649b8a3a7e65fff82a4f196168094931",
"body": null,
"is_bot": false,
"headline": "Bump version in readme",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2022-04-13T02:17:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ef9b008038021ba5ac6cfd634e095641cb634e3",
"body": "Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.28.2 to 0.28.3.\n- [Release notes](https://github.com/elixir-lang/ex_doc/releases)\n- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/elixir-lang/ex_doc/commits)\n\n---\nupdated-dependencies:\n- dependency-name: ex_doc\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump ex_doc from 0.28.2 to 0.28.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-03-24T11:12:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d3bb182bf219b00e9f67b9ebd3a75769b73d532",
"body": "Bumps [credo](https://github.com/rrrene/credo) from 1.6.3 to 1.6.4.\n- [Release notes](https://github.com/rrrene/credo/releases)\n- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rrrene/credo/compare/v1.6.3...v1.6.4)\n\n---\nupdated-dependencies:\n- dependency-name: credo\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump credo from 1.6.3 to 1.6.4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-02-28T21:19:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9731fa51126459a53d93c72cf365b51699e46d5c",
"body": "Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.28.1 to 0.28.2.\n- [Release notes](https://github.com/elixir-lang/ex_doc/releases)\n- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.28.1...v0.28.2)\n\n---\nupdated-dependencies:\n- dependency-name: ex_doc\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump ex_doc from 0.28.1 to 0.28.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-02-28T16:28:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78ac163e4d0b39b52f5ff01efe807728e3c5527e",
"body": null,
"is_bot": false,
"headline": "v1.3.0 release",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2022-02-22T00:20:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4c9e172f21c81e227a134afdd4a3360ef4424c9",
"body": null,
"is_bot": false,
"headline": "Use ex_doc's asset feature to copy assets",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2022-02-22T00:20:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31f951818b5410ee20ec6fd51abdb1bcfd431654",
"body": null,
"is_bot": false,
"headline": "Bump all dependencies",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2022-02-21T23:58:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ad72171485cea1f6686436e0b64457ada7c683d",
"body": null,
"is_bot": false,
"headline": "Add transfer!/2",
"author_name": "Masatoshi Nishiguchi",
"author_login": "mnishiguchi",
"committed_at": "2022-02-21T23:56:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42fb9dbcbec8457a1b0ff1851e1aab7a11fd4fb8",
"body": "Bumps [credo](https://github.com/rrrene/credo) from 1.6.2 to 1.6.3.\n- [Release notes](https://github.com/rrrene/credo/releases)\n- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rrrene/credo/compare/v1.6.2...v1.6.3)\n\n---\nupdated-dependencies:\n- dependency-name: credo\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump credo from 1.6.2 to 1.6.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-02-10T08:18:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37604322f235bb04ae2b940ccf7ab91cdc0d807f",
"body": "Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.27.3 to 0.28.0.\n- [Release notes](https://github.com/elixir-lang/ex_doc/releases)\n- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.27.3...v0.28.0)\n\n---\nupdated-dependencies:\n- dependency-name: ex_doc\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump ex_doc from 0.27.3 to 0.28.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-01-24T22:12:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0abac7f82bfa5afe6ba34fb1068b1abf6e4312e1",
"body": null,
"is_bot": false,
"headline": "v1.2.0 release",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2022-01-23T18:56:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06f08a1949bf93e93fd1316c0d67a77cea115d45",
"body": "This is a very minimal update to allow iodata to be used for\nconvenience. It doesn't enable better performance. I left a note about\nmy performance doubts. It would be interesting to see what happens in\nthe future for users with larger SPI transfers than me.\n\nFixes #52.",
"is_bot": false,
"headline": "Support passing iodata to transfer/2",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2022-01-23T18:48:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bea38dca7ad9cb0a65da4417b865c9805f247784",
"body": "This adds the `:lsb_first` option to indicate that the least significant\nbit is transferred first rather than the normal way. If the SPI hardware\ndoesn't support bit reversal, do it in software. This is necessary on\nthe Raspberry Pi.",
"is_bot": false,
"headline": "Add support for reversing bit order",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2022-01-23T17:20:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01c728741089c1081c18f43fbc27673a38fd8083",
"body": "This \"fixes\" the following:\n\n```\n CC hal_spidev.o\nsrc/hal_spidev.c: In function 'hal_spi_open':\nsrc/hal_spidev.c:83:19: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '2147576577' to '-2147390719' [-Woverflow]\n 83 | if (ioctl(fd, SPI_IOC_RD_MODE, &mode) ==\n[…]\n ^~~~~~~~~~~~~~~~~~~~~~~\n```\n\nIt appears to only affect some gcc/Linux combinations and those appear\nto not be Nerves ones. I assume the spec for ioctl was adjusted to fix\nthis warning at some point.",
"is_bot": false,
"headline": "Disable gcc overflow warning on Linux",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2022-01-23T16:06:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0a4f69030c157444236776934a1c8209bf3452f1",
"body": null,
"is_bot": false,
"headline": "Give Dialyzer warnings for bits_per_word < 8",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2022-01-23T15:53:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5949b24d870db6489d4eeb7ed5ae269dc988cafb",
"body": null,
"is_bot": false,
"headline": "Use stub implementation when testing",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2022-01-23T15:53:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "335b62439b9cbda14a7897e755a527ba0e9f4ca6",
"body": "This is helpful when debugging just to check that the SPI settings are\nwhat you think they are.",
"is_bot": false,
"headline": "Add support for reading configuration back",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2022-01-23T15:53:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d781122ecb9becad7e9bd86e68ba91b689c70e2f",
"body": null,
"is_bot": false,
"headline": "Fix typo",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2022-01-23T15:40:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7994034b910ec832cafc529609f645dca73f257d",
"body": null,
"is_bot": false,
"headline": "Catch non-binary data earlier",
"author_name": "Frank Hunleth",
"author_login": "fhunleth",
"committed_at": "2022-01-23T15:40:23Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 19,
"commits_last_year": 18,
"latest_release_at": "2026-07-17T18:39:52Z",
"latest_release_tag": "v2.1.0",
"releases_from_tags": false,
"days_since_last_push": 10,
"active_weeks_last_year": 7,
"days_since_latest_release": 10,
"mean_days_between_releases": 181.7
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": true,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 5,
"stars": 27,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2019-02-21",
"count": 1
},
{
"date": "2019-11-19",
"count": 1
},
{
"date": "2020-10-30",
"count": 1
},
{
"date": "2021-05-15",
"count": 1
},
{
"date": "2026-03-23",
"count": 1
}
],
"complete": true,
"collected": 5,
"total_forks": 5
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"mix.exs"
],
"largest_source_bytes": 11686,
"source_files_sampled": 15,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"mix.exs"
],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"hex"
],
"dependencies": [
{
"name": "ex_doc",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": "~> 0.22"
},
{
"name": "elixir_make",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": "~> 0.6"
},
{
"name": "unix",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": null
},
{
"name": "ok",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 114,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 6,
"closed_unmerged_prs": 67
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "fhunleth",
"commits": 138,
"avatar_url": "https://avatars.githubusercontent.com/u/64669?v=4"
},
{
"type": "User",
"login": "mnishiguchi",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/7563926?v=4"
},
{
"type": "User",
"login": "cocoa-xu",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/89497197?v=4"
},
{
"type": "User",
"login": "mdsebald",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/10202659?v=4"
},
{
"type": "User",
"login": "mattludwigs",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/6612164?v=4"
},
{
"type": "User",
"login": "ConnorRigby",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/21150830?v=4"
},
{
"type": "User",
"login": "elcritch",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/34277?v=4"
},
{
"type": "User",
"login": "zacck",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/108482053?v=4"
},
{
"type": "User",
"login": "a-maze-d",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/988563?v=4"
}
],
"contributors_sampled": 9,
"top_contributor_share": 0.914
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 5,
"reason": "8 out of 16 merged PRs checked by a CI test -- score normalized to 5",
"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/28 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 6 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "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": 9,
"reason": "11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9",
"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": null,
"reason": "no dependencies found",
"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": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "321568bb69846884608dda93d7a4e5bf6093e6fd",
"ran_at": "2026-07-28T15:24:36Z",
"aggregate_score": 6.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T21:22:24Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-17T18:38:03Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/elixir-circuits/circuits_spi",
"host": "github.com",
"name": "circuits_spi",
"owner": "elixir-circuits"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"security": 65,
"vitality": 66,
"community": 53,
"governance": 54,
"engineering": 36
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 66,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"commits_last_year": 18,
"human_commit_share": 0.81,
"days_since_last_push": 10,
"active_weeks_last_year": 7
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 10 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 10
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "18 commits in the last year",
"points": 11.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 18
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9",
"points": 9,
"status": "partial",
"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": 84,
"inputs": {
"releases_count": 19,
"latest_release_tag": "v2.1.0",
"releases_from_tags": false,
"days_since_latest_release": 10,
"mean_days_between_releases": 181.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "19 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 19
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 10 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 10
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~181.7 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 181.7
}
}
],
"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": 10,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 10 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 10
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 53,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"forks": 5,
"stars": 27,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "27 stars",
"points": 23,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 27
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "5 forks",
"points": 5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 5
}
}
],
"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": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"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": 13.5,
"status": "met",
"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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 54,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 9,
"top_contributor_share": 0.914
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 91% of commits",
"points": 1.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 91
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "9 contributors",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 9
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"merged_prs": 114,
"open_issues": 0,
"closed_issues": 6,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 67
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "114/181 decided PRs merged",
"points": 24.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 114,
"decided": 181
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"followers": 44,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "elixir-circuits",
"public_repos": 10,
"account_age_days": 3013
},
"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": "44 followers of elixir-circuits",
"points": 11.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 44,
"login": "elixir-circuits"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "10 public repos, account ~8 yr old",
"points": 19.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 10
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 36,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": 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 16 merged PRs checked by a CI test -- score normalized to 5",
"points": 10,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 65,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 65,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 6.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "8 out of 16 merged PRs checked by a CI test -- score normalized to 5",
"points": 1.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"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": "11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9",
"points": 6.8,
"status": "partial",
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"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": 6
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 44,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.235,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"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": "19 of 81 human commits state their intent (structured subject or explanatory body)",
"points": 12.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 19,
"sampled": 81
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 64,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"mix.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"mix.exs"
],
"dependency_bot_commit_share": 0.19
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"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": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "19 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 19,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 11686,
"source_files_sampled": 15,
"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/15 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 15,
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-28T15:24:53.131653Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/e/elixir-circuits/circuits_spi.svg",
"full_name": "elixir-circuits/circuits_spi",
"license_state": "custom",
"license_spdx": null
}