Public record
Software health reportschema 0.27.0 · metrics 1.13.0 · 2026-07-27 11:24 UTC

borkdude / edamame

Configurable EDN/Clojure parser with location metadata

ClojureEPL-1.0★ 202 stars⑂ 20 forkssince Aug 2019View on GitHub ↗

borkdude/edamame holds a health index of 62 out of 100, placing it in the Moderate band. It scores highest on Vitality (75/100) and lowest on AI Readiness (21/100). It was last updated 13 days ago. A single contributor accounts for most of its recent work.

62
overall / 100
Moderate

Software health index

Metrics are grouped into weighted categories on one standardized 1–100 scale. Overall starts as their weighted mean; when public evidence triggers the High-Risk Jurisdiction Policy, the rating is adjusted and receives an At risk ceiling of 49. AI Readiness sits outside the overall score.

62
Excellent85-100Exemplary; meets essentially all checked criteria
Good70-84Healthy; minor gaps
Moderate50-69Acceptable with notable gaps; review recommended
At risk30-49Significant weaknesses; adoption warrants caution
Critical1-29Severe problems (abandoned, single-maintainer, no hygiene)
VitalityCommunity &AdoptionSustainability &GovernanceEngineeringQualitySecurityAI Readiness

Score profile

Each axis is a category. The shape matters more than the average — a healthy subject fills the whole shape, while a spike-and-crater profile means strength in one dimension is masking risk in another.

Ownership

Michiel BorkentPersonal account
2,331 followers378 public repossince May 2010

This repository is owned by a personal account. A single-owner project carries more continuity risk than an organization-backed one.

Metrics by category

Vitality

Is the project alive — is code being written and are releases shipping?

75Good · 22% of overall
How it's scored
28.8/36Push recency — last push 13 days ago
6.2/36Commit cadence — 9/52 weeks with commits
13.6/18Commit volume — 32 commits in the last year
10/10OpenSSF Scorecard: Maintained — 15 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Inputs used
commits_last_year32
human_commit_share1
days_since_last_push13
active_weeks_last_year9

Release discipline

100Excellent
How it's scored
27/27Ships releases — 39 releases published
36/36Release recency — latest release 13 days ago
27/27Release cadence — a release every ~28.6 days
0/10OpenSSF Scorecard: Signed-Releases — no data
Inputs used
releases_count39
latest_release_tagv1.6.42
releases_from_tagsno
days_since_latest_release13
mean_days_between_releases28.6
Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.

Community & Adoption

Does the project have users, downloads, attention, and a welcoming setup for contributors?

51Moderate · 18% of overall
How it's scored
37.4/60Stars — 202 stars
10.7/25Forks — 20 forks
3.3/15Watchers — 5 watchers
Inputs used
forks20
stars202
watchers5
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
How it's scored
22.5/22.5README
22.5/22.5License — recognized license (EPL-1.0)
0/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
0/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
has_contributingno
has_issue_templateno
has_code_of_conductno
has_pull_request_templateno

Sustainability & Governance

Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?

61Moderate · 24% of overall
How it's scored
9/54Bus factor — 1 contributor(s) cover half of all commits
1.2/22.5Commit distribution — top contributor authored 94% of commits
13.5/13.5Contributor breadth — 12 contributors
10/10OpenSSF Scorecard: Contributors — project has 3 contributing companies or organizations -- score normalized to 10
Inputs used
bus_factor1
contributors_sampled12
top_contributor_share0.945
How it's scored
45.3/46.8Issue resolution — 97% of issues closed
34.9/38.3PR acceptance — 72/79 decided PRs merged
0/15OpenSSF Scorecard: Code-Review — Found 2/30 approved changesets -- score normalized to 0
Inputs used
merged_prs72
open_issues2
closed_issues65
issue_closed_ratio0.97
closed_unmerged_prs7
How it's scored
10/30Ownership backing — personal (user) account
0/20Verified domain — not applicable to user accounts
24.2/25Owner reach — 2,331 followers of borkdude
25/25Track record — 378 public repos, account ~16 yr old
Inputs used
followers2,331
owner_typeUser
is_verified
owner_loginborkdude
public_repos378
account_age_days5,908
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.

Engineering Quality

Are baseline engineering and documentation practices in place?

75Good · 20% of overall
How it's scored
24/24CI workflows — 1 workflow(s)
24/24Tests present
0/16Linter config
0/9.6Pre-commit hooks
0/6.4.editorconfig
20/20OpenSSF Scorecard: CI-Tests — 12 out of 12 merged PRs checked by a CI test -- score normalized to 10
Inputs used
has_ciyes
has_testsyes
has_editorconfigno
has_linter_configno
has_precommit_configno

Documentation

85Excellent
How it's scored
30/30README
25/25Documentation directory
0/15Documentation / homepage site
10/10Repository description
10/10Topics — 3 topics
10/10Wiki
Inputs used
topicsclojure, clojurescript, edn
has_wikiyes
homepage
has_readmeyes
has_docs_diryes
has_descriptionyes

Security

Are visible security and supply-chain practices strong, without unresolved high-risk jurisdiction exposure?

43At risk · 16% of overall
How it's scored
7.5/7.5Binary-Artifacts — no binaries found in the repo
0/7.5Branch-Protection — branch protection not enabled on development/release branches
2.5/2.5CI-Tests — 12 out of 12 merged PRs checked by a CI test -- score normalized to 10
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
0/7.5Code-Review — Found 2/30 approved changesets -- score normalized to 0
2.5/2.5Contributors — project has 3 contributing companies or organizations -- score normalized to 10
10/10Dangerous-Workflow — no dangerous workflow patterns detected
0/7.5Dependency-Update-Tool — no update tool detected
0/5Fuzzing — project is not fuzzed
2.5/2.5License — license file detected
7.5/7.5Maintained — 15 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
0/5Packaging — no data
0/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
0/5SAST — SAST tool is not run on all commits -- score normalized to 0
0/5Security-Policy — security policy file not detected
0/7.5Signed-Releases — no data
0/7.5Token-Permissions — detected GitHub workflow tokens with excessive permissions
7.5/7.5Vulnerabilities — 0 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated16
scorecard_versionv5.5.0
checks_inconclusive2
scorecard_aggregate4.3
Excluded from scoring (no data or not applicable): packaging, signed_releases. Remaining weights renormalized.

AI Readiness

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.

21Critical · 0% of overall
How it's scored
0/45Agent instructions — no CLAUDE.md / AGENTS.md / editor rules
0/15Machine-readable docs (llms.txt)
16/40Legible commit history — 30 of 100 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
legible_history_share0.3
agent_instruction_files
agent_instruction_max_bytes
How it's scored
0/18One-command bootstrap
22/22Automated tests
0/11Lint / format config
0/11Static type checking
0/10Reproducible environment
2/10Demonstrated agent practice — 1 of the last 100 commits agent-authored or agent-credited
0/8Automated maintenance — no automated dependency updates observed
0/10OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
Inputs used
has_nixno
has_testsyes
lockfiles
has_dockerfileno
typed_languageno
bootstrap_files
has_devcontainerno
has_linter_configno
typecheck_configs
agent_commit_share0.01
toolchain_manifests
dependency_bot_commit_share0
How it's scored
0/45Type-checkable code — Clojure without a type-check config
0/55Manageable file sizes — no source files detected
Inputs used
primary_languageClojure
largest_source_bytes
source_files_sampled0
oversized_source_files0
Excluded from scoring (no data or not applicable): Manageable file sizes. Remaining weights renormalized.
How it's scored
0/40API schema (OpenAPI/GraphQL/proto)
0/20MCP server
40/40Runnable examples — examples
Inputs used
example_dirsexamples
has_mcp_signalno
api_schema_files

Key facts

202GitHub stars
12contributors
32commits, last 12 months
13days since last push
39releases
1bus factor
2open issues
package ecosystems

Data collection warnings

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token

More detail

Star and fork history 0 ★ / 20 ⇿
0Stars
20Forks
32Releases

When each star and fork was added, collected from GitHub and bucketed by day. Cumulative growth sits directly above the daily additions it is made of, so the two read against each other: steady organic accretion looks nothing like an abrupt, short-lived burst. Where that difference is measurable, it is reported as growth authenticity.

0481216202032019-092022-122026-03
Major 1Minor 0Patch 30

Each point covers 6 days.

OpenSSF Scorecard 4.3 / 10
4.3aggregate

Independent, tool-agnostic security assessment from the open-source OpenSSF Scorecard. Each check rewards a security practice, not a specific vendor's tool. Checks Scorecard could not determine are marked n/a and excluded from the security score (never counted as zero).Scorecard v5.5.0 · 2026-07-27 11:24 UTC

10Binary-Artifactsno binaries found in the repo
0Branch-Protectionbranch protection not enabled on development/release branches
10CI-Tests12 out of 12 merged PRs checked by a CI test -- score normalized to 10
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0Code-ReviewFound 2/30 approved changesets -- score normalized to 0
10Contributorsproject has 3 contributing companies or organizations -- score normalized to 10
10Dangerous-Workflowno dangerous workflow patterns detected
0Dependency-Update-Toolno update tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
10Maintained15 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
n/aPackagingpackaging workflow not detected
0Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
0SASTSAST tool is not run on all commits -- score normalized to 0
0Security-Policysecurity policy file not detected
n/aSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
10Vulnerabilities0 existing vulnerabilities detected
All dependencies 0

Full resolved dependency set from the GitHub dependency graph: 0 direct and 0 indirect (transitive) packages. The transitive closure is complete when the repository commits a lockfile.

RegistryPackageVersionRelation
Dependency advisories not assessed

Advisory matching could not run for this report: No resolved dependencies to assess

Raw JSON report machine-readable
{
  "data": {
    "repo": {
      "topics": [
        "clojure",
        "clojurescript",
        "edn"
      ],
      "is_fork": false,
      "size_kb": 479,
      "has_wiki": true,
      "homepage": null,
      "languages": {
        "Shell": 2486,
        "Clojure": 714364,
        "Emacs Lisp": 61
      },
      "pushed_at": "2026-07-13T13:32:49Z",
      "created_at": "2019-08-27T15:45:33Z",
      "owner_type": "User",
      "updated_at": "2026-07-16T07:14:39Z",
      "description": "Configurable EDN/Clojure parser with location metadata",
      "is_archived": false,
      "is_disabled": false,
      "license_spdx": "EPL-1.0",
      "default_branch": "master",
      "license_spdx_raw": "EPL-1.0",
      "primary_language": "Clojure",
      "significant_languages": [
        "Clojure"
      ]
    },
    "owner": {
      "blog": "https://michielborkent.nl",
      "name": "Michiel Borkent",
      "type": "User",
      "login": "borkdude",
      "company": null,
      "location": "Amersfoort",
      "followers": 2331,
      "avatar_url": "https://avatars.githubusercontent.com/u/284934?v=4",
      "created_at": "2010-05-23T20:14:58Z",
      "is_verified": null,
      "public_repos": 378,
      "account_age_days": 5908
    },
    "license": {
      "state": "standard",
      "spdx_id": "EPL-1.0",
      "raw_spdx": "EPL-1.0",
      "file_present": true,
      "scorecard_found": true,
      "profile_has_license": true
    },
    "activity": {
      "releases": [
        {
          "tag": "v1.6.42",
          "kind": "patch",
          "published_at": "2026-07-13T13:32:49Z"
        },
        {
          "tag": "v1.6.41",
          "kind": "patch",
          "published_at": "2026-07-06T07:55:40Z"
        },
        {
          "tag": "v1.6.40",
          "kind": "patch",
          "published_at": "2026-07-02T22:26:08Z"
        },
        {
          "tag": "v1.5.39",
          "kind": "patch",
          "published_at": "2026-04-02T20:51:47Z"
        },
        {
          "tag": "v1.5.38",
          "kind": "patch",
          "published_at": "2026-03-30T15:24:44Z"
        },
        {
          "tag": "v1.5.37",
          "kind": "patch",
          "published_at": "2025-12-05T10:38:59Z"
        },
        {
          "tag": "v1.5.36",
          "kind": "patch",
          "published_at": "2025-12-04T12:13:40Z"
        },
        {
          "tag": "v1.5.35",
          "kind": "patch",
          "published_at": "2025-11-12T12:07:58Z"
        },
        {
          "tag": "v1.5.34",
          "kind": "patch",
          "published_at": "2025-11-11T06:48:54Z"
        },
        {
          "tag": "v1.5.33",
          "kind": "patch",
          "published_at": "2025-10-28T19:03:24Z"
        },
        {
          "tag": "v1.4.32",
          "kind": "patch",
          "published_at": "2025-07-07T20:25:25Z"
        },
        {
          "tag": "v1.4.31",
          "kind": "patch",
          "published_at": "2025-06-25T19:02:50Z"
        },
        {
          "tag": "v1.4.30",
          "kind": "patch",
          "published_at": "2025-05-03T13:29:21Z"
        },
        {
          "tag": "v0.1.4.29",
          "kind": "other",
          "published_at": "2025-03-31T14:03:17Z"
        },
        {
          "tag": "v1.4.28",
          "kind": "patch",
          "published_at": "2025-03-11T13:59:05Z"
        },
        {
          "tag": "v1.4.27",
          "kind": "patch",
          "published_at": "2024-08-22T17:59:17Z"
        },
        {
          "tag": "v1.4.26",
          "kind": "patch",
          "published_at": "2024-08-06T16:12:16Z"
        },
        {
          "tag": "v1.4.24",
          "kind": "patch",
          "published_at": "2024-01-30T11:20:11Z"
        },
        {
          "tag": "v1.3.23",
          "kind": "patch",
          "published_at": "2023-07-12T19:03:38Z"
        },
        {
          "tag": "v1.3.21",
          "kind": "patch",
          "published_at": "2023-04-13T13:31:34Z"
        },
        {
          "tag": "v1.3.20",
          "kind": "patch",
          "published_at": "2023-03-18T10:07:05Z"
        },
        {
          "tag": "v1.2.19",
          "kind": "patch",
          "published_at": "2023-03-17T13:21:31Z"
        },
        {
          "tag": "v1.1.17",
          "kind": "patch",
          "published_at": "2023-02-04T20:23:28Z"
        },
        {
          "tag": "v1.0.16",
          "kind": "patch",
          "published_at": "2022-11-21T15:47:32Z"
        },
        {
          "tag": "v1.0.0",
          "kind": "major",
          "published_at": "2022-05-04T10:13:10Z"
        },
        {
          "tag": "v0.0.19",
          "kind": "patch",
          "published_at": "2022-05-03T21:13:21Z"
        },
        {
          "tag": "v0.0.14",
          "kind": "patch",
          "published_at": "2021-11-06T19:41:18Z"
        },
        {
          "tag": "v0.0.13",
          "kind": "patch",
          "published_at": "2021-11-06T17:40:28Z"
        },
        {
          "tag": "v0.0.12",
          "kind": "patch",
          "published_at": "2021-11-03T09:28:23Z"
        },
        {
          "tag": "v0.0.11",
          "kind": "patch",
          "published_at": "2021-04-27T10:04:46Z"
        },
        {
          "tag": "v0.0.10",
          "kind": "patch",
          "published_at": "2020-01-23T19:23:24Z"
        },
        {
          "tag": "v0.0.9",
          "kind": "patch",
          "published_at": "2019-12-07T12:45:52Z"
        },
        {
          "tag": "v0.0.8",
          "kind": "patch",
          "published_at": "2019-11-06T20:18:37Z"
        },
        {
          "tag": "v0.0.7",
          "kind": "patch",
          "published_at": "2019-10-16T19:31:12Z"
        },
        {
          "tag": "v0.0.6",
          "kind": "patch",
          "published_at": "2019-10-05T08:26:53Z"
        },
        {
          "tag": "v0.0.5",
          "kind": "patch",
          "published_at": "2019-10-03T09:13:07Z"
        },
        {
          "tag": "v0.0.4",
          "kind": "patch",
          "published_at": "2019-09-23T07:26:15Z"
        },
        {
          "tag": "v0.0.2",
          "kind": "patch",
          "published_at": "2019-08-31T21:49:07Z"
        },
        {
          "tag": "v0.0.1",
          "kind": "patch",
          "published_at": "2019-08-27T15:52:03Z"
        }
      ],
      "recent_commits": [
        {
          "oid": "38e627467daa3f6f1e5a8eb6421f702d2a940b7f",
          "body": null,
          "is_bot": false,
          "headline": "v1.6.42",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2026-07-13T13:30:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f0ebf27dd86eb5a02704336580d34efdf8ad5c94",
          "body": null,
          "is_bot": false,
          "headline": "Resolve imported classes and skip dotted symbols in syntax quote (#150)",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2026-07-13T12:45:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "849cbe6e3c605345ba65193aa3793750d72a5485",
          "body": null,
          "is_bot": false,
          "headline": "Honor :rename when qualifying refer'd syntax-quoted symbols (#149)",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2026-07-13T12:25:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0cba5f5f8a29b07e6b5ddf1550eb02e6e5c86c02",
          "body": null,
          "is_bot": false,
          "headline": "Qualify refer'd syntax-quoted symbols with :auto-resolve-ns (#148)",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2026-07-13T12:13:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3aabe20490dc96536d4d3e2266bbe552d49d3ff2",
          "body": null,
          "is_bot": false,
          "headline": "Fix docstrings",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2026-07-09T09:48:38Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "81afb543694d121f3311467fd3e61a0962d3f066",
          "body": null,
          "is_bot": false,
          "headline": "Add JVM parsing performance ADR under doc/ai/adr (#147)",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2026-07-07T09:36:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f724fe8d187f098677d5c37a5855a9069cd623c5",
          "body": null,
          "is_bot": false,
          "headline": "Store parse context in record fields instead of extmap (#146)",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2026-07-07T09:29:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f8412f8d60e4644e1f873f471baa8a6c46a1564a",
          "body": null,
          "is_bot": false,
          "headline": "v1.6.41",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2026-07-06T07:55:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4e5b1e095cee2b76b68caf85d614aa3c7e566bf5",
          "body": null,
          "is_bot": false,
          "headline": "Drop cljd empty-list meta workaround, bump ClojureDart to the fix (#145)",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2026-07-06T07:51:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "beb7773df8f938336a460634ea7bd24700e3211d",
          "body": null,
          "is_bot": false,
          "headline": "Add changelog items for cljd fixes",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2026-07-03T17:50:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "87308578faa84d5585ed6600c4ac6275f0733ec5",
          "body": null,
          "is_bot": false,
          "headline": "Cljd fixes (#144)",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2026-07-03T17:49:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "07acae08b2fe0f4eae1df7900a503b8ce7470c1a",
          "body": null,
          "is_bot": false,
          "headline": "Add String return hint to source-subs",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2026-07-03T09:22:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8787a561ecc63ffe8a5e4c9bd6ce745e211bce06",
          "body": null,
          "is_bot": false,
          "headline": "v1.6.40",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2026-07-02T22:25:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c5a2194332f090ae513ec9d8eb4429c8666c417f",
          "body": null,
          "is_bot": false,
          "headline": "CLJD support (#143)",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2026-07-02T22:22:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cd392b2246acced63099ae605f7580942a9cd462",
          "body": null,
          "is_bot": false,
          "headline": "Resolve bare syntax-quoted symbols to current ns with :auto-resolve-ns",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2026-06-21T12:21:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e7a51e7d80277e490ad5d049011601b0bfadfc36",
          "body": null,
          "is_bot": false,
          "headline": "v1.5.39",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2026-04-02T20:49:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ba5a6a1d94eb7a4937c7e8a45a51eab75c70b1ff",
          "body": "Closes #141",
          "is_bot": false,
          "headline": "Check if object is iobj before attaching metadata (#142)",
          "author_name": "Noah Bogart",
          "author_login": "NoahTheDuke",
          "committed_at": "2026-04-02T19:28:59Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cb1b14d7ce24808b340f704d4a950a16bfba1604",
          "body": null,
          "is_bot": false,
          "headline": "v1.5.38",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2026-03-30T15:24:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5cc67afbd841efdb9ffcea1bf341d4b5125bc678",
          "body": "Closes #138",
          "is_bot": false,
          "headline": "doc: edamame is available as a bb built-in lib (#139)",
          "author_name": "Lee Read",
          "author_login": "lread",
          "committed_at": "2026-02-13T22:02:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9ce19fbe38bcef9df36f978086e35a9e46a4c93d",
          "body": null,
          "is_bot": false,
          "headline": "v.1.5.37",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-12-05T10:38:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1838650361ac5cbebbe24cf2b73318a232bdc43f",
          "body": null,
          "is_bot": false,
          "headline": "v1.5.36",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-12-04T12:13:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e488903c68b14b31b178cd6ce83df71ee21fa8c6",
          "body": null,
          "is_bot": false,
          "headline": "Allow :read-cond function to override splicing (#137)",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-12-04T12:12:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0e4ff25a48bc25bd87eeb52de332c019565fbf06",
          "body": null,
          "is_bot": false,
          "headline": "v1.5.35",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-11-12T12:07:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d9bd70f0a71da326f78e1b201e9d0c64926eadde",
          "body": null,
          "is_bot": false,
          "headline": "Result from :read-cond + function in splice should be spliced (#135)",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-11-12T12:04:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e1008538cecb91537813b1deeec6adde487356ed",
          "body": null,
          "is_bot": false,
          "headline": "v1.5.34",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-11-11T06:48:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "432fda15e5bdeb91fe386f28737704a86f772c2e",
          "body": null,
          "is_bot": false,
          "headline": "Add test",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-11-11T06:47:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5d0103a48ca91fd2ef8c4e103d30cf67427575aa",
          "body": null,
          "is_bot": false,
          "headline": "Protect against not passing :features option",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-11-10T23:08:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ee8e119e8613288da30d7c0c13dbfd2a270069a4",
          "body": null,
          "is_bot": false,
          "headline": "Support features as function",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-11-10T23:03:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ce3a8049343de1e8c28ec2401e331b9c750146f8",
          "body": null,
          "is_bot": false,
          "headline": "Add author",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-10-28T19:04:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f429cf7f44aa83d92f12fd5d52e06387c517a19d",
          "body": null,
          "is_bot": false,
          "headline": "v1.5.33",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-10-28T19:02:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bd3d078702cf4ef09e3ebca530f3dd968653d91d",
          "body": null,
          "is_bot": false,
          "headline": "v1.5.32",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-10-28T18:59:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b16a51fa42402a64bebed896ec5dedacdbb50698",
          "body": "* Clojure CLR support\n\nInitially generated by GitHub Copilot coding agents (Claude Sonnet 4.5), modified by hand.\n\nCo-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>\n\n* deps.edn not relevant to jvm cache\n\n* node version\n\n* readme\n\n* :git/tag\n\n* fix workflow\n\n* fix cache\n\n---------\n\nCo-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>",
          "is_bot": false,
          "headline": "ClojureCLR support (#134)",
          "author_name": "Ambrose Bonnaire-Sergeant",
          "author_login": "frenchy64",
          "committed_at": "2025-10-28T18:55:34Z",
          "body_truncated": false,
          "is_coding_agent": true
        },
        {
          "oid": "595516c0d191b8e855fae2931661750a28401670",
          "body": null,
          "is_bot": false,
          "headline": "Fix #132: add :suppress-read option (#133)",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-07-07T20:23:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "97c991592cf68cf09b31ee90b85a56ce637c411b",
          "body": null,
          "is_bot": false,
          "headline": "Improve README",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-06-26T09:02:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "690ea9e662a5cfbd76ceaf32dfee8ef3fa5f773b",
          "body": null,
          "is_bot": false,
          "headline": "changelog",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-06-25T19:05:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "033ab4cadb430070ed57db821e2f598995f88ed5",
          "body": null,
          "is_bot": false,
          "headline": "Bump docs",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-06-25T19:02:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c2055c01170aee11bbecbfc56ca047e3f2ad4bc5",
          "body": null,
          "is_bot": false,
          "headline": "v1.4.31",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-06-25T19:00:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5f9c3a7cedaf605276f16baa23008aa7b56708b1",
          "body": null,
          "is_bot": false,
          "headline": "Fix #122: let :auto-resolve-ns affect syntax-quote (#131)",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-06-25T18:59:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4887905567119563084d4d328994ab07f7a555fb",
          "body": null,
          "is_bot": false,
          "headline": "Fix #124: add :imports to ns form (#130)",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-06-25T18:32:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a75a7d77848f968fc1f67f434c89cace6ab57724",
          "body": "* Fix #127: expose continue object\n\n* Add test\n\nCo-authored-by: Noah Bogart <noah.bogart@hey.com>\n\n---------\n\nCo-authored-by: Noah Bogart <noah.bogart@hey.com>",
          "is_bot": false,
          "headline": "Fix #127: expose continue object (#129)",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-06-25T18:03:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "97ad96e3132510741888b4dcd4acadecc1c5c76c",
          "body": "Closes #125",
          "is_bot": false,
          "headline": "Add support for #^ reader macro (#126)",
          "author_name": "Noah Bogart",
          "author_login": "NoahTheDuke",
          "committed_at": "2025-06-25T17:39:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "de52872c5b4aeb6ed84244c7ef8e0bfef37c06ab",
          "body": "Co-authored-by: sogaiu <983021772@users.noreply.github.com>",
          "is_bot": false,
          "headline": "Tweak parse-string docstring (#123)",
          "author_name": "sogaiu",
          "author_login": "sogaiu",
          "committed_at": "2025-06-22T11:53:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "12d31d58f504d3bb160a62e1ca45dd9284ea004b",
          "body": null,
          "is_bot": false,
          "headline": "Add profiler",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-05-30T21:06:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3962bab4ef3f9a86bcf03af1b55ff9a5d843e68d",
          "body": null,
          "is_bot": false,
          "headline": "gitignore",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-05-03T14:32:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5bc40bd850aee6807ffd489165e3b05998f967cf",
          "body": null,
          "is_bot": false,
          "headline": "v1.4.30",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-05-03T13:27:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "341382822d88aab988796ec34f4468e7903ea7d4",
          "body": null,
          "is_bot": false,
          "headline": "Fix #120: failing :auto-resolve-ns case (#121)",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-05-03T13:27:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "801b252a9c0c02eccff5428be58318e7fbb4a6f0",
          "body": null,
          "is_bot": false,
          "headline": "v1.4.29",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-03-31T14:02:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bb25afdbffa0143172a9c1596fb62c282e5ad032",
          "body": null,
          "is_bot": false,
          "headline": "Fix #117: throw on triple-colon keyword (#118)",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-03-29T16:13:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3b0bb051b4b6316ea1639c091aff1686e4215fa1",
          "body": null,
          "is_bot": false,
          "headline": "changelog",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-03-11T14:00:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bb8aefd714e25e98b87a0221c13cb7c45efbbc68",
          "body": null,
          "is_bot": false,
          "headline": "v1.4.28",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-03-11T13:58:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ca892b8e79348456aa2f0f156345b8fb6f5b63b4",
          "body": null,
          "is_bot": false,
          "headline": "clean deps",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-03-11T13:57:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b21bccc775e8ed0769940c91194e5b8cf96ad0d4",
          "body": null,
          "is_bot": false,
          "headline": "Bump tools.reader",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-03-11T13:56:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "68b0c141482dac568cda45b077e5a876b7e4af2c",
          "body": null,
          "is_bot": false,
          "headline": "Fix #115: add location to exception for invalid keyword (#116)",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2025-01-17T15:52:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e44318ce4ac4df9c2542b8c709e67eac7d80d1c8",
          "body": null,
          "is_bot": false,
          "headline": "Fix #111: :source in parse-string-all (#112)",
          "author_name": "Noah",
          "author_login": "NoahTheDuke",
          "committed_at": "2024-08-28T17:15:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2dd451ef7a4db95accfaf57a18eb0c6343c41ec5",
          "body": null,
          "is_bot": false,
          "headline": "Cleanup, thanks @frenchy64",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2024-08-26T09:26:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "13f9d2bc4507cf84f7e9a18fb9479f3fc8e894cc",
          "body": null,
          "is_bot": false,
          "headline": "Remove try/catch",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2024-08-22T18:21:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "85c27fa80f93eb260a8a35b7ce15324a169b0f4d",
          "body": null,
          "is_bot": false,
          "headline": "v1.4.27",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2024-08-22T17:58:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "38685d9276455acd8c9f800f533981e35ce6c392",
          "body": "* Fix #108: restrict numeric part of array notation\r\n\r\n* reduce diff\r\n\r\n* numeric compare\r\n\r\n* speed up reading foo/x",
          "is_bot": false,
          "headline": "Fix #108: restrict numeric part of array notation (#110)",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2024-08-22T15:59:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "23490ab3b810ced710c233d6cabd09c32a8c9a9d",
          "body": null,
          "is_bot": false,
          "headline": "v1.4.26",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2024-08-06T16:11:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b0d5fe0d5cb8d3f9c4e236403562a77c8433665b",
          "body": null,
          "is_bot": false,
          "headline": "Fix #108: support new clojure 1.12 array notation (#109)",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2024-08-06T16:10:38Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8c063b24622f775791c01ae8246866df611c620e",
          "body": null,
          "is_bot": false,
          "headline": "v1.4.25",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2024-02-09T10:02:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0112a1f2e76321666e836fd93d0bc114adc79d41",
          "body": null,
          "is_bot": false,
          "headline": "Suppport new ^[String] metadata notation",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2024-02-09T10:01:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "79b05cab8e1210e33cfa37ecb7129d4b53bc3647",
          "body": null,
          "is_bot": false,
          "headline": "README",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2024-01-30T11:30:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d73a4236c22fd8ad90f2c371f7bd9e878086fc35",
          "body": null,
          "is_bot": false,
          "headline": "changelog",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2024-01-30T11:20:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0f9a4d756e89538a2cff6e086e1b56f9cd469c1d",
          "body": null,
          "is_bot": false,
          "headline": "Bump version",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2024-01-30T11:19:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cafccb0c5ffd1c1168b79418b5317981f9491ff9",
          "body": null,
          "is_bot": false,
          "headline": "Map and set option (#105)",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2024-01-30T11:19:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a14ea17f192afc146fac20deddff8192d81838ad",
          "body": null,
          "is_bot": false,
          "headline": "poly",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2023-12-26T10:49:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9dcc3cb19fcfeffddf21e769e1db3f98d3cfd3e8",
          "body": null,
          "is_bot": false,
          "headline": "v1.3.23",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2023-07-12T19:02:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "11f8534c602de08c494952f3f571716b5742e5ad",
          "body": null,
          "is_bot": false,
          "headline": "Fix #103: infinite loop with reader conditional expression (#104)",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2023-07-12T19:02:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "967f3df689f44fd24c95052c57c6eca53331dd5d",
          "body": null,
          "is_bot": false,
          "headline": "project",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2023-06-01T10:16:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6c6acd262ef128dc823a2e3a94ae1a054abc73fb",
          "body": null,
          "is_bot": false,
          "headline": "fix CI",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2023-05-31T18:19:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9f426785c0d9262b86c5b64731f59cdc4f63d773",
          "body": null,
          "is_bot": false,
          "headline": "Add docs, tests for `:unquote`, `:unquote-splicing` (#101)",
          "author_name": "Noah",
          "author_login": "NoahTheDuke",
          "committed_at": "2023-05-31T18:11:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a8c69af6477a066d20ee97bec7d2d13ebbf36afc",
          "body": null,
          "is_bot": false,
          "headline": "remove stale code",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2023-04-13T15:56:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e86d9ed08851c55dc17864eb95f5e93d5bd4b9c9",
          "body": null,
          "is_bot": false,
          "headline": "Add stricter checks for whitespace in namespaced maps",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2023-04-13T15:49:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cb7303782b851acb3d54b04abe4b4a4eb8105c14",
          "body": "Co-authored-by: Noah Bogart <noah.bogart@hey.com>",
          "is_bot": false,
          "headline": "Allow whitespace between colons in namespaced map",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2023-04-13T13:29:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "29821f39ecce06537ccb4950a5e2b5e338659682",
          "body": null,
          "is_bot": false,
          "headline": "v1.3.20",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2023-03-18T10:06:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "405cd9ef9d461c8d073b5a36969c6e17e0023eed",
          "body": null,
          "is_bot": false,
          "headline": ":uneval option to combine uneval with next value (#96)",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2023-03-18T09:50:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1219e34bccc1021f39f15fc0e9e6bccf25feff02",
          "body": null,
          "is_bot": false,
          "headline": "don't drop conj!-ed value",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2023-03-17T15:31:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "451227b4984043cfbb3f8de0614c1add1ff5cd6b",
          "body": null,
          "is_bot": false,
          "headline": "docs",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2023-03-14T11:05:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1414898e8235d9d722d49bb2aaf9c4a2e9afae2f",
          "body": null,
          "is_bot": false,
          "headline": "v1.2.19",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2023-03-14T11:01:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e85c004118ba4f389d899a0d84d30686106462a2",
          "body": null,
          "is_bot": false,
          "headline": "readme",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2023-03-14T10:48:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d8f92f739e8bbf207926af6f64d19fc0f92863f3",
          "body": null,
          "is_bot": false,
          "headline": "changelog",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2023-03-14T10:44:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "807e09678fbd1c974737d0c249daa4e7738442f2",
          "body": null,
          "is_bot": false,
          "headline": "Fix JVM tests",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2023-03-14T10:41:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b68bc54d2b3d449d2f3e1ab179ab1449ba996c46",
          "body": null,
          "is_bot": false,
          "headline": "Fix CLJS tests",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2023-03-14T10:37:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e59db0318fe27ba413ecd4c7afc7a2e73c24b1c1",
          "body": null,
          "is_bot": false,
          "headline": "v1.2.18",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2023-03-14T10:33:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e4b1c4a88f0fa1d00fb1531296227c78713e42a3",
          "body": null,
          "is_bot": false,
          "headline": "Add auto-resolve example",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2023-02-17T16:59:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d9b4b067c31bc23351a7ee144f41f2fcaa26e30b",
          "body": null,
          "is_bot": false,
          "headline": "Add auto-resolve example",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2023-02-17T16:58:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "21930af271af948810276df4000d738662c45ac3",
          "body": null,
          "is_bot": false,
          "headline": "Changelog",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2023-01-24T18:15:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d47d8d79819b6fa2f504f2fa62e75ac117ad3317",
          "body": null,
          "is_bot": false,
          "headline": "v1.1.17",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2023-01-24T18:13:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "88564cb28533a80472e2350099acf1878c4cfd58",
          "body": null,
          "is_bot": false,
          "headline": "Nicer source icon",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2022-12-17T21:15:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "006fec0862a82dfe65a2bde4f48119c475d13acb",
          "body": null,
          "is_bot": false,
          "headline": "quickdoc",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2022-12-17T15:31:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "73919a454335a3095b54ef88e72740783bd6cac2",
          "body": null,
          "is_bot": false,
          "headline": "docs",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2022-12-17T15:31:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e54b9901ca0fa895f121793a400d288e51b80c1d",
          "body": null,
          "is_bot": false,
          "headline": "API docs",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2022-12-17T15:28:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "aec186272ce57acac8f9373007b494153dd89e0b",
          "body": null,
          "is_bot": false,
          "headline": "API",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2022-12-17T15:26:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "392cc4ccc20953234681da707145e22b1cd0bcb4",
          "body": null,
          "is_bot": false,
          "headline": "API docs",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2022-12-17T15:25:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6ec811bee0d9a636e4e1eb87f9cf2aa1dd5d8518",
          "body": null,
          "is_bot": false,
          "headline": "v1.0.16",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2022-11-18T20:33:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "df95bd3b77cd2759b892379d3c66724a9573ccf8",
          "body": null,
          "is_bot": false,
          "headline": "Fix #93: read-cond assumes LineNumberingIndexReader",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2022-11-18T20:29:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fbfe5e67c735b48dab04de647dcc96359e2b5535",
          "body": null,
          "is_bot": false,
          "headline": "Reset source buffer reading next form",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2022-11-17T22:10:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bcda01ba813f1cbb609c9545ec929c879b7773d9",
          "body": null,
          "is_bot": false,
          "headline": "Add docs for resolving from Clojure environment",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2022-11-08T18:20:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "12c7fee420286fa8a51ee62a1111e3f7d8a26941",
          "body": null,
          "is_bot": false,
          "headline": "README",
          "author_name": "Michiel Borkent",
          "author_login": "borkdude",
          "committed_at": "2022-05-04T10:20:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        }
      ],
      "releases_count": 39,
      "commits_last_year": 32,
      "latest_release_at": "2026-07-13T13:32:49Z",
      "latest_release_tag": "v1.6.42",
      "releases_from_tags": false,
      "days_since_last_push": 13,
      "active_weeks_last_year": 9,
      "days_since_latest_release": 13,
      "mean_days_between_releases": 28.6
    },
    "community": {
      "has_readme": true,
      "has_license": true,
      "has_description": true,
      "has_contributing": false,
      "health_percentage": 57,
      "has_issue_template": false,
      "has_code_of_conduct": false,
      "has_pull_request_template": false
    },
    "ecosystem": {
      "packages": []
    },
    "popularity": {
      "forks": 20,
      "stars": 202,
      "watchers": 5,
      "fork_history": {
        "days": [
          {
            "date": "2019-09-10",
            "count": 1
          },
          {
            "date": "2019-09-12",
            "count": 2
          },
          {
            "date": "2019-10-28",
            "count": 1
          },
          {
            "date": "2019-11-18",
            "count": 1
          },
          {
            "date": "2019-12-03",
            "count": 1
          },
          {
            "date": "2020-02-05",
            "count": 1
          },
          {
            "date": "2020-04-28",
            "count": 1
          },
          {
            "date": "2020-06-20",
            "count": 1
          },
          {
            "date": "2020-09-17",
            "count": 1
          },
          {
            "date": "2020-11-15",
            "count": 1
          },
          {
            "date": "2021-01-17",
            "count": 1
          },
          {
            "date": "2022-10-14",
            "count": 1
          },
          {
            "date": "2023-03-06",
            "count": 1
          },
          {
            "date": "2025-06-10",
            "count": 1
          },
          {
            "date": "2025-06-21",
            "count": 1
          },
          {
            "date": "2025-10-28",
            "count": 1
          },
          {
            "date": "2026-01-18",
            "count": 1
          },
          {
            "date": "2026-02-13",
            "count": 1
          },
          {
            "date": "2026-03-20",
            "count": 1
          }
        ],
        "complete": true,
        "collected": 20,
        "total_forks": 20
      },
      "star_history": null,
      "open_issues_and_prs": 2
    },
    "ai_readiness": {
      "has_nix": false,
      "example_dirs": [
        "examples"
      ],
      "has_llms_txt": false,
      "has_dockerfile": false,
      "has_mcp_signal": false,
      "bootstrap_files": [],
      "api_schema_files": [],
      "has_devcontainer": false,
      "typecheck_configs": [],
      "toolchain_manifests": [],
      "largest_source_bytes": null,
      "source_files_sampled": 0,
      "oversized_source_files": 0,
      "agent_instruction_files": [],
      "agent_instruction_max_bytes": null
    },
    "dependencies": {
      "manifests": [],
      "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": [],
      "dependencies": [],
      "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": 72,
        "open_issues": 2,
        "closed_ratio": 0.97,
        "closed_issues": 65,
        "closed_unmerged_prs": 7
      },
      "bus_factor": 1,
      "bot_contributors": 0,
      "top_contributors": [
        {
          "type": "User",
          "login": "borkdude",
          "commits": 277,
          "avatar_url": "https://avatars.githubusercontent.com/u/284934?v=4"
        },
        {
          "type": "User",
          "login": "NoahTheDuke",
          "commits": 4,
          "avatar_url": "https://avatars.githubusercontent.com/u/603677?v=4"
        },
        {
          "type": "User",
          "login": "retrogradeorbit",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/265500?v=4"
        },
        {
          "type": "User",
          "login": "sogaiu",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/33044872?v=4"
        },
        {
          "type": "User",
          "login": "frenchy64",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/287396?v=4"
        },
        {
          "type": "User",
          "login": "anthonygalea",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/1301852?v=4"
        },
        {
          "type": "User",
          "login": "kwrooijen",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/629436?v=4"
        },
        {
          "type": "User",
          "login": "kkinnear",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/1503220?v=4"
        },
        {
          "type": "User",
          "login": "lread",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/967328?v=4"
        },
        {
          "type": "User",
          "login": "LeifAndersen",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/285926?v=4"
        }
      ],
      "contributors_sampled": 12,
      "top_contributor_share": 0.945
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": true,
      "ci_workflows": [
        "test.yml"
      ],
      "has_docs_dir": true,
      "linter_configs": [],
      "has_editorconfig": false,
      "has_linter_config": false,
      "has_precommit_config": false
    },
    "security_signals": {
      "lockfiles": [],
      "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": "12 out of 12 merged PRs checked by a CI test -- score normalized to 10",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
          },
          {
            "name": "CII-Best-Practices",
            "score": 0,
            "reason": "no effort to earn an OpenSSF best practices badge detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
          },
          {
            "name": "Code-Review",
            "score": 0,
            "reason": "Found 2/30 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 3 contributing companies or organizations -- score normalized to 10",
            "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": "15 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
          },
          {
            "name": "Packaging",
            "score": null,
            "reason": "packaging workflow not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
          },
          {
            "name": "Pinned-Dependencies",
            "score": 0,
            "reason": "dependency not pinned by hash detected -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
          },
          {
            "name": "SAST",
            "score": 0,
            "reason": "SAST tool is not run on all commits -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
          },
          {
            "name": "Security-Policy",
            "score": 0,
            "reason": "security policy file not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
          },
          {
            "name": "Signed-Releases",
            "score": null,
            "reason": "no releases found",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
          },
          {
            "name": "Token-Permissions",
            "score": 0,
            "reason": "detected GitHub workflow tokens with excessive permissions",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
          },
          {
            "name": "Vulnerabilities",
            "score": 10,
            "reason": "0 existing vulnerabilities detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
          }
        ],
        "commit": "38e627467daa3f6f1e5a8eb6421f702d2a940b7f",
        "ran_at": "2026-07-27T11:24:06Z",
        "aggregate_score": 4.3,
        "scorecard_version": "v5.5.0"
      },
      "has_codeql_workflow": false,
      "has_security_policy": false,
      "has_dependabot_config": false
    },
    "contribution_flow": {
      "collected": true,
      "ci_last_run_at": "2026-07-13T13:33:42Z",
      "oldest_open_prs": [],
      "last_merged_pr_at": "2026-07-13T12:45:19Z",
      "ci_last_conclusion": "SUCCESS",
      "oldest_open_issues": [
        {
          "number": 106,
          "created_at": "2024-04-30T15:13:19Z",
          "last_comment_at": "2024-05-07T01:33:33Z",
          "last_comment_author": "NoahTheDuke"
        },
        {
          "number": 119,
          "created_at": "2025-04-20T19:30:07Z",
          "last_comment_at": "2026-01-19T22:22:55Z",
          "last_comment_author": "borkdude"
        }
      ]
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/borkdude/edamame",
    "host": "github.com",
    "name": "edamame",
    "owner": "borkdude"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "moderate",
      "name": "Overall health",
      "note": null,
      "notes": [],
      "value": 62,
      "inputs": {
        "security": 43,
        "vitality": 75,
        "community": 51,
        "governance": 61,
        "engineering": 75
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "good",
        "name": "Vitality",
        "value": 75,
        "weight": 0.22,
        "metrics": [
          {
            "key": "development_activity",
            "band": "moderate",
            "name": "Development activity",
            "note": null,
            "notes": [],
            "value": 59,
            "inputs": {
              "commits_last_year": 32,
              "human_commit_share": 1,
              "days_since_last_push": 13,
              "active_weeks_last_year": 9
            },
            "components": [
              {
                "key": "push_recency",
                "name": "Push recency",
                "detail": "last push 13 days ago",
                "points": 28.8,
                "status": "partial",
                "details": [
                  {
                    "code": "push_recency",
                    "params": {
                      "days": 13
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_cadence",
                "name": "Commit cadence",
                "detail": "9/52 weeks with commits",
                "points": 6.2,
                "status": "partial",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 9
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "32 commits in the last year",
                "points": 13.6,
                "status": "partial",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 32
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "openssf_scorecard_maintained",
                "name": "OpenSSF Scorecard: Maintained",
                "detail": "15 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "release_discipline",
            "band": "excellent",
            "name": "Release discipline",
            "note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "openssf_scorecard_signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "releases_count": 39,
              "latest_release_tag": "v1.6.42",
              "releases_from_tags": false,
              "days_since_latest_release": 13,
              "mean_days_between_releases": 28.6
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "39 releases published",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "releases_published",
                    "params": {
                      "count": 39
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "release_recency",
                "name": "Release recency",
                "detail": "latest release 13 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 13
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~28.6 days",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 28.6
                    }
                  }
                ],
                "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": 13,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "last human commit 13 days ago",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "abandonment_maintained",
                    "params": {
                      "days": 13
                    }
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Is the project alive — is code being written and are releases shipping?"
      },
      {
        "key": "community",
        "band": "moderate",
        "name": "Community & Adoption",
        "value": 51,
        "weight": 0.18,
        "metrics": [
          {
            "key": "popularity",
            "band": "moderate",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 51,
            "inputs": {
              "forks": 20,
              "stars": 202,
              "watchers": 5,
              "growth_state": "unverified",
              "growth_factor_pct": 100,
              "growth_unverified_reason": "no_history"
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "202 stars",
                "points": 37.4,
                "status": "partial",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 202
                    }
                  }
                ],
                "max_points": 60
              },
              {
                "key": "forks",
                "name": "Forks",
                "detail": "20 forks",
                "points": 10.7,
                "status": "partial",
                "details": [
                  {
                    "code": "forks",
                    "params": {
                      "count": 20
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "watchers",
                "name": "Watchers",
                "detail": "5 watchers",
                "points": 3.3,
                "status": "partial",
                "details": [
                  {
                    "code": "watchers",
                    "params": {
                      "count": 5
                    }
                  }
                ],
                "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 (EPL-1.0)",
                "points": 22.5,
                "status": "met",
                "details": [
                  {
                    "code": "license_standard",
                    "params": {}
                  },
                  {
                    "code": "license_spdx",
                    "params": {
                      "spdx": "EPL-1.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
              }
            ]
          }
        ],
        "description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
      },
      {
        "key": "governance",
        "band": "moderate",
        "name": "Sustainability & Governance",
        "value": 61,
        "weight": 0.24,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "at_risk",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 34,
            "inputs": {
              "bus_factor": 1,
              "contributors_sampled": 12,
              "top_contributor_share": 0.945
            },
            "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 94% of commits",
                "points": 1.2,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 94
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributor_breadth",
                "name": "Contributor breadth",
                "detail": "12 contributors",
                "points": 13.5,
                "status": "met",
                "details": [
                  {
                    "code": "contributors_sampled",
                    "params": {
                      "count": 12
                    }
                  }
                ],
                "max_points": 13.5
              },
              {
                "key": "openssf_scorecard_contributors",
                "name": "OpenSSF Scorecard: Contributors",
                "detail": "project has 3 contributing companies or organizations -- score normalized to 10",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "responsiveness",
            "band": "good",
            "name": "Issue & PR responsiveness",
            "note": null,
            "notes": [],
            "value": 80,
            "inputs": {
              "merged_prs": 72,
              "open_issues": 2,
              "closed_issues": 65,
              "issue_closed_ratio": 0.97,
              "closed_unmerged_prs": 7
            },
            "components": [
              {
                "key": "issue_resolution",
                "name": "Issue resolution",
                "detail": "97% of issues closed",
                "points": 45.3,
                "status": "partial",
                "details": [
                  {
                    "code": "issues_closed_share",
                    "params": {
                      "share": 97
                    }
                  }
                ],
                "max_points": 46.75
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "72/79 decided PRs merged",
                "points": 34.9,
                "status": "partial",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 72,
                      "decided": 79
                    }
                  }
                ],
                "max_points": 38.25
              },
              {
                "key": "openssf_scorecard_code_review",
                "name": "OpenSSF Scorecard: Code-Review",
                "detail": "Found 2/30 approved changesets -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              }
            ]
          },
          {
            "key": "stewardship",
            "band": "good",
            "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": 74,
            "inputs": {
              "followers": 2331,
              "owner_type": "User",
              "is_verified": null,
              "owner_login": "borkdude",
              "public_repos": 378,
              "account_age_days": 5908
            },
            "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": "2,331 followers of borkdude",
                "points": 24.2,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 2331,
                      "login": "borkdude"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "378 public repos, account ~16 yr old",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 378
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 16
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          }
        ],
        "description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
      },
      {
        "key": "engineering",
        "band": "good",
        "name": "Engineering Quality",
        "value": 75,
        "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": "12 out of 12 merged PRs checked by a CI test -- score normalized to 10",
                "points": 20,
                "status": "met",
                "details": [],
                "max_points": 20
              }
            ]
          },
          {
            "key": "documentation",
            "band": "excellent",
            "name": "Documentation",
            "note": null,
            "notes": [],
            "value": 85,
            "inputs": {
              "topics": [
                "clojure",
                "clojurescript",
                "edn"
              ],
              "has_wiki": true,
              "homepage": null,
              "has_readme": true,
              "has_docs_dir": true,
              "has_description": true
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 30,
                "status": "met",
                "details": [],
                "max_points": 30
              },
              {
                "key": "documentation_directory",
                "name": "Documentation directory",
                "detail": null,
                "points": 25,
                "status": "met",
                "details": [],
                "max_points": 25
              },
              {
                "key": "documentation_homepage_site",
                "name": "Documentation / homepage site",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              },
              {
                "key": "repository_description",
                "name": "Repository description",
                "detail": null,
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "topics",
                "name": "Topics",
                "detail": "3 topics",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "topics_count",
                    "params": {
                      "count": 3
                    }
                  }
                ],
                "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": 43,
        "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": 43,
            "inputs": {
              "source": "openssf_scorecard",
              "checks_evaluated": 16,
              "scorecard_version": "v5.5.0",
              "checks_inconclusive": 2,
              "scorecard_aggregate": 4.3
            },
            "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": "12 out of 12 merged PRs checked by a CI test -- score normalized to 10",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "cii_best_practices",
                "name": "CII-Best-Practices",
                "detail": "no effort to earn an OpenSSF best practices badge detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "code_review",
                "name": "Code-Review",
                "detail": "Found 2/30 approved changesets -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "contributors",
                "name": "Contributors",
                "detail": "project has 3 contributing companies or organizations -- score normalized to 10",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "dangerous_workflow",
                "name": "Dangerous-Workflow",
                "detail": "no dangerous workflow patterns detected",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "dependency_update_tool",
                "name": "Dependency-Update-Tool",
                "detail": "no update tool detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "fuzzing",
                "name": "Fuzzing",
                "detail": "project is not fuzzed",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "license file detected",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "maintained",
                "name": "Maintained",
                "detail": "15 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "packaging",
                "name": "Packaging",
                "detail": "packaging workflow not detected",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 5
              },
              {
                "key": "pinned_dependencies",
                "name": "Pinned-Dependencies",
                "detail": "dependency not pinned by hash detected -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "sast",
                "name": "SAST",
                "detail": "SAST tool is not run on all commits -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "security_policy",
                "name": "Security-Policy",
                "detail": "security policy file not detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "signed_releases",
                "name": "Signed-Releases",
                "detail": "no releases found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 7.5
              },
              {
                "key": "token_permissions",
                "name": "Token-Permissions",
                "detail": "detected GitHub workflow tokens with excessive permissions",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "vulnerabilities",
                "name": "Vulnerabilities",
                "detail": "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": 10
            },
            "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": "critical",
        "name": "AI Readiness",
        "value": 21,
        "weight": 0,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "critical",
            "name": "Agent context & guidance",
            "note": null,
            "notes": [],
            "value": 16,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": 0.3,
              "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": "30 of 100 human commits state their intent (structured subject or explanatory body)",
                "points": 16,
                "status": "partial",
                "details": [
                  {
                    "code": "legible_history",
                    "params": {
                      "legible": 30,
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "critical",
            "name": "Verify loop (build / test / typecheck)",
            "note": null,
            "notes": [],
            "value": 24,
            "inputs": {
              "has_nix": false,
              "has_tests": true,
              "lockfiles": [],
              "has_dockerfile": false,
              "typed_language": false,
              "bootstrap_files": [],
              "has_devcontainer": false,
              "has_linter_config": false,
              "typecheck_configs": [],
              "agent_commit_share": 0.01,
              "toolchain_manifests": [],
              "dependency_bot_commit_share": 0
            },
            "components": [
              {
                "key": "one_command_bootstrap",
                "name": "One-command bootstrap",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 18
              },
              {
                "key": "automated_tests",
                "name": "Automated tests",
                "detail": null,
                "points": 22,
                "status": "met",
                "details": [],
                "max_points": 22
              },
              {
                "key": "lint_format_config",
                "name": "Lint / format config",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 11
              },
              {
                "key": "static_type_checking",
                "name": "Static type checking",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 11
              },
              {
                "key": "reproducible_environment",
                "name": "Reproducible environment",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              },
              {
                "key": "demonstrated_agent_practice",
                "name": "Demonstrated agent practice",
                "detail": "1 of the last 100 commits agent-authored or agent-credited",
                "points": 2,
                "status": "partial",
                "details": [
                  {
                    "code": "agent_authored_commits",
                    "params": {
                      "count": 1,
                      "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": "critical",
            "name": "Code legibility for models",
            "note": "Excluded from scoring (no data or not applicable): Manageable file sizes. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "manageable_file_sizes"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 1,
            "inputs": {
              "primary_language": "Clojure",
              "largest_source_bytes": null,
              "source_files_sampled": 0,
              "oversized_source_files": 0
            },
            "components": [
              {
                "key": "type_checkable_code",
                "name": "Type-checkable code",
                "detail": "Clojure without a type-check config",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_typecheck_config_language",
                    "params": {
                      "language": "Clojure"
                    }
                  }
                ],
                "max_points": 45
              },
              {
                "key": "manageable_file_sizes",
                "name": "Manageable file sizes",
                "detail": "no source files detected",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_source_files",
                    "params": {}
                  }
                ],
                "max_points": 55
              }
            ]
          },
          {
            "key": "ai_interfaces",
            "band": "at_risk",
            "name": "Machine-readable interfaces",
            "note": null,
            "notes": [],
            "value": 40,
            "inputs": {
              "example_dirs": [
                "examples"
              ],
              "has_mcp_signal": false,
              "api_schema_files": []
            },
            "components": [
              {
                "key": "api_schema_openapi_graphql_proto",
                "name": "API schema (OpenAPI/GraphQL/proto)",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 40
              },
              {
                "key": "mcp_server",
                "name": "MCP server",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 20
              },
              {
                "key": "runnable_examples",
                "name": "Runnable examples",
                "detail": "examples",
                "points": 40,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "examples"
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          }
        ],
        "description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
      }
    ],
    "metrics_version": "1.13.0"
  },
  "warnings": [
    "Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
  ],
  "report_type": "repository",
  "generated_at": "2026-07-27T11:24:21.240322Z",
  "schema_version": "0.27.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/borkdude/edamame.svg",
  "full_name": "borkdude/edamame",
  "license_state": "standard",
  "license_spdx": "EPL-1.0"
}

Scores are signals, not warranties. They reflect publicly visible practices on GitHub — not a code audit, and not a security guarantee.

Missing data is excluded and weights renormalized, never scored as zero. Methodology is versioned and open: metrics v1.13.0, schema v0.27.0 — full methodology · metrics wiki.

How one result sits in the wider record: aggregate statistics.