Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"unicode",
"emoji",
"grapheme",
"library",
"unicode-emoji",
"unicode-symbols",
"grapheme-cluster",
"uts-algorithm",
"wcwidth",
"hacktoberfest",
"cpp"
],
"is_fork": false,
"size_kb": 1513,
"has_wiki": true,
"homepage": null,
"languages": {
"C": 15216,
"C++": 561319,
"CMake": 28792,
"Ragel": 3385,
"Shell": 5904,
"PowerShell": 2519
},
"pushed_at": "2026-07-19T00:23:40Z",
"created_at": "2020-05-16T15:13:30Z",
"owner_type": "Organization",
"updated_at": "2026-07-19T00:23:41Z",
"description": "Modern C++20 Unicode library",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "C++",
"significant_languages": [
"C++"
]
},
"owner": {
"blog": "https://contour-terminal.org/",
"name": "Contour Terminal Emulator",
"type": "Organization",
"login": "contour-terminal",
"company": null,
"location": "Germany",
"followers": 60,
"avatar_url": "https://avatars.githubusercontent.com/u/86773043?v=4",
"created_at": "2021-07-01T08:57:48Z",
"is_verified": null,
"public_repos": 23,
"account_age_days": 1850
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.9.2",
"kind": "patch",
"published_at": "2026-07-19T00:33:01Z"
},
{
"tag": "v0.9.1",
"kind": "patch",
"published_at": "2026-07-15T22:53:30Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2026-04-09T00:00:04Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2026-02-16T23:20:09Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2025-12-22T21:12:39Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2024-09-30T13:40:16Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2024-09-17T16:38:17Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2023-11-27T20:44:07Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2023-03-01T08:02:30Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2023-02-14T22:24:40Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2022-11-13T12:22:38Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2022-11-03T21:54:37Z"
}
],
"recent_commits": [
{
"oid": "5a5b964937a6bfd650775fa76077b0b254f148c0",
"body": "Signed-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "Prepare for 0.9.2 release",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-07-19T00:22:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e182e794f00ccce17552de23f126cb63eaae3709",
"body": "…owup\n\nFix grapheme cluster widths that disagree with wcwidth",
"is_bot": false,
"headline": "Merge pull request #137 from contour-terminal/fix/wcwidth-parity-foll…",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-07-19T00:17:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54c19e9ab88552cb1e1b1ebdb71bc497ec197e50",
"body": "The workflow fired on `release: published`, which meant a release had to already\nexist -- created by hand -- before any artifact could be built for it. Publishing\nfirst and attaching binaries afterwards also leaves a window where the release is\nvisible with nothing to download.\n\nIt now triggers on a\n[…]\ne x86_64 job moves to\nmacos-15-intel; and the checksum step globs `unicode-query-*` instead of `*`, to\nkeep SHA256SUMS from listing itself.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "ci: drive releases from the tag push rather than a published release",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-07-19T00:01:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f9f493175d65192a6b68a012f18882eb615609b8",
"body": "GC_WIDTH_MODE_NON_MODIFIABLE and GC_WIDTH_MODE_MODIFIABLE were described as\ndiffering only in whether variation selectors are honoured. They differ in\nrather more than that: the non-modifiable mode measures a cluster by its base\ncodepoint alone, so spacing marks, viramas, emoji modifiers, ZWJ sequen\n[…]\no\nget variation-selector-independent widths was silently getting a different\ncolumn count for Indic and Arabic text than the renderer uses.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "capi: document what the grapheme cluster width modes actually do",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-07-18T23:52:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "78c73490135bf787a17b78b09ece2c759b992a18",
"body": "…width\n\nscan_text() carried its own idea of how wide a grapheme cluster is: the widest\ncodepoint in it, plus a bump on VS16 and never a reduction on VS15. That\ndisagreed with grapheme_cluster_width() on everything the latter had learned to\nmeasure -- spacing marks, conjuncts, ungated variation selec\n[…]\nhree, and a second\ne-acute took it to six instead of four -- any Greek, Cyrillic or accented text\nafter a wide character was over-measured.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "scan: measure clusters with the same accumulator as grapheme_cluster_…",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-07-18T23:52:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "85aa34fd70d2a7f36b0a43ccdfd540823e1645f2",
"body": "A variation selector is a presentation request, not a width modifier, but it was\nbeing applied on the strength of the accumulated width alone. VS16 therefore\nwidened anything non-zero -- a check mark, an 'x', a bullet, an em dash -- and\nVS15 narrowed anything two columns wide, including CJK ideograp\n[…]\n tests were all in Linker and so proved nothing;\nGurmukhi, Tamil, Kannada and Sinhala conjuncts, which genuinely are outside it,\nare added.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "width: apply variation selectors only where a variation sequence exists",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-07-18T23:52:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "29e30e02d1e4c4b862773681f11c920356f508fb",
"body": "Three table-level corrections, all measured against Python wcwidth 0.8.2:\n\nEmoji variation sequences are now parsed out of the UCD and recorded as a\nproperty. wcwidth's VS16_NARROW_TO_WIDE and VS15_WIDE_TO_NARROW tables turn out\nto be exactly the variation bases of width one and of width two respect\n[…]\n-- they are build outputs in the source tree, and an earlier build's\ntable silently outvoted the generator that was supposed to produce it.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "tablegen: derive emoji variation bases, narrow the rendered format rule",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-07-18T22:34:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9a777a9f41edf1bd4a5a127a961701b19ff4eb25",
"body": "width: measure a grapheme cluster the way wcwidth does",
"is_bot": false,
"headline": "Merge pull request #136 from contour-terminal/feature/zwj-cluster-width",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-07-18T21:51:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1437cdf411b9f758bba616f01942e334288a53aa",
"body": "The windows-latest image moved from 20260624.560 to 20260707.563, which\nbrought CMake 4.4.0. CMake 4.4 parses -Werror=<category> as a CMake CLI\noption, and vcpkg's benchmark portfile passed -Werror=old-style-cast\nintending it as a compiler flag, so configuring the benchmark dependency\nnow fails with\n[…]\n.9.0 -> 3.15.2; both still satisfy the\nversion>= constraints. vcpkg is only used by the Windows job, so the other\nplatforms are unaffected.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "CI: bump vcpkg to 03e366fb to unbreak the Windows build",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-07-18T20:53:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3794e349fbdd7e959eb75c8c2903ed63fd1bc545",
"body": "grapheme_cluster_width() took the base codepoint's width and let only a\nvariation selector override it. That is not how the applications measuring us\ncount columns, and the gap was not small: Indic text was consistently one\ncolumn narrow, because neither of the two things that widen an Indic cluster\n[…]\n00% ( 16 errors -> 0)\n skin tone 0.00% -> 100.00% ( 5 errors -> 0)\n wide 99.01% -> 100.00% ( 5 errors -> 0)\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "width: measure a grapheme cluster the way wcwidth does",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-07-18T20:17:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cd7d5708b28948fa6f303f22f721be34c8335f54",
"body": "Signed-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "Prepare for 0.9.1 release",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-07-15T22:53:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01a12ac8f46e6f2d4451a10a19cb0c0f0f1e1ed3",
"body": "…1-controls\n\nscan_text: stop at C1 control bytes at a character boundary",
"is_bot": false,
"headline": "Merge pull request #135 from contour-terminal/fix/scan-text-stop-at-c…",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-07-15T22:50:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a1666aa2f1e7d33c066ab9c560e596dd99818df",
"body": "…smatch\n\nThe non-Release build types enable -D_GLIBCXX_DEBUG (top-level\nCMakeLists.txt), which changes the libstdc++ ABI of std::string,\nstd::vector and friends. Fedora used the catch-devel system package,\nwhich is compiled without that macro. Linking the two mixes\nincompatible layouts, corrupting C\n[…]\n6:\nCatch2 3.4.0 builds cleanly under -Werror and unicode_test passes all\n1104 assertions across 206 test cases with the gcc-release preset.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "CI: build Catch2 from source on Fedora to avoid _GLIBCXX_DEBUG ABI mi…",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-07-15T14:09:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a6d32ecb50521d6fb99eb98496c693a412b8873c",
"body": "Fedora's google-benchmark-devel ships a benchmarkConfig.cmake that does\nfind_dependency(PFM), pulling in FindPFM.cmake which searches for\nPFM_LIBRARY and PFM_INCLUDE_DIR. Those are provided by libpfm-devel,\nwhich was not in the Fedora package list, so `find_package(benchmark\nREQUIRED)` in cmake/Thir\n[…]\nith:\n\n Could NOT find PFM (missing: PFM_LIBRARY PFM_INCLUDE_DIR)\n\nAdd libpfm-devel to the Fedora dependencies so configuration succeeds.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "CI: install libpfm-devel on Fedora to satisfy benchmark dependency",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-07-15T13:30:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cad5804ceb84e987c1b7c47084474572f5556df7",
"body": "scan_text() already stops at a C0 control (< 0x20) so a terminal parser\ncan interpret it, but it does not stop at a C1 control (0x80..0x9F): it\nruns those through the UTF-8 decoder, where a stray one is an encoding\nerror and is emitted as U+FFFD and consumed.\n\nThat is inconsistent -- C0 and C1 are b\n[…]\nthe new behaviour with LIBUNICODE_SCAN_TEXT_STOPS_AT_C1_CONTROLS\nso a downstream parser can drop its own guard once it builds against this.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "scan_text: stop at C1 control bytes at a character boundary",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-07-15T13:07:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a8efb9b960f97738b2b421da850b408243029ca1",
"body": "Fix SSE4.1/AVX flags not applied on FreeBSD (amd64)",
"is_bot": false,
"headline": "Merge pull request #133 from contour-terminal/fix-freebsd-amd64-sse41",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-06-28T11:20:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c5bc2277ef14fa1f8f959b05608d32e86570aef",
"body": "Exclude #pragma GCC in MSVC builds",
"is_bot": false,
"headline": "Merge pull request #131 from YexuanXiao/patch-1",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-06-28T11:19:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "928954e9748f7f97e3e7fd0f93f147a67e4c3acd",
"body": "The SIMD compile-flag block was guarded by a case-sensitive match on\nCMAKE_SYSTEM_PROCESSOR (\"x86_64\" or \"AMD64\"). FreeBSD (and other BSDs)\nreport the processor as lowercase \"amd64\", so the block was skipped and\n-msse4.1 was never applied to convert.cpp. Because the x86 intrinsics in\nintrinsics.h ar\n[…]\nse4.1'\n\nNormalize CMAKE_SYSTEM_PROCESSOR to lowercase before comparing, matching\nx86_64/amd64 across Linux, Windows, and the BSDs.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix SSE4.1/AVX flags not applied on FreeBSD (amd64)",
"author_name": "Yaraslau Tamashevich",
"author_login": null,
"committed_at": "2026-06-05T08:22:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0111cf242b678f477e25990d26876ed48d6e48f8",
"body": null,
"is_bot": false,
"headline": "Exclude `#pragma GCC` in MSVC builds",
"author_name": "Yexuan Xiao",
"author_login": "YexuanXiao",
"committed_at": "2026-05-14T00:01:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5fba5e4540347f97bae53dbfad05b665b6199ec",
"body": null,
"is_bot": false,
"headline": "Exclude `#pragma GCC` in MSVC builds",
"author_name": "Yexuan Xiao",
"author_login": "YexuanXiao",
"committed_at": "2026-05-13T23:51:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25648e888e2433604c3e6f392796910f761d2285",
"body": "Signed-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "Fix 0.9.0 version in CMakeLists.txt ;-(",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T23:58:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b503a32b581be6c43f4a2095f6aeea25ae9ca40b",
"body": "Signed-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "drop also obsolete pylintrc",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T22:38:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29fbcef189c1eeb945db77bfd737ad17b4e1b2d0",
"body": "Signed-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "cleanup",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T22:30:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d5a6ce6274849cdcd147ec6f6d9602095887ac6",
"body": "…gmentation\n\nword: implement UAX #29 Word Boundary segmentation (fixes #6)",
"is_bot": false,
"headline": "Merge pull request #129 from contour-terminal/feature/issue-6-word-se…",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T22:30:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44fec0666830f2ad1222eb4ad28e38b28da2543b",
"body": "Replace the placeholder word_segmenter (simple whitespace splitting) with\na full UAX #29 Word Boundary algorithm implementation.\n\nData pipeline changes:\n- Parse WordBreakProperty.txt in UCD parser\n- Add Word_Break field to codepoint_properties (9→10 bytes)\n- Generate Word_Break data in multistage ta\n[…]\nconformance tests pass,\nplus 20 targeted unit tests covering contractions, numbers, emoji,\nHebrew, Katakana, regional indicators, and more.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "word: implement UAX #29 Word Boundary segmentation (fixes #6)",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T22:19:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d6e12073122e113d4d4b25c2487af02cd8f77cb7",
"body": "…o-width\n\nwidth: set conjoining Hangul V/T Jamo to zero width",
"is_bot": false,
"headline": "Merge pull request #128 from contour-terminal/fix/issue-32-hangul-jam…",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T19:34:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e7018484aa9943d2e0e23d2e14dbbf0a08d6da6",
"body": "Conjoining Jungseong (Vowel) and Jongseong (Trailing) Jamo combine with\nLeading Jamo (width 2) to form syllable blocks, so they must not\ncontribute additional width. Parse HangulSyllableType.txt from the UCD\nand override char_width to 0 for Hangul_Syllable_Type V and T codepoints.\n\nAffected ranges: \n[…]\n.U+D7C6, U+D7CB..U+D7FB (Hangul Jamo Extended-B).\n\nThis matches the consensus of glibc, xterm, ncurses, and Rust\nunicode-width.\n\nCloses #32\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "width: set conjoining Hangul V/T Jamo to zero width",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T19:22:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5919a033af9acc2dcab275ecf199066420b58736",
"body": "…tf8-conversion\n\nSIMD-accelerated UTF-8 to UTF-32/UTF-16 conversion",
"is_bot": false,
"headline": "Merge pull request #127 from contour-terminal/feature/issue-20-simd-u…",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T18:58:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bfd2cb1f7606f929b64b65c9d6b7597d8d1015b",
"body": "Add ubuntu_arm64 job using GitHub's native ubuntu-24.04-arm runner\nto exercise the NEON SIMD path in CI alongside the existing x86_64\nand macOS ARM64 jobs.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "ci: add Ubuntu ARM64 build job",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T18:51:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4561d42fc551c5c8c0ffeba2eb97aa66c0a03c27",
"body": "Add 11 test cases (88 assertions) covering SIMD boundary sizes,\nASCII-only, multi-byte-only, mixed, interleaved, roundtrip, and\nfrom_utf8 consistency. All pass with both SIMD and scalar fallback.\n\nAdd UTF-8->UTF-32 and UTF-8->UTF-16 benchmarks at various input\nsizes (16B to 1MB) for pure ASCII and mixed content.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "convert: add SIMD conversion tests and benchmarks",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T18:51:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c1f71199ca90a94613ec25488f6d0ee93bff7a0",
"body": "Add convert.cpp, convert256.cpp, convert512.cpp to the library build\nand convert_simd_impl.h to private headers.\n\nFix AVX2/AVX-512 compile flags to use /arch:AVX2 and /arch:AVX512 on\nMSVC instead of the GCC/Clang -mavx2 / -mavx512f flags. This also\nfixes the pre-existing flag issue for the scan256/scan512 files.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "build: wire SIMD conversion files and fix MSVC AVX compile flags",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T18:51:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0c0e59f7d1bdd114ad8a58b46ca024d9f3ae75d",
"body": "Add SIMD fast paths for convert_to<char32_t> and convert_to<char16_t>\nfrom UTF-8 input. ASCII bytes are bulk-widened using SIMD zero-extend\ninstructions (SSE4.1/AVX2/AVX-512 on x86_64, NEON on ARM64), with\nautomatic fallback to scalar decoding for multi-byte sequences.\n\nArchitecture support:\n- x86_6\n[…]\nt256.cpp / convert512.cpp: arch-specific instantiations\n\nfrom_utf8() in utf8.h now delegates to the same SIMD-accelerated path.\n\nCloses #20\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "convert: add SIMD-accelerated UTF-8 to UTF-32/UTF-16 conversion",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T18:41:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5ac856fa2c43e1bd122130bc07981412657df18d",
"body": "…eme-segmenter\n\ngrapheme_segmenter: fix GB11 and GB4/GB5 rules, remove deprecated pairwise API",
"is_bot": false,
"headline": "Merge pull request #126 from contour-terminal/fix/issue-47-gb11-graph…",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T17:08:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29a745f0666fe7672fa5ee27c1cac42ac3e83d5f",
"body": "…d pairwise API\n\nFix GB11 (emoji ZWJ sequences): add extpic_state tracking to\ngrapheme_segmenter_state so the rule correctly requires a preceding\nExtended_Pictographic before suppressing a break at ZWJ × ExtPic, per\nUAX #29. Short-circuit the state machine on non-emoji text to avoid\nno-op branches o\n[…]\nGB13. Migrate all tests\nto the stateful grapheme_segmenter iterator API and add GB11-specific\npositive and negative test cases.\n\nCloses #47\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "grapheme_segmenter: fix GB11, GB4/GB5, GB8 rules and remove deprecate…",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T16:58:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4b99c95921018ce3e198a4e6f90625a6d6b71039",
"body": "…2-conversion-tests\n\nconvert: add comprehensive UTF-16/UTF-32 conversion tests",
"is_bot": false,
"headline": "Merge pull request #125 from contour-terminal/fix/issue-26-utf16-utf3…",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T15:33:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c9b2dbb929d43f5fe7cfc004403c1106f005ecb",
"body": "The underlying conversion bugs referenced in #26 were already fixed\nin earlier commits (505373e, a440d09, 316f9f1), but no tests existed\nfor UTF-16 ↔ UTF-32, UTF-16 → UTF-8, or UTF-32 → UTF-8 directions.\n\nAdd six new test cases:\n- convert.16_to_8, convert.16_to_32, convert.32_to_8, convert.32_to_16\n\n[…]\naries (U+10000, U+10FFFF, U+1F600 round-trips)\n- convert.utf16_invalid_surrogates (lone surrogates, surrogate-range codepoints)\n\nCloses #26\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "convert: add comprehensive UTF-16/UTF-32 conversion tests",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T15:25:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8a90a529bc8fcb67397ed3fe83a1230166540ca4",
"body": "…unct-break\n\nImplement GB9c grapheme cluster break rule for Indic conjuncts",
"is_bot": false,
"headline": "Merge pull request #124 from contour-terminal/feature/gb9c-indic-conj…",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T10:11:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3e37b615b4971282f0a2c2a9896367fa764ee3e",
"body": "Replace the deprecated is_nonbreakable call in the C API with direct\nuse of grapheme_process_init/grapheme_process_breakable, eliminating\nthe deprecation warning during compilation.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "capi: use stateful grapheme API to avoid deprecated call",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T10:03:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "576707d931513ea4efced8fd5eb04b7195496961",
"body": "Migrate utf8_grapheme_segmenter, scan, and uc-inspect from the\ndeprecated static is_breakable/is_nonbreakable API to the stateful\ngrapheme_process_init/grapheme_process_breakable API. This is required\nfor correct GB9c (and GB12/GB13) handling which needs multi-codepoint\nlookback via the segmenter st\n[…]\nr_state to scan_state and utf8_grapheme_segmenter\niterator. Document the C API limitation (cannot support GB9c without\na signature change).\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "grapheme_segmenter: migrate callers to stateful segmentation API",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T10:02:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2bef18b35ae4d54415cfca2e84926d029c7890b5",
"body": "Implement UAX #29 rule GB9c which prevents grapheme cluster breaks\nwithin Indic conjunct sequences (e.g. Devanagari KA + VIRAMA + TA\nmust stay as one cluster). Uses a 3-state machine tracking InCB\nproperty transitions: None -> Consonant -> Linker (ready for GB9c).\n\nThe InCB state update is placed af\n[…]\ncludes 11 test cases covering Devanagari, Myanmar, Khmer, and\nGujarati scripts, plus negative cases for non-conjunct sequences.\n\nCloses #80\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "grapheme_segmenter: implement GB9c Indic conjunct break rule",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T10:01:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7d3a8300d07b429418e36f2d23862e468a05a2ac",
"body": "Parse the InCB property (Consonant, Linker, Extend, None) from\nDerivedCoreProperties.txt, add it to the codepoint_properties struct,\nand generate it into the multistage lookup tables. This property is\nrequired for implementing the GB9c grapheme cluster break rule\nintroduced in Unicode 15.1.0.\n\nThe codepoint_properties struct grows from 8 to 9 bytes.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "tablegen: parse Indic_Conjunct_Break property from UCD data",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T10:01:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77cf7cfd321585ea624f415c7d0f04acd400bbb3",
"body": "…ns-span\n\nscript_extensions: return std::optional<std::span<Script const>>",
"is_bot": false,
"headline": "Merge pull request #123 from contour-terminal/feature/script-extensio…",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T10:00:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9283631c61a9d19e226c7b861b883a21677b6cdd",
"body": "Modernize the script_extensions API from a C-style output-parameter\nsignature to a zero-copy std::span pointing directly into static table\ndata. Returns std::nullopt when no script extensions exist for a\ncodepoint, letting callers fall back to script() explicitly.\n\nCloses #5.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "script_extensions: return std::optional<std::span<Script const>>",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T08:57:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02d05060f1b14e83de6318c1aa5e53fda0e3302e",
"body": "…omplete\n\nComplete Unicode normalization (TR15) with streaming support",
"is_bot": false,
"headline": "Merge pull request #122 from contour-terminal/feature/normalization-c…",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T08:51:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3e7969a9f80eca83243bf3079cb5dabb98f4ec5",
"body": "Add normalizer and utf8_normalizer classes that support incremental\nnormalization of codepoint/byte streams without loading the entire\ntext into memory. Uses UAX#15 safe boundary detection: segments are\nemitted at starter codepoints (CCC=0) with quick-check=Yes, ensuring\ncorrect NFC/NFKC composition\n[…]\n-8 decoding,\nreplacing invalid sequences with U+FFFD. Internally uses convert_to()\nfrom convert.h for efficient UTF-32 to UTF-8 conversion.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "normalization: add streaming normalizer for incremental input",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T08:36:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "360026c9fd9cc00bfbb4881d3c2ffc5e16e3592d",
"body": "Implement compatibility decomposition by adding find_decomposition<>()\nas a unified template returning std::span into static table data,\neliminating per-call heap allocations from the decomposition hot path.\nFix decompose_recursive() to use the compatibility flag, delegate\ncompatibility_decompositio\n[…]\nwith the tablegen fixes, all four normalization forms (NFC,\nNFD, NFKC, NFKD) and all quick check functions now work correctly.\n\nCloses #10.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "normalization: complete NFKC/NFKD and fix quick checks",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T08:35:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d29bbd48ce69c03695e72f4111b300429fa067f8",
"body": "… tables\n\nFix loadDerivedNormalizationProps() to strip inline # comments from\nvalue fields, which caused all six quick check tables (NFC_QC, NFKC_QC,\nNFD_QC, NFKD_QC and their Maybe variants) to be generated empty.\n\nAdd writeCompatibilityDecompositionTable() to generate the compatibility\ndecompositi\n[…]\nength 18) alongside\nthe existing canonical table. Each entry includes the decomposition\ntype ordinal mapped to the Decomposition_Type enum.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "tablegen: fix quick check parsing and add compatibility decomposition…",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-08T08:34:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "041cea6ed3ddf1a4b73fcb3e9768c73e8f08ec28",
"body": "…builds\n\nci: add static unicode-query builds to releases and CI artifacts",
"is_bot": false,
"headline": "Merge pull request #121 from contour-terminal/feature/release-static-…",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-07T22:08:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "baf77de77ffa504fe9889fdd292f9f9482de7328",
"body": "Add a release workflow that builds static unicode-query binaries for\nLinux x86_64, macOS ARM64/x86_64, and Windows x86_64, uploading them\nas GitHub release assets with SHA256 checksums.\n\nUpdate existing CI builds to enable static linking and upload\nunicode-query as build artifacts for early breakage\n[…]\ntion.\n\nGuard the -static linker flag to Linux only (UNIX AND NOT APPLE),\nas it is unsupported on macOS and meaningless on MSVC.\n\nCloses #55\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "ci: add static unicode-query builds to releases and CI artifacts",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-07T22:02:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "19a5938b322b6fc6bcbdfaf02975f83659040502",
"body": "Add grapheme_cluster_width API, Age improvements, and C API fixes",
"is_bot": false,
"headline": "Merge pull request #120 from contour-terminal/minors",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-07T21:32:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a4553087bf414b2d78eb1f4faa56827f6985d57",
"body": "Fix off-by-one bug where the last grapheme cluster was skipped, and\nfix inner loop iterating over the full buffer instead of the current\ncluster. Refactor to use the new grapheme_cluster_width() API.\nImplement u8_gc_width() which was previously a stub returning -1.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "capi: fix u32_gc_width bugs and implement u8_gc_width",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-07T21:25:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4a42343d32171303d491ae7a6244a388c2de50f",
"body": "Add overloads that compute display width for grapheme clusters and\nUTF-8 strings, respecting variation selectors (VS16 forces width 2,\nVS15 forces width 1). This addresses the issue where characters like\nU+261D followed by U+FE0F should have width 2 instead of 1.\n\nCloses #112\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "Add grapheme_cluster_width() for multi-codepoint width calculation",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-07T21:25:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb6666f76b955c51614ed5d43eaf8b5a617b5a84",
"body": "Verifies version-number ordering of Age enum values via static_assert,\ntests make_age() lookups for valid and invalid inputs, and checks\nage retrieval through codepoint_properties.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "test: add Age property unit tests",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-07T20:39:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0ef9bf6e4fb49f306e3396d847e4d3252a3b80b",
"body": "The Age enum was previously sorted alphabetically, causing V10_0 to\nsort before V2_0. This reorders entries by (major, minor) version\nnumber so that Age values compare correctly (V1_1 < V2_0 < ... < V17_0).\n\nAlso generates a make_age() function that parses version strings\n(e.g., \"1.1\", \"17.0\") into Age enum values.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "tablegen: sort Age enum by version number and add make_age() API",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-07T20:39:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57fc01e4c5f36f11a0c11483491d501cc89460a9",
"body": "Build system cleanups and unified C++ tablegen",
"is_bot": false,
"headline": "Merge pull request #119 from contour-terminal/cleanups",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-07T19:53:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1106ef56ee678a48aea5a9483e77a3d9ebb58f83",
"body": "Replace the two-stage generation pipeline (Python mktables.py + old C++\ntablegen.cpp) with a single self-contained C++ executable that generates\nall 9 UCD source files in one invocation.\n\nKey changes:\n- New src/libunicode/tablegen/ directory with self-contained UCD parser,\n enum generator, UCD API \n[…]\nackaging scenarios work: pre-generated files in source tarballs,\n system UCD via -DLIBUNICODE_UCD_DIR, Emscripten with pre-generated files\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "build: replace Python mktables.py with unified C++ tablegen",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-07T16:07:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dcd8c8b6834b4ff177544d571bf6cdf84a9d6a13",
"body": "- Consolidate multi-file CMake presets into single CMakePresets.json\n with shorter names (cl-debug, clang-debug, gcc-debug, etc.)\n- Fix clang-cl warning handling for Windows builds\n- Fix scan512 COMPILE_FLAGS overwrite in CMake\n- Improve third-party warning suppression\n- Suppress unused CMAKE_TOOLC\n[…]\nngs in SIMD code\n- Suppress Windows GUI dialogs during test execution\n- Update CI workflow preset names\n- Pin CI clang-format to version 20\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "build: consolidate CMake presets, fix warnings, pin clang-format 20",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-04-07T16:07:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "767037ed41e42a11ff5d2f9f50b2d8918478daf3",
"body": "Signed-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "Bump version to 0.8.0",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-02-16T23:18:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8c75c4cabdc2b974f61f4011d4f268d296ba4f8",
"body": "…alization\n\nAdd case mapping, Unicode normalization, bidi mirroring APIs and Emscripten build support",
"is_bot": false,
"headline": "Merge pull request #118 from contour-terminal/feature/casing_and_norm…",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-02-16T22:53:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b4843aeddb582c9b169066575440b41990158be",
"body": "These files are generated by unicode_tablegen at build time and were\nalready listed in .gitignore. Remove them from git tracking so the\nclang-format CI check no longer fails on generated code.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "build: stop tracking auto-generated tablegen output",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-02-16T22:45:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2140091d47d9ba0bdbb9ba4105c592364965ca0c",
"body": "Align all boolean property-test functions with the is_mirrored() convention:\ngeneral_category::* (30+ inline fns), emoji/extended_pictographic (6 free\nfns + 7 struct members), breakable/nonbreakable (2 static methods),\ncanonically_equivalent/compatibility_equivalent (4 overloads), and\ncore_grapheme_extend (1 member fn). Updates mktables.py codegen and all\ncall sites across implementation, tools, and tests.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "Rename boolean test functions to use is_ prefix for API consistency",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-02-16T22:31:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf48cf6d56294e8dfeb0d158ddbd6858eb894097",
"body": "Emscripten's experimental/simd header exists but doesn't properly\nsupport comparison operators for char simd vectors. Default to \"none\"\nfor WASM targets.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "build: disable SIMD for Emscripten builds",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-02-16T22:31:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e05df8eb27eb8b8ec5c06b07c21fa33ed660e7d9",
"body": "These files are normally generated by unicode_tablegen at build time,\nbut Emscripten builds skip tablegen (WASM memory limits). Force-tracked\ndespite .gitignore so CPM-fetched sources include them.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "build: check in pre-generated tablegen output for Emscripten",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-02-16T22:31:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fd28ad9915d4a4c16ee388d4d3696c95270189f",
"body": "Running unicode_tablegen as WASM exceeds memory limits when processing\nthe full Unicode Character Database. Emscripten builds use the\npre-generated tablegen output files already checked into the repo.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "build: skip tablegen for Emscripten builds",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-02-16T22:31:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ff62654fff118e280594adb431738a47c22f5c0",
"body": "- Fix SIMD char comparison: cast int literals to char for\n stdx::fixed_size_simd<char> operations (Emscripten's libc++ rejects\n implicit int promotion for SIMD element types).\n- Allow memory growth for unicode_tablegen when cross-compiling to WASM\n (256MB initial + growth) to prevent OOM during UCD table generation.\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "fix: Emscripten WASM build compatibility",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-02-16T22:31:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66d3b635f25994a22a8b1762bf01c13a2a7e5264",
"body": "Add support for querying the Unicode Bidi_Mirrored property and\nlooking up the mirroring glyph for bidirectional text rendering.\nThe data is sourced from UnicodeData.txt (field 9) and\nBidiMirroring.txt (Unicode 17.0.0).\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "Add is_mirrored() and bidi_mirroring_glyph() APIs",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-02-16T22:31:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f43397eb51f4edb4ca6c9a4736f2c2d28e262445",
"body": "…alization\n\nAdd case mapping and Unicode normalization APIs",
"is_bot": false,
"headline": "Merge pull request #117 from contour-terminal/feature/casing_and_norm…",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-02-06T21:28:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33290dc879527d864679a131c74fe921f6c3b5c2",
"body": "Implement comprehensive Unicode case mapping and normalization support:\n\nCase Mapping (case_mapping.h/cpp):\n- Simple case conversions: to_uppercase, to_lowercase, to_titlecase\n- Full case conversions: to_uppercase_full, to_lowercase_full, to_titlecase_full\n- Case folding: casefold (simple), casefold\n[…]\ng of composition exclusions per Unicode spec\n\nBuild integration:\n- case_normalization_data.h is generated during build (not version controlled)\n- Generation integrated into existing mktables.py script",
"is_bot": false,
"headline": "Add case mapping and Unicode normalization APIs",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2026-02-06T20:53:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "26707a9fc48b9a2d6d41685fbd4f00c93d9686c8",
"body": "Signed-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "Bump version to 0.7.0",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2025-12-22T21:10:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b47510703759cfda2e09aa0a08398ea7ef7dbcc",
"body": "Update to Unicode 17.0.0",
"is_bot": false,
"headline": "Merge pull request #113 from data-man/ucd_17",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2025-12-22T17:15:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "946e4106ae74e4aea1b180f1b37ba273d50ef309",
"body": "Signed-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "[Github CI] bump remaining 20.04 workflow runners from to 24.04",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2025-12-22T17:10:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e827a1d10e37081e477f799f055021a344c52a69",
"body": "Signed-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "Avoid mentioning UCD version number to often (to ease up maintenance)",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2025-12-22T17:05:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "225e85cdd6c87e7353f9ef15a952de47f4e75f21",
"body": null,
"is_bot": false,
"headline": "Update to Unicode 17.0.0",
"author_name": "Dmitry Atamanov",
"author_login": "data-man",
"committed_at": "2025-12-18T00:05:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb9f4c3e4d16c404d4d5c8214040b287c70261d5",
"body": "Adapt cmake preset's base output dir to what we have in related projects",
"is_bot": false,
"headline": "Merge pull request #114 from contour-terminal/fix/minors",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2025-12-17T22:04:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f25db9fd99c4c57da4096eddf3e65127ac182285",
"body": "…cts: ./out/\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "Adapt cmake preset's base output dir to what we have in related proje…",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2025-12-17T21:40:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b6290b6b5bd6597145f39a06599fc7d8c683984",
"body": "…i-presentation\n\nunicode-query: Show emoji presentation in Unicode properties query tool",
"is_bot": false,
"headline": "Merge pull request #111 from contour-terminal/unicode-query/show-emoj…",
"author_name": "Yaraslau",
"author_login": "Yaraslaut",
"committed_at": "2024-12-05T08:14:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "126e2cfd964f94ca277c75ba3ce5ff9430af453b",
"body": "Signed-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "unicode-query: Show emoji presentation in Unicode properties query tool",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2024-12-04T20:15:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48724357ac60c9367d37e8e983ea75bdef22b5e8",
"body": "fix: only use intrinsics SIMD on x86_64 and aarch64 by default",
"is_bot": false,
"headline": "Merge pull request #110 from Cryolitia-Forks/master",
"author_name": "Yaraslau",
"author_login": "Yaraslaut",
"committed_at": "2024-11-18T13:22:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "832d4ee697068cd8e24032f40aec36d53424cfc4",
"body": null,
"is_bot": false,
"headline": "fix: only use intrinsics SIMD on x86_64 and aarch64 by default",
"author_name": "Cryolitia PukNgae",
"author_login": "Cryolitia",
"committed_at": "2024-11-18T12:00:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5aa90fdce46aab5e1c65f64449c83f441b0687bf",
"body": "* scan_for_text_ascii: Added simple avx2 and avx512 detector.\r\n\r\n* WIP(simd scan_for_text_ascii): added intrinsics and cleanup.\r\n\r\nAdded x86-64 intrinsics implementation.\r\nMoved implemenation into a separate header.\r\nAdded macro checks for x86. non x86 targets use 128 bit simd max.\r\nChanged intrinsi\n[…]\ndows simd detector.\r\n\r\n* Fix missing declataion warnings.\r\n\r\n* small changes\r\n\r\n* Add tests and small fix\r\n\r\n* Fix\r\n\r\n---------\r\n\r\nCo-authored-by: Yaraslau Tamashevich <yaraslau.tamashevich@gmail.com>",
"is_bot": false,
"headline": "WIP: Use avx when available. (#108)",
"author_name": "Dooez",
"author_login": "Dooez",
"committed_at": "2024-11-10T17:23:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "817cb5900acdf6f60e2344a4c8f1f39262878a4b",
"body": "Signed-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "Bump version to 0.6.0",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2024-09-30T13:39:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18f44117fe62430e8b6b38ad7044165d0d6593a9",
"body": "Update supported Unicode to version 16.0.0",
"is_bot": false,
"headline": "Merge pull request #107 from contour-terminal/unicode-v16",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2024-09-30T13:35:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48e78ba0b44931f39f31bed965633d25cb4df0b2",
"body": "Signed-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "[tests] Fix run_segmenter.CombiningCircle test",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2024-09-30T12:21:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "431c9f76a1135f5eec5065220028dd5808a8464b",
"body": "Signed-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "script_segmenter: Add test case for (Common, Latin) to become Latin.",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2024-09-30T12:19:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c277f274f4863c07817fec0fa1dd8a9243e77b4b",
"body": "Signed-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "script_segmenter: mark some more member functions noexcept",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2024-09-28T16:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fa58afe3808b362ad60da02b55c84c430cd952a",
"body": "Signed-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "run_segmenter_test: cleanups",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2024-09-28T16:33:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cbbda5c45e70058e822d5f33b9d51e1980adc98",
"body": "Signed-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "squash with .vimspector",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2024-09-28T16:27:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7cffe914066fd3a161f6d4fedee426e1bbf6d58",
"body": "…e 16.0.0 for ScriptExtensions)\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "[ucd_private] search: guard against out-of-bounds (happened in Unicod…",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2024-09-28T16:00:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "285f88ce97d998f08a4685957bd68d27bc7bbb10",
"body": "Signed-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "[ucd_private] search: use safer mid-point calculation",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2024-09-28T15:59:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "924d08931ecfb96a1e2cd8c906bf580e84fab1cc",
"body": "Signed-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "Adapt loader to Unicode 16.0.0",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2024-09-28T15:15:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a8c836e14b413fd944d7c96ee720b7a125c030c",
"body": "Signed-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "Update default UCD download URL to Unicode 16.0.0",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2024-09-28T15:15:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01f3483de503d375d71cba14a45ce32539361871",
"body": "Signed-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "Add .vimspector.json for easier interactive debugging in VIM",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2024-09-28T15:13:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "906227b9c6d01c8b8d4138e6348c2f3cb9438c0f",
"body": "Signed-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "Update .gitignore",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2024-09-28T15:12:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42494f9798148c67662a29de73daaf0273b1b1a3",
"body": "…-config\n\nImprovement/better simd config",
"is_bot": false,
"headline": "Merge pull request #106 from contour-terminal/improvement/better-simd…",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2024-09-28T15:01:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7d323e3139d63ca534b61e0d03f9bbd96fcb287",
"body": "…ntrinsics)\n\nSigned-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "Make SIMD support config flag more explicit (defaulting to compiler i…",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2024-09-27T20:20:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16ef4f424f333903a6ccbcebd64b5b38c6e168f9",
"body": "Signed-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "Break up CI action chain for Fedora run",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2024-09-27T20:20:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba352820286e28c009dd27c297496f4b1b758172",
"body": "Use std::format() API now, instead of fmtlib",
"is_bot": false,
"headline": "Merge pull request #104 from contour-terminal/stdlib",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2024-09-27T15:35:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "396729f2e61339c6f737553690bade125b3cf3b8",
"body": "Signed-off-by: Christian Parpart <christian@parpart.family>",
"is_bot": false,
"headline": "Use std::format() API now, instead of fmtlib",
"author_name": "Christian Parpart",
"author_login": "christianparpart",
"committed_at": "2024-09-25T23:44:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb396b8ec6eadcdb4b51870070789107f0f958bf",
"body": "Fix build on FreeBSD Systems",
"is_bot": false,
"headline": "Merge pull request #105 from herrhotzenplotz/fix-freebsd-build",
"author_name": "Yaraslau",
"author_login": "Yaraslaut",
"committed_at": "2024-09-22T13:35:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96158bf27cc09fad396a08631a785bc79a1cc279",
"body": "The ifdef for std::experimental::simd was only taken care of on\nDarwin. Add FreeBSD to the list.",
"is_bot": false,
"headline": "Fix build on FreeBSD",
"author_name": "Nico Sonack",
"author_login": "herrhotzenplotz",
"committed_at": "2024-09-22T13:02:15Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 75,
"latest_release_at": "2026-07-19T00:33:01Z",
"latest_release_tag": "v0.9.2",
"releases_from_tags": false,
"days_since_last_push": 7,
"active_weeks_last_year": 11,
"days_since_latest_release": 7,
"mean_days_between_releases": 138.9
},
"community": {
"has_readme": true,
"has_license": true,
"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": []
},
"popularity": {
"forks": 21,
"stars": 160,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2020-09-26",
"count": 1
},
{
"date": "2021-06-28",
"count": 1
},
{
"date": "2021-10-27",
"count": 1
},
{
"date": "2022-03-09",
"count": 1
},
{
"date": "2023-02-28",
"count": 1
},
{
"date": "2023-04-02",
"count": 1
},
{
"date": "2023-07-13",
"count": 1
},
{
"date": "2023-07-25",
"count": 1
},
{
"date": "2024-09-19",
"count": 1
},
{
"date": "2024-09-22",
"count": 1
},
{
"date": "2024-10-07",
"count": 1
},
{
"date": "2024-10-29",
"count": 1
},
{
"date": "2024-11-18",
"count": 1
},
{
"date": "2025-12-04",
"count": 1
},
{
"date": "2026-03-03",
"count": 1
},
{
"date": "2026-04-17",
"count": 1
},
{
"date": "2026-05-13",
"count": 1
},
{
"date": "2026-05-28",
"count": 1
},
{
"date": "2026-07-19",
"count": 1
}
],
"complete": true,
"collected": 19,
"total_forks": 21
},
"star_history": null,
"open_issues_and_prs": 10
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 30655,
"source_files_sampled": 75,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 92,
"open_issues": 8,
"closed_ratio": 0.784,
"closed_issues": 29,
"closed_unmerged_prs": 5
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "christianparpart",
"commits": 374,
"avatar_url": "https://avatars.githubusercontent.com/u/56763?v=4"
},
{
"type": "User",
"login": "data-man",
"commits": 27,
"avatar_url": "https://avatars.githubusercontent.com/u/1754269?v=4"
},
{
"type": "User",
"login": "Yaraslaut",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/44506630?v=4"
},
{
"type": "User",
"login": "topazus",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/77263945?v=4"
},
{
"type": "User",
"login": "YexuanXiao",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/20025591?v=4"
},
{
"type": "User",
"login": "Cryolitia",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/23723294?v=4"
},
{
"type": "User",
"login": "Dooez",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/29952734?v=4"
},
{
"type": "User",
"login": "herrhotzenplotz",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/34663024?v=4"
},
{
"type": "User",
"login": "yrashk",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/452?v=4"
}
],
"contributors_sampled": 9,
"top_contributor_share": 0.878
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yml",
"checks.yml",
"labeler.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "8 out of 8 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 1,
"reason": "Found 2/13 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 7 contributing companies or organizations",
"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": "20 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "5a5b964937a6bfd650775fa76077b0b254f148c0",
"ran_at": "2026-07-26T06:11:14Z",
"aggregate_score": 4.4,
"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-19T00:25:36Z",
"oldest_open_prs": [
{
"number": 78,
"created_at": "2023-09-06T22:20:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 139,
"created_at": "2026-07-19T07:01:58Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-19T00:17:23Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 11,
"created_at": "2021-06-10T19:57:46Z",
"last_comment_at": "2026-07-11T09:00:31Z",
"last_comment_author": "data-man"
},
{
"number": 42,
"created_at": "2022-10-06T06:13:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 56,
"created_at": "2022-12-12T20:27:09Z",
"last_comment_at": "2022-12-12T21:41:49Z",
"last_comment_author": "christianparpart"
},
{
"number": 70,
"created_at": "2023-03-15T16:46:11Z",
"last_comment_at": "2023-07-25T18:15:17Z",
"last_comment_author": "Yaraslaut"
},
{
"number": 130,
"created_at": "2026-05-06T18:20:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 132,
"created_at": "2026-05-24T10:49:37Z",
"last_comment_at": "2026-07-11T09:03:32Z",
"last_comment_author": "data-man"
},
{
"number": 134,
"created_at": "2026-06-05T12:29:45Z",
"last_comment_at": "2026-06-28T11:24:16Z",
"last_comment_author": "christianparpart"
},
{
"number": 138,
"created_at": "2026-07-19T05:27:18Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/contour-terminal/libunicode",
"host": "github.com",
"name": "libunicode",
"owner": "contour-terminal"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"security": 44,
"vitality": 72,
"community": 50,
"governance": 56,
"engineering": 68
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 72,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"commits_last_year": 75,
"human_commit_share": 1,
"days_since_last_push": 7,
"active_weeks_last_year": 11
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "11/52 weeks with commits",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 11
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "75 commits in the last year",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 75
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "20 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"releases_count": 12,
"latest_release_tag": "v0.9.2",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 138.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~138.9 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 138.9
}
}
],
"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": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 7,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 7 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 7
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 50,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"forks": 21,
"stars": 160,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "160 stars",
"points": 35.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 160
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "21 forks",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 21
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 56,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 9,
"top_contributor_share": 0.878
},
"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 88% of commits",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 88
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "9 contributors",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 9
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"merged_prs": 92,
"open_issues": 8,
"closed_issues": 29,
"issue_closed_ratio": 0.784,
"closed_unmerged_prs": 5
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "78% of issues closed",
"points": 36.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 78
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "92/97 decided PRs merged",
"points": 36.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 92,
"decided": 97
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/13 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"followers": 60,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "contour-terminal",
"public_repos": 23,
"account_age_days": 1850
},
"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": "60 followers of contour-terminal",
"points": 12.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 60,
"login": "contour-terminal"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "23 public repos, account ~5 yr old",
"points": 20.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 23
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 68,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "8 out of 8 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"unicode",
"emoji",
"grapheme",
"library",
"unicode-emoji",
"unicode-symbols",
"grapheme-cluster",
"uts-algorithm",
"wcwidth",
"hacktoberfest",
"cpp"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "11 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 11
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 44,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "8 out of 8 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 2/13 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "20 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 28
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 48,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.72,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "72 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 38.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 72,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C++ (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C++"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C++",
"largest_source_bytes": 30655,
"source_files_sampled": 75,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C++ (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C++"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/75 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 75,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-26T06:11:30.182645Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/contour-terminal/libunicode.svg",
"full_name": "contour-terminal/libunicode",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}