Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1435,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 788904,
"Shell": 12992,
"JavaScript": 108267,
"TypeScript": 515804
},
"pushed_at": "2026-06-19T15:09:31Z",
"created_at": "2026-02-18T15:52:42Z",
"owner_type": "Organization",
"updated_at": "2026-07-28T18:45:15Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust",
"TypeScript"
]
},
"owner": {
"blog": "https://juxt.pro",
"name": "JUXT",
"type": "Organization",
"login": "juxt",
"company": null,
"location": "UK",
"followers": 109,
"avatar_url": "https://avatars.githubusercontent.com/u/2892228?v=4",
"created_at": "2012-11-26T13:15:10Z",
"is_verified": null,
"public_repos": 122,
"account_age_days": 4997
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.5.0",
"kind": "minor",
"published_at": "2026-06-19T15:12:03Z"
},
{
"tag": "v3.4.2",
"kind": "patch",
"published_at": "2026-06-17T19:20:01Z"
},
{
"tag": "v3.4.0",
"kind": "minor",
"published_at": "2026-06-16T15:07:36Z"
},
{
"tag": "v3.3.0",
"kind": "minor",
"published_at": "2026-06-12T12:06:21Z"
},
{
"tag": "v3.2.4",
"kind": "patch",
"published_at": "2026-06-02T16:47:43Z"
},
{
"tag": "v3.2.3",
"kind": "patch",
"published_at": "2026-04-23T20:51:05Z"
},
{
"tag": "v3.2.2",
"kind": "patch",
"published_at": "2026-04-23T20:20:31Z"
},
{
"tag": "v3.2.1",
"kind": "patch",
"published_at": "2026-04-23T16:54:36Z"
},
{
"tag": "v3.0.5",
"kind": "patch",
"published_at": "2026-04-18T11:17:30Z"
},
{
"tag": "v3.0.4",
"kind": "patch",
"published_at": "2026-04-10T11:33:01Z"
},
{
"tag": "v3.0.3",
"kind": "patch",
"published_at": "2026-03-25T15:31:40Z"
},
{
"tag": "v3.0.2",
"kind": "patch",
"published_at": "2026-03-25T13:52:47Z"
},
{
"tag": "v3.0.1",
"kind": "patch",
"published_at": "2026-03-25T12:11:45Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2026-03-23T18:19:04Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2026-03-05T07:07:29Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-03-01T15:55:43Z"
},
{
"tag": "v0.1.8",
"kind": "patch",
"published_at": "2026-02-28T16:45:50Z"
},
{
"tag": "v0.1.7",
"kind": "patch",
"published_at": "2026-02-28T13:44:12Z"
},
{
"tag": "v0.1.6",
"kind": "patch",
"published_at": "2026-02-28T13:24:54Z"
},
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2026-02-26T20:55:43Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2026-02-26T12:17:38Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-02-23T15:55:31Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-02-23T11:00:07Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-02-18T16:08:29Z"
}
],
"recent_commits": [
{
"oid": "7fa6247e1789490738f94a233e83c71d3c3c57d4",
"body": "Minor bump for the new zero-argument contract signature syntax\n(`op: () -> T`, #55) — backwards-compatible new language functionality.\nUpdates all workspace packages via scripts/version-bump.sh.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump version to 3.5.0 (#56)",
"author_name": "yavorpanayotov",
"author_login": "yavorpanayotov",
"committed_at": "2026-06-19T15:00:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4c7b4ad5d539827793d6db229ed032911f79e747",
"body": "Contract operation signatures previously required at least one parameter:\nboth `op: () -> T` and `op: -> T` failed to parse, forcing a nominal\n`_unit: Any` dummy argument. Zero-arg operations (list-all, fetch global\nstate, health checks) are common at integration boundaries, so the dummy\nleaked an i\n[…]\nturnType` is supported; the bare-arrow form `-> ReturnType`\nremains a parse error (one canonical spelling).\n\nCloses juxt/allium#37\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Parse zero-argument contract signatures `() -> T` (#55)",
"author_name": "yavorpanayotov",
"author_login": "yavorpanayotov",
"committed_at": "2026-06-19T13:13:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "246bcc4942968c59f4bd0dd24c28945c1c67ad2d",
"body": "Re-cut of the bottle release after #52 made the bottles job arm64-only (the\nIntel macos-13 runner stalled v3.4.1). Tagging v3.4.2 runs the fixed release\nworkflow, shipping the arm64 macOS bottle that fixes juxt/allium#42. 3.4.1 was\nalready published to crates.io, so this supersedes it.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump version to 3.4.2 (#53)",
"author_name": "yavorpanayotov",
"author_login": "yavorpanayotov",
"committed_at": "2026-06-17T19:17:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "323955577c14af1b9edde4c107d0f2ff3710c499",
"body": "The x86_64-apple-darwin bottle required the macos-13 Intel runner, which is\nscarce/deprecated; it sat queued ~2h and blocked the entire v3.4.1 release\n(publish-release and update-homebrew need the bottles job), so the arm64 bottle\nnever shipped. Build arm64 only: macOS Tahoe is arm64-centric, Intel macOS was\nalready un-bottled (source-builds as before), and the reporter is arm64\n(juxt/allium#42).\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Build only the arm64 macOS bottle (drop the Intel/macos-13 leg) (#52)",
"author_name": "yavorpanayotov",
"author_login": "yavorpanayotov",
"committed_at": "2026-06-17T19:16:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9ca1f3b0a56b736b5815542b25e715d6106a504a",
"body": "Patch release to ship the Homebrew bottles added in #50, fixing the macOS Tahoe\nbuild-sandbox install failure (juxt/allium#42). No code changes beyond the\nversion bump; the release workflow's new bottles job runs on this tag.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump version to 3.4.1 (#51)",
"author_name": "yavorpanayotov",
"author_login": "yavorpanayotov",
"committed_at": "2026-06-17T17:06:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "de3d9acc66b0261df46e18f0b6b308b27c15de8a",
"body": "Fixes the durable side of juxt/allium#42. The formula ships no bottle, so\n`brew install/upgrade` runs the install from source in Homebrew's build sandbox;\non macOS Tahoe that sandbox's deny_read_home realpaths a TCC-protected\n~/Documents and aborts when the terminal lacks access. Pouring a bottle ne\n[…]\nformula-edit (version, source sha, bottle-block inject) was validated\nlocally for valid Ruby and idempotency.\n\nRefs juxt/allium#42\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Ship Homebrew bottles so installs pour instead of building (#50)",
"author_name": "yavorpanayotov",
"author_login": "yavorpanayotov",
"committed_at": "2026-06-17T17:03:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "59b6931e2e58b41aaee06453120a5bdda8d56fd2",
"body": "Minor bump per docs/versioning.md rule 1 (grammar/language-level change bumps\nthe minor): this release adds `[...]` list literals and qualified\n`default alias/Type` type names, plus the new diagnostics\n`allium.list.mixedElementTypes`, `allium.list.emptyListNoElementType`, and\n`allium.default.unknown\n[…]\nmajor language change). The\nallium-parser-wasm package is a generated artifact (gitignored) and inherits the\nversion when rebuilt.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump version to 3.4.0 (#49)",
"author_name": "yavorpanayotov",
"author_login": "yavorpanayotov",
"committed_at": "2026-06-16T15:02:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "34c9d48be1185a3644c7363f4c54db09e2facd98",
"body": "Closes #47.\n\nExtends default field-schema validation to qualified `default alias/Type = { ... }`\nliterals in the multi-file CLI. `collect_entity_field_schemas` exposes each\nmodule's entity/value type → field names; the CLI builds a per-file\n`imported_entity_fields` map (alias → type → fields) on `Cr\n[…]\nintegration tests (drift flagged across modules; not flagged when\nthe target is outside the check set) and updates the parity doc.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Cross-module drift detection for qualified default types (#48)",
"author_name": "yavorpanayotov",
"author_login": "yavorpanayotov",
"committed_at": "2026-06-16T14:24:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bfcc76d1053e7b723197dca67d20d84a099b0cf5",
"body": "…(#46)\n\nFollow-up to juxt/allium#43.\n\nAdds `check_default_field_schemas` (and the TypeScript `findDefaultFieldSchemaIssues`,\nwhich walks the front-end AST) validating `default Type x = { ... }` object\nliterals against the declared schema of local entity/value types:\n\n- Gap B drift: a field the type \n[…]\niagnostics across all checked-in example specs.\n\nRust and TypeScript kept in parity; parity doc and diagnostic-code table updated.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Validate default literals against entity schema (drift) and rule 14c …",
"author_name": "yavorpanayotov",
"author_login": "yavorpanayotov",
"committed_at": "2026-06-16T14:12:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7289ef19105e652420de83206de550ec83b33848",
"body": "* Add list literals and qualified default type names\n\nImplements both gaps from juxt/allium#43.\n\nGap A — `[...]` list literals. Adds `Expr::ListLiteral` and `parse_list_literal`,\nremoving the previous \"list literals are not supported\" rejection. A list\nliteral is valid in any expression position and\n[…]\ns-module reference and never validated the alias.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "List literals and qualified default type names (juxt/allium#43) (#45)",
"author_name": "yavorpanayotov",
"author_login": "yavorpanayotov",
"committed_at": "2026-06-16T13:54:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a9a48539704cc95e630fa697658259bc16c2138d",
"body": "The workspace manifests are at 3.3.0 (released in 79a2694) but Cargo.lock\nstill pinned the three local crates at 3.2.4, so a fresh `cargo build`\nregenerated the lockfile. Resync the member versions to match; no\ndependency changes.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Resync Cargo.lock to v3.3.0 workspace versions (#44)",
"author_name": "yavorpanayotov",
"author_login": "yavorpanayotov",
"committed_at": "2026-06-16T07:48:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5fd2b2b8fb9eaf2239d75692e2b70cc2474c7645",
"body": "A typed or named parameter in an external-stimulus / chained trigger call\n(e.g. `when: AccountSeen(account: Account)`) was accepted as a valid call\nshape, then flagged as `allium.rule.undefinedBinding` on every body\nreference to the param — pointing at the symptom rather than the cause.\n\nExternal-st\n[…]\nrored in the Rust (analysis.rs) and TypeScript (analyzer.ts) analyzers,\nwith tests on both sides and a parity-doc note.\n\nFixes #42\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Report typed external-stimulus trigger params at the trigger (#43)",
"author_name": "yavorpanayotov",
"author_login": "yavorpanayotov",
"committed_at": "2026-06-16T07:44:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8e1f7380f45ce14eec8aad89ef4df54cae8b6526",
"body": "GitHub forces Node.js 20 actions onto Node 24 from June 16th, 2026;\nthe v3.3.0 release run carried deprecation annotations for every job.\ncheckout v6, setup-node v6, upload-artifact v7, download-artifact v8,\nsoftprops/action-gh-release v3 — all Node 24.\n\nChecked against the release-notes breaking ch\n[…]\n,\nno Node runtime.\n\nNote release-artifacts.yml only runs on v* tags, so its bumps are\nexercised at the next release rather than by this PR's CI.\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump GitHub Actions to Node 24 runtimes (#41)",
"author_name": "yavorpanayotov",
"author_login": "yavorpanayotov",
"committed_at": "2026-06-12T12:15:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a6c5a3653f56742a294b16117b0f0e9ee0218d54",
"body": "docs/releasing.md and docs/versioning.md described crates.io publishing\nand the Homebrew formula update as manual post-CI steps requiring a\nlocal crates.io login and a tap checkout. The release-artifacts\nworkflow has publish-crates and update-homebrew jobs that do both via\nrepo secrets, and release.sh only bumps, tags, pushes and watches CI.\nAlso corrects the binary count (the workflow builds 5 targets, not 4).\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update release docs to match the automated publish pipeline (#40)",
"author_name": "yavorpanayotov",
"author_login": "yavorpanayotov",
"committed_at": "2026-06-12T12:08:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "79a2694e5a9b09f3ad26d7ccff0d8d8068c83b71",
"body": null,
"is_bot": false,
"headline": "v3.3.0",
"author_name": "Yavor Panayotov",
"author_login": "yavorpanayotov",
"committed_at": "2026-06-12T12:03:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "030bfa3be49981c2451bc6a533c370e56629a25a",
"body": "parse_deferred_decl read the path with parse_expr(0), a full expression\nparse. No consumer could use that expressiveness — qualified-reference\ncollection extracts only Expr::QualifiedName, the CLI test-plan builder\nmatches only Ident/MemberAccess/QualifiedName (anything else silently\ndropped the def\n[…]\ne check-tool behaviour spec. The tree-sitter grammar mirror\n(juxt/tree-sitter-allium deferred_declaration) needs a matching change.\n\nCloses #24.\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Constrain the deferred declaration path to a dotted name (#24) (#39)",
"author_name": "yavorpanayotov",
"author_login": "yavorpanayotov",
"committed_at": "2026-06-12T11:16:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "08127a4acaa8c8adc260ed8bb47aaf9f1161763f",
"body": "Add allium.use.ambiguousReference, emitted in multi-file mode when an\nunqualified reference could resolve to more than one imported module:\n\n- A name (entity, value, enum, actor, contract, variant) declared by two\n or more distinct imported files, referenced unqualified and not\n declared locally —\n[…]\ncords\nreference spans and qualifiers (ReferencedIdent) so the new check can\npoint at the offending reference; its public behaviour is unchanged.\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Warn on ambiguous unqualified references across imports (#15) (#38)",
"author_name": "yavorpanayotov",
"author_login": "yavorpanayotov",
"committed_at": "2026-06-12T09:20:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "60350414be25c77bdc43fe7815092650e1c594e4",
"body": "… trigger emissions (#19) (#35)\n\nThree fixes to the unreachable-trigger analysis, applied to both the Rust\nanalyzer and the TypeScript extension analyzer:\n\n- Accept qualified trigger calls (`when: alias/Trigger(...)`) as a valid\n trigger form in the Rust checker. The language reference documents th\n[…]\nexpressions; TS adds a branch-call lane scoped to\n ensures clause extents. Both keep the leading-call-only convention.\n\nFixes #19\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix unreachableTrigger false positives for cross-spec and conditional…",
"author_name": "yavorpanayotov",
"author_login": "yavorpanayotov",
"committed_at": "2026-06-11T17:17:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "153cc71372f00d145080b68dea9696b9aa86ce55",
"body": "…equires (#18) (#34)\n\nTwo fixes to the status state-machine checker, applied to both the Rust\nanalyzer and the TypeScript extension analyzer:\n\n- Type rule `when:` bindings from the surface `provides:` declaration of\n the command they subscribe to, matched positionally. Previously a status\n value s\n[…]\nment of the entity's\n status enum so every other value gains an exit edge. Previously only\n `=` comparisons produced exit edges.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix status-lifecycle false positives from shared values and negated r…",
"author_name": "yavorpanayotov",
"author_login": "yavorpanayotov",
"committed_at": "2026-06-11T15:38:39Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9cd9463ac13dd3a01a2c59ac45944b5023e19e06",
"body": "parse_contracts_clause parsed a single bare ident for the contract name,\nso `fulfils base/MyContract` failed with \"expected block item ..., found\n'/'\" — while the language reference says contracts are importable across\nmodules via `use`, following the same coordinate system as entity\nimports, and `b\n[…]\n they could mask an unused same-named local Value or Enum.\n\nThe WASM/TS mirror type WasmContractBinding gains the qualifier field.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Accept qualified contract names in fulfils/demands clauses (#21) (#33)",
"author_name": "yavorpanayotov",
"author_login": "yavorpanayotov",
"committed_at": "2026-06-11T14:56:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "951756055d9070a1f409fdc9a17bc516c7eec254",
"body": "The #28 masking fix (bd22350) blanked string content to spaces in the\ntext the regex lanes match on. Two lanes compare string-literal values\ntextually, and masking collapses distinct same-length literals into\nidentical text (\"a\" and \"b\" both become \" \"), breaking value-equality\nreasoning both ways: \n[…]\nrves length and offsets, and the value\ngroup is anchored at the end of each match.\n\nFound by post-merge adversarial review of #29.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Compare string-literal operands by raw text, not masked text (#31) (#32)",
"author_name": "yavorpanayotov",
"author_login": "yavorpanayotov",
"committed_at": "2026-06-11T13:57:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e659bdccb8dddf490735c60d2ff6294790ed8e31",
"body": "…ames (#26) (#30)\n\nfindSurfaceRequiresDeferredHintIssues collected deferred names with a\ndot-only pattern, so `deferred billing/InvoiceWorkflow` registered only\n`billing` and a `requires InvoiceWorkflow:` clause was warned as having\nno deferred hint. The pattern now accepts module-qualified names an\n[…]\nhe extension behaviour spec\nand flags the porting note in the Rust parity doc, since the Rust\nchecker has no equivalent check yet.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix spurious surface.requiresWithoutDeferred for qualified deferred n…",
"author_name": "yavorpanayotov",
"author_login": "yavorpanayotov",
"committed_at": "2026-06-11T13:32:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bd22350ddff2cfee606931d163bc3f85f0fbebb1",
"body": "The analyzer's checks run regexes over raw source text with no lexer\ncontext, so they matched keyword-shaped text inside comments and string\nliterals that the Rust front end reads as content, not code — e.g. a\n`deferred`-shaped token inside a `--` comment produced a spurious\n`allium.deferred.missing\n[…]\nrective). Delimiters and the `--` of a comment\nare preserved, so lanes that only detect a string/comment's presence still\nsee one.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Make the TS regex lanes comment/string aware (#28) (#29)",
"author_name": "yavorpanayotov",
"author_login": "yavorpanayotov",
"committed_at": "2026-06-11T13:18:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "888bb66cd284bfbf2f739aac4b58cc4aeb25359d",
"body": "`wasmBlocksToParsedBlocks` read only `result.module.declarations` and\ndiscarded `result.diagnostics`, so malformed input produced zero parse\nerrors in the extension, the LSP server, and `check.js`, while\n`allium check` reported them (e.g. `deferred Foo.`).\n\nThread the parse result through a new `par\n[…]\n`-shaped text the Rust front end reads as\ncomment/string content — the parse succeeds there, so there is no\ndiagnostic to surface.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Surface WASM parse diagnostics in the TS analyzer (#25) (#27)",
"author_name": "yavorpanayotov",
"author_login": "yavorpanayotov",
"committed_at": "2026-06-11T10:54:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f482bb203032c4ffcb6a852c45a804302b96dfd8",
"body": "… (#20) (#23)\n\n* Fix deferred.missingLocationHint parity between Rust and TS analyzers (#20)\n\nThe Rust analyzer's check_deferred_location_hints emitted the warning for\nevery `deferred` declaration unconditionally, while the TypeScript analyzer\nsuppressed it when the line carried a location hint. Thi\n[…]\nt declaring. Cargo.lock catches up with the 3.2.4\nversion bump.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix deferred.missingLocationHint parity between Rust and TS analyzers…",
"author_name": "Eric Dvorsak",
"author_login": "yenda",
"committed_at": "2026-06-11T09:59:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8e90f2e29740ef7203e1d36d1cdac5173366717b",
"body": null,
"is_bot": false,
"headline": "v3.2.4",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-06-02T16:45:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0029750e21da01250b854004981a8d1d83614731",
"body": null,
"is_bot": false,
"headline": "Add Windows x86_64 binary to release artifacts (#22)",
"author_name": "Joe Littlejohn",
"author_login": "joelittlejohn",
"committed_at": "2026-06-02T16:37:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d368771603fccb606ef7a9e12ecc07cb5ab61bbe",
"body": null,
"is_bot": false,
"headline": "Add analyse command to README, update dev instructions",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-04-24T11:38:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d528f6448a2311b59335a72ed8f7ec041cd05abf",
"body": null,
"is_bot": false,
"headline": "v3.2.3",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-04-23T20:48:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4010a282841b3edbad871bf104c1a6929d20506f",
"body": "…e references",
"is_bot": false,
"headline": "Suppress unused warnings for unqualified and dot-notation cross-modul…",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-04-23T20:48:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "393ebae79968c24aae7f5a9e9de88315cb2663e2",
"body": null,
"is_bot": false,
"headline": "v3.2.2",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-04-23T20:17:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68afe1789928abfbb332a96529b7340be4dbc2c9",
"body": "…iagnostic (#14)",
"is_bot": false,
"headline": "Cross-module unused-declaration suppression and unresolved use path d…",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-04-23T20:16:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c6cacb8f350cd9e1266bc055a22d6b67c7c0366",
"body": null,
"is_bot": false,
"headline": "v3.2.1",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-04-23T16:48:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "863fd0d193566cc3d7cac30a1cde1dfa6bea01b9",
"body": null,
"is_bot": false,
"headline": "Fix release checksums after Node CLI removal",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-04-23T16:47:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22ba1e18fc549c7a1675b1a513ed92284f907363",
"body": null,
"is_bot": false,
"headline": "v3.2.0",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-04-23T16:38:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "380edda4fa06c7b3cf5770c482f22430e2689932",
"body": "Process-level completeness analysis",
"is_bot": false,
"headline": "Process-level completeness analysis (#13)",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-04-23T16:25:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdd24ae51779f4f430988d7392b5ee2b9d0ad2eb",
"body": null,
"is_bot": false,
"headline": "v3.0.5",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-04-18T11:15:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c844e161b0ff0644099913526a60f3fed2945ed",
"body": null,
"is_bot": false,
"headline": "Add CLI help behaviour, spec and integration tests",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-04-18T11:15:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01e0abce96aebd301c4169fc99a6ed303fce200c",
"body": null,
"is_bot": false,
"headline": "Fix release race by consolidating publish into single job",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-04-10T11:29:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bac68680c99108488e21f8fe59c19e033eed30c",
"body": null,
"is_bot": false,
"headline": "v3.0.4",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-04-10T11:26:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f61c8594c781d45e97cb9cf05e37a9a00b5af5db",
"body": null,
"is_bot": false,
"headline": "Include WASM files in allium-lsp release tarball (fixes #12)",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-04-10T11:11:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f1988a919c8a0fce146e664aa462d999399e05d",
"body": null,
"is_bot": false,
"headline": "Fix npm audit vulnerabilities",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-30T17:16:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6509d228f691f3e2fe27d91639f8c403607bde03",
"body": null,
"is_bot": false,
"headline": "Automate crates.io and Homebrew releases in CI",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-30T17:15:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f6820cbdf600e5ac1db1040ea8902e0053acb13",
"body": "…ng policy",
"is_bot": false,
"headline": "Include VSIX in version-bump script, remove editor tier from versioni…",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-25T15:37:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e91c0c89791afefa67627acaae1f2faf9f668d7",
"body": null,
"is_bot": false,
"headline": "Bump VSIX version to 3.0.3",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-25T15:35:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccbe61c06327a3bc8f2311374ff4c0bd13d66962",
"body": null,
"is_bot": false,
"headline": "v3.0.3",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-25T15:30:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a951ebfee0d64b93a5345a3671ec60f89e65701",
"body": "…locks",
"is_bot": false,
"headline": "Fix TS field.unused false positives on terminal: inside transitions b…",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-25T15:25:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71fd46b0b3b850076b30573837a7d7e5b897ce1b",
"body": null,
"is_bot": false,
"headline": "Close Rust checker parity gap: 128/134 to 155/161, all 27 misses fixed",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-25T15:22:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccfa35212b7865a56c92f1c8fc59e707e853bf73",
"body": null,
"is_bot": false,
"headline": "Add Rust checker parity analysis for next agent",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-25T14:53:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "559ef01bc86ab004a560f64125677c6c82bb47b8",
"body": "…ppression system, 128/134 parity with TypeScript",
"is_bot": false,
"headline": "Improve Rust semantic analysis precision: fix false positives, add su…",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-25T14:51:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e2a1404b0bf6733353eb7aadae8646bd25e74d4",
"body": "…, bindings, suppressions",
"is_bot": false,
"headline": "Add semantic analysis to Rust CLI: type refs, triggers, unused fields…",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-25T14:24:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0bee83e641ee243c15b9ce1721e35d33060be95",
"body": null,
"is_bot": false,
"headline": "Fix suppression regex spanning blank lines",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-25T14:06:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34916dfd45c1f63133f48b289c2c712c3f276184",
"body": null,
"is_bot": false,
"headline": "v3.0.2",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-25T13:49:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fe28260cd0276644aa17c0720107ef0ad8a854c",
"body": "The __dirname resolve needs the WASM files alongside the bundle.\nThe fallback to the package name keeps tsc-based tests working.",
"is_bot": false,
"headline": "Copy WASM files into LSP dist and add fallback require",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-25T12:11:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29000238d588b0e8db41f431f567a0cf8a28371a",
"body": null,
"is_bot": false,
"headline": "v3.0.1",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-25T12:03:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7a8c672d140a87bc26e48cac670d018d27efd67",
"body": "Resolve allium_wasm.js via __dirname instead of bare module require,\nwhich fails in the installed extension where node_modules is absent.",
"is_bot": false,
"headline": "Fix WASM parser module resolution in bundled extension",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-25T11:57:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb100baac6738dc7435115320f67ff5c38c341c3",
"body": null,
"is_bot": false,
"headline": "Simplify package-vc install instructions",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-24T22:35:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09a6453c881898a2d75d8735174301bf905bd14c",
"body": null,
"is_bot": false,
"headline": "Use inhibit-message to silence package-vc install output",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-24T22:29:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8455d11b4be1413cb7a607aecfbade100e73e7b2",
"body": null,
"is_bot": false,
"headline": "Use warning-minimum-level to suppress package-vc install warnings",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-24T22:27:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c49625e2bef31fae813e02c5cd4b89ac266d953",
"body": null,
"is_bot": false,
"headline": "Suppress byte-compile warnings in package-vc install example",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-24T22:26:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68ec64879006a05dc841c0db80ea76acf8c1a62f",
"body": null,
"is_bot": false,
"headline": "Update Emacs setup guide for allium-mode changes",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-24T22:14:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06416f319c7332112c8d491d916f5cf62092f1e6",
"body": null,
"is_bot": false,
"headline": "Add release script to automate full publish flow",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-24T18:20:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62130549433bba1f2439c36818bb0f91607cf2da",
"body": null,
"is_bot": false,
"headline": "Add crates.io publish step to release process",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-24T18:10:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c51fbf77507e80569a4bff3d7c1adf51bbd4e7f2",
"body": null,
"is_bot": false,
"headline": "Rewrite README to mirror language site positioning",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-23T20:24:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f899fd9583b7cdf347c4f4230fc8f3f153eee429",
"body": null,
"is_bot": false,
"headline": "v3.0.0",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-23T18:18:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8651d074bcb68c9c602d5bb90c2d56d65c109ca",
"body": null,
"is_bot": false,
"headline": "Fix LSP diagnostic test fixture for WASM parser",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-23T16:57:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69e78d3b6e0d0d7414b443d47b8ca1d00ebfb4ca",
"body": "* Allium v3 parser, CLI commands and WASM binding\n\nAdds v3 language constructs to the parser: when-qualified fields,\ntransition graphs, backtick-quoted enum literals, expression-bearing\ninvariants with for quantifiers, and the implies operator.\n\nRenames CLI commands to plan and model. Reworks test p\n[…]\nM AST.\n\nUpdates TextMate grammar, snippets, completion and hover for v3\nconstructs. Adds v3 keyword support to semantic tokens. Fixes LSP\nsymbol kind mapping for new declaration types. Bumps to 0.3.0.",
"is_bot": false,
"headline": "Allium v3 language support and WASM parser (#10)",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-23T16:53:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b312fab8c2febe7941d0bd71c1c8b8a74c619436",
"body": null,
"is_bot": false,
"headline": "Extract tree-sitter-allium to standalone repo",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-23T15:19:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c88b56abf319e8b60dd13d59207bbd29b0862a6b",
"body": null,
"is_bot": false,
"headline": "Extract allium-mode to standalone repo",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-23T15:14:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f86bf6c713fc3eabbc030a63c86663648a350ce",
"body": "The Neovim plugin now lives at github.com/juxt/nvim-allium.\nRemove packages/nvim-allium/, neovim scripts, and the neovim\nspec. Update docs and config to link to the new repo.",
"is_bot": false,
"headline": "Extract nvim-allium to standalone repo",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-23T14:40:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d44ad59b925d4104c65c74175a7b78ea9fc4cbc",
"body": null,
"is_bot": false,
"headline": "fix vsce minimatch override for v10 incompatibility",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-05T07:06:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8dee7252184a6a9b492eb25dd7ae10444ebfd20",
"body": null,
"is_bot": false,
"headline": "Allium v2 (#6)",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-05T06:59:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0691a3acd3de168160b7c1f4ce7437cb44d9e9fe",
"body": "…bump to 1.0.0",
"is_bot": false,
"headline": "Fix where/with binding power; add 28 precedence and edge-case tests; …",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-03-01T15:54:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "098e87dd50b32fd970c89e46c7fa392c422e4d24",
"body": "…bump to 0.1.8\n\nAdd canonical V1 language reference and patterns reference to docs/.\n\nRemove parser support for constructs not in the V1 spec: system blocks,\nmodule declarations, module-level guidance, for each (only bare for),\ndouble-equals, includes/excludes operators, range literals, suffix\npredicates. Strip dead AST variants, token kinds and lexer rules.\n\nUpdate test fixtures and spec conformance tests.",
"is_bot": false,
"headline": "Align parser with V1 language reference; remove non-spec constructs; …",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-02-28T16:43:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3267c391a250636d3e57ec5f097632d3b24224c7",
"body": "…turing, dot-path assignments; bump to 0.1.7",
"is_bot": false,
"headline": "Fix parser: comment-only clauses, for-each with filter, tuple destruc…",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-02-28T13:43:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7035af13f105421b17b85be2b1f0fd95e8f40e93",
"body": null,
"is_bot": false,
"headline": "Move VERSIONING.md to docs/versioning.md",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-02-28T13:25:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c70bd259ac45c97c496921a4944388e09d5e115e",
"body": "…with filter, wildcard types; bump to 0.1.6",
"is_bot": false,
"headline": "Fix parser: system blocks, guidance decls, for each, block-level if, …",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-02-28T13:22:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a0926a6395ac65013234a17d1f85880eccf1d5a",
"body": null,
"is_bot": false,
"headline": "Add Homebrew formula update script and release docs",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-02-28T12:18:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97ed3d0486011e1befffa58d3c7ed1246e6aa0c7",
"body": null,
"is_bot": false,
"headline": "Add versioning policy, CLAUDE.md and version bump script",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-02-28T09:46:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b686b4eec8a9d871d7ec298e32962ed0acf80dd",
"body": null,
"is_bot": false,
"headline": "Narrow package files to bundled outputs only",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-02-26T22:00:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ca02170981cf2817485ef3963642472633667c8",
"body": "… to 0.1.6",
"is_bot": false,
"headline": "Accept 'for' keyword in surface bindings; recognise enum unions; bump…",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-02-26T21:50:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "324fdcb479d4943cfbf93753c6e4b5d9af2b00d6",
"body": null,
"is_bot": false,
"headline": "Strip inline comments from field types; bump version to 0.1.5",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-02-26T20:54:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4eb45d977f5c856a456d85591ebc62da96ff790",
"body": null,
"is_bot": false,
"headline": "Fix golden fixture failures in formatter and extract-literal refactor",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-02-26T14:59:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "576a099f2fd045579249aa1e870152f7cddcd121",
"body": null,
"is_bot": false,
"headline": "Remove parse command; deduplicate cascading errors",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-02-26T14:42:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a720b295d29ac10dee73005fb3d5983d3f490a47",
"body": null,
"is_bot": false,
"headline": "Add Rust CI, release binaries and installation docs",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-02-26T14:14:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19c7fa97b6957dcf649948b76253f39268faf993",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.1.4",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-02-26T14:01:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08de009a7e37852c5453bd04ae31081fae975343",
"body": null,
"is_bot": false,
"headline": "Validate allium version marker; add '-- allium: 1' to all spec files",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-02-26T12:54:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "693579b854c5a24b2bc9b36d70c98d9c01cb10f4",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.1.3",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-02-26T12:16:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4cb936fc52a235c6308455ea70fa4607a67a493",
"body": null,
"is_bot": false,
"headline": "Rename crate to allium-cli for crates.io availability",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-02-26T12:12:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26d16e995b491987b96bc1dc2e165dde0d7badc1",
"body": null,
"is_bot": false,
"headline": "Fix minimatch ReDoS vulnerability (npm audit fix)",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-02-26T12:06:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff79e28aab9ab34fab04cdc216d6cd1f00d3e9c9",
"body": "* Add Rust parser for the Allium specification language\n\nHand-written recursive descent parser with Pratt expression parsing.\nLexer, typed AST, diagnostic types and 28 passing tests. Enum body\nparsing, indentation-sensitive multi-line clauses, string interpolation,\nduration literals and qualified na\n[…]\nrd, widen VariantDecl.base to Expr. Comprehensive edge-case fixture\ncovering all language constructs. 69 tests, 25 spec files clean.\n\n* Rename allium-cli to allium, add repository and version metadata",
"is_bot": false,
"headline": "Add Rust parser for the Allium specification language",
"author_name": "Henry Garner",
"author_login": "henrygarner",
"committed_at": "2026-02-26T12:04:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "85c8ea301dc36519b295c68be748e75b0439c27f",
"body": "Document available Emacs and Neovim plugin functionality",
"is_bot": false,
"headline": "Merge pull request #4 from juxt/improve-plugin-documentation",
"author_name": "cwchriswilliams",
"author_login": "cwchriswilliams",
"committed_at": "2026-02-25T16:12:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0aa4bac44b54231a970978d78d21b24147132406",
"body": null,
"is_bot": false,
"headline": "Document available Emacs and Neovim plugin functionality",
"author_name": "Chris",
"author_login": "cwchriswilliams",
"committed_at": "2026-02-25T16:06:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28f4fb983f6c66a54d297cc62868ec7935341909",
"body": "Improve test coverage and fix issues that were revealed",
"is_bot": false,
"headline": "Merge pull request #3 from juxt/improve-test-coverage",
"author_name": "cwchriswilliams",
"author_login": "cwchriswilliams",
"committed_at": "2026-02-25T15:58:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "147629cda6abd44a327c844a5436b42d6009099a",
"body": null,
"is_bot": false,
"headline": "Stabilize Neovim integration tests and improve output clarity",
"author_name": "Chris",
"author_login": "cwchriswilliams",
"committed_at": "2026-02-25T15:52:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c267a51e32f65f598b9458a239875c73c130c450",
"body": null,
"is_bot": false,
"headline": "Expand Neovim plugin tests to cover remaining behavior gaps",
"author_name": "Chris",
"author_login": "cwchriswilliams",
"committed_at": "2026-02-25T15:44:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c47f01d317c1647e56993ecd61126e6ca5f37dfb",
"body": null,
"is_bot": false,
"headline": "Add Neovim test suites and unified test:all pre-push pipeline",
"author_name": "Chris",
"author_login": "cwchriswilliams",
"committed_at": "2026-02-25T15:36:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79345411c3b7695fe47fd2137490347b88e06984",
"body": null,
"is_bot": false,
"headline": "Stabilize CLI subprocess tests and enforce no-no-verify policy",
"author_name": "Chris",
"author_login": "cwchriswilliams",
"committed_at": "2026-02-25T13:50:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3af5730dc6f2f66cad55a54dfb2ff4b95fa9fd9",
"body": null,
"is_bot": false,
"headline": "Add pre-push full test hook and harden check CLI tests",
"author_name": "Chris",
"author_login": "cwchriswilliams",
"committed_at": "2026-02-25T13:23:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "293b8f5f2059b0dcfeafc11ec85da5e9972d55a9",
"body": null,
"is_bot": false,
"headline": "Add isolated Neovim demo scripts and compatibility fixes",
"author_name": "Chris",
"author_login": "cwchriswilliams",
"committed_at": "2026-02-25T12:08:30Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 24,
"commits_last_year": 264,
"latest_release_at": "2026-06-19T15:12:03Z",
"latest_release_tag": "v3.5.0",
"releases_from_tags": false,
"days_since_last_push": 44,
"active_weeks_last_year": 12,
"days_since_latest_release": 44,
"mean_days_between_releases": 7.8
},
"artifacts": {
"collected": true,
"structure": [
"tree.cargo_lib",
"tree.cargo_main"
],
"declarations": [
{
"name": null,
"path": "Cargo.toml",
"tokens": [
"cargo.workspace"
],
"ecosystem": "crates"
},
{
"name": "allium-wasm",
"path": "crates/allium-wasm/Cargo.toml",
"tokens": [
"cargo.lib",
"cargo.cdylib",
"cargo.publish_false"
],
"ecosystem": "crates"
},
{
"name": "allium-cli",
"path": "crates/allium/Cargo.toml",
"tokens": [
"cargo.bin"
],
"ecosystem": "crates"
},
{
"name": "allium-vscode",
"path": "extensions/allium/package.json",
"tokens": [
"npm.bin",
"npm.entry"
],
"ecosystem": "npm"
},
{
"name": null,
"path": "package.json",
"tokens": [
"npm.private",
"npm.workspaces"
],
"ecosystem": "npm"
},
{
"name": "allium-lsp",
"path": "packages/allium-lsp/package.json",
"tokens": [
"npm.bin"
],
"ecosystem": "npm"
}
]
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [],
"total": 0,
"header": 0,
"collected": true,
"has_inspect_badge": false
},
"has_description": false,
"has_contributing": true,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "allium-cli",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "crates",
"categories": [],
"matches_repo": null,
"registry_url": "https://crates.io/crates/allium-cli",
"declared_type": null,
"is_deprecated": false,
"latest_version": "3.5.0",
"repository_url": null,
"versions_count": 20,
"total_downloads": 4666,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 1384,
"first_published_at": "2026-02-26T12:13:09.602284Z",
"latest_published_at": "2026-06-19T15:11:16.702741Z",
"latest_version_yanked": false,
"days_since_latest_publish": 44
},
{
"name": "allium-parser",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "crates",
"categories": [],
"matches_repo": null,
"registry_url": "https://crates.io/crates/allium-parser",
"declared_type": null,
"is_deprecated": false,
"latest_version": "3.5.0",
"repository_url": null,
"versions_count": 20,
"total_downloads": 4771,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 1396,
"first_published_at": "2026-02-26T12:08:48.799560Z",
"latest_published_at": "2026-06-19T15:11:11.942804Z",
"latest_version_yanked": false,
"days_since_latest_publish": 44
}
]
},
"popularity": {
"forks": 4,
"stars": 24,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2026-03-13",
"count": 1
},
{
"date": "2026-04-02",
"count": 1
},
{
"date": "2026-06-02",
"count": 1
},
{
"date": "2026-06-09",
"count": 1
}
],
"complete": true,
"collected": 4,
"total_forks": 4
},
"star_history": null,
"open_issues_and_prs": 12
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"extensions/allium/tsconfig.json",
"packages/allium-lsp/tsconfig.json"
],
"toolchain_manifests": [
"Cargo.toml",
"crates/allium-parser/Cargo.toml",
"crates/allium-wasm/Cargo.toml",
"crates/allium/Cargo.toml"
],
"largest_source_bytes": 280544,
"source_files_sampled": 100,
"oversized_source_files": 4,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 5153
},
"dependencies": {
"manifests": [
"Cargo.toml",
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 12,
"malicious_count": 0,
"assessed_package": "crates:allium-cli@3.5.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates",
"npm"
],
"dependencies": [
{
"name": "regex-lite",
"manifest": "crates/allium-parser/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "serde",
"manifest": "crates/allium-parser/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "serde_json",
"manifest": "crates/allium-parser/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "allium-parser",
"manifest": "crates/allium-wasm/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "crates/allium-wasm/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "wasm-bindgen",
"manifest": "crates/allium-wasm/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "allium-parser",
"manifest": "crates/allium/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3.0.0"
},
{
"name": "serde",
"manifest": "crates/allium/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "serde_json",
"manifest": "crates/allium/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "allium-parser-wasm",
"manifest": "extensions/allium/package.json",
"ecosystem": "npm",
"version_constraint": "*"
},
{
"name": "vscode-languageclient",
"manifest": "extensions/allium/package.json",
"ecosystem": "npm",
"version_constraint": "^9.0.1"
},
{
"name": "vscode-languageserver",
"manifest": "packages/allium-lsp/package.json",
"ecosystem": "npm",
"version_constraint": "^9.0.1"
},
{
"name": "vscode-languageserver-textdocument",
"manifest": "packages/allium-lsp/package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.12"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 35,
"open_issues": 10,
"closed_ratio": 0.6,
"closed_issues": 15,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "cwchriswilliams",
"commits": 166,
"avatar_url": "https://avatars.githubusercontent.com/u/30601370?v=4"
},
{
"type": "User",
"login": "henrygarner",
"commits": 72,
"avatar_url": "https://avatars.githubusercontent.com/u/24540?v=4"
},
{
"type": "User",
"login": "yavorpanayotov",
"commits": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/6137086?v=4"
},
{
"type": "User",
"login": "yenda",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1181225?v=4"
},
{
"type": "User",
"login": "joelittlejohn",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/686384?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.629
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release-artifacts.yml"
],
"has_docs_dir": true,
"linter_configs": [
"biome.json",
"eslint.config.mjs"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"security_signals": {
"lockfiles": [
"Cargo.lock",
"package-lock.json"
],
"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": 9,
"reason": "24 out of 25 merged PRs checked by a CI test -- score normalized to 9",
"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": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "27 commit(s) and 6 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": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 2,
"reason": "dependency not pinned by hash detected -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "25 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "7fa6247e1789490738f94a233e83c71d3c3c57d4",
"ran_at": "2026-08-03T13:09:36Z",
"aggregate_score": 3.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 0,
"decided_7d": 0,
"merged_30d": 0,
"authors_30d": 0,
"decided_30d": 0,
"sample_size": 37,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 0,
"newcomer_merged_30d": 0,
"bot_prs_excluded_30d": 0,
"newcomer_authors_30d": 0,
"newcomer_decided_30d": 0
},
"ci_last_run_at": "2026-06-19T15:12:05Z",
"oldest_open_prs": [
{
"number": 36,
"created_at": "2026-06-11T19:28:20Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 37,
"created_at": "2026-06-11T19:28:38Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-06-19T15:00:52Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 16,
"created_at": "2026-04-26T10:18:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 17,
"created_at": "2026-04-26T10:19:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 57,
"created_at": "2026-07-01T14:44:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 58,
"created_at": "2026-07-01T15:08:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 59,
"created_at": "2026-07-01T15:08:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 60,
"created_at": "2026-07-01T15:09:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 61,
"created_at": "2026-07-31T10:00:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 62,
"created_at": "2026-08-02T15:15:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 63,
"created_at": "2026-08-02T15:18:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 64,
"created_at": "2026-08-02T15:21:20Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/juxt/allium-tools",
"host": "github.com",
"name": "allium-tools",
"owner": "juxt"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 63 is calibrated to 71 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 63,
"calibrated": 71,
"calibration": "2026-08-02"
}
}
],
"value": 71,
"inputs": {
"security": 48,
"vitality": 68,
"community": 49,
"governance": 61,
"calibration": "2026-08-02",
"engineering": 81,
"ai_readiness": 77,
"weighted_overall_raw": 63
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 68,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"commits_last_year": 264,
"human_commit_share": 1,
"days_since_last_push": 44,
"active_weeks_last_year": 12
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 44 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 44
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "12/52 weeks with commits",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 12
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "264 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 264
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "27 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 24,
"latest_release_tag": "v3.5.0",
"releases_from_tags": false,
"days_since_latest_release": 44,
"mean_days_between_releases": 7.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "24 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 24
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 44 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 44
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~7.8 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 7.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 49,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"forks": 4,
"stars": 24,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "24 stars",
"points": 22.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 24
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "4 forks",
"points": 4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 4
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": 0,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"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 (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 57,
"inputs": {
"packages": [
"allium-cli",
"allium-parser"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 9437,
"monthly_downloads": 2780
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,780 downloads/month across crates",
"points": 45.9,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2780,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 61,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 5,
"top_contributor_share": 0.629
},
"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 63% of commits",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 63
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"merged_prs": 35,
"open_issues": 10,
"closed_issues": 15,
"prs_merged_7d": 0,
"prs_decided_7d": 0,
"prs_merged_30d": 0,
"prs_decided_30d": 0,
"issue_closed_ratio": 0.6,
"closed_unmerged_prs": 2,
"first_time_authors_30d": 0,
"first_time_prs_merged_30d": 0,
"first_time_prs_decided_30d": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "60% of issues closed",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 60
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "35/37 decided PRs merged",
"points": 28.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 35,
"decided": 37
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"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": null,
"notes": [],
"value": 70,
"inputs": {
"followers": 109,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "juxt",
"public_repos": 122,
"account_age_days": 4997
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "109 followers of juxt",
"points": 14.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 109,
"login": "juxt"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "122 public repos, account ~13 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 122
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"allium-cli",
"allium-parser"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 44
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 44 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 44
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "20 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 20
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "excellent",
"name": "Engineering Quality",
"value": 81,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": "biome.json, eslint.config.mjs",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "biome.json, eslint.config.mjs"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 9.6,
"status": "met",
"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": "24 out of 25 merged PRs checked by a CI test -- score normalized to 9",
"points": 18,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": false
},
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "weak",
"name": "Security",
"value": 48,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 3.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "24 out of 25 merged PRs checked by a CI test -- score normalized to 9",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 2/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "27 commit(s) and 6 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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 1,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "25 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the crates:allium-cli@3.5.0 runtime dependency closure — what installing the published package pulls in — 12 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "crates:allium-cli@3.5.0",
"assessed": 12
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 12,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 12,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 4
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 77,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "moderate",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.36,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 5153
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "36 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 19.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 36,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock",
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"extensions/allium/tsconfig.json",
"packages/allium-lsp/tsconfig.json"
],
"agent_commit_share": 0.24,
"toolchain_manifests": [
"Cargo.toml",
"crates/allium-parser/Cargo.toml",
"crates/allium-wasm/Cargo.toml",
"crates/allium/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, crates/allium-parser/Cargo.toml, crates/allium-wasm/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, crates/allium-parser/Cargo.toml, crates/allium-wasm/Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "biome.json, eslint.config.mjs",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "biome.json, eslint.config.mjs"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "extensions/allium/tsconfig.json, packages/allium-lsp/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "extensions/allium/tsconfig.json, packages/allium-lsp/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "24 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 24,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 280544,
"source_files_sampled": 100,
"oversized_source_files": 4
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "4/100 source files over 60KB",
"points": 52.8,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 100,
"oversized": 4
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library",
"cli"
],
"scores": {
"cli": 12,
"library": 13.8
},
"primary": "library",
"evidence": [
{
"tier": "declared",
"label": "cli",
"source": "npm.bin",
"weight": 6
},
{
"tier": "declared",
"label": "library",
"source": "cargo.lib",
"weight": 6
},
{
"tier": "declared",
"label": "library",
"source": "npm.private",
"weight": -6
},
{
"tier": "distribution",
"label": "library",
"source": "registry:crates",
"weight": 6
},
{
"tier": "declared",
"label": "library",
"source": "npm.entry",
"weight": 4.8
},
{
"tier": "declared",
"label": "library",
"source": "cargo.cdylib",
"weight": 3.6
},
{
"tier": "declared",
"label": "library",
"source": "cargo.publish_false",
"weight": -3.6
},
{
"tier": "declared",
"label": "cli",
"source": "cargo.bin",
"weight": 3
},
{
"tier": "structure",
"label": "cli",
"source": "tree.cargo_main",
"weight": 3
},
{
"tier": "structure",
"label": "library",
"source": "tree.cargo_lib",
"weight": 3
}
],
"artifacts": [
{
"path": "Cargo.toml",
"labels": [],
"ecosystem": "crates"
},
{
"path": "crates/allium-wasm/Cargo.toml",
"labels": [
"library"
],
"ecosystem": "crates"
},
{
"path": "crates/allium/Cargo.toml",
"labels": [
"cli"
],
"ecosystem": "crates"
},
{
"path": "extensions/allium/package.json",
"labels": [
"cli",
"library"
],
"ecosystem": "npm"
},
{
"path": "package.json",
"labels": [],
"ecosystem": "npm"
},
{
"path": "packages/allium-lsp/package.json",
"labels": [
"cli"
],
"ecosystem": "npm"
}
],
"confidence": "high",
"host_extension": false,
"runs_as_process": true,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch crates package 'allium-wasm' from its registry",
"Could not fetch npm package 'allium-vscode' from its registry",
"Could not fetch npm package 'allium-lsp' from its registry",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-08-03T13:09:56.811269Z",
"schema_version": "0.30.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/juxt/allium-tools.svg",
"full_name": "juxt/allium-tools",
"license_state": "standard",
"license_spdx": "MIT"
}