Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 494,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 206026,
"Nix": 33966,
"Just": 7968,
"Rust": 60145,
"Shell": 5703
},
"pushed_at": "2026-07-27T14:18:17Z",
"created_at": "2026-06-26T12:38:51Z",
"owner_type": "Organization",
"updated_at": "2026-07-27T14:24:33Z",
"description": "The hyphence document format — a text-based metadata + body serialization. Canonical spec (RFC 0001) plus Go and (forthcoming) Rust implementations. — read-only mirror of code.linenisgreat.com/hyphence",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": null,
"primary_language": "Go",
"significant_languages": [
"Go",
"Rust",
"Nix"
]
},
"owner": {
"blog": "amarbel.net",
"name": "amarbel llc",
"type": "Organization",
"login": "amarbel-llc",
"company": null,
"location": "United States of America",
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/260668089?v=4",
"created_at": "2026-02-10T12:45:42Z",
"is_verified": null,
"public_repos": 56,
"account_age_days": 167
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-06-28T11:58:38Z"
}
],
"recent_commits": [
{
"oid": "00809a12807139553b430dbd0219ee8e31f2ae74",
"body": "…and the corpus\n\nDocument::decode returned Err(InlineBodyWithAtReference) when a document\ncarried both an `@` blob-reference line and a body section. Go does not:\nits Reader succeeds and the caller cross-checks (hyphence validate tests\nSawAtLine against SawBody). The shared vector corpus documents t\n[…]\n the export\nsurface piggy publishes deliberately.\n\nSigned-off-by: Clown <clown@linenisgreat.com>\nClown 0.4.2+5572295\nhttps://code.linenisgreat.com/clown/commit/5572295fd3f19de82cb76181f75197ed95607fbf",
"is_bot": false,
"headline": "fix(rust): move the @-line-plus-body rule out of decode, matching Go …",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-27T14:12:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a0e3738f3533d6f3aef010c2fbf4bc3562e8169c",
"body": "Both parsers give FieldName and BlobContent the same `String / Ident` body,\nwhich reads as collapsible duplication. It is not: this file pairs every\n.peg rule with a same-named method so a reader can diff it against the\ngrammar rule by rule, and these are two distinct rules governing unrelated\nthing\n[…]\nem and\ntake the traceability with it.\n\nCloses #11\n\nSigned-off-by: Clown <clown@linenisgreat.com>\nClown 0.4.2+5572295\nhttps://code.linenisgreat.com/clown/commit/5572295fd3f19de82cb76181f75197ed95607fbf",
"is_bot": false,
"headline": "docs: explain why FieldName and BlobContent keep identical bodies",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-27T13:14:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c09f3e4666cd10d59b6ef61f59f6247b8f8baec7",
"body": "RFC 0002/0003 carried three factual errors this change corrects, using the\ndated-revision-note convention rather than rewriting history:\n\n- The productions were framed as \"reused verbatim from 0014-trellis.peg\",\n citing cutting-garden as the definition site. Backwards: cutting-garden\n imports hyph\n[…]\nmmar export downstream consumers stage.\n\nRefs #11\n\nSigned-off-by: Clown <clown@linenisgreat.com>\nClown 0.4.2+5572295\nhttps://code.linenisgreat.com/clown/commit/5572295fd3f19de82cb76181f75197ed95607fbf",
"is_bot": false,
"headline": "docs: record the ownership inversion, strict digest, and piggy citations",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-27T13:14:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "553da8956b2af504ee7513365967e12382d46e08",
"body": "Before this, the content grammar existed only as a .peg validated by\nlanglang: `Ident`, `IdentRune`, `Reserved`, `SigilRune`, `Bareword`,\n`MarklTerm`, `DigestTerm` and `FieldName` appeared in no Go or Rust\nsource at all, and both impls treated line content as an opaque string\n(go/hyphence/type_diges\n[…]\ncannot tell \"passed\" from \"never ran\").\n\nRefs #11\n\nSigned-off-by: Clown <clown@linenisgreat.com>\nClown 0.4.2+5572295\nhttps://code.linenisgreat.com/clown/commit/5572295fd3f19de82cb76181f75197ed95607fbf",
"is_bot": false,
"headline": "feat: implement the RFC 0002/0003 content grammar in Go and Rust",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-27T13:14:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "068c3831f34ebec5ea1a1833abba748879c51e22",
"body": "… digest\n\nhyphence-content.peg is the OWNER of the doddish content productions\n(Ident, IdentRune, Reserved, SigilRune, Bareword, MarklTerm, DigestTerm,\nFieldName, SP, SP1) — they are RFC 0002/0003's own content grammar. The\nprior \"vendored from cutting-garden's 0014-trellis.peg\" framing had the\ndepe\n[…]\nwithout reaching into this source tree.\n\nRefs #11\n\nSigned-off-by: Clown <clown@linenisgreat.com>\nClown 0.4.2+5572295\nhttps://code.linenisgreat.com/clown/commit/5572295fd3f19de82cb76181f75197ed95607fbf",
"is_bot": false,
"headline": "grammar: own the doddish productions, import piggy primitives, strict…",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-27T13:14:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "aaa123983662db7cab4221f8e5afd3331001cc14",
"body": null,
"is_bot": false,
"headline": "bump transitive flake inputs",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-21T18:15:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6605c4d74dff4709844146f7a33eecd5105af70b",
"body": null,
"is_bot": false,
"headline": "bump transitive flake inputs",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-21T14:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea93e0b9a36dd8dad0ec3bdf669311cf9d31e971",
"body": "Bump version.env to 0.4.0 for the next go-module tag. go/v0.4.0 is the\nfirst tag containing ea7f1e0 (purse-first requires migrated to their\nrenamed code.linenisgreat.com paths), so proxy consumers pinning real\ntags stop inheriting the old-path dewey via go/v0.3.0's go.mod.\n\n🤡 Generated with Clown 0.3.22+dirty (https://code.linenisgreat.com/clown/commit/dirty)",
"is_bot": false,
"headline": "chore: release go/v0.4.0",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-20T18:33:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea7f1e0933f9fecfb85e09a7dd5d481fa31c1592",
"body": "…at.com/purse-first\n\nWave 3 B1 leg: hyphence's only wave-3 require is purse-first/libs/dewey,\nbumped to v0.5.0 (purse-first master 20f89c28ebf95f9ed6bab2f13101d7af8d27cb03).\n\n- go/gomod.nix: rewrote the goFlakeInputs bridge key\n (github.com/amarbel-llc/purse-first/libs/dewey ->\n code.linenisgreat.\n[…]\nnix-check, test-go, test-rust,\ntest-bats, validate-grammar, test-grammar-vectors, lint-go, lint-worktree)\ngreen.\n\n🤡 Generated with Clown 0.3.22+dirty (https://code.linenisgreat.com/clown/commit/dirty)",
"is_bot": false,
"headline": "rename: migrate github.com/amarbel-llc/purse-first -> code.linenisgre…",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-20T15:47:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f585a0a7bc1365f40fbcc8593643f39834277d30",
"body": "Sasha's ruling: TrailingComment's required leading space before `%` was\nnever load-bearing — `%` is already `Reserved`, so it can never appear\nunquoted inside an Ident/Bareword/FieldName, and String consumes its\nown `%` whole (\"50% off\" parses as one token). `%` is self-delimiting\nagainst every cont\n[…]\nd — review delegated to bright-olive (cutting-garden),\nsame flow as hyphence#7/#9.\n\nSigned-off-by: Clown <noreply@anthropic.com>\n🤡 Clown 0.3.22+dirty — https://code.linenisgreat.com/clown/commit/dirty",
"is_bot": false,
"headline": "rfc: hyphence supports glued trailing comments — drop the required SP",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-20T12:38:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2e9639e97ec57569e4ce5ae614624cd061a80d3d",
"body": "goimports/gofumpt run from the tree root have no go.mod to resolve\nagainst, which can SILENTLY DELETE imports whose package name differs\nfrom its path's last segment — confirmed as a live hazard in langlang\n(langlang/conformist.nix), which broke 5 test packages before being\ncaught. Applying the same\n[…]\nir-module conformist\nadopters (madder, dodder, chrest, piggy, hyphence, crap, purse-first)\nfor this same hazard.\n\n🤡 Generated with Clown 0.3.22+dirty (https://code.linenisgreat.com/clown/commit/dirty)",
"is_bot": false,
"headline": "conformist: scope goimports/gofumpt cwd to go/ (workingDir)",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-19T20:16:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0d2a7f6e576a71e517d8143dc366f2b3651ab3df",
"body": "langlang migrated to the forge (code.linenisgreat.com/langlang, GitHub is\nnow a push mirror). Repoint the `langlang` input from\n`github:amarbel-llc/langlang` to\n`https://code.linenisgreat.com/langlang/archive/master.tar.gz`, matching\nthe tarball form already used by every other input in this flake. \n[…]\nock changed. Verified .#checks.x86_64-linux.formatting and\n.#validate-grammar both build clean on the new input.\n\n🤡 Generated with Clown 0.3.22+dirty (https://code.linenisgreat.com/clown/commit/dirty)",
"is_bot": false,
"headline": "flake: repoint langlang input to forge tarball",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-19T16:50:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8b3c1b3be0ab2156207c062e7705951ac571e4b7",
"body": "The forge is canonical (eng conformist+forge program, module-rename\npilot); the go.mod module line, all internal imports, the flake's\ngo-pkgs bridge comment, and conformist.nix's key-derivation note move\ntogether. version.env bumps 0.2.0 -> 0.3.0 — the path change is\nconsumer-visible, and the migrat\n[…]\natting, go-test),\ntest-go, test-rust, test-bats, validate-grammar, test-grammar-vectors,\nlint-go, lint-worktree.\n\n🤡 Generated with Clown 0.3.22+dirty (https://code.linenisgreat.com/clown/commit/dirty)",
"is_bot": false,
"headline": "go: rename module to code.linenisgreat.com/hyphence/go",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-19T14:52:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0dddbc0b5e76d93296ecf6393103ef43989f55c0",
"body": "…ng -input\n\nhyphence#9: closes the gap where validate-grammar only checked\ndocs/rfcs/hyphence-content.peg is well-formed, never that real\nhyphence content actually parses under it.\n\nAdds go/hyphence/grammar_vectors_test.go (TestGrammarVectors,\n//go:build test): decodes each content-grammar-relevant \n[…]\nrged — review delegated to bright-olive (cutting-garden),\nsame flow as hyphence#7.\n\nSigned-off-by: Clown <noreply@anthropic.com>\n🤡 Clown 0.3.22+dirty — https://code.linenisgreat.com/clown/commit/dirty",
"is_bot": false,
"headline": "test: cross-check RFC vectors against hyphence-content.peg via langla…",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-19T01:32:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3716d65580de4a438d469775f17139a1214118fe",
"body": "Adds docs/rfcs/hyphence-content.peg, formalizing RFC 0002's content\ngrammar as amended by RFC 0003's lock grammar into a real PEG that\nlanglang can validate. Vendors the trellis productions RFC 0002/0003\ncite by reference (Ident, IdentRune, Reserved, String, Bareword,\nDigestTerm, MarklTerm, FieldNam\n[…]\n flake.lock closures the naive wiring introduced.\n\nCloses linenisgreat/hyphence#7.\n\nSigned-off-by: Clown <noreply@anthropic.com>\n🤡 Clown 0.3.22+dirty — https://code.linenisgreat.com/clown/commit/dirty",
"is_bot": false,
"headline": "rfc: extract hyphence content grammar into a langlang-validated .peg",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-19T00:05:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "60d2ff9fd5cbc98b99e3dd1418a0e9bd57e8d815",
"body": "…d MarklId, field residence\n\nFour items from Sasha's follow-up ruling, all bundled into RFC 0003\nrather than split out:\n\n1. **Reference aliasing: truth and direction.** RFC 0002 §Reserved:\n reference aliasing called `<` aliasing \"reserved, unspecified\" —\n it's real and shipping, but it's a *bind\n[…]\nroved by pennywise (cutting-garden/bright-olive).\n\nCloses linenisgreat/hyphence#6.\n\nSigned-off-by: Clown <noreply@anthropic.com>\n🤡 Clown 0.3.22+dirty — https://code.linenisgreat.com/clown/commit/dirty",
"is_bot": false,
"headline": "docs(rfcs): RFC 0003 revision — binding direction, spacing, structure…",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-18T23:10:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d67500e1cfc3a51186abfe0570e5597e56fbaf7f",
"body": "…grammar)\n\nImplements Sasha's ruling on linenisgreat/hyphence#6: a locked value\nis not a hyphence-level construct with its own suffix grammar — it is\nan ordinary purpose-full markl id (`[purpose@]format-data`, madder\nRFC 0002 / markl-id(7) §STRUCTURE), admitted as one atomic `Ident`\nnow that cutting\n[…]\nlow-up.\n\nNot merged — review delegated to pennywise (cutting-garden/bright-olive).\n\nSigned-off-by: Clown <noreply@anthropic.com>\n🤡 Clown 0.3.22+dirty — https://code.linenisgreat.com/clown/commit/dirty",
"is_bot": false,
"headline": "docs(rfcs): RFC 0003 — markl-atomic locks (supersedes RFC 0002 §Lock …",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-18T22:38:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "14dbbcaba544699185c7d53f5326ddd2cedc2576",
"body": "New docs/man.1/hyphence.md (content landed in the prior commit,\nalready staged when that one was made) covering the four subcommands\n(validate/meta/body/format) with descriptions kept in sync with\ntheir Go source (including the RFC 0002 canonical-order fix from the\nprior commit), the --no-inventory-\n[…]\n: passes man1Src = ./docs/man.1.\n- README.md: layout table now names both manuals.\n\nSigned-off-by: Clown <noreply@anthropic.com>\n🤡 Clown 0.3.22+dirty — https://code.linenisgreat.com/clown/commit/dirty",
"is_bot": false,
"headline": "hyphence: add hyphence(1) CLI manpage",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-18T22:01:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7317f37e8bc8db6b50107b6f4a96ba2a6c7a59c6",
"body": "Found while drafting the hyphence(1) manpage: go/hyphence/\ncanonicalize.go's canonicalOrder map and go/commands_hyphence/\nformat.go's description both still implemented RFC 0001's old\nfive-bucket canonical order (# -> < -> - -> @ -> !, citing issue\n#128 as unmodeled), even though RFC 0002 §`<` Depre\n[…]\n already specified this order; the\nGo implementation had simply not caught up yet.\n\nSigned-off-by: Clown <noreply@anthropic.com>\n🤡 Clown 0.3.22+dirty — https://code.linenisgreat.com/clown/commit/dirty",
"is_bot": false,
"headline": "hyphence: implement RFC 0002's collapsed canonical order",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-18T22:01:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f85151473704285ae81e4e890500d2ab0b1854d3",
"body": "…ument.TrailingComments\n\nPer review: the Go reference implementation's Document.TrailingComments\nnames a different concept (document-tail %-prefix comment lines with\nno following non-comment line), not the inline per-line trailing\ncomment this RFC's revision specifies. Added one sentence to the\nSema\n[…]\nyphence#5 to track the naming-collision resolution when\nthat implementation lands.\n\nSigned-off-by: Clown <noreply@anthropic.com>\n🤡 Clown 0.3.22+dirty — https://code.linenisgreat.com/clown/commit/dirty",
"is_bot": false,
"headline": "docs(rfcs): RFC 0002 — disambiguate inline trailing comments from Doc…",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-18T18:26:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "927bb361cadab5d8ec628eb4756878044f818927",
"body": "The tutorial manual only reflected RFC 0001's envelope-level metadata\nlines. Updates:\n\n- `!`/`- ` entries: new space-separated `@digest` lock spelling\n (replacing the old at-join/angle-join forms), the deleted /-shape\n convention, field lines and typed edges (including the id-less\n locked form), \n[…]\nnt grammar, not just\n RFC 0001 for the envelope.\n\nCloses linenisgreat/hyphence#4.\n\nSigned-off-by: Clown <noreply@anthropic.com>\n🤡 Clown 0.3.22+dirty — https://code.linenisgreat.com/clown/commit/dirty",
"is_bot": false,
"headline": "docs(man.7): cover RFC 0002's content grammar",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-18T18:22:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3579658069fa3f86be973bd32d1fb90e016d15da",
"body": "Amended in place per delegated assignment from Sasha (via pennywise,\ncutting-garden/bright-olive): adds a `revised:` frontmatter line\n(RFC-0012-style) rather than a new RFC, since RFC 0002 is still\n`proposed`.\n\nDesign (confirmed):\n\n- Production: `TrailingComment = SP \"%\" (!LF .)*`, on structured lin\n[…]\nded\n to both go/ and rust/ rfc_vectors.txt, Rust harness count bumped\n 11 -> 12.\n\nSigned-off-by: Clown <noreply@anthropic.com>\n🤡 Clown 0.3.22+dirty — https://code.linenisgreat.com/clown/commit/dirty",
"is_bot": false,
"headline": "docs(rfcs): RFC 0002 revised — trailing line comments",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-18T18:21:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "af2c677368d88a85cf552a29061eef4a05f5be2a",
"body": "…ctors\n\nCloses the content-grammar vector-harness gap RFC 0002 left open at\nmerge:\n\n- go/hyphence/document_test.go: add a `document/parse-ok` case to\n `runDocumentVector`, decoding via `Reader`+`MetadataValidator`\n (the full six-prefix envelope decoder) and asserting success.\n- rust/hyphence/src/c\n[…]\n story, replacing the \"left out\" scope-down note.\n\nCloses linenisgreat/hyphence#3.\n\nSigned-off-by: Clown <noreply@anthropic.com>\n🤡 Clown 0.3.22+dirty — https://code.linenisgreat.com/clown/commit/dirty",
"is_bot": false,
"headline": "hyphence: implement document/parse-ok outcome + RFC 0002 lock-form ve…",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-18T18:11:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "73bb72f4b0112cac230ba030c01813caaeaa5c19",
"body": "- README.md layout table: docs/ now holds RFC 0001 *and* RFC 0002, not\n just RFC 0001 (doc-drift finding, this diff adds docs/rfcs/0002-*.md).\n- RFC 0002: link the two followups filed during loose-ends triage —\n linenisgreat/hyphence#3 (content-grammar vector harness: a\n document/parse-ok Go outc\n[…]\nuse they trade normative\nscanability for brevity without removing real redundancy.\n\nSigned-off-by: Clown <noreply@anthropic.com>\n🤡 Clown 0.3.22+dirty — https://code.linenisgreat.com/clown/commit/dirty",
"is_bot": false,
"headline": "docs: pre-merge sweep fixes for RFC 0002",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-18T17:59:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0b4375f5edb24c242586a8bfc518a2735b263fbc",
"body": "1. Semantic Translation: clarify that a Lock on a field line always\n implies the value is a reference (typed edge); locked scalar\n fields (e.g. `- due=\"2026-08-01\" @digest`) are grammatically\n well-formed but their resolution-time meaning is explicitly\n undefined by this RFC, reserved for a \n[…]\ned by pennywise\n(cutting-garden/bright-olive session 25a38ee9, on Sasha's behalf).\n\nSigned-off-by: Clown <noreply@anthropic.com>\n🤡 Clown 0.3.22+dirty — https://code.linenisgreat.com/clown/commit/dirty",
"is_bot": false,
"headline": "docs(rfcs): apply pennywise's two review nits to RFC 0002",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-18T17:59:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "250df12724681fa3a48905a2f15be870fd6050c6",
"body": "…tions\n\nOQ1 (id-less field-lock form not valid trellis FieldPred syntax):\nresolved as \"trellis fixes Value upstream\" — RFC 0014's Value\nproduction gains a DigestTerm alternative, rather than hyphence\ndefining a local, trellis-incompatible extension. FieldRHS = DigestTerm\nis now documented as forward\n[…]\nginal problem statements\nfor provenance, with **Resolved:** dispositions appended.\n\nSigned-off-by: Clown <noreply@anthropic.com>\n🤡 Clown 0.3.22+dirty — https://code.linenisgreat.com/clown/commit/dirty",
"is_bot": false,
"headline": "docs(rfcs): resolve RFC 0002's two Open Questions per Sasha's disposi…",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-18T17:59:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c3edd7f946132729a41e237fd44bcd134380a6a8",
"body": "Layers a metadata-line content grammar on RFC 0001's opaque-content\nseam, specified against cutting-garden's trellis PEG (RFC 0014):\n\n- content reuses trellis's lexical/term productions (Ident, String,\n DigestTerm, FieldName/FieldOp/Value), restricted to trellis's ground\n (espalier) fragment — no \n[…]\nentation code\ntouched this pass, per instruction.\n\nCloses linenisgreat/hyphence#2.\n\nSigned-off-by: Clown <noreply@anthropic.com>\n🤡 Clown 0.3.22+dirty — https://code.linenisgreat.com/clown/commit/dirty",
"is_bot": false,
"headline": "docs(rfcs): draft RFC 0002 — content grammar against trellis",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-18T17:59:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a584450355d761f6d1d7ca8dcbf4c47f95cb74e2",
"body": null,
"is_bot": false,
"headline": "bump transitive flake inputs",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-17T23:04:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37054cbebdc7e56108051097e207faf78851eb0f",
"body": null,
"is_bot": false,
"headline": "bump transitive flake inputs",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-17T13:01:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8d9c8a2ac32e921d1e977bf984803d6f74f81d4",
"body": "The follows retarget (previous commit) changed the input graph without\nregenerating the lock; the first nix evaluation rewrote it in place,\nleaving the tree dirty and tripping the cascade's dirty-guard\n(\"working tree is dirty — refusing to bump\", the 2026-07-17 rerun).\nShip the lock the inputs change should have carried.\n\n:clown: Clown 0.3.22+1cb8383 — https://code.linenisgreat.com/clown/commit/1cb8383ef3006e1179952e14c7031d8ec2dc127e",
"is_bot": false,
"headline": "flake.lock: sync with the treefmt-nix follows fix",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-17T12:13:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72b9be7a73f0c3f2b4a8bfd5bced6fcb010c9bd2",
"body": "bats retired its treefmt-nix input in the conformist migration\n(bats 6f57aff, eng#246), so every follows anchored on\n\"bats/treefmt-nix\" now hard-fails `nix flake update` with\n\"follows a non-existent input\" — before the cascade's post-update\ndead-follows repair can run (chicken-and-egg; this broke th\n[…]\nigloo/treefmt-nix\" and\ndrop the circular igloo.inputs.treefmt-nix override entirely.\n\n:clown: Clown 0.3.22+1cb8383 — https://code.linenisgreat.com/clown/commit/1cb8383ef3006e1179952e14c7031d8ec2dc127e",
"is_bot": false,
"headline": "flake: fix treefmt-nix follows broken by bats dropping the input",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-17T11:46:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "15b3b368d147ed33e358d5a6c81085dc52d14a7c",
"body": "bats: cc40860 → ?\nconformist: 2099b7b → ?\ndoppelgang: 9ea116b → ?\nigloo: e04bba9 → ?\npurse-first: 2c7eac2 → ?",
"is_bot": false,
"headline": "bump flake inputs: bats, conformist, doppelgang (+2 more)",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-17T02:20:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1094142c91b071ab51558cacca757d5f21cb1326",
"body": "bats: cdaa14c → cc40860\ndoppelgang: 0668f76 → 9ea116b\npurse-first: 4d3361c → 2c7eac2",
"is_bot": false,
"headline": "bump flake inputs: bats, doppelgang, purse-first",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-16T12:19:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac83d725039cefa11475adb8ebd3467494aab9a5",
"body": "bats: 5a5ed04 → cdaa14c\nconformist: ffaed59 → 2099b7b\ndoppelgang: 84565f1 → 0668f76\npurse-first: 7e15e98 → 4d3361c",
"is_bot": false,
"headline": "bump flake inputs: bats, conformist, doppelgang (+1 more)",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-15T11:14:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db4afe4c6afe1c879385d1d5d2fd89ce5a3a27a3",
"body": null,
"is_bot": false,
"headline": "bump transitive flake inputs",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-14T19:50:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0885d44799faafe7f79f5cf5a863d77be0d5184",
"body": "bats: cd0e743 → 5a5ed04\nconformist: 1985c0c → ffaed59\ndoppelgang: 6a807f4 → 84565f1\npurse-first: f3ad3d5 → 7e15e98",
"is_bot": false,
"headline": "bump flake inputs: bats, conformist, doppelgang (+1 more)",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-14T14:55:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99ddf26980c8bc23e64b30cd25e61bf3a0b604ca",
"body": "bats: 99b2c2b → cd0e743\npurse-first: 6c645d3 → f3ad3d5",
"is_bot": false,
"headline": "bump flake inputs: bats, purse-first",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-14T01:52:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28b23b1f0cf57bade22e1682665def2ff93210b5",
"body": "bats: ea3ac3d → 99b2c2b\nconformist: 726b745 → 1985c0c\ndoppelgang: 09c838c → 6a807f4\nigloo: 0dab674 → e04bba9\npurse-first: 1944718 → 6c645d3",
"is_bot": false,
"headline": "bump flake inputs: bats, conformist, doppelgang (+2 more)",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-13T14:11:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "549344ec430f25af7994f732960d9fcc85c50d03",
"body": "bats: 7f64db7 → ea3ac3d\ndoppelgang: 9a66f12 → 09c838c\nigloo: d1c081d → 0dab674\npurse-first: bc7607f → 1944718",
"is_bot": false,
"headline": "bump flake inputs: bats, doppelgang, igloo (+1 more)",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-12T22:04:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b65d3085a9fb40d7617dd84440bb38cd7055d5e",
"body": "conformist: ef129f0 → 726b745\npurse-first: 0f5efda → bc7607f",
"is_bot": false,
"headline": "bump flake inputs: conformist, purse-first",
"author_name": "sfriedenberg-etsy",
"author_login": "sfriedenberg-etsy",
"committed_at": "2026-07-08T10:17:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c77a037c070ebb60bbdcbc862bf71c5ed2d518d",
"body": "bats: bef4c81 → 7f64db7\nconformist: eb3ec70 → ef129f0\ndoppelgang: de902f0 → 9a66f12\nigloo: 991d36f → d1c081d\npurse-first: 50a4659 → 0f5efda",
"is_bot": false,
"headline": "bump flake inputs: bats, conformist, doppelgang (+2 more)",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-06T13:27:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b16332a3381a8cd6ed851301f04489451e95a442",
"body": "bats: 0004521 → bef4c81\nconformist: 56ea0df → eb3ec70\ndoppelgang: 50777bc → de902f0\nigloo: e27cfa4 → 991d36f\npurse-first: 0b98141 → 50a4659",
"is_bot": false,
"headline": "bump flake inputs: bats, conformist, doppelgang (+2 more)",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-06T11:31:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25ab11fc413638091e12585ccf5d957263316a3d",
"body": "bats: 70141ac → 0004521\nconformist: 14ce434 → 56ea0df\ndoppelgang: e07fe4f → 50777bc\nigloo: 534b764 → e27cfa4\npurse-first: 4bf4c5f → 0b98141",
"is_bot": false,
"headline": "bump flake inputs: bats, conformist, doppelgang (+2 more)",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-06T03:51:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fdb40a6888517c9caadbd929f0074aee20a4782",
"body": "purse-first: 400e71c → 4bf4c5f",
"is_bot": false,
"headline": "bump flake inputs: purse-first",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-05T11:20:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d091ab2dddaa368f84410e3d190ca42fbbae9f3",
"body": "doppelgang: 3166a11 → e07fe4f",
"is_bot": false,
"headline": "bump flake inputs: doppelgang",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-04T14:25:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91c847461d419c2e5203bcfbaba2330f7a4e3db5",
"body": "purse-first: cb8b767 → 400e71c",
"is_bot": false,
"headline": "bump flake inputs: purse-first",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-04T11:51:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01d9ea43ec3bdfc9952e797bc1331e58d7941d87",
"body": "Part of the eng tier-B convergence, proven on madder: the pre-commit\ncodegen lane cannot heal a cascade bump commit (its store-pinned driver\npredates the bump), while the merge-repair phase runs against the\nrebuilt post-bump devshell and can — but only if the repo exposes its\nown hermetic repair hoo\n[…]\n devShell PATH (threaded through go/default.nix like its preCommit\nsibling).\n\nSigned-off-by: Clown 0.3.16+9d7b6e7 <https://github.com/amarbel-llc/clown/commit/9d7b6e79f3c317e0871419be6ae1ac3efcc8e124>",
"is_bot": false,
"headline": "expose build.repair for merge-time self-healing (eng tier-B)",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-04T11:30:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b61fe23ae2dfd6328ce8788824d87f4f490a07c5",
"body": null,
"is_bot": false,
"headline": "refresh flake.lock",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-07-03T18:22:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58d066d517180d9aebab826771c1dfcb36bc408d",
"body": "The madder cutover needs TypedBlob.{Type,BlobDigest} to carry madder's native\nids.TypeStruct / markl.Id (with their markl-specific methods), which the opaque\nstring Type/Digest cannot. Make TypedBlob and the typed-coder layer generic over\nthe type-tag (T, *T via the typePtr constraint) and the diges\n[…]\nthe\nnon-default + conformance + coder tests pass.\n\n:clown: Generalized by Clown (clown 0.3.14+b81a09d, built from\nhttps://github.com/amarbel-llc/clown/commit/b81a09dfd758000cf35091f5837e5136713e39c8).",
"is_bot": false,
"headline": "hyphence: make TypedBlob generic over type-tag + digest; release 0.2.0",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-06-28T13:02:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cf3d7dc3314acfa95e2232c17c1c20d66d11c3d6",
"body": "Bump the conformist flake input to master (12876589 -> 9ff9be8), which adds the\ngit-remotes repair-command (#68) and the first-class clippy linter (#69).\n\nEnable clippy on the Rust crate via the impure conformist overlay\n(linters.clippy.enable + workspace = true, since the repo root is a virtual\nwor\n[…]\n impure lint lane runs clippy + git-remotes clean.\n\n:clown: Integrated by Clown (clown 0.3.14+b81a09d, built from\nhttps://github.com/amarbel-llc/clown/commit/b81a09dfd758000cf35091f5837e5136713e39c8).",
"is_bot": false,
"headline": "build: integrate conformist #68 (git-remotes repair) + #69 (clippy)",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-06-28T12:47:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3a320764fed2893817142d6ee9381d00063b5e61",
"body": "…round 2)\n\nRound 2 of the hyphence extraction from madder — the hyphence-side\nprerequisites for the madder CLI cutover.\n\nH1 — man page: docs/man.7/hyphence.md title HYPHENCE(7) Madder -> Hyphence.\n\nH2 — go-pkgs producer: go/gomod.nix now returns {goPkgs, goFlakeInputs} (was\npure-consumer); flake.nix\n[…]\n go-pkgs build; go vet + go test + cargo test pass.\n\n:clown: Extracted by Clown (clown 0.3.14+b81a09d, built from\nhttps://github.com/amarbel-llc/clown/commit/b81a09dfd758000cf35091f5837e5136713e39c8).",
"is_bot": false,
"headline": "cli: extract the hyphence CLI + go-pkgs producer + man retitle (#253 …",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-06-28T12:40:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dda0483d9f3d1da3b96bbe616159720aca5d8a17",
"body": "Upstream the zero-dependency Rust RFC-0001 implementation from\namarbel-llc/mephisto (v2-rust/hyphence/) into rust/hyphence/, the sibling of\ngo/hyphence/, and gate it alongside the Go impl in one merge:\n\n- rust/hyphence/: the envelope crate (Document::{decode,encode}, Prefix /\n MetadataLine, a typed\n[…]\ndevShell `cargo test` passes 8 tests incl conformance.\n\n:clown: Landed by Clown (clown 0.3.14+b81a09d, built from\nhttps://github.com/amarbel-llc/clown/commit/b81a09dfd758000cf35091f5837e5136713e39c8).",
"is_bot": false,
"headline": "rust: land the Rust hyphence impl + wire it into the build",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-06-28T11:58:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8d35e806e9f7437d7c91058346167e2fc86c6227",
"body": "Place the canonical spec docs under docs/, copied verbatim from\namarbel-llc/madder@master (the pre-redirect-stub originals):\n\n- docs/rfcs/0001-hyphence.md normative format specification\n- docs/man.7/hyphence.md tutorial / reference man page\n- docs/plans/2026-05-02-hyphence-owne\n[…]\nt format lane), so they don't affect the build gate.\n\n:clown: Imported by Clown (clown 0.3.14+b81a09d, built from\nhttps://github.com/amarbel-llc/clown/commit/b81a09dfd758000cf35091f5837e5136713e39c8).",
"is_bot": false,
"headline": "docs: import hyphence spec docs (RFC 0001, man.7, design plans)",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-06-28T11:42:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0ab4d883ed7ccef18689e33c232b4482a06f0678",
"body": "… conformist)\n\nWire the build/repo scaffolding around the already-committed dewey-only Go\nformat library under go/hyphence:\n\n- go/go.mod + go/go.sum + go/gomod2nix.toml: module\n github.com/amarbel-llc/hyphence/go, go 1.26, single direct dep\n dewey v0.3.2 bridged via go/gomod.nix (flake-input-go_mo\n[…]\nct dep) to work around amarbel-llc/gomod2nix#15.\n\n:clown: Bootstrapped by Clown (clown 0.3.14+b81a09d, built from\nhttps://github.com/amarbel-llc/clown/commit/b81a09dfd758000cf35091f5837e5136713e39c8).",
"is_bot": false,
"headline": "build: bootstrap repo scaffolding (igloo flake, gomod2nix, sweatfile,…",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-06-28T11:30:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d5668c336b7ffd533c36015ffc79cc1af4ec1d28",
"body": null,
"is_bot": false,
"headline": "add go",
"author_name": "friedenberg",
"author_login": "friedenberg",
"committed_at": "2026-06-28T10:53:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e78f23d909b61605c90014dc181ceed4464bc57",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Sasha F",
"author_login": "friedenberg",
"committed_at": "2026-06-26T12:38:52Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 51,
"latest_release_at": "2026-06-28T11:58:38Z",
"latest_release_tag": "v0.1.0",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 5,
"days_since_latest_release": 29,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "code.linenisgreat.com/hyphence/go",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": null,
"registry_url": "https://pkg.go.dev/code.linenisgreat.com/hyphence/go",
"is_deprecated": false,
"latest_version": "v0.4.0",
"repository_url": null,
"versions_count": 4,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T18:33:55Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": true,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"justfile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"go/go.mod",
"rust/hyphence/Cargo.toml"
],
"largest_source_bytes": 28744,
"source_files_sampled": 70,
"oversized_source_files": 0,
"agent_instruction_files": [
"go/hyphence/AGENTS.md"
],
"agent_instruction_max_bytes": 3013
},
"dependencies": {
"manifests": [
"Cargo.toml",
"go/go.mod"
],
"advisories": {
"error": null,
"scope": null,
"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": [
"crates",
"go"
],
"dependencies": [
{
"name": "code.linenisgreat.com/purse-first/libs/dewey",
"manifest": "go/go.mod",
"ecosystem": "go",
"version_constraint": "v0.5.0"
},
{
"name": "mvdan.cc/sh/v3",
"manifest": "go/go.mod",
"ecosystem": "go",
"version_constraint": "v3.13.1"
}
],
"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": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "friedenberg",
"commits": 55,
"avatar_url": "https://avatars.githubusercontent.com/u/181492?v=4"
},
{
"type": "User",
"login": "sfriedenberg-etsy",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/239646900?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.982
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock",
"go.sum"
],
"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": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 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": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"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": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "00809a12807139553b430dbd0219ee8e31f2ae74",
"ran_at": "2026-07-27T18:56:23Z",
"aggregate_score": 2,
"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-27T14:18:18Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/amarbel-llc/hyphence",
"host": "github.com",
"name": "hyphence",
"owner": "amarbel-llc"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"security": 20,
"vitality": 62,
"community": 12,
"governance": 33,
"engineering": 44
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 62,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"commits_last_year": 51,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "51 commits in the last year",
"points": 15.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 51
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v0.1.0",
"releases_from_tags": true,
"days_since_latest_release": 29,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 29 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 29
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"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": "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": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 1,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"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": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 33,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.982
},
"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 98% of commits",
"points": 0.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 98
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"followers": 0,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "amarbel-llc",
"public_repos": 56,
"account_age_days": 167
},
"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": "0 followers of amarbel-llc",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "amarbel-llc"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "56 public repos, account ~0 yr old",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 56
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"code.linenisgreat.com/hyphence/go"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 7
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 7 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 7
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "4 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 4
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 44,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": false,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 20,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 20,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 2
},
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"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": 80,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.768,
"agent_instruction_files": [
"go/hyphence/AGENTS.md"
],
"agent_instruction_max_bytes": 3013
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "go/hyphence/AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "go/hyphence/AGENTS.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "43 of 56 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 43,
"sampled": 56
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 68,
"inputs": {
"has_nix": true,
"has_tests": true,
"lockfiles": [
"Cargo.lock",
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"justfile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"go/go.mod",
"rust/hyphence/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "justfile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "justfile"
}
}
],
"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": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Nix, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Nix, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 56",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 56
}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 28744,
"source_files_sampled": 70,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/70 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 70,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-27T18:56:28.413786Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/amarbel-llc/hyphence.svg",
"full_name": "amarbel-llc/hyphence",
"license_state": "absent",
"license_spdx": null
}