JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 283,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 138812
},
"pushed_at": "2026-07-24T14:06:50Z",
"created_at": "2026-04-10T13:07:00Z",
"owner_type": "User",
"updated_at": "2026-07-24T14:07:58Z",
"description": "Crossplatform cli to switch system wide color theme",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://nima94.vercel.app/",
"name": "Nico Mayer",
"type": "User",
"login": "Nico-Mayer",
"company": null,
"location": "Germany",
"followers": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/74204544?v=4",
"created_at": "2020-11-09T17:34:11Z",
"is_verified": null,
"public_repos": 19,
"account_age_days": 2082
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2026-07-24T14:02:55Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-07-24T09:44:55Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2026-07-22T07:27:29Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-07-21T21:16:34Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-07-21T08:27:31Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2026-07-20T16:57:17Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-20T13:24:59Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-19T16:48:24Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-19T09:12:49Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-18T20:17:13Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2026-07-18T17:41:21Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2026-07-18T16:59:19Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2026-07-18T16:39:06Z"
}
],
"recent_commits": [
{
"oid": "3d05297abb4136cdec73cf7769fab4a737627356",
"body": null,
"is_bot": false,
"headline": "refactor(integration): simplify path resolution",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-24T14:06:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b068dada93875efec975f4fefad89b58b5d54441",
"body": null,
"is_bot": false,
"headline": "fix: eza config base dir",
"author_name": "Nico Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-24T13:57:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eeb57f844dfb90b4b98174ce9632784aea85aa88",
"body": "Extract duplicate path handling logic from integration files into dedicated paths module with platform-specific configuration paths.",
"is_bot": false,
"headline": "refactor(integration): centralize path resolution",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-24T13:42:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c148ad808ba31fc4edd107e36434a508dacc1eb",
"body": "* feat: add support for remote theme assets in symlink integrations\n\n* feat: add HTTP fetcher with caching for remote theme assets\n\n* feat(store): add remote theme asset fetching\n\n* chore: readme",
"is_bot": false,
"headline": "Feat/assets from url (#20)",
"author_name": "Nico Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-24T09:41:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b1c20374958edf6c8d95d52ba9787476081b871",
"body": null,
"is_bot": false,
"headline": "refactor(cache): change data type to []byte",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-22T18:16:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f741ee3476509bd17c5fd01560accd6beb65207c",
"body": null,
"is_bot": false,
"headline": "feat: add cache cmd",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-22T14:13:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4982eb36a42ae62694f0604a072b1c34c222ec8",
"body": "Move unsupported checks from Apply errors to a Supports() method on the Integration interface. Allows early skipping of unsupported integrations and enables doctor to show theme compatibility status. Add config_dir field to symlink settings for health checks in non-standard locations.",
"is_bot": false,
"headline": "refactor: check theme support before applying integrations",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-22T07:24:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c97a7e1ed727f068e2fe090e0efc94cd8c9ff9bf",
"body": null,
"is_bot": false,
"headline": "fix: skip unsupported integrations instead of failing",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-22T06:56:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29d8b574665f235d29e910a2a119a64c2436aef2",
"body": null,
"is_bot": false,
"headline": "chore: readme",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-21T21:15:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "519d6c21c9658c29a039e626a2f5d0fdb1145be4",
"body": "* feat: vscode integration\n\n* feat: add vscode integration\n\n* refactor(integration): extract factory functions from registry map\n\n* feat: add vscode integration schema\n\n* refactor(integration): merge HealthChecker into Integration interface",
"is_bot": false,
"headline": "feat: vscode integration (#19)",
"author_name": "Nico Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-21T21:11:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14a23fc0a11f17b3863374a9458c1473bd2bfbb9",
"body": "* refactor: head file cache\n\n* refactor: extract head file caching into cache package",
"is_bot": false,
"headline": "refactor: head file cache (#18)",
"author_name": "Nico Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-21T21:09:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c81e9b5a978a93c8ef49ec1f74f41f198f609a69",
"body": "* refactor: unify git ops\n\n* refactor: unify git operations",
"is_bot": false,
"headline": "refactor: unify git ops (#17)",
"author_name": "Nico Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-21T21:07:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab08e572883dd359ecb569237fab9c8e169c219c",
"body": "* feat(update-cmd): store logic\n\n* feat(store): add Update function for pulling theme repositories\n\n* feat(update-cmd): cli\n\n* feat(update-cmd): CLI and confirmation UI",
"is_bot": false,
"headline": "feat(update-cmd): cli (#16)",
"author_name": "Nico Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-21T08:25:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f90f0b86db66eb63ed8342185ca75a31d7fcbee0",
"body": "* feat(update-cmd): store logic\n\n* feat(store): add Update function for pulling theme repositories",
"is_bot": false,
"headline": "feat(update-cmd): store logic (#15)",
"author_name": "Nico Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-21T08:24:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e6a79aa0fac81ada3f9da4ace7dbdff333582c8",
"body": null,
"is_bot": false,
"headline": "chore: add git installed helper",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-20T18:26:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6b1dda363f42c6cd470bd432b647601812448b7",
"body": null,
"is_bot": false,
"headline": "fix: typo",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-20T16:55:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "441b9aa7f9d6268bfa318213962b1bbaa1d66057",
"body": null,
"is_bot": false,
"headline": "refactor: migrate to Charm v2 packages",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-20T16:07:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caef816e8771080c4cab401e632ac8d08976fa04",
"body": "Update charmbracelet packages to v2 versions available on charm.land.\nAdapt huh v2 API usage with custom key bindings in Select component.",
"is_bot": false,
"headline": "refactor: migrate to Charm v2 packages",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-20T15:17:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec346ec00160c701776d699108f513ec47e821bf",
"body": null,
"is_bot": false,
"headline": "refactor: extract ui package for styles and components",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-20T14:24:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9f84fab82a753570de41c6c5f2d743e66607898",
"body": null,
"is_bot": false,
"headline": "feat(uninstall): implement uninstall command",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-20T13:22:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e29b511f304dbccb35609b5b950e5a4f3200818",
"body": null,
"is_bot": false,
"headline": "feat(install): implement theme installation from git repositories",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-20T08:27:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fdceecd051769c10736f662eefa42629077447a",
"body": null,
"is_bot": false,
"headline": "refactor: move main to cmd/themectl",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-20T07:19:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05d7413e5463303e04fa543ea7b50d77fe479b52",
"body": null,
"is_bot": false,
"headline": "feat: add install command (stub)",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-20T07:09:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb1baddbdb511a58fad78c244f4a4b87e9ba37ce",
"body": null,
"is_bot": false,
"headline": "refactor: extract store package, remove engine struct",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-20T07:08:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5f07b7287aa39ab3b8af3e0a35ea37696529301",
"body": "Move engine.go to integration/apply.go, convert Engine.Apply method to package-level ApplyAll function that accepts integrations as parameter, eliminate unnecessary struct wrapper.",
"is_bot": false,
"headline": "refactor(integration): extract ApplyAll, remove Engine struct",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-20T06:44:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fecd2ace72b85c3d87b1436a6b2020e5aa037c8",
"body": null,
"is_bot": false,
"headline": "refactor(integration): rename set.go -> registry.go",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-20T06:14:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32de9819a3fc8348189fe98174687748226f8922",
"body": "* feat: settings v2 core\n\n* feat: settings v2 symlink targets\n\n* refactor(integrations): consolidate nvim, eza, yazi into generic SymlinkIntegration\n\n* feat: settings v2 docs\n\n* chore: docs",
"is_bot": false,
"headline": "feat: settings v2 docs (#14)",
"author_name": "Nico Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-19T16:45:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef4cf69412f43259bca5be7f614156aed98a1d9d",
"body": "* feat: settings v2 core\n\n* feat: settings v2 symlink targets\n\n* refactor(integrations): consolidate nvim, eza, yazi into generic SymlinkIntegration",
"is_bot": false,
"headline": "feat: settings v2 symlink targets (#13)",
"author_name": "Nico Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-19T16:45:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d064160d10d3809d3e1862686457d530c71f57b",
"body": "* refactor(cli): convert command functions to app struct methods\n\nIntroduce app struct to hold cfg, store, and engine dependencies. Convert all command functions to methods on app receiver pattern, eliminating repeated parameter passing across the CLI command tree.\n\nAlso reorganize README: move spec\n[…]\nfigDirs map with per-integration FileSettings\n\nRemove default-theme support and restructure per-integration config paths from generic ConfigDirs map to typed FileSettings struct (Ghostty, Helix, Zed).",
"is_bot": false,
"headline": "feat: settings v2 core (#12)",
"author_name": "Nico Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-19T16:42:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "84892f1c9f852cddf60d78a89a81da84aca5d678",
"body": "…rces from family",
"is_bot": false,
"headline": "refactor(theme): flatten VariantSpec into Spec, inherit wallpaper_sou…",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-19T09:09:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27bc067fd8b28ba36cd9473a11c61f3f0e9550b4",
"body": null,
"is_bot": false,
"headline": "feat(zed): always set icon_theme with default and clone icon assets",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-19T08:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21c3e694e5dba29e826cfda43eae94727aa202e4",
"body": "feat: theme spec v2 schema",
"is_bot": false,
"headline": "Merge pull request #11 from Nico-Mayer/feat/theme_spec_v2_schema",
"author_name": "Nico Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-19T08:27:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fafed7cc4e07ba069ed308cba1a0eaf18969641e",
"body": "feat: theme spec v2 zed",
"is_bot": false,
"headline": "Merge pull request #10 from Nico-Mayer/feat/theme_spec_v2_zed",
"author_name": "Nico Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-19T08:27:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de8168a878b97c88638b614c2ae73a8b00771118",
"body": "feat: theme spec v2 core",
"is_bot": false,
"headline": "Merge pull request #9 from Nico-Mayer/feat/theme_spec_v2_core",
"author_name": "Nico Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-19T08:26:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d27e2160361242c8757227d9ede31b60997c4b13",
"body": "…me.toml",
"is_bot": false,
"headline": "feat(schema): consolidate family and variant schemas into unified the…",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-19T08:24:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d4f7ccd6432af2aa532febb2ad6434dc3954284",
"body": null,
"is_bot": false,
"headline": "feat: theme spec v2 schema",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-19T00:26:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "093abd2ecacbfac3c79f9ee2aabfe9c941b2ea31",
"body": "Remove zed.toml parsing and CurrentDir dependency. Use spec.Extensions directly. Add icon_theme support. Refactor to generic setZedString for JSON updates.",
"is_bot": false,
"headline": "feat(zed): implement theme spec v2",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-19T00:25:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f52a14f95da474aa313ccdb6643e3d2a3a0048d6",
"body": null,
"is_bot": false,
"headline": "feat: theme spec v2 zed",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-18T23:58:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5960a23f83707a324e941c32207afddfef85f06",
"body": "Replace generic Themes map with dedicated GhosttySpec, HelixSpec, and ZedSpec fields. Consolidate family.toml and variant.toml into single theme.toml file. Update merge logic to handle struct inheritance via reflection.",
"is_bot": false,
"headline": "feat(theme): implement spec v2 with integration-specific structs",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-18T23:54:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90aeb5f8a61816a182b30b5fe0762f2395f45d08",
"body": null,
"is_bot": false,
"headline": "feat: theme spec v2 core",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-18T22:29:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cca001e9125248100e762379912061ac3ad96c71",
"body": "Health checks now complete after apply in separate phase. Unhealthy integrations skip and warn instead of failing entire operation. Add Check() for eza and yazi, extract checkFileExists helper, fix receiver naming.",
"is_bot": false,
"headline": "feat: defer integration health check failures to warnings",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-18T20:48:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bbfb16aea4b3e6177c836c61777b3290878f2fa",
"body": "feat: integrations checks",
"is_bot": false,
"headline": "Merge pull request #8 from Nico-Mayer/feat/doctor_integration_checks",
"author_name": "Nico Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-18T20:14:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e756186bb3df02f0e87183ea797e31be66687511",
"body": "feat: doctor status command",
"is_bot": false,
"headline": "Merge pull request #7 from Nico-Mayer/feat/doctor_status_command",
"author_name": "Nico Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-18T20:14:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e899a64088323ca1191b979690f4370cfaf14f4",
"body": "Doctor status command now implemented and tracks integration health with health checks per integration implementation.",
"is_bot": false,
"headline": "feat: add integration health checks and refactor doctor report",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-18T20:13:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f80de4fcf20e564ed14c01b3eeac51e6b2aa2a93",
"body": null,
"is_bot": false,
"headline": "feat: integrations checks",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-18T19:40:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e18addaa4e809c6993ce9948b88dec55b6ae4800",
"body": "Report current theme, settings, integration status. Validates configuration and detects integration issues. Supports JSON output for scripting.",
"is_bot": false,
"headline": "feat: add doctor/status command",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-18T19:39:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fb4f55489df9b0995a7adda5b4969b9c960117f",
"body": null,
"is_bot": false,
"headline": "feat: doctor status command",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-18T18:45:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "280fe057934122eaafeba73c1b6b4ba708e1ee40",
"body": null,
"is_bot": false,
"headline": "refactor(release): use svu for semantic versioning",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-18T17:37:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "917a37466270b21ad522a8794085b9bc9cb592d5",
"body": null,
"is_bot": false,
"headline": "fix(release): pointer to main module",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-18T16:57:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "446f64b25082503db7b774be17055e41100b0e70",
"body": null,
"is_bot": false,
"headline": "refactor: rename module to themectl with runtime versioning",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-18T16:52:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d7661f19c3cd30b45cd1febddfd3f39196303fd",
"body": null,
"is_bot": false,
"headline": "fix(release): only bump from semver tags",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-18T16:36:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "193ec24100e88ff8d85f690b757aa3975c211dac",
"body": null,
"is_bot": false,
"headline": "feat(release): switch to semantic versioning with configurable bump type",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-18T16:33:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58b55e7f2e1768e6c583ae20f83821b1dd45c029",
"body": null,
"is_bot": false,
"headline": "chore(imports): module name",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-18T16:20:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f6f743cc2020dcef80746ceb8a8e7da2d51fdd9",
"body": null,
"is_bot": false,
"headline": "fix: match module name to github repo",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-18T16:18:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ab127a0eb59e4506bf6c1cb0f4b37cc465670b8",
"body": null,
"is_bot": false,
"headline": "feat(release): add goreleaser pipeline and version command",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-18T14:52:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb62a23fbd56c38663200b04dd1da0e2abd8522d",
"body": null,
"is_bot": false,
"headline": "refactor(cli): extract shared flags, add current --json output",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-18T14:27:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4af49080232831ac8e041c0eb821f2755290268",
"body": "…alize",
"is_bot": false,
"headline": "refactor(store): unify list methods and move asset handling to materi…",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-18T13:51:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3c0fc24a6e874fa0fdd86ce8d7e3c2df3946c28",
"body": null,
"is_bot": false,
"headline": "fix(test): pick dark theme",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-18T13:09:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60635971df84bc77684b921f21962ae4ce100a1f",
"body": null,
"is_bot": false,
"headline": "add(list): json flag",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-18T12:48:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4fd8908fecf4ac08b7fd38710890ba23bc0a1d5",
"body": null,
"is_bot": false,
"headline": "feat(list): add appearance filters and active theme marker",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-18T11:22:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b358f9b4701afda4b710ef3cc42de32d6874e9af",
"body": null,
"is_bot": false,
"headline": "feat(list): add --light and --dark appearance filters",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-18T11:07:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46f9f48ec02d846b86ce654762855589a4913143",
"body": null,
"is_bot": false,
"headline": "feat(cli): add refresh command to reapply integrations",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-18T10:28:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d19205360c56e9c4a0d38b1bf20faa74830e6c98",
"body": null,
"is_bot": false,
"headline": "fix(wallpaper): dedupe sources",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T23:25:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3a98cce2dc579d075d15dc2a9cdf0401be2d66a",
"body": "seems when operating on a fs.FS abstraction this is the way to go, now\nwindows also works",
"is_bot": false,
"headline": "fix(store): use path instead of filepath",
"author_name": "Nico Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T22:40:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d9c73d896f2ed43fba370038e5562cd0b521fb1",
"body": null,
"is_bot": false,
"headline": "chore: dep bump",
"author_name": "Nico Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T22:39:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04aaaefb2937decf3c8ad6e9df88e412a6e2ce3e",
"body": null,
"is_bot": false,
"headline": "feat(current): add formatted theme details display",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T19:31:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10628686a610fe923d36b8b31e08641e587196eb",
"body": null,
"is_bot": false,
"headline": "refactor(wallpaper): add interactive selection and extract helpers",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T18:47:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7e20e4e67b4e924d3132adf4ed2602df9bba245",
"body": null,
"is_bot": false,
"headline": "feat(wallpaper): add list and set subcommands",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T16:52:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dd4c1cdd8fab731f11c81ef5dda961851e60d61",
"body": null,
"is_bot": false,
"headline": "refactor(build): consolidate tasks under mise task runner",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T14:34:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4877aa25d77378e75e85efc9f41e10f1b9e6935",
"body": null,
"is_bot": false,
"headline": "chore: bump go 1.26.5, add go vet check, update feature roadmap",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T14:13:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "136a49b323f01f88c77f3a185007b0de4e29d136",
"body": "ci: schema drift check",
"is_bot": false,
"headline": "Merge pull request #5 from Nico-Mayer/ci/schema_drift_check",
"author_name": "Nico Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T13:48:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66200c77bc699110ceb46d924fb20b9c2eb280a1",
"body": "feat: schema generator",
"is_bot": false,
"headline": "Merge pull request #4 from Nico-Mayer/feat/schema_generator",
"author_name": "Nico Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T13:48:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcf682f7fba39e115f6350193c519eaa441f2560",
"body": "refactor: integration names",
"is_bot": false,
"headline": "Merge pull request #3 from Nico-Mayer/refactor/integration_names",
"author_name": "Nico Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T13:48:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "382aed267e58c429bdca62e2ca228b594cbd0eaa",
"body": null,
"is_bot": false,
"headline": "ci: fix typo",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T13:46:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "599f90d4102799a7357ae6dbdcba10221a463d09",
"body": null,
"is_bot": false,
"headline": "ci: add schema drift detection",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T13:41:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1034b023a2d9c7f6e2ff61d3309fd685d1d87ebd",
"body": null,
"is_bot": false,
"headline": "chore: init",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T13:30:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31d730e0bacafb162d2e95bb3622cf71a42e80cb",
"body": null,
"is_bot": false,
"headline": "feat(schema): generate JSON schemas from Go structs",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T13:25:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b7541d83ccf36f9ed7a6c0e0b550010d33fe4d4",
"body": null,
"is_bot": false,
"headline": "chore: init",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T12:41:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc55bc1c95fe3b8bbc5eb2af758fdacc6c57e518",
"body": null,
"is_bot": false,
"headline": "refactor(integration): extract registry and add Names() function",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T12:39:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e112d03279e2eace528025cede4a122ec481cec8",
"body": null,
"is_bot": false,
"headline": "chore: init",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T12:28:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fb67feeed59ce1c127b7f0cc86b20489989fe34",
"body": "refactor: export toml file types",
"is_bot": false,
"headline": "Merge pull request #2 from Nico-Mayer/refactor/export_toml_file_types",
"author_name": "Nico Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T12:27:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0b1d13a34af17de8a059d9c3b51e72b99007c3f",
"body": null,
"is_bot": false,
"headline": "refactor(theme): extract TOML file struct types",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T12:25:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff115fb5c1889f50d5009018f997d52b42c45e7b",
"body": null,
"is_bot": false,
"headline": "chore: init",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T12:10:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0094a137d2175e1b1dca62360f88e8219d606c2",
"body": null,
"is_bot": false,
"headline": "chore: readme and mise tool",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T12:08:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68ee204170db68fd6f8cf3eef99e2fd8f5a81991",
"body": null,
"is_bot": false,
"headline": "refactor(logs): streamline",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T11:45:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa2007d90148993b829f58ea8b966ffcff27df74",
"body": "Add go-cmp dependency and consolidate common test patterns (error checking,\nequality assertions, deep comparisons) into reusable helpers. Reduces\nboilerplate across all test files and improves assertion clarity.",
"is_bot": false,
"headline": "test: extract assertion helpers into testutil package",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T11:38:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4c6838d727c1258ca1ef5e638043ab301b279e3",
"body": null,
"is_bot": false,
"headline": "feat(cli): add interactive theme selection",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T09:45:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79bf923011c9ca36955ca515ac306ef3c501b4c0",
"body": null,
"is_bot": false,
"headline": "chore: readme",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T09:06:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06881d2746f3cc87a1791a78db78a4e309143674",
"body": null,
"is_bot": false,
"headline": "chore: dep bump",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T08:14:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "756730ac539ce63a533ebfbf0610bc757ba05cad",
"body": null,
"is_bot": false,
"headline": "feat(cli): enable shell completion for set command",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T08:08:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ccc75f90a8df372da9b6b7027874c572e4f1f1b",
"body": null,
"is_bot": false,
"headline": "fix: small bugfixes and missing helix test",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T07:48:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18ea34425962bdb42c7a38b2e79a6107bc9b988c",
"body": "Rewrite",
"is_bot": false,
"headline": "Merge pull request #1 from Nico-Mayer/rewrite",
"author_name": "Nico Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T06:46:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25146ecf853586fcf691173b392dca8ca29f6de1",
"body": null,
"is_bot": false,
"headline": "refactor(theme): use value types for Appearance instead of pointers",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T06:35:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c38d8e77eb53f6bac483678373fe2cecb22477a",
"body": "Extract wallpaper logic to internal/wallpaper package with Manager type.\nAdds current command to display active theme and wallpaper command with\n--random flag for setting wallpapers.",
"is_bot": false,
"headline": "feat(cli): add current and wallpaper commands",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-17T06:31:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3d92c172510b2197c065f319b797a9c58f5197e",
"body": null,
"is_bot": false,
"headline": "fix: zed integration ttl check",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-16T08:40:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e23894d1c92a441869486fbc7ba553dbfe4cbb55",
"body": "Add theme set random command with --light and --dark flags. Extract common theme application logic to applyTheme helper. Add concurrent theme resolution via resolveAll. Implement 30-day caching for zed extension checks via marker file timestamps. Improve UserConfigDir error handling.",
"is_bot": false,
"headline": "feat(cli): add set random subcommand with light/dark filters",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-16T08:19:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07701d5aa13aae7b398bcba37f5f62f66156d662",
"body": null,
"is_bot": false,
"headline": "refactor: parallelize integrations and optimize zed installer",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-15T21:46:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aad6f5ff76587aa9193eddce224bbaaf9a45e3f",
"body": null,
"is_bot": false,
"headline": "impl zed integration",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-15T20:11:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74462598ec6d4e76d50b09b4597e5282c2c58b9d",
"body": null,
"is_bot": false,
"headline": "add basic wallpaper integration",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-12T17:19:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a1b424cdd9637f881d74b3af43077f5581bba62",
"body": null,
"is_bot": false,
"headline": "add: nvim integration",
"author_name": "Nico-Mayer",
"author_login": "Nico-Mayer",
"committed_at": "2026-07-06T15:51:43Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 13,
"commits_last_year": 128,
"latest_release_at": "2026-07-24T14:02:55Z",
"latest_release_tag": "v0.7.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 9,
"days_since_latest_release": 0,
"mean_days_between_releases": 0.6
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/Nico-Mayer/themectl",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/Nico-Mayer/themectl",
"is_deprecated": false,
"latest_version": "v0.7.1",
"repository_url": "https://github.com/Nico-Mayer/themectl",
"versions_count": 14,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-24T13:57:24Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"mise.toml"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 6176,
"source_files_sampled": 72,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"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": [
"go"
],
"dependencies": [
{
"name": "charm.land/huh/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.0.3"
},
{
"name": "charm.land/lipgloss/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.0.5"
},
{
"name": "charm.land/log/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.0.0"
},
{
"name": "github.com/BurntSushi/toml",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/charmbracelet/colorprofile",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.4.3"
},
{
"name": "github.com/google/go-cmp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "github.com/invopop/jsonschema",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.14.0"
},
{
"name": "github.com/mattn/go-isatty",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.23"
},
{
"name": "github.com/reujab/wallpaper",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20210630195606-5f9f655b3740"
},
{
"name": "github.com/urfave/cli/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.10.1"
},
{
"name": "golang.org/x/sys",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.47.0"
}
],
"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": 19,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Nico-Mayer",
"commits": 131,
"avatar_url": "https://avatars.githubusercontent.com/u/74204544?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"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": 10,
"reason": "9 out of 9 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 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": 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": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 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": "3d05297abb4136cdec73cf7769fab4a737627356",
"ran_at": "2026-07-24T17:15:20Z",
"aggregate_score": 3.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-24T14:07:21Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-24T09:41:36Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Nico-Mayer/themectl",
"host": "github.com",
"name": "themectl",
"owner": "Nico-Mayer"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"security": 35,
"vitality": 78,
"community": 12,
"governance": 52,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 78,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"commits_last_year": 128,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 9
},
"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": "9/52 weeks with commits",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 9
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "128 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 128
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 13,
"latest_release_tag": "v0.7.1",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 0.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "13 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 13
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0.6
}
}
],
"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": "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": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"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": "moderate",
"name": "Sustainability & Governance",
"value": 52,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"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": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 68,
"inputs": {
"merged_prs": 19,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 1
},
"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": "19/20 decided PRs merged",
"points": 36.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 19,
"decided": 20
}
}
],
"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": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 49,
"inputs": {
"followers": 15,
"owner_type": "User",
"is_verified": null,
"owner_login": "Nico-Mayer",
"public_repos": 19,
"account_age_days": 2082
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "15 followers of Nico-Mayer",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 15,
"login": "Nico-Mayer"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "19 public repos, account ~5 yr old",
"points": 20.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 19
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/Nico-Mayer/themectl"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 0
},
"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 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "14 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 14
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": 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": "9 out of 9 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": 50,
"inputs": {
"topics": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 35,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 35,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "9 out of 9 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 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 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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "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": 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": "moderate",
"name": "AI Readiness",
"value": 60,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.98,
"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": "98 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 98,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"mise.toml"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "mise.toml",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "mise.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": 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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "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": "Go",
"largest_source_bytes": 6176,
"source_files_sampled": 72,
"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/72 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 72,
"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": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-24T17:15:29.509771Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/Nico-Mayer/themectl.svg",
"full_name": "Nico-Mayer/themectl",
"license_state": "absent",
"license_spdx": null
}