JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 939,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 153964,
"Shell": 5159,
"Makefile": 553
},
"pushed_at": "2026-07-08T16:44:27Z",
"created_at": "2026-05-11T10:15:14Z",
"owner_type": "User",
"updated_at": "2026-07-09T05:44:30Z",
"description": "Harvester CLI is a project that aims to provide an opinionated CLI tool to easily manage VMs on Harvester, the promising HCI solution created by Rancher Labs/SUSE",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Alejandro Bonilla",
"type": "User",
"login": "abonillabeeche",
"company": "SUSE",
"location": "Jacksonville, Florida",
"followers": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/5146963?v=4",
"created_at": "2013-08-02T11:16:55Z",
"is_verified": null,
"public_repos": 43,
"account_age_days": 4740
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-08T16:50:14Z"
},
{
"tag": "v0.3.3",
"kind": "patch",
"published_at": "2026-05-17T15:23:01Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2026-05-13T13:18:52Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-05-13T10:48:18Z"
}
],
"recent_commits": [
{
"oid": "6ba8555d0d5934e487927840df5d429b9408f1bd",
"body": "File body is just a comment noting it was superseded by release.yml;\nwithout a valid name/on/jobs block, every push produced two immediate\nworkflow-parse failures.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: remove superseded gh-build.yml",
"author_name": "Alejandro Bonilla",
"author_login": "abonillabeeche",
"committed_at": "2026-07-08T16:44:26Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "08dfddfd01916e04b0dcc8cd7b080e9dc0c84877",
"body": "Brings in the Image Catalog subcommands and offline support:\n\n * catalog list [OS] non-interactive listing\n * catalog create <os>/<version> scripted image creation\n * catalog init cache metadata at ~/.harvester/image-metadata.json\n * embedded image-metadata.json \n[…]\nLeap group, trimmed Rocky\nLinux to latest+previous per major, added Fedora 44 / Leap 16.0 /\nUbuntu 25.10 / AlmaLinux 10 / current Rocky minors.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Merge branch 'feature/catalog-create' into main",
"author_name": "Alejandro Bonilla",
"author_login": "abonillabeeche",
"committed_at": "2026-07-08T16:41:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "42bb0d9b249aea237d035f50e9419b2a6eab408a",
"body": "… versions\n\nRework of image-metadata.json to align with a consistent naming\nconvention and reduce noise. All 28 image URLs verified with the\n'scripts/verify-catalog-urls.sh' script (1 MiB HTTP Range GET,\nevery URL returned 206 Partial Content + 1 MiB body).\n\nKey renames (all shell-friendly, kebab-ca\n[…]\nge for scripts that ran\n'catalog create RockyLinux/9.5' etc. The 'unknown OS' error\nmessage lists the new keys, so migration is a one-line fix.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "catalog data: rename keys, merge openSUSE Leap, trim Rocky, add newer…",
"author_name": "Alejandro Bonilla",
"author_login": "abonillabeeche",
"committed_at": "2026-07-08T15:46:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ded3119ed897c38af592982b0f6dc211d6f6d014",
"body": "Adds a HarvesterImageLabels field to the Catalog struct with a\nLabelFor(key) helper that returns the pretty display name for an OS\nkey (falling back to the key itself for older catalogs without the\nmap). Both the interactive picker and 'catalog list' now render the\nlabel alongside the raw key so use\n[…]\nnge requests\nand reports PASS/FAIL. Follows redirects, tolerant of servers that\nignore Range (accepts 200 as well as 206). Bash 3.2 compatible.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(catalog): human-friendly display names + URL verification script",
"author_name": "Alejandro Bonilla",
"author_login": "abonillabeeche",
"committed_at": "2026-07-08T15:45:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b7519cc97ceb0dce30fa7d79a59a3305824db21b",
"body": "… versions\n\nRework of image-metadata.json to align with a consistent naming\nconvention and reduce noise. All 28 image URLs verified with the\n'scripts/verify-catalog-urls.sh' script (1 MiB HTTP Range GET,\nevery URL returned 206 Partial Content + 1 MiB body).\n\nKey renames (all shell-friendly, kebab-ca\n[…]\nge for scripts that ran\n'catalog create RockyLinux/9.5' etc. The 'unknown OS' error\nmessage lists the new keys, so migration is a one-line fix.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "catalog data: rename keys, merge openSUSE Leap, trim Rocky, add newer…",
"author_name": "Alejandro Bonilla",
"author_login": "abonillabeeche",
"committed_at": "2026-07-08T15:45:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0aead7e5d9070c113cc0c80788dd4438bdb36fb9",
"body": "Adds a new \"Image Catalog\" section to README covering:\n\n- Source resolution order (--metadata-url > local cache > remote,\n with embedded-in-binary fallback on HTTP failure)\n- 'catalog init' to cache metadata at ~/.harvester/image-metadata.json\n for offline use\n- Interactive 'catalog' picker (inclu\n[…]\nfave/cli v2 flag-ordering quirk for create\n\nAlso mentions Image Catalog in the top-of-README Features table\nand adds a Table of Contents entry.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: document Image Catalog subcommands and offline behavior",
"author_name": "Alejandro Bonilla",
"author_login": "abonillabeeche",
"committed_at": "2026-07-08T15:33:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d453061be9a601cf6404446fe303ee2de86208ed",
"body": "Two changes so 'harvester image catalog' works without internet:\n\n1. Embed image-metadata.json in the binary via //go:embed in main.go.\n When an HTTP fetch of the metadata URL fails, the CLI now\n transparently falls back to the embedded copy (with a warning)\n instead of erroring out. The bundl\n[…]\n remote.\n\nloadCatalog() also accepts local paths and file:// URLs, not just\nHTTP(S), so 'catalog list --metadata-url /path/to/file.json' works.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(catalog): embed image-metadata.json + add 'catalog init' cache",
"author_name": "Alejandro Bonilla",
"author_login": "abonillabeeche",
"committed_at": "2026-07-08T15:30:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "941d5483f00cd0fa187709a46317d4029ec4b9d5",
"body": "Prints a \"Image catalog source: <url>\" line before the OS table so\nusers can see which catalog is being fetched (useful when overriding\nwith --metadata-url or debugging which branch's JSON is live).\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "catalog: show metadata source URL at the top of interactive picker",
"author_name": "Alejandro Bonilla",
"author_login": "abonillabeeche",
"committed_at": "2026-07-08T15:23:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1504e3677b43a52706da25d7dfb885bfe8f8d170",
"body": "Rancher-proxied Harvester kubeconfigs commonly grant namespaced\nreads (image list, volume list, image create) but reject\ncluster-wide list calls, so kube.CoreV1().Namespaces().List() and\nkube.StorageV1().StorageClasses().List() return:\n\n the server could not find the requested resource\n\nWhen eith\n[…]\npace value for\nnamespace, empty string for cluster default StorageClass). The\nnumbered picker is preserved for callers that DO have list perms.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(catalog): fall back to text input when namespace/SC list is denied",
"author_name": "Alejandro Bonilla",
"author_login": "abonillabeeche",
"committed_at": "2026-07-08T15:14:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a9602141a127531ad9a50361ff21226baba5baf3",
"body": "The interactive 'image catalog' command hardcoded --namespace to\n\"default\" and never let the user pick a StorageClass. On clusters\nwhere the \"default\" namespace does not exist (or where the caller\ndoes not have access to it), creation failed with:\n\n the server could not find the requested resourc\n[…]\ner to debug.\n\nAlso adds --storage-class to the interactive 'catalog' command so\nscripted users can pre-set it without going through the picker.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(catalog): interactive namespace and StorageClass prompts",
"author_name": "Alejandro Bonilla",
"author_login": "abonillabeeche",
"committed_at": "2026-07-08T15:06:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4e02158c5f98b768309a2c1d332ef30f8d9c04c5",
"body": "Adds scriptable siblings to the existing interactive `image catalog`:\n\n- `harvester image catalog list [OS]`\n Prints catalog entries without prompting. Optional OS arg filters\n to a single OS group.\n\n- `harvester image catalog create <OS>/<VERSION>`\n Creates a VM image from a catalog entry by <os\n[…]\n imageCatalog() into a\nfetchCatalog() helper reused by all three subcommands. The\nexisting interactive `catalog` command behavior is preserved.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: harvester image catalog list and create subcommands",
"author_name": "Alejandro Bonilla",
"author_login": "abonillabeeche",
"committed_at": "2026-07-08T15:00:11Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8b88da8c92b265c8a6d8a81bebeaefe8d7195241",
"body": "…ntu 25.04\n\nExtends image-metadata.json with the most popular Linux distros for\ncloud-init-driven VM provisioning on Harvester:\n\n- fedora: Cloud Base 43, 42\n- centos-stream: Stream 10, Stream 9 (Stream 8 EOL, CentOS Linux 8/9\n never existed as non-Stream — skipped)\n- debian: 13 (trixie), 12 (bookw\n[…]\nucky)\n\nEvery added URL was verified 200 OK and points to a cloud-init-enabled\nvariant (Cloud-Base / GenericCloud / generic / minimal-cloudimg).\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "catalog: add Fedora, CentOS Stream, Debian, AlmaLinux + Rocky 10, Ubu…",
"author_name": "Alejandro Bonilla",
"author_login": "abonillabeeche",
"committed_at": "2026-07-08T14:50:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "90844ec596a2a56be06778e8fa5bc955454e2f7e",
"body": null,
"is_bot": false,
"headline": "Adding fleet",
"author_name": "Alejandro Bonilla",
"author_login": "abonillabeeche",
"committed_at": "2026-05-17T20:44:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55537026d487be4fb89e90b8ff30fe3c6fec5b3b",
"body": null,
"is_bot": false,
"headline": "docs: add --dry-run section with GitOps workflow examples",
"author_name": "Alejandro Bonilla",
"author_login": "abonillabeeche",
"committed_at": "2026-05-17T20:41:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "792a3b63a119636f8bab0baf1f057c92fe0d37a3",
"body": "…n fixes\n\n- findVMImage: resolve images by display name or resource name across all\n namespaces, fixing vm create failures when -n targets VM namespace but\n image lives in default\n- SSH key made optional for vm create (mirrors web UI behavior)\n- vm restart: retry on conflict to fix race between st\n[…]\ny-run: suppress spurious \"Image created:\" line when\n imageID is empty\n- image list: show namespace/name in ID column for clarity\n- volume create --size: clarify Gi/Mi binary suffix usage in help text",
"is_bot": false,
"headline": "fix: image name resolution, optional SSH key, vm restart race, dry-ru…",
"author_name": "Alejandro Bonilla",
"author_login": "abonillabeeche",
"committed_at": "2026-05-17T15:13:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a91ebb3e4ee974702a3724e97e47f0229c5f02c2",
"body": "- --dry-run on vm create, image create, volume create: prints the\n Kubernetes YAML manifest that would be submitted without calling the API\n- harvester volume create --storage-class <sc> --size <size> <name>:\n creates a PVC (ReadWriteMany/Block, matching Harvester VM disk conventions)\n- harvester volume list-storageclass: lists StorageClasses with provisioner,\n reclaim policy, binding mode, and expansion flag (equivalent to kubectl get sc)",
"is_bot": false,
"headline": "feat: dry-run flag for creates, volume create, and list-storageclass",
"author_name": "Alejandro Bonilla",
"author_login": "abonillabeeche",
"committed_at": "2026-05-17T13:58:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a887cee1f37baf4b012f28667dbf150092effbde",
"body": "Plain-text output via rcmd.NewTableWriter; removed fatih/color dependency.",
"is_bot": false,
"headline": "fix: remove color output to restore correct table alignment",
"author_name": "Alejandro Bonilla",
"author_login": "abonillabeeche",
"committed_at": "2026-05-13T13:08:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c152b3589251fb088d0e4ab19915326f103dbff",
"body": "…ula key\n\nWrap ANSI escape sequences in tabwriter.Escape (0xFF) pairs so that\ntext/tabwriter treats them as zero-width — fixes column misalignment\nwhen colorized output is displayed in a terminal.\n\nReverts homebrew_casks back to brews: homebrew_casks is for GUI app\ncasks; brews is the correct key for a CLI formula.",
"is_bot": false,
"headline": "fix: correct tabwriter alignment with ANSI colors; restore brews form…",
"author_name": "Alejandro Bonilla",
"author_login": "abonillabeeche",
"committed_at": "2026-05-13T10:37:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3145e1a5281289de9e8d254cfc10764051710775",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: add Alejandro Bonilla as maintainer in --help output",
"author_name": "Alejandro Bonilla",
"author_login": "abonillabeeche",
"committed_at": "2026-05-13T09:43:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ff02e950cc218b31e90413ecdb0624b592e909cf",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: use homebrew_casks key (brews deprecated in goreleaser v2)",
"author_name": "Alejandro Bonilla",
"author_login": "abonillabeeche",
"committed_at": "2026-05-13T09:18:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1eb980e16db0f9650319c495325a719eb24099a6",
"body": "…delivery\n\n- Semantic colors on all list commands: green=healthy, red=error,\n yellow=transitional, percent thresholds (50%/80%) for CPU and memory\n- Added github.com/fatih/color; colors auto-disable when output is piped\n- .goreleaser.yml: cross-compiles 6 targets, creates GitHub Release,\n and push\n[…]\ne script with auto OS/arch detection and\n macOS quarantine removal\n- README: Homebrew tap, install script, and Windows download instructions\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: colorized output, GoReleaser pipeline, and Homebrew/install.sh …",
"author_name": "Alejandro Bonilla",
"author_login": "abonillabeeche",
"committed_at": "2026-05-13T08:53:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c435f25b90ba2df03f43d9b72608c6c192884cfd",
"body": "Consolidates release.yml and gh-build.yml into a single workflow that\ncross-compiles for all 6 targets (linux/darwin/windows × amd64/arm64)\nusing ubuntu-latest and publishes a GitHub Release with auto-generated\nnotes on every v*.*.* tag push. Updates lint.yml to use ubuntu-latest\nand the official golangci-lint-action.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: replace self-hosted workflows with GitHub-hosted release pipeline",
"author_name": "Alejandro Bonilla",
"author_login": "abonillabeeche",
"committed_at": "2026-05-11T10:38:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e70e02f64db2d9b60b76a796f2cda49d45ada6b0",
"body": "Rewrote README with installation, kubeconfig setup, and full command\nreference covering all new commands (network, volume, host, vm migrate).\nReplaced all belgaied2 references with abonillabeeche across module path,\nimport, catalog URL, README badges and clone URL.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: rewrite README; transfer ownership to abonillabeeche",
"author_name": "Alejandro Bonilla",
"author_login": "abonillabeeche",
"committed_at": "2026-05-11T10:33:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "61cfe0ce88c096830c410c6855c4cdfe92ae1b42",
"body": "New commands:\n- harvester network list: shows NADs with type and VLAN ID\n- harvester volume list: shows PVCs with Longhorn state, capacity,\n actual used space (from Longhorn metrics) and storage class\n- harvester host list: shows nodes with CPU(cores), CPU%, MEM USE,\n MEM%, MEM TOTAL from Kubernet\n[…]\nlag (sets targetStorageClassName);\n prints created image ID on success\n- vm create: skip network existence check when --network not provided\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add network, volume, and host list commands; improve vm create",
"author_name": "Alejandro Bonilla",
"author_login": "abonillabeeche",
"committed_at": "2026-05-11T10:14:37Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "aa2ab7828e4172946660909f7f9660f87571411b",
"body": "- go.mod: harvester v1.1.1→v1.8.0, kubevirt v0.54/0.59→v1.7.0,\n k8s.io/* v0.24.7→v0.33.7, longhorn v1.3.1→v1.10.0,\n vm-import-controller v0.1.4→v1.8.0, k8s.io/metrics added\n- cmd/common.go: add runStrategyPtr helper; import kubevirt core/v1\n- cmd/vm.go: replace deprecated Spec.Running with Spec.Ru\n[…]\n-class flag;\n print image ID on create; add StorageClass column to image list\n- main.go: register NetworkCommand, VolumeCommand, HostCommand\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "deps: update to Harvester 1.8.0, KubeVirt v1.7.0, k8s v0.33.7",
"author_name": "Alejandro Bonilla",
"author_login": "abonillabeeche",
"committed_at": "2026-05-11T10:14:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "64463de69de3af00e0d2599e763244410512a3a7",
"body": "Signed-off-by: Mohamed Belgaied Hassine <--global>",
"is_bot": false,
"headline": "better handling of namespaced resources, fixes #40",
"author_name": "Mohamed Belgaied Hassine",
"author_login": null,
"committed_at": "2025-03-15T16:00:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9ff9a845236de10fbef81ff8120eb43fdcdd889",
"body": "Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "gitignore",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2025-03-15T15:31:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdd40a94e0c085cee18239d218ff4559a592345d",
"body": "Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "some changes toward namespaced names handling",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2025-03-15T15:31:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c986a8c6c8e319c98953c9053a0e8d03ce145f3f",
"body": "Signed-off-by: Mohamed Belgaied Hassine <--global>",
"is_bot": false,
"headline": "fix for version in GH actions ?",
"author_name": "Mohamed Belgaied Hassine",
"author_login": null,
"committed_at": "2025-03-15T15:20:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "837fd56c67f97e4f61261405c0c0ba25945d30ee",
"body": null,
"is_bot": false,
"headline": "GH Action - update image metadata - 2025-03-14",
"author_name": "Mohamed Belgaied",
"author_login": null,
"committed_at": "2025-03-14T17:36:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f762a215d8f0f7af3c567d942fdfbb5e76d7381",
"body": "Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "updating image metadata",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2025-03-14T12:18:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3177c95e920e792d3ef2565a2c56d77b6a8fb0da",
"body": "Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "fixing 3rd time issue with path",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2025-03-14T11:59:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eae65028c0fcf68bfe29022f663a7789db4f8095",
"body": "Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "fixed issue with path ALSO in login command",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2025-03-13T18:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15302fd287a66557b9febfeb87fac7d38e1c7b72",
"body": "Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "fixed issue with 'no such flag -path'",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2025-03-12T19:08:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cdb9fa898384b02bbd2680b22fe0c626d341449",
"body": "Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "fixing issue with cross compiling windows binaries",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2025-03-11T02:15:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31dbd5223e934a53d1a7578c93587f2172b9f912",
"body": "Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "try cleanup with command at the beginning of job instead of at the end",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2025-02-27T13:36:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbc47a1c0d4cd90bd647bad1511a23ea63c644a5",
"body": "Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "try cleanup with command instead of marketplace action",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2025-02-27T13:30:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bd272a97fcb6900020663bfce24b6f61507d7e2",
"body": "Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "added clean-up step to Build Action",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2025-02-27T13:15:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ad53299f19d643f2b1b11e05f45fca32847d60d",
"body": "Signed-off-by: Mohamed Belgaied Hassine <mohamed@trycoo-1.>",
"is_bot": false,
"headline": "add option to go-release-action",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2025-01-21T11:42:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fcae22824a80d207390a571d2abaf5c8007c0e4",
"body": "Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "adapting GH actions for release",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2024-12-17T21:57:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8a9db2aff7e4d13fb5feb4ace49fcf1d8cb5e72",
"body": "Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "bumped version of GH Action for go release",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2024-12-17T21:53:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "554fb0fe05d678e93f7167de94c0b47a3e93cf8d",
"body": "Signed-off-by: Mohamed Belgaied Hassine <60746935+belgaied2@users.noreply.github.com>",
"is_bot": false,
"headline": "fixed issue with os library",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2024-12-17T18:38:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33de92dca7c70539f9ef56b051837eee7f1cba17",
"body": "feat(go.mod): upgrade version of go to 1.23.3",
"is_bot": false,
"headline": "Merge pull request #42 from Wabri/feature/upgrade_to_go_1-23-3",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2024-12-17T16:41:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fc08bafd1ef296654a58eef82b1c3ff11d27adf",
"body": "refactor(ioutil): ioutil is deprecated after 1.16",
"is_bot": false,
"headline": "Merge pull request #41 from Wabri/refactor/ioutil-dependency",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2024-12-17T16:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d4afc70da3ae3dc45b3c94457f53a3f19f0ed57",
"body": null,
"is_bot": false,
"headline": "feat(go.mod): upgrade version of go to 1.23.3",
"author_name": "Wabri",
"author_login": "Wabri",
"committed_at": "2024-11-20T17:57:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c40c979e61e79d4906ae1ec0d3e8e121778cbc9",
"body": "- [go#40025](https://github.com/golang/go/issues/42025)\n- [go#40026](https://github.com/golang/go/issues/42026)",
"is_bot": false,
"headline": "refactor(ioutil): ioutil is deprecated after 1.16",
"author_name": "Wabri",
"author_login": "Wabri",
"committed_at": "2024-11-19T15:39:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11f9ca6ab0ad600308bef317a14c981afc9f4d28",
"body": "…init, fixes #27 (#34)\n\n* Implemented merging default cloudinit and ssh key with a custom cloudinit, fixes #27\r\n\r\nSigned-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>\r\n\r\n* fixes an issue where default ssh keypair would be merged to userdata with ssh_authorized_keys\r\n\r\nSigned-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>\r\n\r\n---------\r\n\r\nSigned-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "Implemented merging default cloudinit and ssh key with a custom cloud…",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2023-05-09T21:30:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cac8052ddf773c4fe3ac20170223476516cc94f",
"body": "Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "Implemented autocomplete for bash, zsh and powershell (#33)",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2023-05-08T12:46:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d32969b8d8492a8e93bc8216a121aa2119c1e904",
"body": "…22 (#32)\n\nSigned-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "implemented the feature to override template with some flags, fixes #…",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2023-05-08T11:26:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c07d9a1fd9d46dba7291b6efd58fe2e8a61af98",
"body": "…22 (#32)\n\nSigned-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "implemented the feature to override template with some flags, fixes #…",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2023-05-08T11:26:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f783e838b980f595b4a83fc1945d5e8959cf908",
"body": "…22 (#31)\n\nSigned-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "implemented the feature to override template with some flags, fixes #…",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2023-05-05T22:51:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f343a927ad0c1cc45df9ea31f797e529c7163cf",
"body": "Update gh-build.yml",
"is_bot": false,
"headline": "Merge pull request #26 from belgaied2/belgaied2-patch-1",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2023-05-02T11:52:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b81f05123324e2a56f45c8dd4d1915d4173c806",
"body": null,
"is_bot": false,
"headline": "Update gh-build.yml",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2023-05-02T10:40:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b66488ae5f0063b48db9d9ba4fd7e63e8bf85c0f",
"body": "fix default password issue",
"is_bot": false,
"headline": "Merge pull request #25 from belgaied2/fix-cloud-init-default",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2023-05-02T09:49:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a05604472e9a3623a956d5c267e54d107e435fad",
"body": "Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "fix default password issue",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2023-05-02T09:24:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51633a72ba2572913ffc1a912255bdb35ede125e",
"body": "Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "Adding manual build trigger",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2023-04-28T17:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9a3285c5d37403a7dce0f5c7b489a275bf1316f",
"body": "Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "Update GH Actions",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2023-04-28T16:58:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da5db4e87747e3f77f2ef58670c01bbed1c24644",
"body": "Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "switched GH actions to self-hosted runner",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2023-04-28T16:31:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00fe80f37f23945906fb233106368a235b171686",
"body": "Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "Fixed a regression with cloud-init",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2023-04-28T16:31:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68fdd8f94465fe7b1eded3bd7ebae38d88718383",
"body": "…i-lint in GH actions\n\nSigned-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "fixed small issues with go.mod and vm memory showing, updated golangc…",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2023-04-28T15:46:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f315bf4648744798f1be3a782e42a5b2f99aa6b",
"body": "Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "Fixes linting issues",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2023-04-26T13:48:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95371f0d135588dc69f368753189460bfc13f00c",
"body": "Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "implemented vm-import feature, fixes #21",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2023-04-26T13:43:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "527a9bfa4b2fe87eedc54be79134fd4e1511f90b",
"body": "Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "bumped Kubernetes dependencies to x.23.7 and kubevirt to 0.54.0",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2023-04-25T20:31:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfd06af5b43e335c5b2ec89056223ab065866245",
"body": "Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "adds support for cloud-init filepath, fixes #24",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2023-04-24T20:34:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a666f5134ce6f447d75d0a966af2ccf6122c23f",
"body": "Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "Migrated to urfave/cli/v2",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2023-04-24T16:14:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc566476ef5207818679a745668cc9bb676c629f",
"body": "Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "fixes problem with more than 7 cpus, fixes #23",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2023-04-24T10:33:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acff0f76eae9c9868725649d6371b15c198ac5b8",
"body": "Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "Adding possibility to choose VM network",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2023-04-24T09:00:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab68a9870c4af106407b022724376fe5ca70ce2c",
"body": "Signed-off-by: Mohamed Belgaied Hassine <belgaied2@hotmail.com>",
"is_bot": false,
"headline": "fixed linting issues",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2023-03-17T09:32:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21984f3596f5e0128d584c008a6ecd4a231122bf",
"body": null,
"is_bot": false,
"headline": "Fixed issue #18, PVC not deleted",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-09-20T13:51:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "926218df1595d7efdc9c879d723e278f72e58fe9",
"body": null,
"is_bot": false,
"headline": "Fixed issue for --template with Harvester v1.0.2",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-07-14T21:25:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "290c2f25241c235c47f3f23db1902aa095cf679b",
"body": null,
"is_bot": false,
"headline": "small fixes for catalog feature",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-07-05T22:39:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8db3bf0a6414b3363e55bf0f43f8f820bc08622e",
"body": null,
"is_bot": false,
"headline": "Added some new images",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-07-05T22:13:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69f95deafa3ab6595a2f250a35074f59058210cd",
"body": null,
"is_bot": false,
"headline": "fixed some json fields in metadata file",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-07-05T14:19:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96a0e5d77ab4bb29866ea37f1daa96ab277e7ff2",
"body": null,
"is_bot": false,
"headline": "adding metadata file for image catalog",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-07-05T13:21:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c71f4a40c2b97c8ecd745741d62fba07d6f59cf",
"body": null,
"is_bot": false,
"headline": "Fixed issue with POST request for uploading uimage",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-07-04T17:04:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e5322e5baafb3051cbfc4a0d004f1be7bbce285",
"body": null,
"is_bot": false,
"headline": "moved writer.Close position",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-07-04T16:28:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce41799e88afcd2b2b6be9c5e49822361a3b25b5",
"body": null,
"is_bot": false,
"headline": "Changed the body to multipart for image upload",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-06-30T15:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "800902ade4d78c7770bc0201ed189d806ca386b6",
"body": null,
"is_bot": false,
"headline": "implement image upload feature, missing CAcert",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-06-30T13:17:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd3b977270570cd2a2532e3514da2148458c41d2",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/belgaied2/harvester-cli",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-06-29T12:50:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3458c92ed9333dd82e42cd45c654bebaab2991a5",
"body": null,
"is_bot": false,
"headline": "Added the feature of VM image creation to the harvester image command",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-06-29T12:49:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88a2cf1c417272243b242c1356b3b74e3dd0fe9a",
"body": null,
"is_bot": false,
"headline": "Update LICENSE",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-06-29T08:00:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f094e14b1578fb015fe75626bdeb839f02474ec",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/belgaied2/harvester-cli",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-06-28T07:25:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3294daa538fc89a7be658c1a7eb1cf56ae8606a8",
"body": null,
"is_bot": false,
"headline": "Adding a downscaled version of the asciinema image",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-06-27T10:22:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0838c92374bd163f5a51d166ed8d3f61382350ec",
"body": null,
"is_bot": false,
"headline": "Fixed issue with shown status not working right on Harvester v1.0.2",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-06-14T12:06:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2962916b7e379b609c5092247ec28f0c8875a09",
"body": null,
"is_bot": false,
"headline": "Removing unnecessary file",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-04-26T21:04:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b4f9050cb5c3a6f816e441696223cad17046b93",
"body": null,
"is_bot": false,
"headline": "Merge branch 'feat_pod_network_shell'",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-04-26T21:00:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8599116b856c79b527b1ee5ebd34c53b2691563",
"body": null,
"is_bot": false,
"headline": "Small update to README.md to include changes for the login command",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-04-26T20:59:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c6d29a268743b8d352e9a87e0232772c11b4351",
"body": null,
"is_bot": false,
"headline": "Improving inline documentation in shell.go, common.go and template.go",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-04-26T20:52:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e9d593bcbe530a9839668732e7428d9d1094cb6",
"body": null,
"is_bot": false,
"headline": "Cleaning up some unneeded restClient setting for the shell command",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-04-26T20:15:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f1ab9bef1ca80cc63037eff273a29064c046103",
"body": null,
"is_bot": false,
"headline": "Fixed small issue when VM's Running State not defined",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-04-26T20:13:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd95c4433893b8d9d4f31154b3a47f25593f06c4",
"body": "…dress",
"is_bot": false,
"headline": "fixed issue with shell command hanging when VM does not have an IP Ad…",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-04-26T20:01:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0efc7f5c35815372263e1db0ae7dddfd0bb93fd5",
"body": "… Network",
"is_bot": false,
"headline": "Added feature of seemlessly connecting to VM on Pod Network or Bridge…",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-04-26T17:06:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d504ab46cdaf639037301f8c0f5cd94d637c34e",
"body": null,
"is_bot": false,
"headline": "fixed error message when leaving SSH session with port forwarding",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-04-26T16:09:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba6d6defd93783ace2cda317d71d6fc23b7bf144",
"body": null,
"is_bot": false,
"headline": "Now shell command working but bad error message",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-04-26T11:50:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f761be6f8162a4d7997296e9ea720a8dbd6f9246",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/belgaied2/harvester-cli",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-04-25T11:35:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c4c370e38deb28f825eb884180b192abbcb9e1a",
"body": null,
"is_bot": false,
"headline": "portforward to pod: compiles, does not connect",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-04-25T11:34:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44288d3a7a7f2cdf0ba588997ddfb5e5460a7b79",
"body": null,
"is_bot": false,
"headline": "implemented a wrapper around ssh instead of ssh in Golang",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-04-22T12:14:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caf6fbc0a31ad007352cfc5d7381603e0f83267f",
"body": null,
"is_bot": false,
"headline": "Adding exit command functionality to shell command",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-04-22T09:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30374269b7e9600f87ec57089f4fe8fc8ec9f208",
"body": null,
"is_bot": false,
"headline": "Fixed bug with template list command causing error",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-04-14T15:22:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7e82aa69bb2d2e546ba29d823eb56585508eb77",
"body": null,
"is_bot": false,
"headline": "Adding image",
"author_name": "Mohamed Belgaied Hassine",
"author_login": "belgaied2",
"committed_at": "2022-02-21T22:33:32Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 25,
"latest_release_at": "2026-07-08T16:50:14Z",
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_last_push": 17,
"active_weeks_last_year": 3,
"days_since_latest_release": 17,
"mean_days_between_releases": 18.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/abonillabeeche/harvester-cli",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/abonillabeeche/harvester-cli",
"is_deprecated": false,
"latest_version": "v0.4.0",
"repository_url": "https://github.com/abonillabeeche/harvester-cli",
"versions_count": 20,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-08T16:41:47Z",
"latest_version_yanked": null,
"days_since_latest_publish": 17
}
]
},
"popularity": {
"forks": 0,
"stars": 2,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": 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": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 40310,
"source_files_sampled": 15,
"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/docker/docker",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v28.3.3+incompatible"
},
{
"name": "github.com/grantae/certinfo",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20170412194111-59d56a35515b"
},
{
"name": "github.com/harvester/harvester",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.0"
},
{
"name": "github.com/harvester/vm-import-controller",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.0"
},
{
"name": "github.com/minio/pkg",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.14"
},
{
"name": "github.com/pkg/errors",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.1"
},
{
"name": "github.com/rancher/cli",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0-alpha9.0.20210315153654-8de9f8e29aef"
},
{
"name": "github.com/rancher/norman",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "github.com/rancher/types",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20210123000350-7cb436b3f0b0"
},
{
"name": "github.com/sirupsen/logrus",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.9.3"
},
{
"name": "github.com/urfave/cli",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.22.17"
},
{
"name": "github.com/urfave/cli/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.25.1"
},
{
"name": "github.com/zach-klippenstein/goregen",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20160303162051-795b5e3961ea"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
},
{
"name": "k8s.io/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.35.0"
},
{
"name": "k8s.io/apimachinery",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.35.0"
},
{
"name": "k8s.io/client-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v12.0.0+incompatible"
},
{
"name": "k8s.io/kubectl",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.33.7"
},
{
"name": "k8s.io/metrics",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.34.1"
},
{
"name": "kubevirt.io/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.7.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": 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": "belgaied2",
"commits": 129,
"avatar_url": "https://avatars.githubusercontent.com/u/60746935?v=4"
},
{
"type": "User",
"login": "abonillabeeche",
"commits": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/5146963?v=4"
},
{
"type": "User",
"login": "Wabri",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/12409541?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.827
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"lint.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": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 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": 10,
"reason": "packaging workflow 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": 0,
"reason": "34 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "6ba8555d0d5934e487927840df5d429b9408f1bd",
"ran_at": "2026-07-26T06:56:08Z",
"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-08T16:44:52Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/abonillabeeche/harvester-cli",
"host": "github.com",
"name": "harvester-cli",
"owner": "abonillabeeche"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"security": 26,
"vitality": 62,
"community": 24,
"governance": 40,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 62,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"commits_last_year": 25,
"human_commit_share": 1,
"days_since_last_push": 17,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 17 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 17
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "25 commits in the last year",
"points": 12.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 25
}
}
],
"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": 4,
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_latest_release": 17,
"mean_days_between_releases": 18.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 17 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 17
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~18.8 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 18.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "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": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 2,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"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": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 40,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.827
},
"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 83% of commits",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 83
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"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": "moderate",
"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": 52,
"inputs": {
"followers": 11,
"owner_type": "User",
"is_verified": null,
"owner_login": "abonillabeeche",
"public_repos": 43,
"account_age_days": 4740
},
"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": "11 followers of abonillabeeche",
"points": 7.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 11,
"login": "abonillabeeche"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "43 public repos, account ~12 yr old",
"points": 24,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 43
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/abonillabeeche/harvester-cli"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 17
},
"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 17 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 17
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "20 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 20
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "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. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 26,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"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 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 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": "34 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"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": 6
},
"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": 58,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.39,
"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": "39 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 20.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 39,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.19,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"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": "19 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 19,
"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": 40310,
"source_files_sampled": 15,
"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/15 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 15,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T06:56:13.731861Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/abonillabeeche/harvester-cli.svg",
"full_name": "abonillabeeche/harvester-cli",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}