原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 646,
"has_wiki": true,
"homepage": "https://www.holostaff.ai",
"languages": {
"JavaScript": 4522,
"TypeScript": 443833
},
"pushed_at": "2026-07-17T12:36:50Z",
"created_at": "2026-05-07T20:46:50Z",
"owner_type": "Organization",
"updated_at": "2026-07-17T12:36:55Z",
"description": "Holostaff CLI — scan, instrument, and embed copilots in your codebase",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": null,
"name": "Holostaff AI",
"type": "Organization",
"login": "Holostaff-AI",
"company": null,
"location": null,
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/218653063?v=4",
"created_at": "2025-06-30T17:33:15Z",
"is_verified": null,
"public_repos": 4,
"account_age_days": 393
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2026-05-19T22:57:14Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2026-05-08T21:31:36Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2026-05-08T18:15:23Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-05-07T23:14:54Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-05-07T20:48:49Z"
}
],
"recent_commits": [
{
"oid": "1bb322868942ddcd1b3ff4520561c3d99571192f",
"body": "…f/sdk ^0.10.2\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: release 0.6.1 — embed installs livekit-client + pins @holostaf…",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-07-17T12:36:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d25a6d46a61e0d771ef5b06d02502e93d09ef500",
"body": "… fails without it\n\nThe Stage resolves livekit-client via dynamic import; an embed that\ninstalls only @holostaff/sdk leaves the specifier unresolvable in the\nhost bundle, so live avatar conversations tear down before connecting.\nDeployment-rig finding (2026-07-17).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(embed): install livekit-client alongside the SDK — voice silently…",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-07-17T12:31:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a306a9299f68b6e2f06f0b763f08d4f5077cc1ba",
"body": "…/sdk` ^0.10.1)\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: release 0.6.0 — headless embed + real SDK snippet (`@holostaff…",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-07-17T09:55:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0e6e105c2e985eee76b343ba0859247e69e64356",
"body": "…dget\n\nThe embed prompt described a holostaff-widget CDN script that doesn't\nexist (and whose name IS taken on npm by a foreign package). Rewritten\naround the canonical integration: install @holostaff/sdk + one\nholostaff.init({ tenantId, sourceId }) at the app entry, with the REAL\nids templated in at prompt-build time so the PR works as merged.\nCaught by the deployment test rig's first full run.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(embed): real @holostaff/sdk snippet — kill the fictional unpkg wi…",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-07-17T01:09:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "577655c2beec21dd3ad37152fece622598e8840e",
"body": "Composes the interactive /embed pieces without Ink: runEmbed plan ->\napplyPlan branch+commit -> openPullRequest -> setEmbedState. JSON\noutput via --json/--out, --no-pr to stop after the commit. Exit codes\nmirror scanCi (0 ok, 1 agent/apply/pr, 2 preflight, 3 auth).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: headless `holostaff embed COPILOT_ID` for CI and the test rig",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-07-16T23:56:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "870d3f28e52182da2f0f43ed269b803437c6bf3a",
"body": "…reams in; release 0.5.0\n\nNew submitSkeleton MCP sink (partial schema derived from the full one)\nfires early in the same conversation; Pass 1 auto-uploads as a\ndepth:'skeleton' artifact (skipping instrumentation + mockups), the\ndeep pass finishes with submitFindings -> v2 on the same source.\nMeasured: v1 at 81s, v2 at 290s on the reference repo (previous\nsingle-pass: 312s to first visibility). --no-auto-upload opts out.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(scan): two-phase scan — skeleton live in under 90s, deep pass st…",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-07-10T22:42:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7138a3e92c01c082f078fa6c9c0ede33edb5c3f6",
"body": "…ture rig; release 0.4.1\n\nThe post-upload link targeted /knowledge-sources/{id}, a route retired in\nthe app's IA rework — every scan's terminal payoff was a 404. Now\n/journey-maps/{id}/canvas. The capture rig (autostart, auto-confirm,\nJSONL event log) is inert without its env vars; it recorded the real\nacme/checkout scan behind the landing page's replay asset.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(upload): view URL points at the journey map canvas; env-gated cap…",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-07-10T21:14:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "82aab790d8ba9fc2cbd83341dc19c0c8cb672445",
"body": "…dashboard; release 0.4.0\n\nPage-like files the agent reads become skeleton nodes on mission\ncontrol's live assembly board, with the agent's current activity line.\nServer-side fix pairs with this: repeat 'started' pings no longer reset\nstartedAt (holostaff-vision rev 00163).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(scan): the assembling map — stream discovered page files to the …",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-07-10T19:14:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a5d36b17d111d5ae7548d8a1677f34974ebcf560",
"body": "…; release 0.3.9\n\nThe scan's event stream already powers the terminal progress view; now a\n20s-throttled summary (files read / routes / components) rides the\nscan-status channel so mission control narrates the scan remotely.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(scan): throttled live progress telemetry for the dashboard strip…",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-07-10T18:16:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b49c21d987d69db0772b7c39a087234553b53f54",
"body": "…the scan; release 0.3.8\n\nThe bare command now refuses to run outside an app repository (friendly\nexit with the npx command), and a fresh login in an unbound repo goes\ndirectly to the scan. Together with 0.3.6/0.3.7 this completes the\nCLI-first onboarding loop: npx -> account born mid-command -> scanning.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(first-run): repo qualification gate + login rolls straight into …",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-07-10T17:46:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fafd5231dd0a9a769609a4a1ce603145cf921b97",
"body": "…e 0.3.7\n\nThe scan lifecycle (started/uploading/done/failed) now posts best-effort\nstatus to /api/cli/scan-status so the app's mission-control home flips\nlive while the terminal works. Pairs with server rev containing the\nendpoint and the reworked first-run home page.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(scan): live scan-status pings for the dashboard home hub; releas…",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-07-10T14:10:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fc99ebab19e2a041c948364c027c33b6805f109d",
"body": "…elease 0.3.6\n\nNew accounts created via the device flow get their workspace named after\nthe repo the CLI was started in (owner/repo -> package name -> dirname).\nPairs with server-side provisioning on /auth/confirm (holostaff-vision\nrev 00161) and the reworked /cli-auth page that creates accounts inline.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(login): send repo identity for CLI-born workspace auto-naming; r…",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-07-10T13:30:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "078c0930b023e6155335f182bfa400d5e7771ac8",
"body": "…e 0.3.5\n\nScans now stamp the source's repoOrigin (github.com/owner/repo, normalized via\nthe existing gitRepo parser) in both the interactive and headless paths. The\nserver keys repo-identity dedup on it within a workspace, so a teammate\nscanning the same repo converges onto one journey map instead of forking a\nduplicate. Non-GitHub / origin-less repos behave as before.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(scan): record GitHub repo origin for repo-identity dedup; releas…",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-06-23T14:00:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9e2275acafd203ea8a79cd0bd9d3f728c16132d4",
"body": "After a scan, capture each page step's source bundle from the local\nworking tree — the route's component file + its 1-level imports (relative\nAND alias `@/…`, resolved from vite/tsconfig) + design-system style files\n— and post them to the render proxy, folding the returned visualRef URLs\ninto the artifact's page steps. Fail-soft + additive; works for any host.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: scan-time page-mockup capture (host-agnostic)",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-06-15T21:44:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "28101fb1e7aedc30eab2edb06be12c7c200d35af",
"body": "…mes get slash suggestion; chore(release): 0.3.2\n\nThe chat prompt's hand-written command list went stale when /deploy\nshipped — the agent confidently told users the command didn't exist.\nNow the prompt renders SLASH_COMMANDS at import time, and a bare\ncommand name ('deploy') gets a deterministic 'Did you mean /deploy?'\nwithout an LLM round-trip.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(shell): chat agent renders live command registry; bare command na…",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-06-11T21:50:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5a22ff592b5b0adf7f7c4df003f76de32cf88f52",
"body": "…ease): 0.3.1\n\nLocal scripted scans failed with 'CI mode requires HOLOSTAFF_API_KEY'\neven when the user had run holostaff login on the same machine. Env\nkeys still win for CI; expired file tokens get a clear error.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(scan): accept file-backed credentials in headless mode; chore(rel…",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-06-11T21:23:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f5e9741900fc538c0b63df0e426982ebddefc65d",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(release): 0.3.0",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-06-11T16:54:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "47164c77ff81e8b27fbd8c18e5a360c8150ab3be",
"body": "…tates\n\nPorted from holostaff-agent cli-extensions/deploy (Wave 1d/1f):\n\n- 'holostaff deploy [--dry-run] [--force]' headless command — full\n state machine: binding → source state → editsKey drift → open-deploy\n guard → register intent → PR via the Holostaff GitHub App.\n- '/deploy' slash command in\n[…]\nell (non-interactive\n open-deploy handling — readline would clash with Ink raw mode).\n- Spinner + command-aware label while slash commands run.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(deploy): holostaff deploy command + /deploy slash + shell busy s…",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-06-11T16:54:11Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a78937e21460af37a037b1992ceeb6b3e2cbdd28",
"body": "…y + identity declarations\n\nSpans the scan-agent work published as 0.2.0 (Bowtie stage\nclassification, risks + interventions via the stage-decomposition\nwalk, bundled framework data) plus the 0.3.0 additions:\n\n- Scan reconciliation: detect existing holostaff.* calls in\n .vue/.tsx/.jsx and upload as\n[…]\ntyInstrumentation.\n- Scan prompt: taxonomy + identity sections; agents must NOT declare\n markStageEntry (server derives those from entryPages).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(scan): stage classification, risks/interventions, signal taxonom…",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-06-11T16:53:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2ecafba259ba1be7b0f554241fabbb1119bb1b40",
"body": null,
"is_bot": false,
"headline": "chore(release): 0.1.5",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-19T22:57:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "567b1e68e5580c8ecc1ba23778a2535a2d1571aa",
"body": "findingsSchema gains a bowtieStage enum on each workflow (the 7\nWinning by Design stages: awareness → education → selection →\nmutual_commit → onboarding → adoption → expansion). The scan\nsystem prompt now includes the full stage taxonomy with concrete\ndefinitions and tie-breaking heuristics so the a\n[…]\nal — pre-bowtie artifacts and any case the agent\ngenuinely can't infer fall through to the dashboard's heuristic\nclassifier. Server schema accepts the new field on upload (see\nmatching server commit).",
"is_bot": false,
"headline": "feat(scan): agent classifies workflows by Bowtie stage",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-19T22:57:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "69b16873ab0193b0a1970ac37e7bf145024f8c8b",
"body": null,
"is_bot": false,
"headline": "chore(release): 0.1.4",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-08T21:31:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "774e94c6322e9a53be254ad96c7e354eb816413d",
"body": "resolveModelSession() in runScan tries env vars first (BYO dev) and\nfalls back to POST /api/cli/model-session, caching the bundle for\nthe rest of the process with a 10-min refresh buffer before the\nserver's 1h TTL. buildAgentEnv is now async; updated all four\ncallers (runScan/runEmbed/runInstrument/runChat) plus scanCi.\n\nResolves the long-standing \"Missing AZURE_ANTHROPIC_*\" error users\nhit on first install — `holostaff login` is now sufficient.",
"is_bot": false,
"headline": "feat(cli): server-minted model session credentials (PRD §14.10)",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-08T21:31:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2184f396da97df126b0e107ced04e7aa17945069",
"body": null,
"is_bot": false,
"headline": "chore(release): 0.1.3",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-08T18:15:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7b8f698c09e2d2eac88f957ede5dccdb920c32f",
"body": null,
"is_bot": false,
"headline": "fix(cli): chmod +x dist/index.js in build (fixes installed bin)",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-08T18:15:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a35c71a4b0948ed1db1103f7aa7890d2f5acd5a4",
"body": null,
"is_bot": false,
"headline": "chore(release): 0.1.2",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-07T23:14:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e6bc10e9a8e91532ee83520aa32246877b3d248",
"body": "Three big changes that unlock the dashboard's new Embed tab:\n\n1. CopilotPicker — new phase before agent run, fetches\n /api/cli/copilots and lets the user choose which copilot the\n snippet binds to. Empty workspaces get a pointer to the\n dashboard.\n\n2. applyPlan now substitutes REPLACE_WITH_COP\n[…]\nenPullRequest (same helper\n /instrument uses) and POSTs /api/cli/embed-state with phase\n 'pr_open' so the Copilots dashboard reflects status. Best-\n effort: failures don't break the user's flow.",
"is_bot": false,
"headline": "feat(cli): /embed copilot picker + auto-PR + embed-state tracking (B4)",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-07T23:11:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "418bf695bd7de8f5592f987cb2d238fa8c3f1ba7",
"body": null,
"is_bot": false,
"headline": "fix(cli): surface PR URL in /instrument shell summary",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-07T22:53:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "292d1ef89c3fd7d53391aeb71254685edfefcc5e",
"body": "Adds openPullRequest helper that pushes the holostaff/instrument-*\nbranch and runs `gh pr create` with a short markdown body listing\nthe files changed + post-merge install command. Skips gracefully\nif gh is missing/unauthed or there's no origin remote — surfaces\n\"push manually\" with the right hint i\n[…]\n placeholder would be premature.\n\nSkipped from A5.1 plan: post-apply typecheck verify. Risk of\nfalse positives from pre-existing tsc errors made it a poor\ndefault; reviving as opt-in if customers ask.",
"is_bot": false,
"headline": "feat(cli): /instrument auto-opens a PR via gh after commit (A5.1)",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-07T22:53:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0f5671e6ae6f247aeb598aae8487b6efba9c1d31",
"body": "Hits npm registry for the latest @holostaff/cli once per day,\ncaches result in os.tmpdir(), and renders a one-line yellow\nnudge in Welcome when out of date. Fire-and-forget — never\nblocks startup, swallows errors. HOLOSTAFF_UPDATE_CHECK=0 disables.",
"is_bot": false,
"headline": "feat(cli): startup update-check with banner (A8)",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-07T22:42:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d7e91792549525e4b52b3505cb53af8ff1fb7df",
"body": "Each interactive command now emits one anonymous event at the\nterminal phase: command, outcome (success/error/canceled),\ndurationMs, and a classifyError-tagged errorKind for failures.\nHOLOSTAFF_TELEMETRY=0 still disables. Foundation in telemetry.ts\nwas already shipped in A8 first push; this hooks the four UI flows.",
"is_bot": false,
"headline": "feat(cli): wire telemetry into scan/refine/instrument/embed (A8)",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-07T22:34:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dd9e20e893ff1bdb2dc36d183f22561d668645e",
"body": "The 0.1.0 tarball pointed at a non-existent automi-ai/holostaff-agent\nrepo, so the npm page's homepage / repository / bugs links 404'd. This\nrelease is just URL fixes + the move out of the holostaff-agent monorepo\ninto a single-purpose repo. No code changes.\n\nAlso drops the cli- tag prefix (vestigia\n[…]\nag as vX.Y.Z and the release workflow triggers on that pattern.\n\nCI + release workflows added at .github/workflows/ — they were at the\nmonorepo root before and didn't come over with the subtree split.",
"is_bot": false,
"headline": "chore: relocate to Holostaff-AI/holostaff-cli + ship 0.1.1",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-07T20:48:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bee051d1be297d2a482659f7c387ac4758517f2d",
"body": "Add cli-ci (typecheck + build on push/PR touching cli/) and cli-release\n(sigstore-signed npm publish on cli-vX.Y.Z tags) GitHub Actions, plus\nCHANGELOG and CONTRIBUTING for the alpha. Release workflow refuses to\npublish unless tag version matches package.json so a stray tag can't\nship a stale tarball.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci(cli): signed npm release pipeline (A7.1)",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-07T20:13:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4afeb8115565f894bcf46a60bd4c16eee8a4823c",
"body": "Pre-launch readiness work:\n\nREADME.md — front-door documentation:\n install + quickstart, slash + argv command tables, CI mode\n example with exit-code reference, env var reference, \"what stays\n on your machine\" promise (mirrors the trust-report copy), per-repo\n binding explainer, telemetry disclo\n[…]\ncan_ci's framework-detected source-file count come in a\nfollow-up A8 push along with CHANGELOG and the signed-publish work\n(A7.1).\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cli): README + LICENSE + telemetry foundation (A8 first push)",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-07T16:42:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "694d4b03d05823dea80cda98237296e0c6866a84",
"body": "Adds a headless / scriptable scan path. End-to-end verified against\nprod: source created, artifact uploaded, JSON result on stdout, no\nTTY required.\n\nSurface:\n holostaff scan [--add-repo ID] [--quiet] [--json] [--out PATH]\n\nAuth comes from env (HOLOSTAFF_API_KEY + HOLOSTAFF_WORKSPACE_ID),\nmatching \n[…]\nferred (in todo):\n A7.1 — signed npm publish + GitHub Actions with --provenance\n A7.2 — CI mode for /refine, /instrument, /embed\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cli): CI mode for `holostaff scan` (A7 first push)",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-07T16:37:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8ea25ca6f2664016971dfc7b5004a4cdcfe4ccd9",
"body": "Mirrors A5's structure: agent reads code → proposes a plan → user\nreviews diff → CLI creates a branch and commits the edits. Different\nprompt, different exit tool, but the same plan shape (install/edit/\ncreate) and the same applyPlan machinery.\n\nArchitecture:\n agent/embed/embedPrompt.ts system pr\n[…]\n polish:\n - 'latest' alias vs version-pinning\n - Multi-entry HTML detection (admin/embed pages)\n - .ts vs .js detector mismatch\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cli): /embed — widget integration via agent plan + branch (A6)",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-07T16:31:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ff0b1c6a2cf5b7925f46e564c6cd5dbccf87ce18",
"body": "First milestone where the agent writes code. End-to-end flow: agent\nreads source → proposes a structured plan → user reviews diff →\nCLI creates a branch and commits the edits.\n\nArchitecture mirrors /scan + /refine:\n agent/instrument/instrumentSchema.ts plan + 3 op kinds (install,\n \n[…]\n-framework permutations beyond Vue 3 / React-Vite / Next.js /\n Nuxt entries\n- Fuzzy anchor matching (today: strict-equality only)\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cli): /instrument — agent plan + diff + branch + commit (A5)",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-07T15:43:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e8655c41be2fe64fb1c3438c591ac81f22997949",
"body": "… (A4)\n\nTwo halves of the A4 milestone, shipped together:\n\n/refine — focused TUI for editing identity overrides on the live\nartifact:\n - productName, oneLineDescription, notes are editable as scalar\n overrides in customerEdits (the agent rewrites the base values\n on each scan; overrides survi\n[…]\n — current impl is flat; revisit alongside B4.\n- Multi-repo repoOrigin list on KnowledgeSource — staying single-\n string for now.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cli,server): /refine identity overrides + /scan --add-repo merge…",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-07T15:28:07Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "595276d3f103b01320d4fa547abfa70724e1a089",
"body": "Replaces A1's numeric menu with a Claude-Code-style chat surface.\n\nUI:\n Shell.tsx Top-level orchestrator. State machine: input\n starting with '/' goes to dispatchSlash; everything\n else streams through runChat with resume:sessionId.\n MessageList.tsx Scrollin\n[…]\nn coherence: turn 2 (\"what stays on\nthe developer's machine\") correctly resolves \"/scan\" from turn 1's\ncontext via session resume.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cli): conversational shell — slash commands + chat agent (A3)",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-07T12:52:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "df180b4abd71b8be508f01f1b7f346d5c83ed968",
"body": "Replaces the \"would upload\" placeholder in Scan.tsx with the real\nflow. End-to-end verified against deployed prod.\n\nServer (within previous A2.3 cliApi.ts commit):\n GET /api/cli/sources list workspace's sources\n POST /api/cli/sources create draft source (mode='cli_scan',\n \n[…]\ns)\n · Dashboard read path /api/bowtie/knowledge/sources/.../artifacts/2\n returns the full artifact with all sections populated\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cli,server): artifact upload — source CRUD + binding + e2e (A2.5)",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-07T12:52:09Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "055c96296c21f74dc8d89e9754983580b401064b",
"body": "Three Ink components and the orchestrator that wires them:\n\n- ScanProgress Live event view during scan: spinner, elapsed,\n files-read counter, scrolling activity ring.\n reduceScanEvent() is pure so CI mode (--quiet --json,\n A7) can use the same r\n[…]\n npm run spike:scan-ink — full e2e (real scan + interactive UI)\n npm run spike:trust-report — non-interactive layout snapshot\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cli): trust report UI + scan orchestrator (A2.4)",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-07T12:51:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f68aa3505c68e56fc6aa0c58844b5979934b6fdc",
"body": "…ns (A2.3)\n\nThe previous schema (siteGraph + visualSignalHints + BowtieStageMap +\nPageTypeEnum + apparentPurpose + Workflow.inferredFrom) was modelled\naround the now-deleted runtime-crawl wizard. Code scanning produces\ndifferent signals — routes from declarations, components from imports,\ncopy from \n[…]\nploadFlow.\n\nServer compiles clean. Materio dashboard updates land in a parallel\ncommit on materio/javascript-version/holostaff-ai.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(server,cli): rewrite KnowledgeArtifactSchema for code-native sca…",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-07T12:51:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b9061205f267077730e6ac093595ec8f868e5b23",
"body": "…(A2.1, A2.2)\n\nBuilds the /scan pipeline core:\n\n- Custom MCP tools (factory-bound to scan cwd, since SDK runs them in\n the parent process):\n detectFramework — wraps existing detectRepo() heuristic walk\n submitFindings — exit tool with per-run sink, validates findings\n \n[…]\nndles the A3 resolveClaudeBinary() helper here as well — its\ncompanion .pathToClaudeCodeExecutable wire-up lives in the A3 commit.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cli): scan agent — read-only tools + agent loop + system prompt …",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-07T12:50:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "634e0d36e5cc173a5f3b7049e3017818fb7a56cb",
"body": "…2.0)\n\nResolves PRD §13 OQ1 — the Agent SDK works against Azure's Anthropic-\ncompatible endpoint via Foundry mode env vars (CLAUDE_CODE_USE_FOUNDRY,\nANTHROPIC_FOUNDRY_BASE_URL, ANTHROPIC_FOUNDRY_API_KEY,\nANTHROPIC_DEFAULT_SONNET_MODEL). Pass model: 'sonnet' alias, not the\nliteral model id. Path A (r\n[…]\ne published CLI is still\n open; BYO env is fine for dev but not for end-users.\n- tsconfig excludes src/spike from production tsc.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cli): Azure AI Foundry + Claude Agent SDK compatibility spike (A…",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-07T12:49:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "da9620b4fc6ff65055be38f7d5bc6b6d3f3931fb",
"body": "Adds the bin entry's command surface. The interactive shell remains\nthe default (zero args); subcommands let scripted users (and the\npatient ones reading --help) hit specific actions directly.\n\n- argv.ts — tiny ~40-line parser; no commander/yargs dep needed for\n this surface size.\n- text.ts — plain\n[…]\nr device flow)\n $ holostaff workspace → active workspace id\n $ holostaff bogus → exit 64 + pointer\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cli): argv subcommands — login / logout / whoami / workspace (A1.5)",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-06T19:50:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8bbacfc9e834499b5c1ba618fb27352ff4b3e36c",
"body": "Closes the auth half of the CLI. `holostaff` in a logged-out repo now\nwalks the user through the device flow against the live\n/api/cli/auth/* endpoints (B1, deployed).\n\nArchitecture (PRD §7.1, §4.1):\n\n- src/auth/credentials.ts — local credential storage at\n ~/.holostaff/credentials.json (mode 0600)\n[…]\naterio cli-auth\npage) is live. The plumbing is sound; the loop will close\nend-to-end once the browser side can call /auth/confirm.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cli): device-flow auth client (A1.4)",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-06T17:57:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4f76d2b427d6dde23de7ee1a562331078bff9ab9",
"body": "Adds the numeric first-run picker described in PRD §4.1 and a clean\nfail-mode for non-interactive contexts.\n\n- src/ui/App.tsx — top-level Ink shell. Renders welcome, then a\n 4-option SelectInput (scan / instrument / embed / chat). On\n pick, shows a context-rich stub explaining what *would* happen\n\n[…]\nretely (5 steps for scan,\n3 for embed, etc.) — better than \"not implemented\" because users\nsee the surface and know what's coming.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cli): first-run menu + TTY guard (A1.2/A1.3)",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-06T14:17:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "89472b756af119116ddb9af0c85f3c06fe823f2e",
"body": "Bootstrap of the Holostaff CLI per documents/holostaff-cli-prd.md.\nLands the package skeleton, build pipeline, and a working `holostaff`\nbinary that detects the repo's shape and renders a context-rich\nwelcome banner.\n\nWhat's here:\n- cli/package.json — @holostaff/cli, Apache-2, Ink + React stack\n- cl\n[…]\nepo\"\n\nOut of scope for this commit: auth, scan, conversational shell,\nslash commands. Lands in subsequent A1.x passes per PRD §12.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cli): scaffold + repo detection (A1.0/A1.1)",
"author_name": "xxl007",
"author_login": "xxl007",
"committed_at": "2026-05-06T14:12:48Z",
"body_truncated": true,
"is_coding_agent": true
}
],
"releases_count": 5,
"commits_last_year": 48,
"latest_release_at": "2026-05-19T22:57:14Z",
"latest_release_tag": "v0.1.5",
"releases_from_tags": true,
"days_since_last_push": 11,
"active_weeks_last_year": 6,
"days_since_latest_release": 70,
"mean_days_between_releases": 3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@holostaff/cli",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"holostaff",
"cli",
"ai-agent",
"knowledge-base",
"copilot",
"instrumentation"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@holostaff/cli",
"is_deprecated": false,
"latest_version": "0.6.4",
"repository_url": "https://github.com/Holostaff-AI/holostaff-cli",
"versions_count": 29,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2060,
"first_published_at": "2026-05-07T20:37:58.255000Z",
"latest_published_at": "2026-07-21T09:31:50.016000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"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,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 19105,
"source_files_sampled": 73,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 160,
"malicious_count": 0,
"assessed_package": "npm:@holostaff/cli@0.6.4",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@anthropic-ai/claude-agent-sdk",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.2.131"
},
{
"name": "@anthropic-ai/sdk",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.95.0"
},
{
"name": "ink",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.2.1"
},
{
"name": "ink-select-input",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^6.0.0"
},
{
"name": "ink-spinner",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.0.0"
},
{
"name": "ink-text-input",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^6.0.0"
},
{
"name": "react",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^18.3.1"
},
{
"name": "zod",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.3.6"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "xxl007",
"commits": 48,
"avatar_url": "https://avatars.githubusercontent.com/u/232548?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"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": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"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": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "21 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "1bb322868942ddcd1b3ff4520561c3d99571192f",
"ran_at": "2026-07-29T12:03:36Z",
"aggregate_score": 2.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-17T12:37:20Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Holostaff-AI/holostaff-cli",
"host": "github.com",
"name": "holostaff-cli",
"owner": "Holostaff-AI"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"security": 42,
"vitality": 64,
"community": 37,
"governance": 34,
"engineering": 44
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 64,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"commits_last_year": 48,
"human_commit_share": 1,
"days_since_last_push": 11,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 11 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 11
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "48 commits in the last year",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 48
}
}
],
"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": 88,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v0.1.5",
"releases_from_tags": true,
"days_since_latest_release": 70,
"mean_days_between_releases": 3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 70 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 70
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~3 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 3
}
}
],
"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": 37,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 64,
"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": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"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": 55,
"inputs": {
"packages": [
"@holostaff/cli"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2060
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,060 downloads/month across npm",
"points": 44.2,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2060,
"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": 34,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"followers": 2,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "Holostaff-AI",
"public_repos": 4,
"account_age_days": 393
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "2 followers of Holostaff-AI",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "Holostaff-AI"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "4 public repos, account ~1 yr old",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 4
}
},
{
"code": "account_age_years",
"params": {
"years": 1
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@holostaff/cli"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 8
},
"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 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "29 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 29
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 44,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"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": 30,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://www.holostaff.ai",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://www.holostaff.ai",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 42,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"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": 28,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 2.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"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": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "21 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:@holostaff/cli@0.6.4 runtime dependency closure — what installing the published package pulls in — 160 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:@holostaff/cli@0.6.4",
"assessed": 160
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 160,
"unassessed_packages": 0,
"affected_by_severity": "none",
"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": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"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": 160,
"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": "at_risk",
"name": "AI Readiness",
"value": 48,
"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": 1,
"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": "48 of 48 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 48,
"sampled": 48
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.729,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "35 of the last 48 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 35,
"sampled": 48
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 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": 19105,
"source_files_sampled": 73,
"oversized_source_files": 0
},
"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": "0/73 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 73,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-29T12:03:41.628794Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/h/Holostaff-AI/holostaff-cli.svg",
"full_name": "Holostaff-AI/holostaff-cli",
"license_state": "custom",
"license_spdx": null
}