Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"agent",
"ai",
"cli"
],
"is_fork": false,
"size_kb": 1253,
"has_wiki": false,
"homepage": "https://www.npmjs.com/package/cool-code",
"languages": {
"Go": 248612,
"Makefile": 615
},
"pushed_at": "2026-07-18T17:41:04Z",
"created_at": "2025-07-17T03:12:44Z",
"owner_type": "User",
"updated_at": "2026-07-18T17:41:08Z",
"description": "ai cli coding Harness",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "rushikesh.live",
"name": "Rushikesh ",
"type": "User",
"login": "rushikeshg25",
"company": null,
"location": null,
"followers": 181,
"avatar_url": "https://avatars.githubusercontent.com/u/45139653?v=4",
"created_at": "2018-11-18T08:43:42Z",
"is_verified": null,
"public_repos": 146,
"account_age_days": 2805
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2025-08-19T07:50:02Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2025-08-19T05:57:21Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2025-08-19T05:49:45Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2025-08-19T05:41:32Z"
}
],
"recent_commits": [
{
"oid": "224365193a4b19e6c64afd041b49c01282280321",
"body": "feat: /add-dir — grant the session access to additional directories",
"is_bot": false,
"headline": "Merge pull request #5 from rushikeshg25/feat/add-dir",
"author_name": "Rushikesh",
"author_login": "rushikeshg25",
"committed_at": "2026-07-18T17:41:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd7d46882d69a4ca0ac7553946ac0138e35e521b",
"body": "/add-dir <path> grants the session access to another directory; with no\nargument it lists added directories. Files in extra dirs join @-mention\ncompletion as absolute paths, the file cache invalidates on add and on\nsession resume, and the status bar shows a +N suffix.",
"is_bot": false,
"headline": "feat: /add-dir slash command with @-completion across directories",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-07-18T17:39:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "804699d6418566de5c9a93d4f157216efd0409c3",
"body": "AddDir validates and registers an extra directory (~ and relative paths\nresolved against the root, must exist, dedup, reject paths already\ninside an allowed root), threads it into the tool context, and renders\na depth-capped tree in an Additional Directories system-prompt section.\nSubagents inherit access and get the dir list in their prompt. Extra\ndirs persist in session data and are re-added on resume.",
"is_bot": false,
"headline": "feat: Processor.AddDir with prompt trees and session persistence",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-07-18T17:39:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "470e6f08f43405e1c240bd93b3b2921ddb96f7b4",
"body": "Add Context.ExtraDirs and a Roots() helper, plus\nEnsureAbsoluteWithinRoots which accepts a path inside any allowed root.\nAll nine jail call sites now check against the full root set, and a new\nProjectFilesAbs helper lists a directory's files as absolute paths.\nGroundwork for /add-dir.",
"is_bot": false,
"headline": "feat: multi-root path jail in tools",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-07-18T17:39:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a06e00c29e1d284ccffd3b6a05ddf3df8fc01dbe",
"body": "TUI quality-of-life: fix slash dropdown + @file, session resume, lang-agnostic tooling",
"is_bot": false,
"headline": "Merge pull request #4 from rushikeshg25/feat/tui-qol-improvements",
"author_name": "Rushikesh",
"author_login": "rushikeshg25",
"committed_at": "2026-07-18T16:59:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f9bbd7593fbd55c9aada7bf9b83b8d4197d54b3",
"body": "Detect Go, Rust, Python, or Node from project marker files and pick\nsensible default commands (go test, cargo test, pytest, npm scripts;\ngofmt/rustfmt/ruff for formatting) instead of hard-wiring npm and\nprettier. Explicit commands and the existing Node behavior are\npreserved.",
"is_bot": false,
"headline": "feat: language-agnostic run_tests, lint_fix, and format_file",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-07-18T16:55:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9300cc9f4f83cbe64663050166e051854eb83c0b",
"body": "/sessions now opens a selectable list; choosing one restores it into the\nprocessor and rebuilds the visible transcript in place, no --resume\nrestart needed. Extracts the startup transcript repopulation into a\nshared model.repopulateTranscript method reused by both paths.",
"is_bot": false,
"headline": "feat: resume sessions from an interactive /sessions picker",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-07-18T16:53:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "274c62233d57faae97f7791fb3acf62930fb8bb2",
"body": "Typing @ opens a fuzzy file picker that inserts a project-relative\npath (Tab or Enter), reusing the gitignore-aware glob walk via a new\ntools.ProjectFiles helper. Suggestions rank basename matches first and\nare capped; the dropdown shares the existing command-suggestion UI with\na mode-aware key hint.",
"is_bot": false,
"headline": "feat: @-mention file autocomplete in the input",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-07-18T16:50:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd52a704984e4ed854cfe891c61d37451d79012e",
"body": "Show an \"↑/↓ navigate · Enter run · Tab complete\" hint under the slash\nsuggestions, and add /quit (already dispatched, previously hidden) to\nthe command list so it appears in the dropdown and /help.",
"is_bot": false,
"headline": "feat: add dropdown key hint and surface /quit in the command list",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-07-18T16:46:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96a194740af66f240bcf5594ecfa30a8c084d83b",
"body": "Previously Enter ignored the dropdown selection and submitted the raw\ntyped text, so arrowing to a command and pressing Enter produced\n\"Unknown command\". Enter now accepts the highlighted command when no\narguments have been typed, while preserving typed arguments.",
"is_bot": false,
"headline": "fix: Enter runs the highlighted slash command from the dropdown",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-07-18T16:46:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f40e10e8561ac90f0abe791d885c49aa6a9b6703",
"body": "docs: add changelog to README",
"is_bot": false,
"headline": "Merge pull request #3 from rushikeshg25/rewrite-go",
"author_name": "Rushikesh",
"author_login": "rushikeshg25",
"committed_at": "2026-07-18T13:53:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f4a0058ba70edadef58f1df3426be9bac204f4f",
"body": null,
"is_bot": false,
"headline": "docs: add changelog to README",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-07-18T13:52:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60cf4bc3b9b226afcac2ad3f7877e0e317afd332",
"body": null,
"is_bot": false,
"headline": "docs: update README for streaming, subagents, /connect, and TUI polish",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-07-18T11:23:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5dca6947a11d78b59fe7b0db75b0e0875b820b5",
"body": "- /connect opens a provider picker (Anthropic, OpenAI, Gemini API keys;\n subscription options listed as coming soon), takes the key via a masked\n input, and stores it in ~/.coolcode/credentials.json (0600)\n- key resolution: credentials store first, env var fallback\n- connecting also saves {provide\n[…]\n defaults <- global <-\n project .coolcode.json (project wins)\n- starting without any key no longer exits: the TUI opens with a\n 'run /connect' hint and the provider is wired up live after connecting",
"is_bot": false,
"headline": "feat: /connect provider setup with stored credentials",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-07-18T11:21:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1c4cb5188500cd105f4409f52ca7836df364fd27",
"body": "- Streamer capability interface alongside Complete; the main loop streams\n when a reporter is attached (subagents, summarize, and task mode stay on\n the simple path)\n- shared streamSSE helper with the same retry policy, applied only until\n the first event\n- Anthropic SSE, OpenAI chat chunks (inde\n[…]\nompletes; viewport follows only if\n already at bottom\n- provider endpoints are now vars, enabling local-server fixture tests that\n assert streamed assembly (text, tool calls, usage) matches Complete",
"is_bot": false,
"headline": "feat: stream assistant output from all three providers",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-07-17T16:58:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3177a0c9002e4369ff91e0fc704c051d77a25957",
"body": "…resize reflow, colored diffs, input history\n\n- transcript stored as raw+rendered entries; markdown re-wraps on resize\n- --continue/--resume now repopulates the visible conversation\n- mouse wheel scrolling (WithMouseCellMotion); PgUp/PgDn scroll too\n- textarea input: Enter submits, Alt+Enter/Ctrl+J newline, grows to 5 lines\n- Up/Down recalls previously submitted prompts\n- edit/new_file confirm previews render as red/green diff hunks\n- /help documents the keybindings",
"is_bot": false,
"headline": "feat: TUI polish — multiline input, mouse scroll, resume scrollback, …",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-07-17T16:54:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2441b5b7bca947838155fa74f7af325b1aee45f",
"body": "The model can issue spawn_agent calls (several per turn) that each run a\nread-only mini agent loop concurrently — own history, explore system\nprompt, read-only toolset, 15-iteration cap — and report findings back\nas ordered tool results. Subagents structurally cannot nest (spawn_agent\nis not in the tool registry their defs are built from). Live per-agent\nstatus lines render under the spinner via the new Reporter.Subagents.",
"is_bot": false,
"headline": "feat: explore-only parallel subagents via spawn_agent",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-07-17T16:51:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fe181a2e2843b9de8e1f7b6c63f8ca3529a5ff7",
"body": "Tools gain a ReadOnly flag (11 side-effect-free tools). The processor\npartitions each assistant turn: confirmations resolve sequentially first,\nread-only calls then run concurrently, mutating calls run sequentially\nafter, and results are appended in original call order so tool_call/\nresult pairing stays deterministic.",
"is_bot": false,
"headline": "feat: run read-only tool calls in parallel",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-07-17T16:48:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e607e69e818f00e47ed25b11370a12ff08b298d3",
"body": "Providers now decode usage (Anthropic usage, OpenAI usage, Gemini\nusageMetadata) into Message.Usage. The status bar and /context show the\nlast request's real input-token count; the len/4 estimate remains only\nas a fallback (marked with ~).",
"is_bot": false,
"headline": "feat: surface real token usage from provider responses",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-07-17T16:45:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2144220351d58c79bce3858db75c4c2341194b96",
"body": "- Esc or Ctrl+C now cancels the in-flight turn (LLM call, shell commands,\n web requests all abort via the threaded context); Ctrl+C while idle quits\n- dangling tool calls are closed with synthetic results on any early exit\n so the next request never 400s on unpaired tool_use blocks\n- session is persisted on quit and after a cancelled turn, not only on\n successful completion\n- contextManager state is now mutex-guarded (fixes the status-bar read race)\n and Snapshot returns copies",
"is_bot": false,
"headline": "feat: cancellable turns, persist-on-quit, and race-free context manager",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-07-17T16:44:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab4c4b3e245ce3346bd0eb9520b6ddd9730426a7",
"body": "postJSON now retries transport errors, 429, and 5xx up to 3 attempts\nwith exponential backoff + jitter, honouring Retry-After and aborting\nthe sleep on context cancellation.",
"is_bot": false,
"headline": "feat: retry transient LLM API failures with backoff",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-07-17T16:40:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "168fc190e96cf32762bd53e1ac3491909650cbfa",
"body": "- edit_file and shell_command directory now enforced within project root\n- shell_command rejects empty commands\n- confirmEdits no longer silently disabled by allowDangerous (gate always\n runs; allowDangerous skips only the danger prompt)\n- replace all 56 'Fixing Issues' display labels with descriptive ones",
"is_bot": false,
"headline": "fix: path containment, gating decoupling, and real tool error labels",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-07-17T16:39:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dcdd17f49cd496ddd6ecbe717efe8c4685ef9d2",
"body": "… TUI\n\nReplace the TypeScript/Node implementation with an idiomatic Go rewrite:\na single static binary, no node_modules, and real goroutine concurrency.\n\n- Native provider tool-calling over Anthropic, OpenAI, and Gemini REST\n APIs (internal/llm), replacing the brittle text->JSON-blob parsing.\n- Pol\n[…]\nn -> result), ask-mode\n blocking, and TUI command dispatch. cobra CLI + GitHub Actions for CI\n and cross-platform release builds.\n\nRemoves the Node/TS sources, package manifests, and bundler config.",
"is_bot": false,
"headline": "feat: rewrite cool-code in Go with native tool-calling and Bubble Tea…",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-07-15T13:05:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "73e78e21b3641b9266a80083ee56f0fec5dbc1b0",
"body": "Removed demo link for Node Express server with Prisma from the README.",
"is_bot": false,
"headline": "Remove demo link from README",
"author_name": "Rushikesh",
"author_login": "rushikeshg25",
"committed_at": "2026-05-30T09:47:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4e0ea9844acb5e80ff7f8139d69f9b4d3fd3296",
"body": null,
"is_bot": false,
"headline": "ref: version",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-05-30T09:41:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b3ca715be1c6e61f5b4c87c8e90492dd2a14996",
"body": null,
"is_bot": false,
"headline": "docs: update readme",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-05-30T09:39:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d7bcd5848544af50a9281ada1e969d28d0c915f",
"body": "Drop @google/genai, fs-extra, and type-fest, which were not imported anywhere\n(the LLM layer uses the @ai-sdk providers). Reduces install size and surface.",
"is_bot": false,
"headline": "chore: remove unused dependencies",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-05-30T09:35:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27dee19942c351b940302df391f2edd1795992a4",
"body": "When a plan-mode turn finishes with a plan, show a menu (like Claude Code):\n\"Start implementation\" switches to Agent mode and proceeds automatically, or\n\"Keep planning\" stays in Plan mode to talk/refine. Navigable with Up/Down +\nEnter or number keys; Esc keeps planning.",
"is_bot": false,
"headline": "feat: offer next-step actions after a plan is produced",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-05-30T09:35:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "524c109b49ed41c2582e2886850a029ad2c8e3c3",
"body": "…ycling\n\nReplace the readline REPL with an Ink (React) UI: a refined low-clutter header,\nappend-only output via <Static>, a streaming spinner, and a single-source\ncommand registry. Commands now use a \"/\" prefix with a live autocomplete\ndropdown (Tab to complete), and Shift+Tab cycles plan -> agent -\n[…]\nexternal in the tsup bundle (yoga-layout-prebuilt\ncannot be esbuild-bundled) and lazy-loaded so non-interactive commands stay\nlight. Remove the old query.ts/prompt.ts. Add command and Ink-mount tests.",
"is_bot": false,
"headline": "feat: rewrite the interactive TUI with Ink; slash commands and mode c…",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-05-30T09:29:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "46c0a545bbe112ed93a32b55a360693e658bbdcc",
"body": "Rewrite the plan-mode prompt to require investigating the real code first, then\nemitting a structured Markdown plan (Context, Approach, file-level Steps, Risks\n& Assumptions, Verification) instead of a shallow checklist. Require a specific\nper-item \"detail\" in update_task_list, document it in the tool schema, and\nrender task details in the task list.",
"is_bot": false,
"headline": "feat: produce detailed plans in plan mode",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-05-30T09:18:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06f7f4d22b5741a78762b8c34a3314b25d4c7a34",
"body": "…g to plan\n\nA final response whose only tool call was the internal update_task_list never\nbroke the processQuery loop (it was filtered out, leaving nothing to run), so\nplan mode re-prompted forever. Break once only internal tools remain. Add a\nmocked-LLM regression test guarded by a timeout.\n\nRename\n[…]\ng\" mode to \"plan\" across the AgentMode type, mode prompt,\nstartup selector, status bar, and :mode validation. Also isolate the skills\ntests from the real ~/.coolcode/skills global directory via $HOME.",
"is_bot": false,
"headline": "fix: end plan-mode turn after task-list-only response; rename plannin…",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-05-30T09:17:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bece413dd7c41f5025108108267df4a3b53a63b4",
"body": null,
"is_bot": false,
"headline": "chore: release v1.2.0",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-05-30T08:38:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e70f8d567c55a7584dd51f36bdf418c15dd9d044",
"body": "Add :install-skill and `cool-code skill install` usage to the Skills section,\ninteractive commands, and advanced CLI commands, plus skillInstaller.ts in the\narchitecture and project structure.",
"is_bot": false,
"headline": "docs: document skill installation",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-05-30T08:36:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7285f0eac28bf6c9da13fa4ea76ce16a203386a0",
"body": "Add a skill installer that copies a SKILL.md, a skill directory, or a repo of\nskills (including those authored for Claude Code) into .coolcode/skills (or the\nglobal ~/.coolcode/skills with --global), cloning git URLs as needed. Exposed\nas an interactive \":install-skill <source>\" command (which reloads the skills\ncatalog so it is available immediately) and a \"cool-code skill install\" CLI\nsubcommand. The existing use_skill tool invokes an installed skill by loading\nits instructions into context.",
"is_bot": false,
"headline": "feat: install skills from local paths or git URLs",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-05-30T08:36:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c57d2f617fc6f6506808bc93884636f776c1eda0",
"body": "Document the new capabilities (multiple model providers, COOLCODE.md project\nmemory, skills, web_fetch/web_search, session persistence with\n--continue/--resume and :sessions, new interactive commands), correct the\nstale tool list and architecture sections, and update the config example with\nprovider and current guardrails. Add a Future Scope section covering the\nCursor-style Merkle-tree semantic codebase index and other candidate features.",
"is_bot": false,
"headline": "docs: update README and add Future Scope section",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-05-30T08:27:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bb3655b67dc0a59b75abec3b82fce566692fbf0",
"body": "The LLM layer now resolves a provider from llm.provider (or infers it from the\nmodel id — gpt/o* → openai, claude → anthropic, else google) and builds the\nmatching AI SDK model. Users just set llm.model and export the provider's API\nkey (OPENAI_API_KEY / ANTHROPIC_API_KEY / GOOGLE_GENERATIVE_AI_API_KEY); a\nmissing key prints provider-specific guidance. provider is threaded through\nconfig, processor, and the task planner.",
"is_bot": false,
"headline": "feat: support multiple model providers (Google, OpenAI, Anthropic)",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-05-30T08:18:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c143c4db8b2f1ce9e041c91a845822a20993a395",
"body": "Persist conversations (messages, summary, pinned files, mode) to\n~/.coolcode/sessions/<id>.json, auto-saving after each turn. Add --continue\n(resume the most recent session for the cwd) and --resume <id> CLI flags, plus\na :sessions command to list saved sessions. ContextManager gains\nserialize/restore and Processor gains snapshot/restoreSnapshot.",
"is_bot": false,
"headline": "feat: add session persistence and resume",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-05-30T08:16:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61928f31738c44c8dce78245fedfb3a6c517ab33",
"body": "web_fetch retrieves an http(s) URL (rejecting other schemes), strips HTML to\nreadable text, and truncates with a timeout. web_search queries DuckDuckGo's\nkeyless HTML endpoint and returns parsed title/url/snippet results. Both are\nregistered in the tool registry and validator following the existing tool\npattern, giving the agent web access it previously lacked.",
"is_bot": false,
"headline": "feat: add web_fetch and web_search tools",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-05-30T08:12:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2063e636452235603b1e480faa1b8988962dfae",
"body": "Discover skills from .coolcode/skills/<name>/SKILL.md (and the global\n~/.coolcode/skills) with simple name/description frontmatter parsing. Inject a\ncompact skills catalog into the static system prompt, and add a `use_skill`\ntool the model can call to pull a skill's full instructions into context on\ndemand. Mirrors Claude Code skills.",
"is_bot": false,
"headline": "feat: add skills integration",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-05-30T07:59:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e558e37ec194433e2483f9ea07d50687da27db00",
"body": "Load a COOLCODE.md instructions file (project root, falling back to\n~/.coolcode/COOLCODE.md) once at ContextManager construction and inject it as a\ndelimited block in the static system-prompt section, so persistent project\nguidance is always in context. Mirrors Claude Code's CLAUDE.md.",
"is_bot": false,
"headline": "feat: add COOLCODE.md project memory",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-05-30T07:56:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bf47f97a2150afff620fcb08fd656fb5ff7db91",
"body": "…timizations\n\nBugs:\n- read_file/open_file_at returned an un-awaited Promise, so the model never\n received file contents; add the missing awaits\n- initial mode selection (Planning/Ask) was ignored — constructor never\n propagated mode to ContextManager, so the agent prompt was always used\n- markdown\n[…]\nd messages instead of appending)\n- budget the conversation window against the real prompt size\n- cache pinned-file reads by mtime\n\nTesting:\n- add vitest harness + npm test; 27 tests covering the above",
"is_bot": false,
"headline": "fix: codebase audit — bug fixes, hardening, and context-management op…",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-05-30T07:44:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8d867457474efe8966a66ee3f034a20db71c3402",
"body": null,
"is_bot": false,
"headline": "feat: update main entry point and documentation",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-02-03T17:21:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd20107dc9565d1b9f3a99af89cbcc5735efa9be",
"body": null,
"is_bot": false,
"headline": "feat(ui): overhaul UI components and interactive prompting",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-02-03T17:21:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbb7cd7f7832b8bc5e78648f788debb425f924d9",
"body": null,
"is_bot": false,
"headline": "feat(tools): enhance tool registry and core tool utilities",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-02-03T17:21:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "925e7476f24896e1fd0e54bba27d5a0cee526108",
"body": null,
"is_bot": false,
"headline": "feat(tools): add automated code quality and transformation tools",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-02-03T17:21:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4668db6afecec650cb6334fc2072b4ca9ef8608a",
"body": null,
"is_bot": false,
"headline": "feat(tools): add project refactoring and management tools",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-02-03T17:21:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b9cf20299a7d47b3b901c21a9ed642d7d0e8a5a",
"body": null,
"is_bot": false,
"headline": "feat(tools): add advanced file search and navigation tools",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-02-03T17:21:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e278fffd48f487f26c179c9aec630863b661fa0",
"body": null,
"is_bot": false,
"headline": "feat(tools): add specialized git integration tools",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-02-03T17:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11b8794efd7e4426386a7b1d802a352d7da09ef3",
"body": null,
"is_bot": false,
"headline": "feat(core): introduce task planning and refactor processor",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-02-03T17:21:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e26ee4dfc3d4719c5396a177f3be1c256d17bb1a",
"body": null,
"is_bot": false,
"headline": "feat(utils): add project scanning and structure utilities",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-02-03T17:21:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "982b8fa404eceb7452e34d20c398aefeea391578",
"body": null,
"is_bot": false,
"headline": "feat(core): enhance LLM and context management",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-02-03T17:21:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82e1870404c45f057a833f852165852a0f7ac7b5",
"body": null,
"is_bot": false,
"headline": "feat(core): add core configuration and base types",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2026-02-03T17:21:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3717bda614857f8700b3d7f9cd820e8a14bb771f",
"body": null,
"is_bot": false,
"headline": "ref: more cooler Demo",
"author_name": "Rushikesh",
"author_login": "rushikeshg25",
"committed_at": "2025-08-20T05:23:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6c255df12084cd7d698cb8822331e95c1dd0c92",
"body": null,
"is_bot": false,
"headline": "ref: removed dotenv log",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-08-19T07:50:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c06e7bf7dc23c4cf0fd427e3487e1e46bcbe243b",
"body": null,
"is_bot": false,
"headline": "ref: added log to alert user to add his api key",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-08-19T05:57:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2151f1ac3d81d034d4ccc80e31e37431a6451e68",
"body": null,
"is_bot": false,
"headline": "fix: dependency issues with npm and zod",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-08-19T05:49:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c00e694bf8f666a0a3b65af1829234ce8e22faf",
"body": null,
"is_bot": false,
"headline": "feat: cicd to push cli to npm",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-08-19T05:41:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16e59e96fbe71eef4f2fb6eaf86b1c9d32293221",
"body": null,
"is_bot": false,
"headline": "ref: removed DS store",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-08-19T03:34:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56453a0abd301b0d6d4a974c452b8ec50f42226c",
"body": null,
"is_bot": false,
"headline": "ref: updated landing text",
"author_name": "Rushikesh",
"author_login": "rushikeshg25",
"committed_at": "2025-08-18T10:20:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a21e473662e35746e20f861e03b19c899ed0ab9",
"body": null,
"is_bot": false,
"headline": "ref: added demo in readme",
"author_name": "Rushikesh",
"author_login": "rushikeshg25",
"committed_at": "2025-08-12T07:57:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "911c2163590e0b57a7b1b5b6fdb549f4b6036e67",
"body": null,
"is_bot": false,
"headline": "ref: updated readme",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-08-01T12:36:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcae45e3a71cbe69ccda553641e6d5458531958c",
"body": null,
"is_bot": false,
"headline": "ref: renamed the whole tool to cool-code",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-08-01T12:35:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "188ddaebb6ff7d0cc28fb05479df62eddb279a1d",
"body": null,
"is_bot": false,
"headline": "ref: renamed cli to cool-cli",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-30T15:40:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dd0f3b6bcb5921259ef567a30a2d78ea54b186c",
"body": null,
"is_bot": false,
"headline": "ref: updated dir changes in readme instructions",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-23T09:02:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9b9cbff5f78447562b2646f673e82c8856184ef",
"body": null,
"is_bot": false,
"headline": "ref: moved all files from cli to root dir",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-23T09:00:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85c527a89aedd54515f475df97328a9cabb0cd42",
"body": null,
"is_bot": false,
"headline": "ref: removed spotify clone from root",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-23T08:57:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d70dc88cc800dfbd1b50b4dd3d319e9087d5ce90",
"body": null,
"is_bot": false,
"headline": "ref: removed unused code and comments",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-22T04:26:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23601fc920b089c236597dbebede3e0920ebf3cf",
"body": null,
"is_bot": false,
"headline": "ref: removed unused packages which were added while testing",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-21T14:16:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12b7c9ea535fcce868698e21c5d57d69350e9949",
"body": null,
"is_bot": false,
"headline": "feat: all the updates my cli tool made",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-21T05:56:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ec3897db5bf3ea7280d0d2d80e52096dbaa94d1",
"body": null,
"is_bot": false,
"headline": "fix: removed logs and updated spinner text",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-21T04:44:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "897b0bdf2e7c169d64cc3e522f93d3a118c62312",
"body": null,
"is_bot": false,
"headline": "ref: readme instructions to run locally",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-20T22:23:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb9744f5f14367ffc28e0fd35274d06f4503f80b",
"body": null,
"is_bot": false,
"headline": "fix: grep revalidation issue",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-20T22:22:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "189ec17bd847ebbdc4ac2eb12197ce342c49ea92",
"body": null,
"is_bot": false,
"headline": "ref: env example",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-20T21:13:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9abb6dc54981c7965a3de03017a8683b0a7f472",
"body": null,
"is_bot": false,
"headline": "ref:removed prisma",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-20T21:11:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ec44e067a220a10b2d0409a96ed5903b7b61087",
"body": null,
"is_bot": false,
"headline": "feat: Readme with instructions on how to setup cli",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-20T20:24:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cffed8b53ac242b2310385206ee5b21e7791959b",
"body": null,
"is_bot": false,
"headline": "ref: debug logs and comments",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-20T20:06:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04a8dc9942f36af6ddfc744eecd20319b00e1209",
"body": null,
"is_bot": false,
"headline": "feat: toolValidator",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-20T18:24:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "587e7d09b709d5915ad934f4654d8538fa21ecf9",
"body": null,
"is_bot": false,
"headline": "feat: resolved merge conflicts",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-20T18:24:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86808bc3d029c484d7a5b6237ad5dfb4215307a5",
"body": null,
"is_bot": false,
"headline": "feat: reprompt and all tools working",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-20T18:19:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29e0898708111303317f7efb239a36ef7cbe2bcf",
"body": null,
"is_bot": false,
"headline": "fix: context, prompts and tools",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-20T16:05:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02e90ed6d37084449a86c89443c4113187b8d976",
"body": null,
"is_bot": false,
"headline": "feat: parsing response and running tools",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-20T07:57:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "843f016f22c983191fc480a2bd15c553316a320a",
"body": null,
"is_bot": false,
"headline": "fix: Spinner",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-20T04:18:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d7b81a613c518b41e93b4b622f74ad0a10808d6",
"body": null,
"is_bot": false,
"headline": "fix: env not detecting issue",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-20T03:57:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a3937382c0913404149388b638096d2318770c8",
"body": null,
"is_bot": false,
"headline": "feat: prompts and examples",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-19T22:05:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8357fd8a78a47e9409d8ff27b36a63a0734add8",
"body": null,
"is_bot": false,
"headline": "ref: remove env example",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-19T21:58:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "253961cca41ea17e6d65a817e9d9aca06e011c98",
"body": null,
"is_bot": false,
"headline": "ref: lock file",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-19T21:39:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26098f72f06be4326a1220d6ba8aa79261573413",
"body": null,
"is_bot": false,
"headline": "feat: tool validator and ui",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-19T21:38:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f32ce84a97e6f7c02ed00f635d9236bc6399e603",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:rushikeshg25/db-ai-cli",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-19T21:38:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab9d1fec11ba1417c65e4b7e9774a237e79a65f2",
"body": null,
"is_bot": false,
"headline": "feat: tool prompt",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-19T21:37:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dde1ad1976f8a8b88d305646ca93425a21c2318",
"body": null,
"is_bot": false,
"headline": "feat: All tools completed",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-19T21:20:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bf9a720ba6a2abd8cd4bdfe482ef888e4a6a4ce",
"body": null,
"is_bot": false,
"headline": "fix: shell tool options and error type",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-19T21:15:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd593fa9db2940786265f353de3b10fa3e1337c4",
"body": null,
"is_bot": false,
"headline": "fix: edit tool Options",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-19T21:14:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "277b70357faa5a67c15c3175e0509984ae35d412",
"body": null,
"is_bot": false,
"headline": "feat: tool registery",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-19T21:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e08e4a2c9a5b3f60cf76d71acc9d70cbaecec0ec",
"body": null,
"is_bot": false,
"headline": "ref: env example",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-19T20:13:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48ccaec211aaf03e5c6be56b4efc4cc953e8e742",
"body": null,
"is_bot": false,
"headline": "feat: updating Project state",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-19T19:55:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b47733c65ed3f4fe50402e0afa4a58d10209ffe",
"body": null,
"is_bot": false,
"headline": "feat: Context Manager",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-19T19:33:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4da3a5132f720be38a2b713a83fe137a8426b0b3",
"body": null,
"is_bot": false,
"headline": "feat: glob and readFile tool",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-19T19:32:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50b208cdffa80288637355997192c428485ab862",
"body": null,
"is_bot": false,
"headline": "fix: config exported",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-19T17:20:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c37c6cc4ead829aa0519ce17d0a2ada77bcb69be",
"body": null,
"is_bot": false,
"headline": "feat: ignore are files from gitignore",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-19T17:11:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0441b102c3c2da73f9bedc331ed915e5f020114",
"body": null,
"is_bot": false,
"headline": "feat: grep,glob, new File and shell tool",
"author_name": "rushikeshg25",
"author_login": "rushikeshg25",
"committed_at": "2025-07-19T17:10:17Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 63,
"latest_release_at": "2025-08-19T07:50:02Z",
"latest_release_tag": "v1.1.0",
"releases_from_tags": true,
"days_since_last_push": 5,
"active_weeks_last_year": 8,
"days_since_latest_release": 339,
"mean_days_between_releases": 0
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/rushikeshg25/cool-code",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/rushikeshg25/cool-code",
"is_deprecated": false,
"latest_version": "v1.1.0",
"repository_url": "https://github.com/rushikeshg25/cool-code",
"versions_count": 4,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2025-08-19T07:50:02Z",
"latest_version_yanked": null,
"days_since_latest_publish": 339
}
]
},
"popularity": {
"forks": 1,
"stars": 9,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2025-08-19",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"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": 17051,
"source_files_sampled": 64,
"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/atotto/clipboard",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.1.4"
},
{
"name": "github.com/bmatcuk/doublestar/v4",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v4.10.0"
},
{
"name": "github.com/charmbracelet/bubbles",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/charmbracelet/bubbletea",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.10"
},
{
"name": "github.com/charmbracelet/glamour",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/charmbracelet/lipgloss",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.1-0.20250404203927-76690c660834"
},
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/joho/godotenv",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.1"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
}
],
"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": 4,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "rushikeshg25",
"commits": 112,
"avatar_url": "https://avatars.githubusercontent.com/u/45139653?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 3,
"reason": "1 out of 3 merged PRs checked by a CI test -- score normalized to 3",
"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/21 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"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": "13 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "224365193a4b19e6c64afd041b49c01282280321",
"ran_at": "2026-07-24T12:39:45Z",
"aggregate_score": 2.9,
"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-18T17:42:12Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-18T17:41:04Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/rushikeshg25/cool-code",
"host": "github.com",
"name": "cool-code",
"owner": "rushikeshg25"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"security": 29,
"vitality": 67,
"community": 20,
"governance": 51,
"engineering": 58
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 67,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"commits_last_year": 63,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 8
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "63 commits in the last year",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 63
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 66,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v1.1.0",
"releases_from_tags": true,
"days_since_latest_release": 339,
"mean_days_between_releases": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 339 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 339
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 20,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"forks": 1,
"stars": 9,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "9 stars",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 9
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 51,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 57,
"inputs": {
"merged_prs": 4,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "4/5 decided PRs merged",
"points": 30.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 4,
"decided": 5
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/21 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": 64,
"inputs": {
"followers": 181,
"owner_type": "User",
"is_verified": null,
"owner_login": "rushikeshg25",
"public_repos": 146,
"account_age_days": 2805
},
"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": "181 followers of rushikeshg25",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 181,
"login": "rushikeshg25"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "146 public repos, account ~7 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 146
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"packages": [
"github.com/rushikeshg25/cool-code"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 339
},
"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 339 days ago",
"points": 26,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 339
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "4 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 4
}
}
],
"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": 58,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 54,
"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": "1 out of 3 merged PRs checked by a CI test -- score normalized to 3",
"points": 6,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"agent",
"ai",
"cli"
],
"has_wiki": false,
"homepage": "https://www.npmjs.com/package/cool-code",
"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": "https://www.npmjs.com/package/cool-code",
"points": 15,
"status": "met",
"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": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 29,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 29,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 2.9
},
"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": "1 out of 3 merged PRs checked by a CI test -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/21 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "13 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 60,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.97,
"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": "97 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 97,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "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": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 17051,
"source_files_sampled": 64,
"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/64 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 64,
"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-24T12:39:53.506643Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/rushikeshg25/cool-code.svg",
"full_name": "rushikeshg25/cool-code",
"license_state": "absent",
"license_spdx": null
}