Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 13476,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 191354,
"Shell": 5415,
"Makefile": 5834
},
"pushed_at": "2026-07-13T13:43:09Z",
"created_at": "2026-02-22T11:45:45Z",
"owner_type": "User",
"updated_at": "2026-07-13T13:44:32Z",
"description": "Graphql command-line client",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Wallace Ricardo",
"type": "User",
"login": "wricardo",
"company": null,
"location": "FL, USA",
"followers": 35,
"avatar_url": "https://avatars.githubusercontent.com/u/950640?v=4",
"created_at": "2011-08-01T00:11:35Z",
"is_verified": null,
"public_repos": 66,
"account_age_days": 5469
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2026-07-13T13:44:38Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2026-07-12T14:16:56Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-07-12T14:01:56Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-06-06T10:50:34Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-04-08T20:40:28Z"
}
],
"recent_commits": [
{
"oid": "fea90a8329a52ddddfebf0e0d290bb02510616e3",
"body": "The prior fixes (5e620a2, 6ffe7b6) only patched cmd/gqlcli/main.go.\nInlineCommandSet.Mount (a separate, documented public API for embedding\ngqlcli's query/mutation/describe/types/login commands into another\nprogram's *cli.App — see example/main.go, README.md) has the identical\npositional-argument bu\n[…]\nME.md snippets) to call\nit instead of app.Run directly, so both the standalone binary and the\nembeddable library path are covered the same way.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: cover the InlineCommandSet embedding path with the argv-reorder fix",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-07-13T13:42:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b0e8fe9d1d0c8936eb60520eef8aaf3bc6d83873",
"body": "… order\n\nThe two prior fixes (5e620a2, 6ffe7b6) were only proven by unit-testing\nReorderArgsForCommand/ReorderOSArgs in isolation, plus one end-to-end\ntest for --variables. That's not enough: the nested-subcommand\nregression shipped and was only caught by hand-testing against a real\nserver, precisel\n[…]\nogger writes to the real stderr fd (not the Go-level\n os.Stderr variable), so capturing it needed syscall.Dup2 on fd 2,\n not a variable swap.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: add per-flag end-to-end coverage through app.Run with real argv…",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-07-13T13:20:37Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6ffe7b61ffa3f61d34c49ede71f874a6c8d70a12",
"body": "ReorderOSArgs (5e620a2) broke `config set-default --name X` and\nsimilar nested dispatches: \"config\" itself has no --name flag, so\nreordering against its own (near-empty) Flags hoisted --name ahead of\nthe \"set-default\" subcommand token, and urfave/cli then tried to parse\n--name as an unknown flag of \n[…]\nched command with\nSubcommands — only leaf commands (query, mutation, subscribe,\ndescribe, etc.) that take a direct positional argument need it.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: don't reorder args for commands with nested subcommands",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-07-13T13:10:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5e620a2ed74186209679c35bb7858bf33867c3bd",
"body": "Every documented usage puts the query/mutation string first and flags\nafter (`gqlcli query '<query>' --variables '{...}'`), but Go's stdlib\nflag package (which urfave/cli v2 wraps) stops parsing flags at the\nfirst non-flag token. Everything after the positional query string —\n--variables, --url, --d\n[…]\n precede\npositionals before app.Run ever sees them. main.go calls it once on\nos.Args. Flags-first invocations are unaffected (a no-op reorder).\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: flags after positional query/mutation string were silently dropped",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-07-13T13:04:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "736806be6a243c1ca4d1d58d4ef705a958353e1d",
"body": "Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "chore: sync beads issue export",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-07-12T14:14:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "da2f197ef18bbed82b35feccbea3fd4de1763f47",
"body": "Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "build: align cli version with release tags",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-07-12T14:14:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "41fecaf80170df713d9fa290cc8a7a39d12b73f5",
"body": "Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "chore: sync beads issue export",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-07-12T13:59:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "87e80d7013497889958abf23a83473b28df54b1e",
"body": "Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: improve schema hints and describe depth traversal",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-07-12T13:59:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6b3922d892cb294b67a19266d1f1c1c0ba3429cd",
"body": null,
"is_bot": false,
"headline": "chore: close release tracking issue",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-06-06T10:51:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "578255cacbf05591d06f7f1e34c1e1c8cd716ab0",
"body": null,
"is_bot": false,
"headline": "feat: add HTTP controls and subscriptions",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-06-06T10:47:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dbdc43e08f87d806700318cc294563aa4121e4d",
"body": "Reject empty string passed to --name on op save/show/delete.\nRequired:true only checks the flag is set, not that it has a value.\n\nUpdate SKILL.md with named operation usage examples.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: validate non-empty op name; add named ops to skill",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-05-29T12:41:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d253f6b75eca6726db1ba5324f37607792450423",
"body": "Add NamedOperation to ProjectConfig (stored in .gqlcli.json under \"operations\").\nNew `op` subcommand provides save/list/show/delete CRUD.\n`--op <name>` flag on query and mutation commands loads the saved operation\nstring and merges stored defaults with explicit --variables (explicit wins).\n\nUsage:\n \n[…]\ncli query --op get-user\n gqlcli query --op get-user --variables '{\"id\":\"456\"}'\n gqlcli mutation --op create-user --input '{\"name\":\"Alice\"}'\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: named operations — save and reuse queries/mutations with --op flag",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-05-29T11:07:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "22c658f61d6f2d870fa80b73c16c5e5a69d898ee",
"body": "FAQ.md and GLOSSARY.md in the repo root are symlinks into gqlcli.wiki/,\nkeeping the wiki as the canonical source while making the files\ndiscoverable from the repo root.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add symlinks to wiki FAQ and Glossary",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-05-29T10:51:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "40268fcf8d5f11c95c6ffc216062471208da2f93",
"body": "Replaces per-platform curl blocks with a single script that detects OS\nand architecture, fetches the latest release version from GitHub API,\nand installs the binary to /usr/local/bin (overridable via INSTALL_DIR).\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add install.sh one-liner for auto-detected binary install",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-05-21T23:55:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "030b5a3e62c3e38f2afe43fb4cf3957a5aa5cb8f",
"body": "- config subcommands: init, add-env, remove-env, set-default, list\n- login: runs a mutation, extracts token by dot-path, writes Authorization header to .gqlcli.json; persists mutation + token-path for re-auth\n- logout: removes auth header from env\n- EnvLoginConfig struct added to ProjectConfig for stored login metadata\n- SKILL.md updated with config and auth usage examples\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add config, login, and logout commands to HTTP mode",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-05-11T20:45:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "301977cba469db020f77e4ec3e7e695492b373b9",
"body": null,
"is_bot": false,
"headline": "bd init: initialize beads issue tracking",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-04-11T12:11:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "998138dca7b027da099869ab3220f6376157b4eb",
"body": "- Add .goreleaser.yml for cross-platform binary releases (linux/darwin/windows, amd64/arm64)\n- Add .github/workflows/release.yml to publish releases on tag push\n- Update README installation section with binary download instructions per platform\n- Update quick start to reference binary downloads for users without Go\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add goreleaser and update installation docs",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-04-08T19:56:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2d15d2a265d4c2fe5aff86c7e86fdeb0ffb092e5",
"body": "- gofmt: apply gofmt -s to pkg/cli.go (alignment fix)\n- gocyclo: split formatTableValue() into formatTableSlice/formatTableMap/\n formatTableMapValue helpers, reducing cyclomatic complexity from 20 to <15\n- license: add MIT LICENSE file\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix Go Report Card issues",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-04-08T19:55:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2a34a2c4f0455f469c935e8011bfc6b98a750eb7",
"body": null,
"is_bot": false,
"headline": "fix comment",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-03-29T11:23:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c97fe6a643f84b09309732ff0b9e18636673d54",
"body": "- Add batch command (NDJSON + JSON array transports) with per-operation\n server-side jq and client-side --jq flag\n- Document server-side jq: \"jq\" field in request body, applied to full\n {\"data\":...} envelope before response is returned\n- Add batch and jq filtering tips to query/mutation command de\n[…]\n sections\n- Fix README: replace all gqlcli introspect refs with types/describe,\n add batch operations section and describe command reference\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add batch command with server-side jq, update docs and skill",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-03-29T11:07:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ce118521f6f8e96a66cd771aa2aecb199c6d6156",
"body": null,
"is_bot": false,
"headline": "claude skill",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-03-04T14:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "604e83399bfe1dd195844f7fa5c0a312475ec204",
"body": "…constant\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: cap schemaHint extension at 10000 chars via MaxSchemaHintChars …",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-03-04T13:55:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dbfeb4b1d82b0d84ef88d493af0221aad88a3ea6",
"body": "…ation\n\n- Remove GetIntrospectCommand and its registration\n- Update help text and AI workflow in main.go to reflect types-first approach\n- Add config file (.gqlcli.json) section to help description\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: remove introspect command, use types as preferred schema explor…",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-03-04T13:54:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e519a11b1676cb92214ae622c8793d96cc315d06",
"body": "Adds a per-directory .gqlcli.json config file that lets you define named\nenvironments (local, staging, prod, etc.) each with a URL and custom\nHTTP headers. The default environment is used automatically; switch at\nruntime with --env <name>.\n\nPriority: hardcoded default < .gqlcli.json env < GRAPHQL_URL < --url flag\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add .gqlcli.json project config with multi-environment support",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-03-04T13:33:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "87e955ec7e7e8e2d62ec9163240907998501210b",
"body": "…toon\n\n- Add standalone `describe TYPE_NAME` command backed by NewDescriberFromHTTPClient\n- Group same-type SDL fields on one line (e.g. `fieldA, fieldB: ID`)\n- Fix `types --filter` and `--kind` flags which were defined but never applied\n- Default all commands to toon format (was: llm for introspect, compact for types, json for inline mutation)\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add describe command, fix types filter, default all formats to …",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-03-03T00:08:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0207027695a825a828592ed858760f4274f39ebb",
"body": "- Add GraphQLResponseError type carrying the full response map and the query\n- HTTP client now enriches error messages with schemaHint by introspecting\n the referenced type when the server does not already provide one\n- CLI handleError prints the query and formats the response before exiting\n- form\n[…]\n example: split schema into author.graphqls/book.graphqls, add Author\n type with field resolver, remove Login/LoginPayload, simplify main.go\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: typed GraphQL errors with schema hints and install-skill command",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-03-01T13:16:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "34e7e846acd6ddad875835fcc326309a7ae6d13c",
"body": "All command actions were updating b.config.Debug but not b.config.URL,\nso the flag value (and GRAPHQL_URL env var) were silently discarded.\nAdded b.config.URL = c.String(\"url\") to all six command actions and\nadded EnvVars: []string{\"GRAPHQL_URL\"} to the inline url flags in\nintrospect, types, queries, and mutations commands.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: apply --url flag value to config before creating HTTP client",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-03-01T12:24:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "409b8abdd4c4136420cfdb1d66bca5aca89a3ff3",
"body": "Make clear that gqlcli is:\n1. A CLI tool for querying any GraphQL API over HTTP\n2. A library for building GraphQL-backed CLI applications\n\n- Rewrite introduction to emphasize both products\n- Rename sections to be clearer: \"Quick Start — Using the CLI\"\n- Add \"Using as a Library\" section with comparis\n[…]\nQL for CLIs\" explanation to Inline Mode section\n- Streamline CLI features section\n- Better separation between CLI tool usage and library usage\n\nCo-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: Reorganize README to highlight two main use cases",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-02-28T12:01:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "07b0a1123a4bf08a366e05244568b39b0496c7e6",
"body": "- Create cmd/gqlcli/main.go as the main HTTP-based gqlcli CLI tool\n- example/ is now a standalone example using inline execution\n- Update Makefile to build from cmd/gqlcli/main.go instead of example/main.go\n- Update installation instructions in README\n\nThis separates the library (pkg/) from the CLI tool (cmd/) and the example application.\n\nCo-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: Move CLI to cmd/gqlcli, keep example as standalone",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-02-28T11:59:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "076ff8f20ff150d048c8f5942894246586a1db53",
"body": "- Add dedicated section documenting the describe TYPE command (inline-only)\n- Include usage examples and explain its value for AI agent schema discovery\n- Reorganize inline execution section with \"Complete Example\" subsection\n- Add prominent link to example/README.md with feature overview\n\nCo-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: Add describe command documentation and link to example",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-02-28T11:55:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "562d9c4adae1706b01bddb994ce3c2b0a284bc5e",
"body": "- InlineExecutor: runs operations in-process against a gqlgen schema\n using a custom http.ResponseWriter, no HTTP server required\n- InlineCommandSet: query, mutation, describe, types, login, logout,\n whoami commands backed by the inline executor\n- TokenStore: JWT persistence at ~/.{appName}/token \n[…]\nh a working gqlgen books API wired up\n to demonstrate all commands end-to-end\n- go.work: ties root and example modules for local development\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Add inline GraphQL execution for gqlgen-backed CLIs",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-02-28T01:16:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0e27e0eea284513a1b8632c51036a5803d9f53f1",
"body": "Replace all 'gql' command examples with 'gqlcli' to match\nthe new binary name throughout the documentation.\n\nAlso update go install path to reflect the new example/main.go location.\n\nCo-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Update README examples to use gqlcli binary name",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-02-22T12:16:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7dd4e28f91f865c7c8a782ce76fd9b75bca41c5c",
"body": "Changes:\n- Rename binary from 'gql' to 'gqlcli' throughout project\n- Update Makefile install target to use 'go build' with GOPATH/bin\n- Install prioritizes $GOPATH/bin if Go is available\n- Falls back to /usr/local/bin if Go is not found\n- Update example/main.go app name to 'gqlcli'\n- Update help mes\n[…]\noject name for clarity\n- Uses standard Go installation path ($GOPATH/bin)\n- Automatic PATH setup guidance provided\n- Cross-platform compatible\n\nCo-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Rename binary to gqlcli and improve install target",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-02-22T12:15:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a8cf210bf30da5f616028e11bc713687bb87faa5",
"body": "Improved README structure for better developer experience:\n- Quick Start section right after intro (shows installation + basic examples)\n- Real Examples (practical demonstrations of what the tool does)\n- Show output format flexibility\n- Then detailed Features section (after developers understand the\n[…]\nhis helps new developers understand the tool in action before learning\nabout all the features, making the README more accessible and engaging.\n\nCo-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Reorganize README: prioritize usage examples before features",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-02-22T11:49:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c538229502b7128ce311e2343e6208022f5dd525",
"body": "Features:\n- New 'gql queries' command (alias: q-list) to list all Query fields\n- New 'gql mutations' command (alias: m-list) to list all Mutation fields\n- Support for --desc flag to include field descriptions\n- Support for --args flag to show argument types and structures\n- Case-insensitive --filter\n[…]\nd AI/LLM workflows\n * Architecture and design patterns\n * Contributing guidelines\n * Extensibility guides for custom formatters and clients\n\nCo-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add queries and mutations listing commands with env variable support",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-02-22T11:45:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e9cb3aa741b9eb2b49ecef3f486bcce7a33b70f6",
"body": "Now using the official Token-Optimized Object Notation library for TOON format.\n\nTOON features:\n- Human-readable format with semantic whitespace\n- 40-60% more efficient than JSON\n- Perfect for LLM applications\n- Official library: github.com/toon-format/toon-go\n- Uses toon.MarshalString() for encoding\n\nTOON Format Example:\n __type:\n name: SmsCampaign\n\nvs JSON:\n {\"data\":{\"__type\":{\"name\":\"SmsCampaign\"}}}\n\nCo-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Integrate official TOON library (github.com/toon-format/toon-go)",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-02-22T10:44:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ca78944fb337bc3e432da1c371c86d9ad07d16f5",
"body": "TOON format is 40-60% smaller than JSON by:\n- Removing all whitespace\n- Stripping null values\n- Using compact representation\n\nThis is ideal for LLM applications where token usage matters.\n\nUsers can still override with:\n --format json\n --format json --pretty\n --format table\n --format llm\n --format compact\n\nCo-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Change default format from json to toon (token-optimized)",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-02-22T10:39:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bffd411631a03cdfcdf399f4d06475cd9be3a3bb",
"body": "- bin/ directory excluded (build artifacts)\n- *.exe, *.dll, *.so excluded (platform-specific binaries)\n- Test coverage files excluded\n- IDE and editor files excluded\n- go.sum excluded (transitive dependencies)\n- .env files excluded (secrets)\n\nCo-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add .gitignore - exclude binaries and build artifacts",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-02-22T10:37:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6588adac6100639933e664b79caa38f35069914b",
"body": "Features:\n- Comprehensive Makefile with 20+ targets\n- Debug mode flag (--debug/-d) for all commands\n- HTTP request/response logging via resty.SetDebug()\n- Install target to /usr/local/bin/gql\n- Test, lint, format, and coverage targets\n- Dependency management commands\n- Colorized output for better UX\n[…]\nflag\n- Works on all commands (query, mutation, introspect, types)\n- Uses resty's built-in debug logging\n- Logs all HTTP requests and responses\n\nCo-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add Makefile and debug mode support",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-02-22T10:36:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "abeeba5409a09be79a4913e75be405a0ea3bdf04",
"body": "This is a production-ready GraphQL CLI library inspired by the graphql-api\nproject. It provides:\n\nFeatures:\n- Multiple execution modes: HTTP with flexible URL configuration\n- Multiple output formats: JSON, table, compact, TOON, LLM-friendly\n- Flexible input methods: flags, files, arguments, environm\n[…]\ners\n- pkg/cli.go: CLI command builders using urfave/cli/v2\n- example/main.go: Example CLI application\n- README.md: Comprehensive documentation\n\nCo-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Create reusable gqlcli library",
"author_name": "Wallace Ricardo",
"author_login": "wricardo",
"committed_at": "2026-02-22T10:33:22Z",
"body_truncated": true,
"is_coding_agent": true
}
],
"releases_count": 5,
"commits_last_year": 40,
"latest_release_at": "2026-07-13T13:44:38Z",
"latest_release_tag": "v0.2.3",
"releases_from_tags": false,
"days_since_last_push": 8,
"active_weeks_last_year": 10,
"days_since_latest_release": 8,
"mean_days_between_releases": 23.9
},
"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/wricardo/gqlcli",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/wricardo/gqlcli",
"is_deprecated": false,
"latest_version": "v0.2.3",
"repository_url": "https://github.com/wricardo/gqlcli",
"versions_count": 5,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-13T13:42:55Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [
{
"date": "2026-02-22",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_stars": 1
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile",
"example/Makefile"
],
"api_schema_files": [
"example/graph/author.graphqls",
"example/graph/book.graphqls"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"example/go.mod",
"go.mod"
],
"largest_source_bytes": 99686,
"source_files_sampled": 31,
"oversized_source_files": 1,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 4837
},
"dependencies": {
"manifests": [
"example/go.mod",
"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/99designs/gqlgen",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.17.87"
},
{
"name": "github.com/go-resty/resty/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.11.0"
},
{
"name": "github.com/golang-jwt/jwt/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.3.0"
},
{
"name": "github.com/gorilla/websocket",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.0"
},
{
"name": "github.com/itchyny/gojq",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.12.18"
},
{
"name": "github.com/toon-format/toon-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20251202084852-7ca0e27c4e8c"
},
{
"name": "github.com/urfave/cli/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.27.2"
},
{
"name": "github.com/vektah/gqlparser/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.5.32"
}
],
"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": "wricardo",
"commits": 40,
"avatar_url": "https://avatars.githubusercontent.com/u/950640?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"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": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "15 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 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": 1,
"reason": "9 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "fea90a8329a52ddddfebf0e0d290bb02510616e3",
"ran_at": "2026-07-22T06:45:10Z",
"aggregate_score": 3.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-13T13:44:44Z",
"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/wricardo/gqlcli",
"host": "github.com",
"name": "gqlcli",
"owner": "wricardo"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"security": 32,
"vitality": 72,
"community": 24,
"governance": 38,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 72,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"commits_last_year": 40,
"human_commit_share": 1,
"days_since_last_push": 8,
"active_weeks_last_year": 10
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 8 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "10/52 weeks with commits",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 10
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "40 commits in the last year",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 40
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "15 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v0.2.3",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 23.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~23.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 23.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "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": 1,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "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 (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"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": 38,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "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": 58,
"inputs": {
"followers": 35,
"owner_type": "User",
"is_verified": null,
"owner_login": "wricardo",
"public_repos": 66,
"account_age_days": 5469
},
"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": "35 followers of wricardo",
"points": 11.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 35,
"login": "wricardo"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "66 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 66
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/wricardo/gqlcli"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 8
},
"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 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "5 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 5
}
}
],
"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": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": "at_risk",
"name": "Security",
"value": 32,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"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": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no 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": "15 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow 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": "9 existing vulnerabilities detected",
"points": 0.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": "good",
"name": "AI Readiness",
"value": 81,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.925,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 4837
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "37 of 40 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 37,
"sampled": 40
}
}
],
"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",
"example/Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.875,
"toolchain_manifests": [
"example/go.mod",
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile, example/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, example/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": "35 of the last 40 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 35,
"sampled": 40
}
}
],
"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": 98,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 99686,
"source_files_sampled": 31,
"oversized_source_files": 1
},
"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": "1/31 source files over 60KB",
"points": 53.2,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 31,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"example"
],
"has_mcp_signal": false,
"api_schema_files": [
"example/graph/author.graphqls",
"example/graph/book.graphqls"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "example/graph/author.graphqls, example/graph/book.graphqls",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example/graph/author.graphqls, example/graph/book.graphqls"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "example",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example"
}
}
],
"max_points": 40
}
]
}
],
"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-22T06:45:14.595684Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/w/wricardo/gqlcli.svg",
"full_name": "wricardo/gqlcli",
"license_state": "standard",
"license_spdx": "MIT"
}