Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 395,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 303139,
"Gosu": 18661,
"Shell": 690,
"PowerShell": 1222
},
"pushed_at": "2026-07-22T16:45:11Z",
"created_at": "2026-07-18T21:16:23Z",
"owner_type": "User",
"updated_at": "2026-07-22T16:47:41Z",
"description": "Terminal UI to manage local Minecraft servers: lifecycle, live console, metrics, jar downloads, properties editor and Modrinth installs",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Jorman Chuquer",
"type": "User",
"login": "JorMath",
"company": "Escuela Politécnica Nacional",
"location": "Av. Ladrón de Guevara E11-253, Quito 170143",
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/94020880?v=4",
"created_at": "2021-11-09T22:40:30Z",
"is_verified": null,
"public_repos": 46,
"account_age_days": 1718
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-22T16:44:19Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-07-21T23:41:50Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-21T22:30:04Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-07-20T18:39:32Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-20T18:31:28Z"
},
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2026-07-19T23:51:40Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2026-07-19T23:28:23Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2026-07-19T02:58:42Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-07-18T23:02:01Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-07-18T22:21:06Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-18T21:48:58Z"
}
],
"recent_commits": [
{
"oid": "d4d5eeb1e0cbb7802b14ad6bf333207a931e297f",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: point the scoop manifest at v0.4.0",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-22T16:45:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0f1343d1e0702835e7c67423de50e43e339a2ee5",
"body": "…ersion picker, mouse and packaging\n\n- Scheduled daily restarts now warn players in-game at T-5 and T-1\n ('say Server restarting in ...'), once per day each.\n- Backup retention: the schedule editor gains a 'backups to keep' step\n (backup_keep); backup.Prune trims the oldest zips after every manual\n[…]\nle\n straight from the repo raw URL with autoupdate wired to checksums;\n winget manifests prepared under packaging/winget with submission docs.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: evolution round — restart countdown, backup retention, clone, v…",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-22T16:37:26Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "05e6a6e97d4e493302c655617adf457997705dd7",
"body": "…ewer, help overlay and folder import\n\n- Installing a mod/plugin from Modrinth now resolves its required\n dependencies recursively (visited set, 25-project cap) and installs the\n missing ones, skipping client-only projects; the summary reports how\n many were added.\n- The live console scrolls: PgU\n[…]\ntLaunch (args-file or jar), type guessed from the folder\n layout, optional Minecraft version for Modrinth filtering, and files\n stay in place.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: usability round — auto dependencies, console scrollback, log vi…",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-21T23:32:32Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bb1054454a14169322fcd244e4f797fe46fe5822",
"body": "stdout and stderr are pumped by separate goroutines, so their lines can\nreach the log channel in either order; waiting for them sequentially\nmade TestStartEmitsLogsAndRuns flaky (it consumed the stderr line while\nwaiting for the stdout one). The test now waits for both lines in any\norder.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: make manager log test order-independent",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-21T22:12:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3beb073b9a0533531af83f8cda7b186ce1e48c6b",
"body": "- Schedules (S): per-instance automatic world backups every N hours\n (done live via save-all flush + save-off/save-on; locked files like\n session.lock are skipped and counted) and a daily restart at HH:MM.\n Runs off the existing refresh timer; config persists as backup_hours\n and restart_time.\n-\n[…]\nopped one\n the JSON files are edited directly, resolving the UUID via Mojang for\n online-mode servers or the OfflinePlayer md5 UUID otherwise.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: admin round — schedules, modpack updates and player management",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-21T22:10:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "125fbb8900c4decd229fe1304a3e58bfe055d447",
"body": "Binaries from 'go install ...@vX.Y.Z' don't go through the build\nscripts, so the ldflags-injected version stayed 'dev'. -version now\nfalls back to the module version the toolchain embeds in build info;\nscript/CI builds keep the ldflags value and repo builds still say dev.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: report the module version in go-install builds",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-20T18:38:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b6484fe728a76648861f7a6bd6d758ccb9071c0f",
"body": "The footer hint bar overflowed and cut off shortcuts on terminals\nnarrower than the full row. HintsRow now uses flex-wrap with each\nkey+label grouped in its own child so lines break between hints, never\nbetween a key and its label; the <96-column trimmed variant is gone.\n\nUpdate-all no longer downloads immediately: the scan reports how many\nupdates are available (plus current/unknown counts) and asks y/n before\napplying anything.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: wrap hint rows on narrow terminals; confirm before update-all",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-20T18:27:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "df6c433603684bdd35029fd5b8692955adc496ae",
"body": "…player ping, world backups, update-all and CI\n\n- Crash detection: a process that exits with an error without a requested\n stop becomes 'crashed' (red in the sidebar). With auto-restart toggled\n per instance (a key, persisted, shown as ↻) the server restarts after\n 5s, giving up after 3 crashes i\n[…]\nitHub Actions run vet+test+build on pushes/PRs, and tag pushes\n (v*) build the three platform binaries and publish the release\n automatically.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: reliability round — crash detection, auto-restart, Java check, …",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-20T18:16:19Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b90f15d3e7e603890d67af4eac6c31e4d34a1906",
"body": "Many packs mislabel client-only mods (shaders, HUD tweaks) as\nserver-required in their mrpack index — The Last War marks Oculus as\nserver: required, which crashes the dedicated server loading client\nclasses (invalid dist DEDICATED_SERVER). The pack index's env flags are\nno longer trusted alone: afte\n[…]\ns 'unsupported' (49 of ~335 files\nin The Last War). If the query fails the install proceeds unfiltered\nrather than blocking on a network hiccup.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: skip client-only mods when installing modpacks",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-19T23:42:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c8a005c4849093761b1a2c2d39539ed2bb4524d9",
"body": "The wizard's type step now offers all seven distributions. New download\nproviders list Minecraft versions per loader — Forge from its promotions\nJSON (recommended build preferred), NeoForge from its maven listing with\na version→MC mapping (47.x legacy, X.Y.Z era and the new X.Y.Z.W scheme),\nQuilt fr\n[…]\n internal/download so the\nproviders can share them. Individual mod search was already loader-aware\nvia loadersFor (forge/neoforge/quilt+fabric).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: create servers from scratch on Forge, NeoForge and Quilt",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-19T23:27:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "578bd70512b1e12fedfaf31dea990711b5146a75",
"body": "The modpack wizard no longer filters to Fabric. The mrpack index's\ndependencies now resolve to a generic Loader (fabric/forge/neoforge/quilt)\nand the new internal/installer package downloads and runs the official\ninstaller for the loader the pack requires: Forge and NeoForge via their\nmaven installe\n[…]\n server types get mods+datapacks in\nthe Modrinth panel and 'mods' as their content folder; pack and version\nlists now show each entry's loaders.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: install modpacks on any loader — Forge, NeoForge and Quilt",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-19T23:14:07Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b28a33a72f5fa6c1fac6f0842379e49bf4a98751",
"body": "The app struct now keeps the running tui.App (set in BindApp) so views can\nread the live terminal size each render. The sidebar's min width steps\ndown on narrow terminals (30/24/18 cells), the splash falls back to a\nplain-text version when the block-art doesn't fit (<66x24), the main hint\nbar shows \n[…]\nlable width instead of a fixed 50 runes.\ngo-tui already delivers resize events and re-renders immediately; the\nlayout just never adapted before.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: responsive layout — adapt to terminal size on resize",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-19T02:58:02Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2a4ee40143bb6dbac298b3498cb95e660cdd0bc2",
"body": "The Modrinth panel now offers only what the instance supports: mods on\nFabric (including modpack-created instances), plugins on Paper/Purpur, and\ndatapacks on every type — vanilla servers, previously locked out of the\npanel, now open straight into datapack search. Tab switches the content\ntype and r\n[…]\nhe\nloaders=[\"datapack\"] version filter and install into the active world's\ndatapacks/ folder (level-name from server.properties, default world).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Modrinth datapacks + per-instance content types in the panel",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-19T02:48:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "31b5b5031da62d07143b71b33214e7773ced4cd8",
"body": "New M key in the main view opens a footer input (same pattern as rename)\nprefilled with the instance's current MemoryMB. Digits only; Enter updates\nthe JSON store and the stopped manager, so the new -Xms/-Xmx apply on the\nnext start. Requires the server to be stopped, like rename/delete.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: change an instance's memory with M (v0.1.2)",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-18T23:01:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b8675e74ca13901d7059fb80c2522b2d06c07cb7",
"body": "The wizard's type step gains a 'modpack (Modrinth)' option: search Fabric\nmodpacks (server_side required/optional), pick a pack and a version, and\nthe installer downloads the .mrpack, its server files and overrides, plus\nthe exact Fabric server launcher the pack requires (internal/mrpack parses\nthe \n[…]\nrent launch model). The instance is stored as a\nregular Fabric server, so the console, file manager and Modrinth mod\nsearch work on it as usual.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: install Modrinth modpacks from the new-instance wizard",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-18T22:53:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2eecf3d4618d7bf721473dce4fe0b944222f0101",
"body": "The refactor (6bda01d) moved the app struct out of app.gsx, so the gsx\ngenerator stopped emitting BindApp/bindAppFields for it. Unbound states\nupdate their value on Set() but never MarkDirty, so the UI froze on the\nsplash screen (keys and timers still ran; the screen just never redrew).\n\nStates are \n[…]\nBindApp binds them when SetRootComponent\nmounts the root. A reflection test fails if a future State field is\ncreated with tui.NewState directly.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: bind all States to the tui.App so the UI re-renders",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-18T22:39:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6bda01d3b0df8aa93f0f63900691385354a16166",
"body": "app.gsx (1830 lines) is now a 136-line layout. Logic moved to plain Go\nfiles: app.go (state/keymap/watchers), lifecycle.go (start/stop/metrics),\ncommand.go (command bar), manage.go (rename/delete), wizard.go (R4),\nfiles.go (R3), modrinth_panel.go (R6), splash.go (ASCII art). Views live\nin splash_vie\n[…]\nenamed\nto listItem now that every panel shares it. No behavior changes; all\ntests pass and gofmt is clean (two download test files reformatted).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: split app.gsx into per-feature Go files and GSX views",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-18T22:20:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4ccc9b320921e1c9365162db19b34624b2328c41",
"body": "- R renames the selected instance: prompts for a new name in the bottom\n bar, renames the servers/<name> folder, updates instances.json, the\n manager and the UI maps. Requires the server to be stopped.\n- d deletes the selected instance after a y/n confirmation: removes the\n whole server folder (w\n[…]\nstopped) and Close\n (ends the log channel so the pump goroutine exits); Instance() is now\n mutex-guarded and pumpLogs reads the name per line.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: rename and delete instances with confirmation (v0.1.1)",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-18T22:08:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "25197e46f9d49464194a405ada83c7344791b0cf",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: README touch-ups (truecolor requirement, footer hints, tab keys)",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-18T21:48:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bb4713a105600334c5f273c22c7075e7b97456ec",
"body": "- footer hints render each key in cyan (green in the Modrinth panel)\n with dim labels, and change with the active context (main, wizard,\n files, modrinth, command bar)\n- files panel tabs show the active tab highlighted\n- sidebar: selected instance now actually highlights in cyan with a >\n marker, and status colors work (they used dynamic classes, which\n go-tui ignores - now literal per-branch classes)\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: cyan key hints and instance selection highlight",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-18T21:42:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3f68d51f9134c9a0c3a6fbb1e937130ef5c95aae",
"body": "Version picker, files panel and Modrinth results now render the full\nlist inside a scrollable flex-grow container whose offset follows the\nselection, so rows can no longer spill past the panel border. Also\nremoves the wizard gap-1 that double-spaced rows.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: list panels clip and scroll instead of overflowing the border",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-18T21:35:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "927ece3399f1ec4dd309a39979fdbd27ad413001",
"body": "- interior spaces in art lines get collapsed by layout: gaps now use\n braille blank (U+2800) which occupies a cell without being whitespace\n- dynamic class={expr} was not applied (logo rendered gray): logo\n segments now use literal hex color classes (text-[#7cc65c] etc.)\n matching the real grass-block palette\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: redesign splash rendering for go-tui text handling",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-18T21:27:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "324e2c43a7d1fa45a82a149f07bde3c6c25549d1",
"body": "Colored pixel grid (bright/dark green grass with jagged edge, brown\ndirt shades, gray stones) rendered as per-segment colored spans.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: splash uses the Minecraft grass block logo instead of the creeper",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-18T21:22:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0c40e6550038cc284be7bbeed79cc61e87308a39",
"body": "Prepares the public GitHub repo: go install works against the module\npath, README points to Releases and clone instructions.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: rename module to github.com/JorMath/mc-tui-server",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-18T21:16:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "03015fea3841325fd08de59878434d883e61639d",
"body": "- scripts/build.ps1 and scripts/build.sh: windows-amd64, linux-amd64\n and linux-arm64 binaries into dist/ with version from git describe\n- main.go: -version flag (injected via -ldflags -X main.version)\n- README.md: features, install (prebuilt/source/cross-compile), keys,\n data locations\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: cross-platform release builds (R7)",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-18T21:12:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ddf8bf29fe9f97bd0cd4092f7389986f2b504356",
"body": "- internal/modrinth: Search with facets (project_type, game version,\n loader family) and LatestFile (newest compatible version, primary\n file); paper/purpur accept bukkit-family plugins, fabric uses mods\n (100% coverage, httptest)\n- internal/download: GetJSON exported for reuse\n- app.gsx: m opens\n[…]\nhe Modrinth panel — type query, Enter searches,\n Enter installs the jar into plugins/ or mods/ of the instance;\n blocked for vanilla instances\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Modrinth plugin/mod search and install (R6)",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-18T21:08:57Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8cb6b3ae3e90f8715d8c7eee872a7542379fb83a",
"body": "- box-drawing shadow chars replaced by solid-block letters generated\n from a pixel font map (renderWord)\n- art wrapped in inner containers so lines center as a block, not\n per-line (fixes the staircase/overlap effect)\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: splash art renders correctly on any terminal font",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-18T21:04:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c98d08d3123b46be03574995dc57954e2c0b154a",
"body": "- all user-facing text (TUI, wizard, files panel, errors) now in English\n- confirmations switched from s/n to y/n\n- Status values: stopped/running/stopping\n- splash screen on startup: creeper face + MC-TUI-SERVER ASCII title,\n dismissed by any key or automatically after ~3s\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: English UI + ASCII splash screen",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-18T21:00:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2ea305275ccfdc840476838a39cd0354acafb8fc",
"body": "- internal/properties: parser/editor de server.properties que preserva\n comentarios y orden (100% cobertura)\n- internal/assets: listado y borrado seguro de mundos (level.dat) y\n plugins/mods segun tipo de servidor (100% cobertura)\n- app.gsx: tecla e abre panel con pestanas Propiedades/Mundos/Plugins;\n edicion inline de valores, guardado con w, borrado con confirmacion\n (bloqueado si el servidor esta corriendo)\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: administrador de archivos (R3)",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-18T20:48:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "df596597d74a9a8527d3e8939e4b6e10429e8501",
"body": "- internal/download: proveedores Vanilla/Paper/Purpur/Fabric contra sus\n API oficiales + DownloadFile con progreso (100% cobertura, httptest)\n- app.gsx: asistente con tecla n (tipo -> version -> nombre -> memoria ->\n EULA -> descarga), instancias en caliente via canal de logs agregado\n- main.go: apaga tambien las instancias creadas durante la sesion\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: descarga de jars y asistente de nueva instancia (R4)",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-18T17:29:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5e25bfd21cd4c8130fcd7d1b93ccffc2af6fcfb6",
"body": "- app.gsx: modo comando con c/Enter, envio via Manager.Send, Esc cierra\n- internal/metrics: Collector con gopsutil, CPU% y RSS por PID (100% cobertura)\n- server.Manager.PID() para muestrear instancias corriendo\n- dashboard: linea de cpu/ram bajo cada instancia encendida\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: barra de comandos (R2) y metricas CPU/RAM (R5)",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-18T17:19:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "302b1e07407b98b321eafba8db4b886f652109db",
"body": "- internal/config: persistencia JSON de instancias (100% cobertura)\n- internal/server: Manager start/stop/restart/send con logs por canal (100% cobertura)\n- app.gsx + main.go: dashboard de instancias, consola en vivo, teclas s/x/r/q\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: nucleo R1 + TUI minima con go-tui",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-18T17:14:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6efc0d80d9ae9be1c3922c03fb20d60721d5fa9c",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: setup inicial del proyecto (PRD, go.mod, .gitignore)",
"author_name": "JorMath",
"author_login": "JorMath",
"committed_at": "2026-07-18T17:04:05Z",
"body_truncated": false,
"is_coding_agent": true
}
],
"releases_count": 11,
"commits_last_year": 33,
"latest_release_at": "2026-07-22T16:44:19Z",
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_last_push": 2,
"active_weeks_last_year": 1,
"days_since_latest_release": 2,
"mean_days_between_releases": 0.4
},
"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/JorMath/mc-tui-server",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/JorMath/mc-tui-server",
"is_deprecated": false,
"latest_version": "v0.4.0",
"repository_url": "https://github.com/JorMath/mc-tui-server",
"versions_count": 11,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-22T16:37:26Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2
}
]
},
"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": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 25649,
"source_files_sampled": 53,
"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": "github.com/grindlemire/go-tui",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.18.2"
},
{
"name": "github.com/shirou/gopsutil/v4",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v4.26.6"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "JorMath",
"commits": 33,
"avatar_url": "https://avatars.githubusercontent.com/u/94020880?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": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 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": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 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": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "d4d5eeb1e0cbb7802b14ad6bf333207a931e297f",
"ran_at": "2026-07-25T09:43:12Z",
"aggregate_score": 2.6,
"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-22T16:45:38Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/JorMath/mc-tui-server",
"host": "github.com",
"name": "mc-tui-server",
"owner": "JorMath"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"security": 26,
"vitality": 66,
"community": 12,
"governance": 35,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 66,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"commits_last_year": 33,
"human_commit_share": 1,
"days_since_last_push": 2,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "33 commits in the last year",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 33
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 11,
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_latest_release": 2,
"mean_days_between_releases": 0.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0.4 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0.4
}
}
],
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 35,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"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 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "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": 42,
"inputs": {
"followers": 1,
"owner_type": "User",
"is_verified": null,
"owner_login": "JorMath",
"public_repos": 46,
"account_age_days": 1718
},
"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": "1 followers of JorMath",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "JorMath"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "46 public repos, account ~4 yr old",
"points": 21.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 46
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/JorMath/mc-tui-server"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 2
},
"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 2 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "11 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 11
}
}
],
"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": 56,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 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": "critical",
"name": "Security",
"value": 26,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 26,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 2.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "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": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 63,
"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": 1,
"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": "33 of 33 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 33,
"sampled": 33
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 1,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"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": "33 of the last 33 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 33,
"sampled": 33
}
}
],
"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": 25649,
"source_files_sampled": 53,
"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/53 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 53,
"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-25T09:43:16.093438Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/JorMath/mc-tui-server.svg",
"full_name": "JorMath/mc-tui-server",
"license_state": "absent",
"license_spdx": null
}