Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 896,
"has_wiki": true,
"homepage": null,
"languages": {
"HTML": 50574,
"JavaScript": 16674,
"TypeScript": 358917
},
"pushed_at": "2026-07-17T12:49:42Z",
"created_at": "2026-07-04T14:01:46Z",
"owner_type": "User",
"updated_at": "2026-07-17T12:50:11Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript",
"HTML"
]
},
"owner": {
"blog": null,
"name": "Abiali Doctor",
"type": "User",
"login": "Abialidr",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/110902260?v=4",
"created_at": "2022-08-09T10:33:55Z",
"is_verified": null,
"public_repos": 39,
"account_age_days": 1443
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.0.4",
"kind": "patch",
"published_at": "2026-07-08T14:39:57Z"
}
],
"recent_commits": [
{
"oid": "634b94a6fcb9cbbeeabfdef180f8396c0a264bd9",
"body": "Surface the language limitation up front instead of letting users\ndiscover it mid-setup — edit_node's tracing only works on TS/JS.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: state TS/JS-only scope in the README tagline",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-17T12:49:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a4c888e16140847cd8c0c97e4e94c033fc16f42f",
"body": "edit_node replaces the two-call edit-then-stage flow: a single file_path +\nold_string + new_string + reasoning call edits any file (never refuses a\ntype, unlike stage_change), traces which function/class the edit landed in\nby position rather than name, and records reasoning automatically for\nTS/JS/J\n[…]\nall.\n\nDocs: nextcore_feature.md reorganized — shipped features (graph health,\nenhanced recent changes, workflow vault) moved to implemented.md.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: edit_node — one write path for every file (v2.4.0)",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-17T12:34:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2f9c1eebb328b97aebc0ce0ab96bd654ede76a74",
"body": "- Add workflow_* MCP tools + devsmind workflow / workflow-import CLI commands\n for persistent, git-shared multi-day feature timelines.\n- commit_changes now auto-records a workflow step from the committed batch\n when a workflow is active, so the agent no longer needs a separate\n workflow_add_step \n[…]\n-node\n edit and workflow steps linking to that history row stay accurate.\n- Split docs into a fast-path README.md and an exhaustive\n detailExplanation.md, and a scannable CHANGELOG.md, cross-linked.",
"is_bot": false,
"headline": "feat: workflow context vault, graph analyze, doc restructuring (v2.3.0)",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-17T07:44:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "36451ed38a76bbc43eb18c688a0e44d9a00ee155",
"body": "…veloper\n\nstage_change's reasoning.developer is free text the calling AI fills in\non every call, with no way to actually know who the human running the\nmachine is -- so it would write \"Claude Code\" or similar instead of the\nreal developer, even though devsmind init already captures the actual\nname i\n[…]\no\ndeveloper is configured at all. Enforced in code, not just documented\nin the tool description -- same lesson as everything else this session.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: history attributed to AI's own name instead of the configured de…",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-16T05:35:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "778cbff5632bb34e8f362b5b383ae59449d87556",
"body": "…n why\n\nCorrected the version bump from 2.3.0 to 2.2.2 per direction. Added\ndevsmind memory as an optional step to both Quick Start paths (new\nbrain and joining one), and expanded the mcp/rule/memory section with\nan explicit three-tier explanation of why there are three separate\ncommands instead of \n[…]\nt reach the\ntools), rule is behavior (does it know to use them), memory is\ndurability (does that behavior survive without re-pasting anything).\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: retarget devsmind memory to v2.2.2, add to Quick Start + explai…",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-15T13:12:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a3a3bbd52733e9ba7925a435e124deeeee5fcd44",
"body": "…e, v2.3.0\n\nAdds a new `devsmind memory` command, guided per-tool like `mcp`/`rule`,\nthat seeds the persistent agent-managed memory/skills store some IDEs\nand CLIs have -- distinct from a static rules file, this is where the\nagent itself writes a lesson once and reads it back automatically in\nevery \n[…]\nte -- no new merge logic needed, since every seed target\nis a uniquely-named file DevsMind owns, never touching what the tool\nor user authored.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: devsmind memory — seed each tool's own agent-memory/skills stor…",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-15T12:48:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c5dd60a28409211e229a167072fc6dddfcd791b2",
"body": "Existing users had no signal that the rule content changed in 2.2.1 --\nan old pasted rule still works but misses the new framing/guardrails.\nAdd a short, skippable callout right at the top of Quick Start pointing\nat the exact commands to re-sync, and at the Changelog for future\nreleases.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add an upgrade callout at the top of Quick Start",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-15T11:13:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8e47bc3d0c5e85bb59ee570acb65bbdb30c69838",
"body": "2.2.0 was already published; the search_nodes/instructions/consequence-\nframing/stage_change-guardrail work accumulated since then ships as\n2.2.1. Split the changelog to match -- those entries move to their own\n2.2.1 section, 2.2.0 keeps its original four.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump version to 2.2.1, split changelog from 2.2.0",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-15T11:03:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "622521f9145122d5b4f8b05a87a809a65550ef52",
"body": "…thing\n\nstage_change had zero file-type validation, so it would happily stage a\n.css/.json/.md file as a graph node -- there was nothing stopping it.\nThe consequence-framing added in the last two commits made the agent\ntake \"record every change\" more seriously, and in practice that meant\nstaging fil\n[…]\nin this thread. devsmind rule and the\nMCP instructions field both state the scope explicitly too, but the\nhandler is what actually enforces it.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: stage_change now rejects non-code files instead of accepting any…",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-15T10:02:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8194855c0559e6bb85759772bf0e54ce4ed5da32",
"body": "The prior commit's \"why this matters\" framing only lived in the rule's\nnew intro section. Tool descriptions are resent on every single tool\ncall (unlike rule text, read once and easy to lose track of over a long\nsession), so they're the more durable place to carry this -- extended it\nto stage_change\n[…]\nd change no one else\nsees, a dependency you didn't check before breaking a signature, a\ndecision silently undone) instead of a bare imperative.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: extend consequence framing to every tool description and rule item",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-15T09:46:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "93b5dc3e2a5e5615085ba276f157fd417d295131",
"body": "Instruction-following on rule text alone is unreliable -- it's advisory,\ncompetes for attention, and decays over a long session. Two changes to\nstrengthen the workflow contract without relying on the rule file being\npasted or current:\n\n- Add the MCP protocol's own `instructions` field (sent to every\n[…]\nut this\nremoves the staleness/drift problem in the rule's own delivery and gives\nthe model a reason to care, not just an instruction to follow.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: MCP instructions field + explain-the-why framing in the rule",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-15T09:24:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "fb62d46921fc5102ae774a5663edef5ceb5348c2",
"body": "…code\n\nsearch_nodes only matched a node's name/id/reasoning text, so it came back\nempty whenever a query only appeared in the code body -- forcing a second\nturn to call search_code. search_nodes now tries the identifier match\nfirst and, if empty, automatically runs a code-content search (same\nengine\n[…]\nt still\nname it explicitly keep working unchanged (same pattern already used for\nupdate_history). Updated devsmind rule's guidance accordingly.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: search_nodes falls back to code-content search, fold in search_…",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-15T08:28:11Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "906826efcdf374b4569287b15fd0fa589420b49c",
"body": "Reconstructed from commit history (subjects, bodies, and version-bump\nboundaries in package.json) so the changelog now covers every released\nversion instead of starting at 1.2.2.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: backfill changelog entries for versions 1.0.0 through 1.2.1",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-15T06:51:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6f8f043da8991f814ccf773d108715f397170326",
"body": "Add `devsmind mcp` and upgrade `devsmind rule` into a guided, per-tool\nflow (Cursor, VS Code, Windsurf, Kiro, Antigravity, Claude Code, Codex\nCLI, Qwen Code CLI) that either prints the exact snippet or writes/merges\nthe tool's native config and rules files for you. Add `devsmind sync` to\nforce the c\n[…]\nit`\nso all directory prompts (init's brain/repo paths, mcp/rule's write\ntargets) support browsing and typing a path instead of hand-typing one.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: guided per-tool MCP setup, rule placement, and disk sync, v2.2.0",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-15T06:34:07Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9ab87dfe91d42fdc774f6d8b21a70bed352667d7",
"body": "get_node_code served the last cached snapshot from .devmind/history/ and never\ntouched the source file, so any edit made outside the stage_change flow (git\npull, manual edit, a teammate commit) left the agent reading confidently-wrong\ncode with no signal. Against a real 7,300-node brain, 87% of samp\n[…]\no read through get_node_code, trace flows in one call, and\nrepair drift when reported. Existing users must re-run `devsmind rule`.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: live-from-disk code reads + single-call flow traversal, v2.1.1",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-14T09:22:26Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "645d964ae8b0c25032e48f9fe4ad52e100c115ba",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: remove scratch dev scripts (backed up in previous commit)",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-14T07:57:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3dafe24d7773cdfbdf26812f0225b1091b51b6b5",
"body": "Write path (MCP):\n- Add stage_change + commit_changes: agents buffer one entry per touched\n file to a disk scratchpad, then a single commit_changes upserts all\n nodes, writes all history, and resolves connections via local AST in one\n pass — forward references between changed files resolve regard\n[…]\nevery change\" section; README MCP\ntool reference + 2.1.0 changelog; gitignore history_scratchpad.json; bump\npackage.json to 2.1.0.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: staged batch write flow, durable deprecation, v2.1.0",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-14T07:56:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2b1a3f9f53ce00a5b86fc21843ff6d18eec8f87a",
"body": "…grity fixes\n\nEdge resolution (src/utils/ast.ts) — rewritten for precision:\n- collectReferencedNames now excludes definition positions (object keys, params,\n declaration names) via isDefinitionName — kills name-collision false positives\n- Class.method requires the class to be referenced (not just i\n[…]\nnly, --edges-only, --repos (standalone-only,\n scoped scratchpad), opt-in chunking; AST-only edges are the permanent default\n- reindex: Phase 2b rebuilds inbound edges from callers in unmodified files",
"is_bot": false,
"headline": "feat: deterministic AST edge resolver + indexing controls + data-inte…",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-13T05:14:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4e704dbe892a45ed8d49c53fa0b19ac549f8f833",
"body": null,
"is_bot": false,
"headline": "push the code",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-10T03:41:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4b45bda45835a65eaa9e62d35e937a441cf382b",
"body": null,
"is_bot": false,
"headline": "feat: add search_code tool for regex search on database snapshots",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-09T03:35:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c479a578f992d479896abc23eefcb82118c92b1",
"body": "…, and update search rules",
"is_bot": false,
"headline": "Bump version to 2.0.4, adapt history operations to disk-based storage…",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-08T14:39:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d1eadb60b8b25e0221ad30627922d39af1c16a3",
"body": null,
"is_bot": false,
"headline": "docs: rename implemented features file to implemented.md",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-08T13:33:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3184ff5d3f7d8a8cea1b8d6c3c2348706c94bb1b",
"body": null,
"is_bot": false,
"headline": "docs: track implemented next core features separately",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-08T13:32:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11f7e6f0bc8f9e79ae589c9a5710f614fe3f7acc",
"body": null,
"is_bot": false,
"headline": "release: version 2.0.2 fully portable Node IDs and history metadata",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-08T13:13:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85f3737987e93b7125c2a952e15527ac8b98b074",
"body": "…ep during init",
"is_bot": false,
"headline": "chore: ensure empty graph and history folders are created with .gitke…",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-08T12:01:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22a17e3e186c107ce52eca505fbd600241b4067b",
"body": null,
"is_bot": false,
"headline": "release: version 2.0.1 gitignore generator fix",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-08T11:56:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bee45e61dc68865ee63de871e92c11413798f73a",
"body": null,
"is_bot": false,
"headline": "release: version 2.0.0 breaking storage change to distributed JSONs",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-08T11:35:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efde83fc0eef8f1e4c17a5286ea875eae414ffb2",
"body": "…arning",
"is_bot": false,
"headline": "fix: normalize bin script path in package.json to avoid npm publish w…",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-08T05:11:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "918fe9f9ec406d7cf92abd504be1ed86f8e52eed",
"body": "… Node 24 support (v1.2.2)",
"is_bot": false,
"headline": "feat: support duplicate node locations and upgrade better-sqlite3 for…",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-08T05:08:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d75c24deeaedbeb89131beb22d3dc89fc215c4fd",
"body": "…esponse parsing",
"is_bot": false,
"headline": "feat: implement JSON extraction and repair utilities for robust LLM r…",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-07T04:34:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f5ab9e83a31540c90f6bfc556d3ec3eb8f66936",
"body": null,
"is_bot": false,
"headline": "feat: add support for Vertex AI Gemini provider (version 1.2.1)",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-06T11:57:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a20ed1524e5ad8331be8724f504df7e2eccf52d",
"body": null,
"is_bot": false,
"headline": "fix: preserve cursor position in file browser after toggle",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-06T07:47:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb108b629f915d2e284152c0713006840f48959d",
"body": "…exclusion display, gitignore confirmation)",
"is_bot": false,
"headline": "fix: correct 3 bugs in interactive browser (root boundary, inherited …",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-06T07:32:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f92965704aad6a2813ac8a2de1c0df359202e1cc",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 1.2.0 for interactive init configuration feature",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-06T07:29:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed99f30dbfbfe298ac74e31ceb7ee07228b4ce1d",
"body": null,
"is_bot": false,
"headline": "feat: add tree-based interactive configuration browser to devsmind init",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-06T07:29:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e512000a3bcb3508cfe3ece76376a210ba5fc4d",
"body": null,
"is_bot": false,
"headline": "fix: handle foreign key constraint failures in addConnection",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-06T06:51:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f67f26df5f592cd1d0accd55477816e824c2ae9",
"body": "- Add --run option to devsmind index command to allow programmatic indexing.\n- Implement Gemini and Ollama API integrations directly in the CLI runner for background execution.\n- Add transparent zlib compression for history code snapshots to dramatically shrink database file size.\n- Add SQLite VACUUM optimization to index completion and graph rechecking routines.\n- Bump version to 1.1.0 and update README documentation.",
"is_bot": false,
"headline": "feat: add native CLI background index runner & database optimizations",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-06T06:50:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30e5442e4cc68d9ae9469abf00a5fc0458a2d5be",
"body": "…ith versioning, and MCP server scaffolding",
"is_bot": false,
"headline": "feat: implement DevsMind CLI rule generator, SQLite database schema w…",
"author_name": "AbialiDr",
"author_login": "Abialidr",
"committed_at": "2026-07-06T04:38:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06db2da6f43160d359e977556d2abc2759019e2d",
"body": null,
"is_bot": false,
"headline": "docs: add nextcore_feature.md specification roadmap",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-04T15:59:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c277377c55844fc906f028beb84887366151dc23",
"body": "…ent forgets devmind_path",
"is_bot": false,
"headline": "fix: add resolveDevmindPath auto-detection so tools work even when ag…",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-04T15:44:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "359f1f72ef4246b16f9240aaf0774f6ad08329f7",
"body": "…ngling, and throw descriptive directory check error in getDatabase",
"is_bot": false,
"headline": "fix: print DEVMIND_PATH using forward slashes to prevent backslash-ma…",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-04T15:38:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e10f30ea437cfb021a4cba68cfb3afe0f461070",
"body": null,
"is_bot": false,
"headline": "feat: expand Available Tools into table with one-line use cases",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-04T15:25:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11121712d0812c694b02c3fcc5ada59687df3f42",
"body": "… in rule",
"is_bot": false,
"headline": "feat: add get_node_code MCP tool with stale-snapshot refresh protocol…",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-04T15:22:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66e123aff7ffaf5495c037966d98b78c79e49bfd",
"body": null,
"is_bot": false,
"headline": "refactor: slim rule output to ~400 tokens, cut redundant tool JSON specs",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-04T15:04:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c89dbf631ce566353b55e52d28df423d7e6a395a",
"body": "…or AI agents",
"is_bot": false,
"headline": "feat: add deprecate_node MCP tool and improve rule template details f…",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-04T14:49:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c6bab97b55cd02c8fbcfe0271545248ed05cb65",
"body": "… deprecate, and add devsmind prune command",
"is_bot": false,
"headline": "feat: replace get_project_context/delete_node, alter recheck_graph to…",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-04T14:43:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32b64afc1d4bd0ebbd48427f61d6ee8a08206909",
"body": null,
"is_bot": false,
"headline": "docs: clarify delete_node deprecation and preservation policy in README",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-04T14:34:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "434acb2313b8458514cd2c1c5a22650f8c37b5f8",
"body": "… step",
"is_bot": false,
"headline": "docs: simplify quickstart in README by merging env creation into init…",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-04T14:29:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7ab64f8269b600fbe55c1eae6179f13137b0c0d",
"body": null,
"is_bot": false,
"headline": "docs: clarify devsmind init re-initialization behavior in README",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-04T14:27:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b760766990b465a8db1bf5387849291c4a1bc5f4",
"body": null,
"is_bot": false,
"headline": "docs: complete list of MCP tools in README",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-04T14:23:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75d85908a0d04a7d5a0f30273c9e68e5ebf7c6a5",
"body": null,
"is_bot": false,
"headline": "docs: note model-dependent indexing details and pruning tools in README",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-04T14:18:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83df8294c73aebc346b02631f7e13de8f8a0f775",
"body": null,
"is_bot": false,
"headline": "docs: update README topologies and workspace rule guidelines",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-04T14:15:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "812dca8fd4f716b5c42dde185b0edd56eec7b1c1",
"body": null,
"is_bot": false,
"headline": "chore: update copyright and repo URL in README and LICENSE",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-04T14:07:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90501ad48afacf6220a3328a96609fb44ed4fbab",
"body": null,
"is_bot": false,
"headline": "chore: update author and repository URLs in package.json",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-04T14:07:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02ba063ee570f209e3e1ae73f172536ca8f09428",
"body": null,
"is_bot": false,
"headline": "chore: gitignore devmind-idea.md and update configuration",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-04T14:04:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7596c886d0bf0b949773ac97e7b00be9502e91b",
"body": null,
"is_bot": false,
"headline": "chore: initial commit for DevsMind (Team AI Brain)",
"author_name": "Abialidr",
"author_login": "Abialidr",
"committed_at": "2026-07-04T12:33:21Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 56,
"latest_release_at": "2026-07-08T14:39:57Z",
"latest_release_tag": "v2.0.4",
"releases_from_tags": true,
"days_since_last_push": 5,
"active_weeks_last_year": 3,
"days_since_latest_release": 13,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "devsmind-mcp",
"exists": true,
"license": "MIT",
"keywords": [
"mcp",
"model-context-protocol",
"ai",
"context",
"developer-productivity",
"documentation",
"graph",
"sqlite",
"git"
],
"ecosystem": "npm",
"matches_repo": false,
"registry_url": "https://www.npmjs.com/package/devsmind-mcp",
"is_deprecated": false,
"latest_version": "2.4.0",
"repository_url": "https://github.com/Abialidr/devsmind",
"versions_count": 16,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2604,
"first_published_at": "2026-07-06T04:30:55.134000Z",
"latest_published_at": "2026-07-17T12:39:28.817000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 101399,
"source_files_sampled": 29,
"oversized_source_files": 4,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"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": [
"npm"
],
"dependencies": [
{
"name": "@modelcontextprotocol/sdk",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.1"
},
{
"name": "@types/express",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.0.6"
},
{
"name": "better-sqlite3",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^12.11.1"
},
{
"name": "commander",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^12.1.0"
},
{
"name": "dotenv",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^16.4.5"
},
{
"name": "express",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.2.1"
},
{
"name": "prompts",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.4.2"
},
{
"name": "typescript",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.5.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": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Abialidr",
"commits": 56,
"avatar_url": "https://avatars.githubusercontent.com/u/110902260?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"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": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "634b94a6fcb9cbbeeabfdef180f8396c0a264bd9",
"ran_at": "2026-07-22T13:49:10Z",
"aggregate_score": 2.4,
"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-17T12:49:43Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Abialidr/devsmind-mcp",
"host": "github.com",
"name": "devsmind-mcp",
"owner": "Abialidr"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"security": 24,
"vitality": 61,
"community": 24,
"governance": 16,
"engineering": 17
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 61,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"commits_last_year": 56,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 3
},
"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": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "56 commits in the last year",
"points": 15.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 56
}
}
],
"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": "good",
"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": 72,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v2.0.4",
"releases_from_tags": true,
"days_since_latest_release": 13,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 13 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 13
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"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": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "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": "critical",
"name": "Sustainability & Governance",
"value": 16,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"followers": 0,
"owner_type": "User",
"is_verified": null,
"owner_login": "Abialidr",
"public_repos": 39,
"account_age_days": 1443
},
"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": "0 followers of Abialidr",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "Abialidr"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "39 public repos, account ~3 yr old",
"points": 19.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 39
}
},
{
"code": "account_age_years",
"params": {
"years": 3
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "critical",
"name": "Engineering Quality",
"value": 17,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 24,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 24,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 2.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"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": "at_risk",
"name": "AI Readiness",
"value": 42,
"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.964,
"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": "54 of 56 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 54,
"sampled": 56
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 34,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.286,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"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": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "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": "16 of the last 56 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 16,
"sampled": 56
}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 101399,
"source_files_sampled": 29,
"oversized_source_files": 4
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "4/29 source files over 60KB",
"points": 47.4,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 29,
"oversized": 4
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "critical",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"example_dirs": [],
"has_mcp_signal": true,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"npm package 'devsmind-mcp' points at a different repository (https://github.com/Abialidr/devsmind); excluded from ecosystem scoring",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index npm:devsmind-mcp@2.4.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-22T13:49:14.540778Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/Abialidr/devsmind-mcp.svg",
"full_name": "Abialidr/devsmind-mcp",
"license_state": "standard",
"license_spdx": "MIT"
}