原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 796,
"has_wiki": false,
"homepage": "https://www.npmjs.com/package/@pratikgajjar/pi-recall",
"languages": {
"Go": 289727,
"Lua": 15650,
"Shell": 5730,
"TypeScript": 23558
},
"pushed_at": "2026-07-30T21:19:56Z",
"created_at": "2026-05-30T05:39:28Z",
"owner_type": "User",
"updated_at": "2026-07-30T21:20:01Z",
"description": "Search your AI chat history across Cursor, Claude Code, Codex, and pi - fast, local, read-only.",
"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": "pratik",
"type": "User",
"login": "pratikgajjar",
"company": null,
"location": null,
"followers": 32,
"avatar_url": "https://avatars.githubusercontent.com/u/10096516?v=4",
"created_at": "2014-12-06T10:53:39Z",
"is_verified": null,
"public_repos": 67,
"account_age_days": 4255
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-07-30T21:21:25Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2026-07-21T07:27:05Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-07-21T07:12:00Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2026-07-21T07:09:03Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2026-06-20T07:12:31Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-06-20T07:04:48Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-06-20T06:20:19Z"
},
{
"tag": "v0.2.6",
"kind": "patch",
"published_at": "2026-06-06T20:04:59Z"
},
{
"tag": "v0.2.5",
"kind": "patch",
"published_at": "2026-06-06T18:05:32Z"
},
{
"tag": "v0.2.4",
"kind": "patch",
"published_at": "2026-06-06T17:51:24Z"
},
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2026-06-06T17:36:29Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2026-06-06T17:17:18Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-06-06T17:11:07Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-06-06T16:57:54Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2026-06-03T21:59:31Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-06-03T18:59:22Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-06-01T21:45:28Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-05-30T20:16:04Z"
}
],
"recent_commits": [
{
"oid": "8be17e8c722f6ab647ebcf8c41d54e735ee8220a",
"body": "README gains a Tokens and cost section (what each source actually records,\nand that recall carries no price list of its own), a CSV export section,\nand the new stats flags. architecture.md documents the optional usage\nfields a Lua plugin may set, and the estimate fallback when it doesn't.",
"is_bot": false,
"headline": "docs: token/cost stats, CSV export, optional plugin usage fields",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-07-30T21:19:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d11bf25abca2cdb9df1d3aff6847abce259ca646",
"body": "--csv <prefix> writes <prefix>projects.csv and <prefix>models.csv with raw\nunformatted numbers (no 8.2B, no $, no ~) so a spreadsheet can do\narithmetic on them; the estimated flag ships as a column instead. Row caps\nare ignored for export — an export is everything.\n\nAlso: the model table capped at 12 rows (--models N, 0 = all) and the model\nname truncated to 28 chars. Cursor names a best-of-N composer after every\nmodel it ran, which was one 62-char cell padding the column for all 71\nrows.",
"is_bot": false,
"headline": "stats: --csv export, cap model rows, truncate model column",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-07-30T08:16:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6130c65de860a1dd68a2b02b51a486286b5011a",
"body": "Two reasons codex showed no model and no cost.\n\n1. turn_context lines never decoded. `summary` is an array of parts on a\n response_item but a bare string (\"auto\") on a turn_context, and the\n struct declared []CodexPart — so every one of those lines failed to\n unmarshal and parse() skipped it w\n[…]\n_percent (a subscription quota), not a\ndollar amount. Only pi (which prices each turn itself) and cursor\n(costInCents) record real money, and recall still never multiplies tokens\nby a rate of its own.",
"is_bot": false,
"headline": "fix(codex): decode turn_context, and stop hiding model-less usage",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-07-30T03:50:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c9fa17350d7e98757e834fa0719807a59b150325",
"body": "Sources already record what each session cost; recall was dropping all of\nit on the floor. Capture it and roll it up:\n\n pi per-message usage block (input/output/cacheRead/cacheWrite +\n cost) summed across turns — the same numbers /usage reports\n codex token_count events; these are \n[…]\n00 unreadable lines.\n\nAlso adds RECALL_INDEX to point recall at a scratch index. Its absence is\nwhy this change was first tried against the real ~/.recall and broke a\nconcurrently running older build.",
"is_bot": false,
"headline": "track model + token usage per session, surface it in stats",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-07-30T03:05:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f9b1a2fa4db97bd4cc0c9f6e9062382316607f57",
"body": "Long sessions survive on disk even after the agent's context compacts.\n--in . resolves to the newest session for this repo, so you can grep what\nwas said hours ago in the session you're sitting in. MCP recall_search\ngains the same via session_id ('.' supported).",
"is_bot": false,
"headline": "search inside one session: --in <id>, --in . = current session",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-07-21T07:17:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2591f9ca25e5cf37b8a956dc9ee866e1b2942eaa",
"body": "…alk-up\n\n- ftsTerms keeps user-quoted spans as exact FTS phrases\n- Search tries all-terms AND first (cheap, precise); falls back to OR\n only on zero hits — query_ms 410 -> 80 on 3.6k sessions\n- --repo/-repo . resolves to enclosing git root; project match includes\n subdirectories (prefix match)\n- bench.sh fails loudly if --full yields an empty primary metric",
"is_bot": false,
"headline": "search: AND-first with OR fallback, quoted phrases, --repo git-root w…",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-07-21T07:15:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e6ab8ee0301fb58682b8560f8bd8d9dba34d3d5",
"body": "…Design header",
"is_bot": false,
"headline": "README: fix unclosed Commands fence, sync command list with CLI, add …",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-07-21T07:09:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "299317de501c55fa9d57d2da9cef5e7029e27242",
"body": "Multi-word queries were AND-joined, requiring every term in one message, so keyword-style searches returned nothing. OR-join instead; bm25 (ORDER BY rank ASC) already ranks sessions covering the most/rarest terms highest, so an all-terms match sorts to the top. Drops the now-unused AnyTerm option.",
"is_bot": false,
"headline": "fix(search): OR-join FTS terms so keyword dumps match any word",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-07-21T07:07:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9187e1699ccba915c1bfdeda589635fabaad4044",
"body": "The next: footer was gated on len(hits) >= limit, but per-session dedup\nruns after the SQL LIMIT, so a default 'recall <query>' (limit 30) often\nreturns ~10 distinct sessions and the gate suppressed next:. Print next:\nwhenever there's a tmin; keyset paging self-terminates (an exhausted\nolder page returns no hits and thus no footer).",
"is_bot": false,
"headline": "fix(pager): always print next: when a time cursor exists",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-06-20T07:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b47395fee7fc56e300eb6b88d1f4359ecb16adbe",
"body": "Add --after (lower) and --before (upper) time bounds for keyset paging\nthrough history; --since stays as a permanent alias for --after. Bounds\naccept a duration (7d), a raw epoch-ms (paste started_at_ms from --json),\nor YYYY-MM-DD. Fix recent() to honor time bounds (it silently ignored\n--since befor\n[…]\nno header, no time comments) since it rides along in every result; the\nwithin-session hint stays a --range fragment because transcript.go is\nshared by 'recall show' and the recall_transcript MCP tool.",
"is_bot": false,
"headline": "feat(pager): --after/--before time bounds + next/prev page footers",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-06-20T07:01:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7bc6f4c5028381ca98b7580ccf9b1a2cf6db1cfb",
"body": "Add user/agent-authored tags stored in a session_tags table that ingest\nnever rebuilds, so tags survive 'recall index --full'. CLI follows the\ngit-tag model: 'recall tag <id> <tag>', '-d' to remove, '-l' to list.\nMCP gains recall_tag/recall_untag/recall_tags; the pi extension and skill\nare updated t\n[…]\nand a read-path schema-version guard so an un-migrated index refuses\nrather than returning wrong snippets. Route remaining MCP JSON through\nsonic. Add schema.sql as a sqlite3 .schema reference export.",
"is_bot": false,
"headline": "feat(tags): durable session tags + source as a --tag facet",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-06-20T06:16:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e013a1ae376117dd752483340a30df2bf934e732",
"body": "…ed default)\n\n`go install` never applies goreleaser ldflags, so the binary reported the\nhardcoded `var version = \"0.1.4\"` placeholder regardless of the tag installed\n(README advertises go install, so users saw a wrong version). Resolve the\nversion at runtime: ldflag-injected value first, else the mo\n[…]\nInfo (e.g. go install @v0.2.6 -> 0.2.6),\nelse \"dev\" for a source build. goreleaser still injects -X main.version, which\nnow takes precedence; var version has no initializer so the linker can patch it.",
"is_bot": false,
"headline": "version: report correct version for go install (not the stale hardcod…",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-06-06T20:03:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "341a001558b158c785d0267d87fcc8ce496a221d",
"body": "…stall)\n\ncursor-agent CLI transcripts are AI chat history like the core four, but were\nonly reachable via an opt-in Lua plugin install. Add CursorAgentAdapter (Go)\nand register it in defaultAdapters() so a fresh install indexes\n~/.cursor/projects agent-transcripts automatically, with the rest.\n\nThe \n[…]\noutput by TestLuaParityCursorAgent (same Go+Lua pattern as\ncursor/claude/codex/pi).\n\nVerified: fresh sandbox with no plugins installed indexes 276 cursor-agent\nsessions / 21290 messages automatically.",
"is_bot": false,
"headline": "cursor-agent: promote to built-in adapter (auto-indexes, no plugin in…",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-06-06T18:02:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1252ee312750361f3f9c6b1675279fbac8442b23",
"body": "* cursor-agent plugin: index ~/.cursor/projects agent-transcripts\n\nThe Cursor Agent CLI writes one JSONL transcript per chat at\n~/.cursor/projects/<slug>/agent-transcripts/<id>/<id>.jsonl, with a shape\ndistinct from the IDE's sqlite KV store the existing `cursor` plugin\ncovers: {\"role\", \"message\":{\"\n[…]\nme-derived\nfields nor st.ended_at, so their behavior is unchanged (parity tests green).\nVerified on real data: clean titles, real started_ms.\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "cursor-agent plugin: index ~/.cursor/projects agent-transcripts (#3)",
"author_name": "pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-06-06T17:48:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6412e00e9aa35bde4862759170c61f72cd975e73",
"body": "…mutation)\n\nGRAVE: opening a source DB with the DSN \"path?mode=ro&immutable=1\" does NOT\nopen read-only under modernc/SQLite — without a file: URI prefix those params\nare ignored, the DB opens read-WRITE, and SQLite CHECKPOINTS the WAL on close.\nProven on the real 13GB Cursor state.vscdb: a recall in\n[…]\nhe live -wal, so a scan may miss composers still only\nin Cursors uncheckpointed -wal until Cursor next checkpoints. Correct tradeoff:\nnever touch source data > catching the last few seconds of writes.",
"is_bot": false,
"headline": "fix: source SQLite DBs were opened read-write and checkpointed (data …",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-06-06T17:33:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8e80262622df0ad177ef26c6ba04a0f37e843dab",
"body": "npm Trusted Publisher for @pratikgajjar/pi-recall is bound to the workflow\nfile .github/workflows/publish-npm.yml. Commit 5293a2e deleted that workflow\nand moved publishing into release.yml, so the OIDC claim workflow_ref stopped\nmatching the trusted publisher -> every npm publish since failed ENEED\n[…]\nsingle package via OIDC (no NPM_TOKEN). Strip\nthe npm steps from release.yml; goreleaser there now only does binaries + brew.\n\nVerified locally: DRY_RUN cross-builds all four arches, host binary runs.",
"is_bot": false,
"headline": "ci: restore publish-npm.yml workflow so npm OIDC auth matches",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-06-06T17:15:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d5979dcb315f8607fe3887590b214dccf6c95ff3",
"body": "Drop the four @pratikgajjar/recall-bin-* per-platform packages and the\noptionalDependencies wiring. The split (esbuild-style) was overkill for this\nscale and never worked via npm: the recall-bin-* packages were never published\n(brand-new packages cannot use OIDC trusted publishing on first publish),\n[…]\ncarries all platforms (~19MB) instead of one. Fine\nfor a once-installed dev extension, and it removes 4 packages + the publish\nbreakage. bin/ is gitignored (assembled at publish from goreleaser dist).",
"is_bot": false,
"headline": "pi-recall: single package bundling all platform binaries",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-06-06T17:08:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f5e866231c743e55378767b4843f628035db9f76",
"body": "* docs: declarative adapter architecture for indexing any agent\n\nSurvey the AI-coding-agent landscape (Windsurf, Cline/Roo/Kilo, Continue,\nCopilot CLI, Gemini/Qwen, opencode, Goose, Zed, Aider, Cody, Amp) and show\nthey collapse into four structural shapes (jsonl, json_tree, vscdb, sqlite).\n\nPropose \n[…]\n bit (invariant / safety rationale / non-local behavior) and cut\nthe rest. Also corrected a stale kv block that still claimed full-rescan v1.\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Lua plugin tier: make recall index anything, defined in Lua (#2)",
"author_name": "pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-06-06T16:52:07Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5293a2eb16d9a1030e3984aaf7ad1fc254a306fd",
"body": "pi install / pi update now ship the matching prebuilt binary in lockstep with\nthe extension — no separate go install / brew. How:\n\n- 4 per-platform npm packages @pratikgajjar/recall-bin-{darwin,linux}-{arm64,x64},\n each just the GoReleaser-built binary + os/cpu-restricted package.json.\n- pi-recall \n[…]\nCLI (--provenance, npm token auth).\n- Retired the standalone pi-recall-v* OIDC workflow; one v* tag ships\n CLI release + Homebrew cask + npm bins + extension together.\n\nCLI + pi-recall both -> 0.1.4.",
"is_bot": false,
"headline": "Bundle the recall binary with the pi extension (fff-style)",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-06-03T22:18:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3adad26fc3e84bb116e00a811b2c395323cc5192",
"body": "A 30k-msg agent loop is ~50% tool messages (in some sessions, 98%). New\n--role flag filters by canonical role bucket, composing with --range and\n--outline. Absolute indices preserved so recall_search hits still map cleanly\nto --range N-5:N+5 regardless of filter.\n\n recall show <id> --role user,assi\n[…]\nap (caller knows what they want). pi extension\nforwards the flag through. SKILL.md teaches outline-first-with-user-role as\nthe navigation spine for unfamiliar sessions.\n\nCLI v0.1.3 + pi-recall v0.1.2.",
"is_bot": false,
"headline": "Role-aware transcripts: --role user|assistant|tool",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-06-03T21:57:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7b1a5ffde98f1ec1de655850419901ab524b7d29",
"body": "… 11.5.1+)",
"is_bot": false,
"headline": "publish-npm: upgrade npm to latest (OIDC trusted publishing needs npm…",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-06-03T19:13:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "314a13e5c0dfafaa73952a0a624307fc487aa0ad",
"body": "Extension changes:\n- recall_transcript gains 'range' (Python-style slice) and 'outline' params,\n mirroring the CLI and MCP server.\n- Default-cap: when neither is set and msg_count > 200, peek at the outline\n first, then return outline + a one-line note instead of dumping a 25 MB\n transcript into \n[…]\novenance.\n- Triggers on pi-recall-vX.Y.Z tags so it doesn't collide with the CLI's v*\n tags. Manual workflow_dispatch also supported.\n\nREADME updates note the slicing surface across MCP / pi / skill.",
"is_bot": false,
"headline": "pi-recall v0.1.1: expose range/outline + auto-publish via OIDC",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-06-03T19:07:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a6e2f121a9251a3ab9e1f5cd06a358669fc3ca7b",
"body": null,
"is_bot": false,
"headline": "v0.1.2",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-06-03T18:57:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70077c4d36285319164a192e0ecc3abf690d9245",
"body": "Big sessions (50 of mine have >=1000 msgs; biggest is 30,820 = 25 MB dump) are\nunworkable for LLMs and humans. New navigation primitives, no new vocabulary:\n\n recall show <id> --outline # one line per msg: [N] role: first-line\n recall show <id> --range :100 # first 100\n recall show <id> \n[…]\n: 'recall show' now accepts flags anywhere (was silently dropping\n'--range -2:' because flag.Parse stopped at the positional session id).\n\nSKILL.md teaches the slicing pattern after a recall_find hit.",
"is_bot": false,
"headline": "Paginate transcripts: --range FROM:TO and --outline (Linux-philosophy)",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-06-03T18:54:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ef4c5ea21271ed8a8f680b09cca8204d3fd47cec",
"body": null,
"is_bot": false,
"headline": "v0.1.1",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-06-01T21:43:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c1f9c5595223a338c45c47e6c8c191ecc273ad0",
"body": "Replaces the test-only `var cursorChunk`/`var streamBatch*` globals with\nunexported per-adapter fields (CursorAdapter.chunk, *Adapter.batchSessions)\nthat default when zero. Tests set the field on their own instance — no shared\nmutable state, and the batch size becomes a legitimate per-instance knob.",
"is_bot": false,
"headline": "Indexing batch sizes: per-adapter fields, not mutable package globals",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-06-01T21:43:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7467e9c1d8f193ad8436ce7e0524a095736fd02",
"body": "Cursor now processes composers in chunks (64) and commits a checkpoint per\nchunk instead of reading the entire 12GB+ state.vscdb into memory and\ncommitting once at the end. The checkpoint gains a 'todo' list of composer ids\nstill pending in an in-progress pass; 'rowid' is only trusted as the complet\n[…]\neached composers,\n- bubbles are no longer all held in RAM at once,\n- incremental (touched-since-rowid) and the legacy {rowid} checkpoint format\n still work unchanged.\nTest covers mid-provider resume.",
"is_bot": false,
"headline": "Resumable, chunked Cursor indexing",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-06-01T19:08:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1cf2b73b13cbc0d30fa9379bf56c6b1a755b5b95",
"body": "JSONL adapters (claude/codex/pi) now emit results in batches and commit the\ncheckpoint as they go, instead of buffering a whole provider and committing\nonce at the end. Effects:\n- Resume mid-provider: an interrupted index (Ctrl+C/crash) picks up from the\n last committed batch rather than re-reading\n[…]\ne public interface (thin wrapper over ScanStream via collectScan),\nso Fetch/tests/MCP refresh are unaffected. Cursor keeps the one-shot path.\nTests cover mid-provider resume and only-new-data rescans.",
"is_bot": false,
"headline": "Resumable, batched indexing per provider (StreamingAdapter)",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-06-01T19:00:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9ca6ed0ca06f6ecdfe45126c6a05b1100aa2ce43",
"body": null,
"is_bot": false,
"headline": "docs: add Homebrew install",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-30T20:18:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "845540a92e6ae8727566627b0a302374e6f3f54b",
"body": "…nly)",
"is_bot": false,
"headline": "changelog: drop author name/email from release notes (sha + message o…",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-30T20:17:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd64781cf75c9690307db17937642f967a1991a8",
"body": "Publishes a cask to pratikgajjar/homebrew-tap on each release (token from the\nHOMEBREW_TAP_GITHUB_TOKEN secret), with a macOS quarantine-removal postflight.\nAlso: install the skill via 'npx skills add pratikgajjar/recall'.",
"is_bot": false,
"headline": "Add Homebrew tap via GoReleaser homebrew_casks",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-30T20:14:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc2701accca22c2d67f2c4ac18d127198497a0b7",
"body": "… + pi extension",
"is_bot": false,
"headline": "Add 'recall' agent skill (SKILL.md) — third integration alongside MCP…",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-30T20:02:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14d45b2b2da6b35c4840b026f8f3a606fbbf57f1",
"body": "…ursor, pi)",
"is_bot": false,
"headline": "docs: install options + per-harness MCP wiring (Claude Code, Codex, C…",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-30T19:54:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75c7c464fd0e299a0354e2e59b20d3898c6ccaa9",
"body": "Zero-dependency JSON-RPC 2.0 server over stdio exposing recall_search,\nrecall_transcript, recall_sessions, recall_related to Claude Code, Codex,\nCursor, Cline, and any MCP client. Reuses the local index and keeps it warm\nwith a background refresh (off the request path). Tests cover initialize\n(version echo), tools/list, tools/call, notifications, and unknown-method\nerrors.",
"is_bot": false,
"headline": "Add 'recall mcp': stdio MCP server for any harness",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-30T19:53:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c460a3b64dbea80c1dad2b8020d56befa9c0bbe9",
"body": "- .goreleaser.yaml: cross-compiled darwin/linux × amd64/arm64 archives +\n checksums, version injected via -ldflags (version is now a var).\n- release workflow: tag v* -> goreleaser publishes a GitHub Release.\n- ci workflow: go vet + build + race tests on push/PR.\n- install.sh: curl | sh installer that pulls the right release asset.\nVerified: all targets cross-compile (CGO off) and a snapshot release builds.",
"is_bot": false,
"headline": "Add GoReleaser release pipeline + install script + CI",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-30T19:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a5a80e4b544bec1f31a1a1822b49c12d3d74549",
"body": "- Keep WAL during BulkMode (was flipping to MEMORY journal → exclusive lock →\n SQLITE_BUSY for concurrent searches). Read paths open read-only (query_only)\n and never bootstrap, so a search never takes a write lock. Add mmap_size,\n single writer connection, busy_timeout 10s.\n- Only run FTS 'optim\n[…]\ninterrupt.\n- Add per-source index progress output.\n- Tests: concurrent read/write (no SQLITE_BUSY), WAL-stays-on regression guard,\n read-only guard, legacy checkpoint migration, context cancellation.",
"is_bot": false,
"headline": "fix(index): resolve recall index lock, hang, and Ctrl+C",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-30T07:00:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "10a613bf4b59b607e5cb52acc034e748168c3be7",
"body": "Self-contained fixtures (built in t.TempDir) for all four sources:\n- cursor: SQLite state.vscdb (cursorDiskKV + workspace mapping), full scan,\n Fetch ordering, and rowid-watermark incremental.\n- claude/codex/pi: JSONL sessions — full scan, append-only incremental\n (continuing idx, Append flag), tr\n[…]\n-end ingest invariants: msg_count == FTS rows, no duplicate\n (session_pk, idx) after append or double full re-ingest, appended content\n searchable, project filter.\n\ngo test ./... passes, race-clean.",
"is_bot": false,
"headline": "Add adapter + ingest tests with sample histories",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-30T06:16:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f8bab57141dd47daaf8c211695c43bb14a195991",
"body": null,
"is_bot": false,
"headline": "chore(pi-recall): add pi.image gallery metadata for pi.dev",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-30T06:06:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e274cb2d42b5647ac321ca786a4a874f4367a311",
"body": "Long-lived extension now refreshes the recall index out-of-band instead of on\nthe query path: an incremental catch-up on session_start and a debounced\nrefresh after each agent_end (the active session file is the only thing\ngrowing, and we know when). Cleared on session_shutdown. Gated by\n--recall-auto-index / RECALL_AUTO_INDEX (default on). Pairs with the CLI's\nappend-only incremental so each refresh is ~tens of ms.",
"is_bot": false,
"headline": "pi-recall: keep the index warm in the background",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-30T06:05:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47c0343c3683a5c76783bf5798b87707deccc0d4",
"body": "…rror",
"is_bot": false,
"headline": "Index DSN: busy_timeout(5000) so concurrent index/search don't lock-e…",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-30T06:03:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9015830ef1ceb9dd519a93ef7c521d36f7b7633b",
"body": null,
"is_bot": false,
"headline": "docs: show pi extension demo screenshot in root README",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-30T06:03:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2387c0d2805eeb29b11ae79a77c37335f6b37ee",
"body": "claude/codex/pi now checkpoint per file as {size,mtime,offset,idx,sid} and,\nwhen a session file only grew, seek to the stored byte offset and ingest just\nthe appended lines — bumping msg_count/ended_at instead of deleting and\nre-inserting all FTS rows. A partial trailing line (no newline yet) is left\nunconsumed so it is re-read once complete. Falls back to a full re-read on\nshrink/rewrite. Live-session refresh drops from ~400ms to ~20ms (no-op ~10ms).",
"is_bot": false,
"headline": "Append-only incremental ingest for JSONL adapters",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-30T06:03:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce264e5b4fa74ccef577645b0263b5d6b5beabe6",
"body": "Adds packages/pi-recall — a pi extension that surfaces the recall index to the\nagent via recall_search, recall_transcript, recall_sessions, and recall_related\ntools, plus /recall-health and /recall-index commands. Shells out to the recall\nbinary (RECALL_BIN / --recall-bin override). Self-contained publishable package\n(@pratikgajjar/pi-recall); root package.json declares the workspace + pi.extensions.",
"is_bot": false,
"headline": "feat(pi-recall): pi extension to search past AI chat history",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-30T06:01:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a1fe935734c8548f5eccf4373f9353daf44991d",
"body": null,
"is_bot": false,
"headline": "Remove dead code; add MIT LICENSE",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-30T05:33:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1362588eaa410c4d151e05d764a20cf863e47da3",
"body": null,
"is_bot": false,
"headline": "Drop inline comments; neutral example paths and module path",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-30T05:29:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "759655c4c631856e22bcdf7ac890dcc7eecebe0a",
"body": "The aim is that nobody — human or agent — has to reach into\n~/.recall/index.sqlite to answer questions about the chat history.\n\n recall stats [--source X --since Y --repo P]\n Aggregated session+message counts by source × project, with totals.\n Supports --json so agents can pipe into jq.\n\n re\n[…]\n list.\n\nAlso fixed an over-constrained Related result by adding SearchOpts.AnyTerm,\nwhich switches ftsEscape from AND to OR when called from Related (joining\n6 terms with AND made matches impossible).",
"is_bot": false,
"headline": "Two new agent-friendly verbs: recall stats, recall related",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-26T19:18:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "233f5e6cab1b44c11bdd572571c0b6f365208e93",
"body": "Hit / Session / Message structs gained explicit json tags so '--json'\noutput is scriptable with jq. Previously fields like .source returned\nnull because the marshalled name was 'Source'. Schema:\n\n hit : session_id, source, source_id, project, title,\n started_at_ms, msg_idx, role, snippet, rank\n session : source, source_id, project, title, started_at_ms,\n ended_at_ms, msg_count, meta (optional)\n message : source_id, idx, role, ts_ms, text",
"is_bot": false,
"headline": "JSON output: stable snake_case field names",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-26T19:14:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b592fb14133a790c3d89e974a2406e70edb13426",
"body": "Cursor sessions that lean heavily on tool calls produced a wall of\n'## assistant\\n\\n## assistant\\n\\n' headers with no body. Now we emit\none '(empty tool-call bubble)' marker for the first such bubble and\na '(+N more empty …)' line when a content message follows.\n\nThe full message list is unchanged in the JSON form; this is purely a\nmarkdown rendering tweak.",
"is_bot": false,
"headline": "recall show: collapse empty tool-call bubbles in transcript output",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-26T19:13:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "618dd8f7c45890d0e8df071c916b74e4511e79f1",
"body": "automerge=0 stops SQLite from merging FTS5 b-tree segments after every\nINSERT. With 306k inserts in a fresh build, the saved merge work shaves\n~3s. We then run 'optimize' once when leaving BulkMode so each search\ndoesn't pay the cost of fragmented segments — query_ms actually\nimproved from 32 to 28 ms in this run.",
"is_bot": false,
"headline": "FTS5: defer automerge during bulk, optimize once on close",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-26T19:10:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09efd0573febe48fd6d22d6ed6bd9df9c4a11c67",
"body": "The harness was printing to stdout only, so any ./bench.sh call without\n| tee -a silently dropped from the log. Now it appends directly and\nechoes. Also backfilled four rows from this session that bench printed\nbut didn't persist: sonic decode swap, all-adapters typed, parallel\nadapter (reverted), b\n[…]\ncremental → 30ms → 10ms (cursor empty-diff fast path)\n full cold rebuild 130.83s → 95.44s (sonic) → 81.76s (typed all) → 97.88s\n (current; 11s came from bulk pragmas, +12s from corpus growth and pi)",
"is_bot": false,
"headline": "bench.sh: always append to autoresearch.jsonl; backfill missed rows",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-26T19:05:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f897ec9134c00944f19e3436072ff42b1276424f",
"body": "Toggle synchronous=OFF, journal_mode=MEMORY, cache_size=256MB while\nrunIndex is active. Safe because the index is disposable — a crash\nmid-ingest just means rerun. After ingest, BulkMode(false) restores the\nsteady-state WAL+NORMAL settings so query-time durability is unchanged.\n\nFair warm-cache A/B \n[…]\nup:\n- Marked the JSON-decode and naive-parallel-adapters experiments as\n done/reverted with notes on why\n- Added streaming Scan→Ingest pipeline as the prereq for any future\n parallel-adapter attempt",
"is_bot": false,
"headline": "Index: bulk-mode SQLite pragmas during recall index (~11s saved)",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-26T19:04:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "11444dd176da93f58dcff08162b09a791e8dab9a",
"body": "The map[string]any parsers in claude/codex/pi were doing 8-12 type\nassertions per event. Replaced each with a concrete struct\n(ClaudeEvent / CodexEvent / PiEvent) plus custom UnmarshalJSON for the\n2-3 polymorphic fields (content can be string-or-array).\n\nWiring:\n jsonx.go — single seam f\n[…]\ns → 37.4s (-38%)\n pi phase 39.5s → 31.0s (-22%)\n codex captures 4,629 more msgs (function_call items the old\n map-based extractor was dropping)\n incremental rerun stays at 10ms",
"is_bot": false,
"headline": "Typed event structs for all adapters; route JSON through sonic",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-26T03:36:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ba6403a07fb484ff882e2eada7422fc720fbee09",
"body": "Decoder still has to walk every byte of toolFormerData to find field\nboundaries, so the win is small (~1s on a 60s cursor pass). Kept the\ntyped struct because it makes the intent explicit and removes a\nmap[string]any allocation per bubble. Real win must come from skipping\ntoolFormerData scanning entirely.",
"is_bot": false,
"headline": "Cursor: typed struct for bubble decode (marginal win, kept for clarity)",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-26T03:14:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bfe92b7a265221f977116fafddb1f7a314ba168",
"body": "The pi harness stores sessions at ~/.pi/agent/sessions/<sanitized-cwd>/\n<ts>_<uuid>.jsonl. First line is type:'session' with {id, timestamp, cwd};\nsubsequent lines are type:'message' wrapping {role, content[]} where\ncontent parts are text / thinking / toolCall / toolResult.\n\nThinking parts are skipp\n[…]\nmessages indexed.\n\ndoctor now iterates defaultAdapters() so any new source shows up\nautomatically; orphans (e.g. an old adapter we deleted) are still listed\nso the user knows the index has stale rows.",
"is_bot": false,
"headline": "Add pi adapter; doctor shows all sources dynamically",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-26T02:00:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "304df82f1da5f233b8a039ff7cab58c36bb64ea3",
"body": null,
"is_bot": false,
"headline": "autoresearch: cold-build baseline before json-decode optimization",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-26T01:57:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "931ce901193e3d77ae834297905138905db5b159",
"body": "… 1ms)\n\nmapComposersToProjects() opens every ~/Library/Application Support/Cursor/User/\nworkspaceStorage/<hash>/state.vscdb to recover project URIs. That work is only\nneeded if we are about to ingest at least one composer. Defer until after the\ntouched-set check; on a true no-op rerun we now exit wi\n[…]\na read/write.\n\nPer-adapter no-op times: cursor 22ms -> 1ms, total 30ms -> 10ms.\n\nautoresearch: retargeting primary to full_index_seconds (cold builds still\n~80s; Cursor JSON decode is the bottleneck).",
"is_bot": false,
"headline": "Cursor: skip workspaceStorage scan on empty incremental diff (22ms ->…",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-26T01:56:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1b741db68f1b27e7d6b5b31c3a38fe254e463130",
"body": null,
"is_bot": false,
"headline": "autoresearch: baseline 30ms incremental (was 80s full)",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-26T01:54:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ac74990d131f54b4edcdeff06703e4dc3be92af",
"body": "Adapter.Scan grew a `prev string` parameter and returns a new opaque\ncheckpoint alongside the diff. Reruns with no source changes complete\nin ~30ms vs ~80s for a full scan (≈2,600x speedup on the hot loop).\n\nPer-source checkpoint shape:\n- claude/codex: JSON map of {file_path: \"size:mtime_ns\"}. Files\n[…]\n 30\n query_ms = 24\n index_size_mb = 69.4\n binary_size_mb = 9.8\n\nautoresearch.md sets the primary metric and rules; autoresearch.ideas.md\ncaptures deferred optimizations.",
"is_bot": false,
"headline": "Incremental indexing via per-source checkpoints; recall index --full",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-26T01:54:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5434739a19caee62e140842d6cde5c33270bf999",
"body": "Adapter interface gained two methods:\n- Fetch(sourceID) returns the untruncated transcript by re-reading the\n source store on demand. `recall show` and `recall last` now route\n through Fetch, so piping into another tool sees real conversations\n instead of 1.5 KB FTS excerpts.\n- OpenURL(sourceID) \n[…]\n given; otherwise the global query was hiding all\nresults when run outside a chat-having repo.\n\nWrapper detection now also strips `<command-name>` and `<local-command-*>`\nboilerplate from title slugs.",
"is_bot": false,
"headline": "Full-fidelity transcripts, `recall open`, accurate Claude project paths",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-26T01:48:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eec73aa709e356b00b2a686e362b2267227d70c1",
"body": "Three real bugs surfaced once I ran wider queries on live data:\n\n1. Implicit-search (recall <query> --flag) joined flags into the query\n string. Pass argv through to runFind() so splitFlagsAndArgs() can\n separate them like it already does for explicit subcommands.\n\n2. Sessions whose body never s\n[…]\nelse.\n Dedupe by session_id post-query, keeping the best snippet per session.\n\nSmoke-tested on 2,597 indexed sessions: title-only matches now surface,\n--source filter works, no duplicates, sub-10ms.",
"is_bot": false,
"headline": "Index titles + project paths in FTS; dedupe hits; fix flags-anywhere",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-26T01:42:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "94b30e3ce1304e3622dea1f49c645d0dc04773d3",
"body": "Single Go binary, no CGO, ~10MB.\n- types.go Adapter interface + Session/Message model\n- index.go SQLite schema, batch ingest, FTS5 search with bm25 + recency\n- cursor.go Reads globalStorage/state.vscdb (composerData + bubbleId blobs),\n joins to workspace folders via work\n[…]\now, sessions, doctor.\n Flags can appear anywhere on the command line.\n\nSmoke-tested on real data: 2,597 sessions across cursor/claude/codex indexed\nin ~80s, 69MB index. Sub-10ms search.",
"is_bot": false,
"headline": "v0.1: index Cursor / Claude Code / Codex chats into local SQLite FTS5",
"author_name": "Pratik",
"author_login": "pratikgajjar",
"committed_at": "2026-05-26T01:37:48Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 18,
"commits_last_year": 61,
"latest_release_at": "2026-07-30T21:21:25Z",
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 6,
"days_since_latest_release": 1,
"mean_days_between_releases": 6
},
"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/pratikgajjar/recall",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/pratikgajjar/recall",
"is_deprecated": false,
"latest_version": "v0.6.0",
"repository_url": "https://github.com/pratikgajjar/recall",
"versions_count": 18,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-30T21:19:37Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1
}
]
},
"popularity": {
"forks": 0,
"stars": 7,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"packages/pi-recall/tsconfig.json"
],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 41844,
"source_files_sampled": 32,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod",
"package.json"
],
"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",
"npm"
],
"dependencies": [
{
"name": "github.com/bytedance/sonic",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.15.1"
},
{
"name": "github.com/goccy/go-json",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.10.6"
},
{
"name": "github.com/yuin/gopher-lua",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.2"
},
{
"name": "modernc.org/sqlite",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.50.1"
}
],
"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": 2,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 1,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "pratikgajjar",
"commits": 61,
"avatar_url": "https://avatars.githubusercontent.com/u/10096516?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"publish-npm.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 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": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "8be17e8c722f6ab647ebcf8c41d54e735ee8220a",
"ran_at": "2026-08-01T02:57:50Z",
"aggregate_score": 3.3,
"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-30T21:21:36Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-06-06T17:48:52Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/pratikgajjar/recall",
"host": "github.com",
"name": "recall",
"owner": "pratikgajjar"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"security": 33,
"vitality": 70,
"community": 30,
"governance": 59,
"engineering": 63
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 70,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 61,
"human_commit_share": 1,
"days_since_last_push": 1,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "61 commits in the last year",
"points": 16.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 61
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 18,
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_latest_release": 1,
"mean_days_between_releases": 6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "18 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 18
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 30,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"forks": 0,
"stars": 7,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "7 stars",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 7
}
}
],
"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": "moderate",
"name": "Sustainability & Governance",
"value": 59,
"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": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 2,
"open_issues": 0,
"closed_issues": 1,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "2/2 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 2,
"decided": 2
}
}
],
"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": 57,
"inputs": {
"followers": 32,
"owner_type": "User",
"is_verified": null,
"owner_login": "pratikgajjar",
"public_repos": 67,
"account_age_days": 4255
},
"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": "32 followers of pratikgajjar",
"points": 10.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 32,
"login": "pratikgajjar"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "67 public repos, account ~11 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 67
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/pratikgajjar/recall"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 1
},
"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 1 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "18 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 18
}
}
],
"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": 63,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://www.npmjs.com/package/@pratikgajjar/pi-recall",
"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/@pratikgajjar/pi-recall",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "at_risk",
"name": "Security",
"value": 33,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 3.3
},
"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": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 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 detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 1
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 61,
"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.869,
"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": "53 of 61 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 53,
"sampled": 61
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"packages/pi-recall/tsconfig.json"
],
"agent_commit_share": 0.033,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "packages/pi-recall/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "packages/pi-recall/tsconfig.json"
}
}
],
"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": "2 of the last 61 commits agent-authored or agent-credited",
"points": 6.6,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 2,
"sampled": 61
}
}
],
"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": 41844,
"source_files_sampled": 32,
"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/32 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 32,
"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-08-01T02:57:57.370696Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/pratikgajjar/recall.svg",
"full_name": "pratikgajjar/recall",
"license_state": "standard",
"license_spdx": "MIT"
}