Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"spreadsheet",
"spreadsheet-ai",
"spreadsheet-mcp",
"spreadsheet-agent"
],
"is_fork": false,
"size_kb": 7726,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 2988273,
"Shell": 3602,
"Python": 13384,
"Dockerfile": 891,
"JavaScript": 78023
},
"pushed_at": "2026-07-20T12:34:53Z",
"created_at": "2025-09-19T01:56:38Z",
"owner_type": "User",
"updated_at": "2026-07-25T18:45:25Z",
"description": "MCP server for spreadsheet analysis and editing. Slim, token-efficient tool surface designed for LLM agents.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://www.colson.codes/",
"name": "Frankie Colson",
"type": "User",
"login": "PSU3D0",
"company": null,
"location": null,
"followers": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/10227908?v=4",
"created_at": "2014-12-18T03:00:08Z",
"is_verified": null,
"public_repos": 56,
"account_age_days": 4246
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.11.1",
"kind": "patch",
"published_at": "2026-07-20T12:25:32Z"
},
{
"tag": "v0.10.1",
"kind": "patch",
"published_at": "2026-02-13T00:54:47Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2026-02-04T20:57:44Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2026-01-08T20:46:58Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2025-12-13T06:51:16Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2025-12-12T03:25:10Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2025-12-11T23:48:56Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2025-12-11T20:24:25Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2025-12-11T19:22:58Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2025-12-10T22:39:13Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2025-12-10T04:51:02Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2025-12-09T23:00:24Z"
}
],
"recent_commits": [
{
"oid": "160b9924e25e20ac7e457f8d99a926f4051e4e86",
"body": "…ublish\n\ncrates.io returns 403 to UA-less curl, so wait_for_crate timed out after a successful spreadsheet-kit upload and the job died before publishing spreadsheet-mcp (v0.11.1 run; the second crate was published manually). Skip-if-already-published also makes re-runs safe.",
"is_bot": false,
"headline": "fix(release): user-agent on crates.io availability poll, idempotent p…",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-07-20T12:34:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bf7c26df9ca4f19bb472ad0bfa37892e13cdcdc",
"body": "The v0.11.0 release build failed only on x86_64-pc-windows-msvc: File was imported at module scope but only used inside a #[cfg(unix)] fsync helper, and the release workflow denies warnings. crates.io and the GitHub release never published 0.11.0, so respin as 0.11.1.",
"is_bot": false,
"headline": "fix(cli): drop windows-unused File import; bump to 0.11.1",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-07-20T12:12:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ab51cb7700fc0caaacc14ef4451d6d0c4def5e9",
"body": "First release cut from main since the 0.10.x tags landed on a divergent branch: picks up the registry metadata, docker latest-full publish fix, CLI agent ergonomics, and the docs overhaul.",
"is_bot": false,
"headline": "chore: bump version to 0.11.0",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-07-20T11:57:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2551ddf96f20cccc327061fc4c86a3188714b7e",
"body": "Agent ergonomics for the CLI + pre-ship docs fixes",
"is_bot": false,
"headline": "Merge pull request #11 from PSU3D0/feat/agent-cli-ergonomics",
"author_name": "Frankie Colson",
"author_login": "PSU3D0",
"committed_at": "2026-07-19T23:50:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55ab1b6c1361c5001779733f1f15ead0cd5edb4e",
"body": "- README tool surface: add 12 registered-but-undocumented tools (verify_workbook gets its own Verification section; inspect_cells, layout_page, grid_export/grid_import, execute_manifest, close_workbook, define/update/delete_name, replace_in_formulas, get_edits)\n- Docker quickstarts (root + crate REA\n[…]\n all 20 SPREADSHEET_MCP_* env vars with defaults; note that limit vars set to 0 disable the limit\n- Fix recalc_enabled help text: native Formualizer backend is the default, LibreOffice is not required",
"is_bot": false,
"headline": "docs: complete MCP tool list, fix docker tags, document env vars",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-07-17T14:16:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5a951f045532b81adf588df12d4ef3cd17e3d8ea",
"body": "chore: add glama.json for Glama registry ownership claim",
"is_bot": false,
"headline": "Merge pull request #10 from PSU3D0/chore/glama-json",
"author_name": "Frankie Colson",
"author_login": "PSU3D0",
"committed_at": "2026-07-07T11:10:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea2336cbbdd22c1a254c400afb85475c8eb6e14b",
"body": null,
"is_bot": false,
"headline": "chore: add glama.json for Glama MCP registry ownership claim",
"author_name": "Frankie Colson",
"author_login": "PSU3D0",
"committed_at": "2026-07-02T15:32:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01437fd4eea0b44572ee917ed1c3a8d0fd2a1626",
"body": "…oting hints, cycle guidance\n\n- write cells: --edits-file PATH ('-' for stdin), one edit per line, ignores blanks/# comments; bypasses shell quoting entirely\n- write cells: shell-quoting hint on formula parse failures and invalid shorthand (double-quoted $ refs reach asp mangled; unquoted parens bre\n[…]\n help\n\nMotivated by SpreadsheetBench V2 transcript analysis: 29/37 agent runs hit bash quoting errors on ADDR==FORMULA(...) args, and read layout's flag-only range was the most repeated grammar error.",
"is_bot": false,
"headline": "feat(cli): agent ergonomics — edits-file, positional layout range, qu…",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-06-10T22:35:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c50e9237a0f9b998f7daa6bd030218374b679377",
"body": null,
"is_bot": false,
"headline": "fix(docker): publish latest-full main image",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-05-13T05:51:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cbd2b1c8c0a6cdc5b0836bf37ae9e6040b7d9be",
"body": null,
"is_bot": false,
"headline": "fix(registry): allow publishing current full image",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-05-13T05:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb24edd6d50271337dc9d6cdc65d45efcb6cd24c",
"body": null,
"is_bot": false,
"headline": "fix(registry): omit OCI package version",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-05-13T05:36:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe323e1e397d8c400963e70171802d8d3a201711",
"body": null,
"is_bot": false,
"headline": "fix(registry): match GitHub namespace case",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-05-13T03:39:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd657362e63b341aac9963cfa8de643e45e82210",
"body": "chore(registry): add MCP distribution metadata",
"is_bot": false,
"headline": "Merge pull request #8 from PSU3D0/chore/mcp-registry-metadata",
"author_name": "Frankie Colson",
"author_login": "PSU3D0",
"committed_at": "2026-05-13T03:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98ee0ac88002843424310abd740a10a8c47d16e4",
"body": null,
"is_bot": false,
"headline": "chore(registry): add MCP distribution metadata",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-05-13T01:12:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7deb460a28081048391f336a9d043f7b39970bf",
"body": null,
"is_bot": false,
"headline": "docs(readme): reposition spreadsheet-kit for agent workflows",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-04-01T04:04:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc9282de7e6aee32f3642d09b08c99c4d3546855",
"body": null,
"is_bot": false,
"headline": "chore(formualizer): align workspace versions and satisfy clippy",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-04-01T04:04:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "179f71d52864740b619dfa92c47914f4689c7f74",
"body": "Land true nested CLI groups for read, analyze, write, workbook, and verify while keeping hidden flat command aliases working through argv normalization.\n\nUpdate schema/example discoverability to use nested targets, forward leaf help through the canonical nested surface, and keep machine-readable err\n[…]\nnds.\n\nRefresh README, npm README, skills, and the surface matrix, and update the matrix drift checker to discover the new nested runtime CLI surface rather than the internal flat compatibility parser.",
"is_bot": false,
"headline": "feat(cli): nest command surface and preserve legacy aliases",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-03-17T02:01:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "31b45ddbd7318eea3ec830f23ba7ed873d997d91",
"body": "Add an end-to-end integration test executing the complete autonomous workflow sequence: clone a department block (clone-row-band), edit its patch targets (edit), append a new line item (append-region), recalculate sums (recalculate), and verify target deltas (verify). Asserts that row-level and grand total SUMs properly expand across operations.",
"is_bot": false,
"headline": "test(cli): add end-to-end autonomous budget workflow integration test",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-03-16T20:20:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f26bb3d1e3103e3bcd175475e9372c8f6064f725",
"body": "…tive labels\n\nUpdate the append-region footer heuristics to avoid the 'Total' label trap. Previously, a row simply containing the text 'Total' would be considered a footer even if it lacked formulas, which would cause append-region to incorrectly insert before static data.\n\nThe heuristic now explici\n[…]\ntaining keywords like 'Total', 'Subtotal', or 'Grand Total' must also contain at least one formula to be considered a functional summary block. Added focused tests for cases with and without formulas.",
"is_bot": false,
"headline": "fix(write): harden append-region footer heuristics against false posi…",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-03-16T18:51:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fd36527b1502186e308f80fa2c3fda6ff8792b26",
"body": "…l tests\n\nUpdate the `likely-inputs` patch target heuristic to capture numeric cells and data validations, while skipping non-numeric string labels. Empty cells with associated validations are also correctly identified as patch targets. Added focused tests for internal/external/absolute formula shifts, safe-policy merge boundary expansion, and target heuristics.",
"is_bot": false,
"headline": "feat(clone): improve likely_patch_targets heuristic and add structura…",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-03-16T17:08:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49a49be27d79368db115349ecf46b3caa1ca5471",
"body": "Add `clone-row-band` as the Phase 2 4304 workflow helper, with contiguous source-row targeting, repeated inserted blocks, patch-target modes, merge-policy controls, adjacent SUM preview/apply behavior, and explicit dry-run metadata.\n\nThe apply path inserts the destination band, stamps cloned formula\n[…]\n inserted block planning, strict merge-policy failures, and output-mode merge/validation/row-height preservation. Update README, npm README, skill guidance, and the surface matrix for discoverability.",
"is_bot": false,
"headline": "feat(clone): add preview-first row-band helper",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-03-15T22:26:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "59fa850169d09b4bb559832dc30c48a9dd3f5745",
"body": "Add the first 4304 workflow helper as `clone-template-row`, with anchor selection, patch-target modes, merge-policy controls, explicit dry-run metadata, and apply-time compilation to the existing `clone_row` structure path.\n\nThe helper reports formula targets, likely patch targets, adjacent sum cand\n[…]\ngn docs plus README, npm README, skill guidance, and surface matrix. Add focused parser, unit, and CLI integration coverage for preview/apply behavior and edge cases like strict merge-policy failures.",
"is_bot": false,
"headline": "feat(clone): add preview-first template row helper",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-03-15T00:19:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "823b1cdb9b3eb2e3a16d1e903f4be2421ccd77ff",
"body": "Extend append-region so it can target either a detected region id or a sheet table name, with explicit footer-policy modes for auto, before-footer, and append-at-end behavior.\n\nDry-run output now reports target kind, insertion rationale, footer candidates, formula footer targets, and richer confiden\n[…]\nre reads include the new rows.\n\nAdd focused parser, unit, and CLI integration coverage for footer heuristics, policy modes, table targeting, table-range expansion, and calculated last-row regressions.",
"is_bot": false,
"headline": "feat(append-region): add table targets and footer policies",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-03-13T04:16:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "33f44cda76aec17d01330351434a8ee75607b0ea",
"body": "Add direct unit coverage for footer keyword detection, sparse formula-only summary rows, case normalization, end-row versus end+1 footer selection, and no-footer fallbacks.\n\nAlso add append-plan tests for target-range calculation and invalid payload width/shape so 4303 heuristic behavior is exercised below the CLI layer.",
"is_bot": false,
"headline": "test(write): add append-region footer heuristic matrix",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-03-12T19:09:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57f212cbcf3d50013c5c00d3a64d37056942e4b6",
"body": "Extend the grouped diff surface with per-sheet summaries, review-priority ordering, and coordinate-aware grouping for multi-digit A1 runs.\n\nAdd CSV input to append-region with optional header skipping, plus footer-aware append regression coverage for sparse summary rows, quoted CSV fields, blanks, and CRLF input. A review subagent flagged the footer-detection and lexicographic-grouping issues; both are fixed in this commit.",
"is_bot": false,
"headline": "feat(cli): deepen grouped diff and add csv append-region",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-03-12T00:00:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f796e45098e3574659e7389ac27d1d9453ba45d9",
"body": "Add grouped diff summary buckets, subtype counts, and direct-vs-recalc summary fields to the CLI diff surface.\n\nAlso add --exclude-recalc-result for lower-noise reviews, expand CLI coverage, and sync docs/skills with the new summary-first change review workflow.",
"is_bot": false,
"headline": "feat(diff): add grouped summary buckets and recalc filter",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-03-11T20:34:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94deaa757e63556520d095d75684b6b2b1065781",
"body": "Add a sanitized scenario-01 roll-forward benchmark harness with checked-in cost and correctness budgets.\n\nThe harness runs a real CLI edit -> recalculate -> verify workflow, records a baseline sample, and gates regressions on tool calls, verification loops, wall time, output size, and proof correctness. Also fix verify to expose the intended --sheet flag spelling.",
"is_bot": false,
"headline": "feat(bench): add scenario budget regression harness",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-03-10T06:51:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf925444ea7a20327a09f686ff1bde4c46a34caa",
"body": "Extract a shared verification core and finish the 4301 proof surface across CLI, MCP, and the JS SDK.\n\nThis adds sheet/errors-only/targets-only CLI scopes, MCP verify_workbook parity, SDK verification helpers and response normalization, plus the tests and docs needed to keep the contract stable.",
"is_bot": false,
"headline": "feat(verify): complete proof workflow across cli mcp and sdk",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-03-10T02:32:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0f720e1cdbf003781b56ed02ed491dcda8742c3",
"body": "Add resolved_errors and target classifications to the verify surface so proof output distinguishes direct edits, formula shifts, recalc-only result changes, and newly introduced errors.\n\nPreserve the new arrays in pruned output, expand integration coverage, and sync the README, skills, and architecture notes with the stronger verification contract.",
"is_bot": false,
"headline": "feat(cli): extend verify proof classifications",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-03-10T00:17:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a70cc8d9e59caa0fbb8e587a9105e6e53801c8d",
"body": "Validate verify targets before calling workbook APIs so malformed Sheet!A1 input returns INVALID_ARGUMENT instead of panicking.\n\nAlso accept quoted sheet targets, normalize bare sheet-not-found errors to SHEET_NOT_FOUND, and update nearby help/test coverage to keep asp-first examples and error contracts stable.",
"is_bot": false,
"headline": "fix(cli): harden verify target parsing and error mapping",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-03-07T20:26:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3acd030da11b43e2f0300531039649520800db38",
"body": "Add a first proof surface for baseline/current workbook verification.\n\nThe new verify command reports target deltas, new errors, preexisting errors, and optional named-range deltas. Update docs, skills, and the surface matrix to teach the new workflow.",
"is_bot": false,
"headline": "feat(cli): add workbook verify command",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-03-07T18:26:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "944dcdc569d0217641a96790fb18d53b012157b2",
"body": "Normalize payload discoverability around global asp schema/example commands, add session-op schema/example support, and slim README/skills around one canonical workflow.",
"is_bot": false,
"headline": "feat(cli): unify schema and example discoverability",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-03-07T03:16:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22427ce69aeddedeb49055afa899158c08b3cf98",
"body": "Add a committed tickets roadmap organized by now, next, and strategic tranches.\n\nHarden the do-now lane by making asp the primary CLI command with a compatibility alias, enforcing strict session op payload validation, and preserving explicit empty result contracts for find-value.",
"is_bot": false,
"headline": "feat(asp): harden session contracts and add roadmap",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-03-06T21:23:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e45ba70ced8316fd14deda70b31f61e5f4c0566d",
"body": "Feat/js surface migration e2e, session enhancements",
"is_bot": false,
"headline": "Merge pull request #6 from PSU3D0/feat/js-surface-migration-e2e",
"author_name": "Frankie Colson",
"author_login": "PSU3D0",
"committed_at": "2026-03-04T22:55:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5af10e8b1aa29b461b2ac5aad565cfc23f7187bf",
"body": null,
"is_bot": false,
"headline": "fix(docker): add spreadsheet-kit-wasm manifest to build context",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-03-04T22:37:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c03f5fc6fccaef37599b594c8df2d2a400515e2a",
"body": null,
"is_bot": false,
"headline": "chore: apply cargo fmt and clippy fixes",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-03-04T21:51:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ec41c181aa144c09b142930fbd4dda0bf60110c",
"body": "…ent skills\n\nImplements Phases 0-3 of OPS_ARCHITECTURE_PLAN.md:\n\nPhase 0 - UX alignment: --format rows for range-values, inspect-cells\n--budget, recalculate --changed-cells/--ignore-sheets, diff --sheets\nmulti-filter, check-ref-impact preflight command.\n\nPhase 1 - Storage layer: OpEvent envelope wit\n[…]\nth session-first workflows.\n\nIncludes 28 integration tests (10 session E2E + 18 Phase 0) and fixes\ntwo bugs found during testing: session_apply OpKind inference and\nsession_materialize event counting.",
"is_bot": false,
"headline": "feat(session): event-sourced session system with storage, CLI, and ag…",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-03-04T21:51:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e5cbca87daa9b803da7664f970923280f9b34c6e",
"body": null,
"is_bot": false,
"headline": "fix(integration): reconcile structure ops fields across ticket merges",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-25T05:20:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9c624b16915d832bd69a3fe489c8a29b0009f4a",
"body": null,
"is_bot": false,
"headline": "fix(read-budget): use row counts for inspect-cells metadata",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-25T05:17:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "088553ea7f11be199f6504455293648931ba6009",
"body": "- Add ReadBudget struct with max_cells, max_payload_bytes, rows_returned,\n cells_returned, total_rows_available, and continuation hint\n- SheetPageResponse: add truncated flag and budget metadata; populate on\n cell/payload budget truncation with deterministic continuation cursor\n- InspectCellsRespo\n[…]\nbudget metadata, lower config limit, payload truncation\n- Add 4 MCP-level tests (read_guardrails_mcp.rs): inspect_cells budget\n flow, over-limit MCP error, sheet_page budget flow, empty targets error",
"is_bot": false,
"headline": "feat(read): add agent-safe read guardrails and output budgets (#4106)",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-25T05:17:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "551bfa5b0e99c8c4f30469308ed79ce4d3397940",
"body": null,
"is_bot": false,
"headline": "fix(structure): report actual sum expansions and cover clone-row shift",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-25T05:16:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a2d1824e044b863810d3052cf7534de7a8d93af",
"body": "…w workflows\n\nTicket 4104: Insert Rows Adjacent-SUM Expansion + Clone-Row Primitive\n\n- Add opt-in expand_adjacent_sums field to InsertRows structure op\n (default false). When true, scans the subtotal row immediately below\n the insertion band for simple SUM(Ax:Ay) patterns and expands their\n range\n[…]\n expansion, no-op when\n flag absent, ambiguous formula warning, clone-row with/without\n expansion, deserialization defaults). 2 new CLI integration tests\n (insert_rows expand + clone_row in-place).",
"is_bot": false,
"headline": "feat(structure): add expand_adjacent_sums and clone_row for insert-ro…",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-25T05:16:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4ffd281f88828755b5b0b9eed3241b96c819e7da",
"body": null,
"is_bot": false,
"headline": "fix(recalculate): protect forced output target on recalc failure",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-25T05:16:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78f5d0bc030a9a5fdb1fad0362281c4cac16a64f",
"body": "Extend recalculate to accept --output <PATH> [--force]:\n- In-place (default): existing behavior preserved, no new metadata fields\n- Output mode: copies source to target, recalculates target, source unchanged\n- Response includes source_path, target_path, changed in output mode\n- Validates: --force re\n[…]\ntarget on recalc failure in output mode\n\nUpdates README command table. Adds 8 CLI integration tests covering\noutput mode, source unchanged, force/overwrite, invalid paths, and\nclap parse verification.",
"is_bot": false,
"headline": "feat(cli): add --output mode to recalculate command for stateless safety",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-25T05:16:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9414f4e3a21de73c7e9eaf202ade3f213fa1b085",
"body": null,
"is_bot": false,
"headline": "fix(replace-in-formulas): validate all replacements before persist",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-25T05:14:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78cfee5781ff541701b1d459c0548bf7fd51f566",
"body": "Implements ticket 4102: formula-only find/replace with dry-run-first workflow.\n\nCore:\n- apply_replace_in_formulas_to_file() targets only formula-bearing cells\n- Supports plain text, regex, and case-insensitive modes\n- Optional range scoping; defaults to used range\n- Returns diff samples (address, be\n[…]\normulas capability (MCP=true, WASM=false)\n- WasmBackend throws explicit UNSUPPORTED error\n\nTests: 11 kit unit/CLI + 5 MCP fork integration + 2 SDK parity tests\nSurface matrix updated with new entries.",
"is_bot": false,
"headline": "feat(write): add formula-aware find/replace across CLI, MCP, and SDK",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-25T05:14:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a6b515fdb44bdb3732325fcb3a10ee5f88f87cf2",
"body": "…ad mapping",
"is_bot": false,
"headline": "fix(named-ranges): allow scope-only update-name and tighten sdk paylo…",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-25T05:12:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca2aa67a365f01d3c44980e97b6782e592aad1ae",
"body": "…surfaces\n\nAdd define-name, update-name, delete-name as:\n- CLI commands with --dry-run/--in-place/--output modes\n- MCP tools (define_name, update_name, delete_name) via fork registry\n- Session methods for WASM bindings (defineName, updateName, deleteName)\n- SDK wrappers in McpBackend and WasmBackend\n[…]\ngeDescriptor. All new fields\nuse skip_serializing_if for backward compatibility.\n\nTests: 8 new CLI integration tests, 7 new session unit tests,\nsurface matrix drift check updated. All 300+ tests pass.",
"is_bot": false,
"headline": "feat(named-ranges): add CRUD mutations and scope metadata across all …",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-25T05:12:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c036a9ef2d95f4561e44aeb874d63fe89f06181a",
"body": null,
"is_bot": false,
"headline": "fix(structure-preview): correct token counting and sdk capability gating",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-25T05:11:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4a860b2343fae7fdf93dd3850c77bb4822b72f8",
"body": "…cture-batch dry-run\n\nImplements ticket 4101: adds --impact-report and --show-formula-delta CLI\nflags to structure-batch (require --dry-run), pure planning functions that\nanalyse shifted row/col spans, absolute-ref risk warnings, and before/after\nformula delta samples without mutating files.\n\n- New \n[…]\na_delta_preview fields on StructureBatchResponse\n- SDK: normalizeStructureBatchResult + structureBatch method on McpBackend\n- Tests: 7 core unit, 4 CLI integration, 4 MCP contract, 3 SDK backend tests",
"is_bot": false,
"headline": "feat(structure): add impact report and formula delta preview for stru…",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-25T05:11:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "02771c5cc16eaa82bfefdce0d1bd1b28e24aab36",
"body": null,
"is_bot": false,
"headline": "Clean up inspect cells. Refine named range clamping",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-24T20:31:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "190f167ca77316935c6831ad8d5028e4e589c5eb",
"body": null,
"is_bot": false,
"headline": "chore(release): harden npm publish tags and sdk parity checks",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-22T22:57:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f674e5f527bec43d8e3255752c389f060bad3d17",
"body": "…appers",
"is_bot": false,
"headline": "feat(sdk): add readTable and findValue parity across core wasm and wr…",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-22T22:43:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b77666a2d62ba6d5eece353b6aff65fa80d9cb5",
"body": "…e and wrappers",
"is_bot": false,
"headline": "feat(sdk): add describe namedRanges and sheetOverview across wasm cor…",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-22T22:05:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54125cb07c4d867227d93c758b637c9734659d78",
"body": null,
"is_bot": false,
"headline": "chore(release): split npm publish lanes for cli and sdk tags",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-22T22:05:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d25430a7c3814f389c804ee4468d3d57c0efc28b",
"body": null,
"is_bot": false,
"headline": "fix(wasm): enable recalc-formualizer path for wasm targets",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-22T21:33:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd13a2f8c53ee3dbcf25d2ebfb93f146b1471392",
"body": "…onfigure npm deployment",
"is_bot": false,
"headline": "feat(sdk): add transformBatch and gridExport to shared parity flow, c…",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-22T21:14:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71fa152b695922b86d3457beef8ad984c7d6d8d0",
"body": null,
"is_bot": false,
"headline": "feat(parity): implement sheetPage across core wasm and sdk",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-22T19:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c89be3c5da1c473f5e9f7d31fb11683a13959c4",
"body": null,
"is_bot": false,
"headline": "feat(wasm): wire wasm32 bindings to real workbook session engine",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-22T19:06:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa49aefe9dc5d7a6345622bdbad6ba90ce47d8f6",
"body": null,
"is_bot": false,
"headline": "feat(sdk): add mcp/wasm backend abstraction and parity harness",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-20T08:15:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f78fa6ec32ef54bc9b63c361ee20cdafa21664f",
"body": null,
"is_bot": false,
"headline": "feat(wasm): add session-based wasm api crate and host tests",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-20T08:01:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1627aafe5ffc93bfc73886e9d3076befa1c04e74",
"body": null,
"is_bot": false,
"headline": "feat(core): add byte-oriented workbook session API",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-20T07:42:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab5e7b3832ac2ad5abdcfa8c1d387e6065fc4bc6",
"body": null,
"is_bot": false,
"headline": "chore(surface): add boundary rules and matrix drift enforcement",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-20T07:28:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c038a7dd3d7ed23dc3ef4f4a9a35c9e4c24be575",
"body": null,
"is_bot": false,
"headline": "feat(range-data): add grid/csv range export-import with tests",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-20T06:39:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71c605e286851abdc65b95a442ff68f7968082cd",
"body": "…endering\n\nAdds layout_page() tool that renders a spreadsheet range with layout\nsemantics: per-column widths, bold/italic markers, box-drawing borders,\nmerge detection, and optional ASCII grid render. Exposed on the CLI\n(layout-page command) and MCP server (layout_page tool). Includes 14\nunit tests covering column sizing, style detection, border weights,\nmerge handling, range capping, and render modes.",
"is_bot": false,
"headline": "feat(layout): add layout-page command and tool for ASCII/JSON range r…",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-20T04:49:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2345969dfd7c5a00998fd2f7506a78fc8a927849",
"body": null,
"is_bot": false,
"headline": "feat(cli): add --print-schema for batch ops payloads",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-18T01:06:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7502bf73ddee003abd651c3bf05dddd9fd73c6d",
"body": null,
"is_bot": false,
"headline": "fix(recalc): improve parse diagnostics and adapter writeback",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-18T00:49:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ff7cba241d526b80417b786cb64d690fe4a190d",
"body": null,
"is_bot": false,
"headline": "chore(deps): bump formualizer to 0.4.0 and parse 1.1.0",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-18T00:13:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61125b8a2eea54227e968ea21b0eb7917159f0e0",
"body": null,
"is_bot": false,
"headline": "test(cli): normalize path assertions across macOS tempdirs",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-17T23:45:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd3c6d099701b4c8c53f68baa8d44d50037acea7",
"body": null,
"is_bot": false,
"headline": "test(mcp): align fixtures with formula-parse policy fields",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-17T23:30:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "942f2581085a1e8372a20423dc1b90114bfe8cfe",
"body": null,
"is_bot": false,
"headline": "fix(layout): improve freeze-pane interop and presentation guidance",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-17T23:19:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e2f9d663ec82cf6161f1dad7e2db8ceb1f59ab1",
"body": null,
"is_bot": false,
"headline": "feat(cli): add formula write-path provenance diagnostics",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-17T23:09:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2eb5d37f855ec89c97759a745bebe20515b91df2",
"body": null,
"is_bot": false,
"headline": "docs(cli): improve edit formula shorthand discoverability",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-17T22:57:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68250fe825e2feee3bdd9b83a1e87e3b1935315e",
"body": null,
"is_bot": false,
"headline": "docs(cli): harden sheet-page machine consumption contract",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-17T22:52:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a48ab789149ebad6b6ad5c372345efd19626a419",
"body": null,
"is_bot": false,
"headline": "feat(cli): add create-workbook bootstrap command",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-17T22:49:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0e082cbcbb8c3470a6539797d0b1b6b6fccdc6b",
"body": null,
"is_bot": false,
"headline": "feat(cli): add inspect-cells unified read surface",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-17T22:43:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92cad1e4370c4d0468615edd061892dbbcbeae70",
"body": null,
"is_bot": false,
"headline": "feat(cli): add range-values include-formulas support",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-17T22:33:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df0cefbcefe628177f986587067d10b5fabb281f",
"body": null,
"is_bot": false,
"headline": "feat(cli): support harmonized column-size payload shapes",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-17T22:23:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cf0dd80f33c662fd9f33cc060dd3bfb561e8e38",
"body": null,
"is_bot": false,
"headline": "fix(cli): improve enum mismatch diagnostics and guardrails",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-17T22:13:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48a80a3f70dc7a994df8bee3e066b3e476a956bf",
"body": null,
"is_bot": false,
"headline": "feat(cli): add edit dry-run and output modes",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-17T22:07:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a2541675b1f9386307602fc63a27b3fb860d449",
"body": null,
"is_bot": false,
"headline": "feat(cli): add batch payload examples and schema hints",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-17T21:55:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f44c6f2c5aba4775df25f4bae1b7ee97b052ba2",
"body": "Document --formula-parse-policy flag (fail/warn/off) and\nformula_parse_diagnostics response object across root README,\nspreadsheet-kit crate README, and npm package README.\n\n- New 'Formula parse policy' section with mode table and JSON example\n- Command reference table updated for 7 commands that su\n[…]\n README: add FormulaParsePolicy, FormulaParseDiagnostics,\n FormulaParseDiagnosticsBuilder, and validate_formula() to public types\n- npm README: add policy section and flag to relevant command entries",
"is_bot": false,
"headline": "docs: add formula parse policy and diagnostics to READMEs",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-17T07:09:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "11bb90ce8dc5182e61368af1297e3608f7d3b1f2",
"body": "- Format 4 files (write.rs, diagnostics.rs, fork.rs, cli_integration.rs)\n- Collapse nested if statements (read.rs, mod.rs)\n- Use RangeInclusive::contains (diagnostics.rs)\n- Remove needless return (fork.rs)\n- Allow too_many_arguments on CLI command handlers (read.rs)",
"is_bot": false,
"headline": "chore: apply cargo fmt and fix all clippy warnings",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-17T07:02:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5e4da0aea8143590e6fbeb5f0976b31ad899e31",
"body": "Replace cell/range references with $REF and error position numbers with\nN when building diagnostics grouping keys. Uses formualizer-parse\nTokenStream for parsable formulas; falls back to regex-style substitution\nfor malformed formulas that fail tokenization.\n\nBefore: 400 malformed cells with same pa\n[…]\nrmalize_formula_for_grouping(), normalize_refs_regex(), and\nnormalize_error_for_grouping() helpers. Add 3 new tests for reference\nnormalization, structural non-collapse, and direct normalization unit.",
"is_bot": false,
"headline": "fix(formulas): normalize cell refs and positions in diagnostics grouping",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-17T05:28:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "69329b349cbde239857eda9c0a8af4a521d71d3c",
"body": "Audit all formula-writing paths and add set_formula_result_default(\"\")\nwhere missing: FillRange, ReplaceInRange, structure rewrite (row/col\ninsert/delete), and sheet rename formula rewrites.\n\nAdd cache-note help text to edit, transform-batch, structure-batch, and\nrules-batch CLI commands. Add 6 integration tests verifying cache\nclearing and help text parity.",
"is_bot": false,
"headline": "fix(formulas): standardize cache clearing across all formula-write paths",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-17T04:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85fa85d21d72fc04347ed422737aee6abae35d35",
"body": "Wire FormulaParsePolicy into rules-batch for DV and CF formula\nvalidation. Extract formulas from rule operations for preflight\nvalidation before applying.\n\nWarn mode skips rules with invalid formulas and reports structured\ndiagnostics with partial-apply counts. Fail mode aborts before any\nrule appli\n[…]\n. Off mode preserves legacy permissive behavior.\n\nAdd --formula-parse-policy to rules-batch CLI args and 5 new\nintegration tests covering DV/CF warn/fail/off modes with\npartial-apply count assertions.",
"is_bot": false,
"headline": "feat(formulas): add rules-batch formula validation policy",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-17T04:24:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "31093fb55f609c9b763337cb2894d425f638f79b",
"body": "Wire FormulaParsePolicy into structure-batch tokenizer rewrite paths\nfor sheet rename, row/col insert/delete, and copy/move formula shifting.\n\nWarn mode skips failing tokenizer rewrites and collects structured\ndiagnostics. Fail mode aborts on first tokenizer error. Diagnostics\ndistinguish cell formu\n[…]\n vs defined name rewrite failures.\n\nAdd --formula-parse-policy to structure-batch CLI args and 7 new\nintegration tests covering warn/fail modes across rename, insert,\ndelete, and copy/move operations.",
"is_bot": false,
"headline": "feat(formulas): add structure tokenizer policy controls",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-17T04:02:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "323e43a6c6caf19756054e9ae1b4ccea26fe1e2b",
"body": "Add formula parse preflight to edit-batch and transform-batch write\npaths with policy-controlled behavior. Single-intent edits default to\nfail mode; batch transforms default to warn mode with partial apply.\n\nValidate formula text before write for FillRange (is_formula) and\nReplaceInRange (include_fo\n[…]\nkips invalid formulas and collects\nstructured diagnostics with skip counters.\n\nAdd validate_formula() helper, --formula-parse-policy CLI args,\nand 9 new integration tests covering fail/warn/off modes.",
"is_bot": false,
"headline": "feat(formulas): add write preflight formula validation",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-17T03:37:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4b6c579af6a2c386999adaa4184d9667e109ed74",
"body": "Thread FormulaParsePolicy and FormulaParseDiagnostics through\nFormulaGraph::build(), scan-volatiles, formula-map, and formula-trace.\n\nAdd --formula-parse-policy flag to all three CLI commands with warn\ndefault. Fail mode aborts with FORMULA_PARSE_FAILED envelope. Warn mode\nreturns structured diagnostics alongside normal results. Off mode skips\ndiagnostics collection.\n\nAdd 6 new CLI integration tests and update 3 existing resilience tests\nto verify diagnostics contract.",
"is_bot": false,
"headline": "feat(formulas): wire parse diagnostics into read analysis surfaces",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-17T03:12:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "101a43f40276c3f0b9637e090d68a0680d834195",
"body": "Introduce FormulaParsePolicy enum (Fail/Warn/Off) with command-class\ndefaults, FormulaParseDiagnostics with grouped/truncated error reporting,\nand FormulaParseDiagnosticsBuilder for incremental error collection.\n\nAdd FORMULA_PARSE_FAILED error envelope mapping in CLI error handler.\nRestructure model.rs into model/ module with diagnostics submodule.\n16 unit tests covering policy defaults, grouping, ordering, truncation,\nsample address caps, and serialization contracts.",
"is_bot": false,
"headline": "feat(formulas): add shared parse policy and diagnostics contract",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-17T02:53:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2f02c21c8f9223193da4ad98c09a28c2fc7e332",
"body": "Improve formula graph resilience by skipping unparsable formula cells instead of aborting analysis commands, and add coverage for malformed-formula tolerance in scan-volatiles and formula-map surfaces.\n\nFix find-value label mode wiring by mapping query -> label and adding --label-direction, with upd\n[…]\n results when apply-formula-pattern writes formulas, add explicit help/docs guidance to recalculate, and update formualizer integration to 0.3.5 meta crate with byte-first adapter/open fallback paths.",
"is_bot": false,
"headline": "fix(formulas): harden parse handling and formula write semantics",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-17T02:04:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "437d03f33456c0d994366e80d8f5c17541ceb7a2",
"body": "Refresh root CLI common workflows with deterministic pagination and stateless batch-write guidance, and add richer examples for high-traffic commands.\n\nSynchronize root and npm README command grammar/defaults for compact shape behavior, continuation fields, and expanded batch-write surfaces.\n\nAdd help/docs regression coverage plus executable README/npm README CLI smoke examples to catch anchor drift and stale contract references.",
"is_bot": false,
"headline": "docs(cli): align help and README parity post-expansion",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-16T18:46:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54f35e34ceedfa9f7d286cbca58339b32dba3287",
"body": "Add style-batch, apply-formula-pattern, structure-batch, column-size-batch, sheet-layout-batch, and rules-batch commands on top of the 3110 stateless mutation foundation.\n\nReuse core batch schemas and extracted fork helpers for normalization/resolution/apply parity while preserving shared mode validation and safety semantics.\n\nHarden phase-gated integration coverage for dry-run/output/in-place flows, overwrite-with-force behavior, and write-failure no-artifact guarantees across command classes.",
"is_bot": false,
"headline": "feat(cli): expand stateless batch-write phases A-C",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-16T01:58:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "542f2c270305b1e0ea4e7587274e9221b6c17653",
"body": "Introduce transform-batch <file> --ops @payload with strict mode validation for dry-run, in-place, and output flows.\n\nReuse core TransformOp schema and transform application helpers, enforce output path safety rules, and add machine-readable INVALID_OPS_PAYLOAD/OUTPUT_EXISTS/WRITE_FAILED envelopes.\n\nHarden write safety with staged temp-file application, fsync/rename handling, no-clobber output behavior without --force, and integration coverage for positive and negative matrix cases.",
"is_bot": false,
"headline": "feat(cli): add stateless transform-batch foundation",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-16T01:21:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9eb0215067332232741ba720b2a756400fc642f5",
"body": "Add command-targeted compact projection routing for range-values, read-table, sheet-page, and formula-trace in the CLI output pipeline.\n\nPreserve continuation tokens for compact output and omit formula-trace layer highlights without changing canonical behavior.\n\nHarden behavior with focused output unit tests and a comprehensive CLI integration matrix for canonical-vs-compact contracts and round-trip pagination invariants.",
"is_bot": false,
"headline": "feat(cli): codify compact shape v2 projections",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-16T00:44:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ebbced19f47866ba30cefa266f1be47b8753163",
"body": "Expose named-ranges, find-formula, scan-volatiles, and sheet-statistics in the stateless CLI with required flags, help text, and examples.\n\nAlign scan_volatiles core pagination with deterministic ordering and limit/offset continuation semantics, including absolute next_offset progression.\n\nAdd parser, integration, and tool-level tests for positive flows, error envelopes, and pagination invariants.",
"is_bot": false,
"headline": "feat(cli): add phase-1 read parity commands",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-16T00:01:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f82d93bdc7e551a5c592451133927a9e29450800",
"body": "Add sheet-page <file> <sheet> with required format modes (full|compact|values_only), continuation controls, and include/column options.\n\nImplement CLI validation for page-size and column selectors, union columns and header selectors in stable sheet order, and preserve machine-readable INVALID_ARGUME\n[…]\n/SHEET_NOT_FOUND envelopes.\n\nKeep legacy global --format compatibility via argv normalization while supporting sheet-page local --format semantics, with expanded black-box and parser regression tests.",
"is_bot": false,
"headline": "feat(cli): add sheet-page command with deterministic paging",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-15T23:27:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c0bea93be4644cbfec09a88483153577c7176b19",
"body": "Expand read-table with limit/offset/sample-mode/table targeting and JSON/file filter inputs, including runtime validation for exclusivity and sampling constraints.\n\nExpand formula-trace with depth/page-size/cursor flags, enforce cursor pairing and bounds, and map validation failures to INVALID_ARGUMENT envelopes.\n\nAdd black-box integration coverage for continuation round-trips and negative argument cases.",
"is_bot": false,
"headline": "feat(cli): add deterministic pagination controls for read flows",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-15T22:47:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fcc55c69217b4c0fb048d13941371915fe361d4",
"body": "Expand canonical/compact range-values tests to cover default canonical behavior, multi-range non-flattening, per-entry payload assertions, and continuation preservation.\n\nUpdate CLI help and npm docs to mirror enforced shape semantics and continuation expectations.",
"is_bot": false,
"headline": "test(cli): harden range-values shape invariant coverage",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-15T22:30:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76b9f19f0f1fb46cd1698732bffeb71989b9c35d",
"body": "Document canonical and compact range-values contracts, including continuation representability and invalid-range pruning behavior.\n\nHarden compact single-entry flattening detection and add integration tests for continuation cursors plus invalid-range outputs across canonical and compact shapes.",
"is_bot": false,
"headline": "docs(cli): codify range-values shape policy and edge cases",
"author_name": "Frank Colson",
"author_login": "PSU3D0",
"committed_at": "2026-02-15T22:21:52Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 207,
"latest_release_at": "2026-07-20T12:25:32Z",
"latest_release_tag": "v0.11.1",
"releases_from_tags": false,
"days_since_last_push": 14,
"active_weeks_last_year": 22,
"days_since_latest_release": 14,
"mean_days_between_releases": 24.6
},
"artifacts": {
"collected": true,
"structure": [
"tree.cargo_lib",
"tree.cargo_main",
"tree.dockerfile"
],
"declarations": [
{
"name": null,
"path": "Cargo.toml",
"tokens": [
"cargo.workspace"
],
"ecosystem": "crates"
},
{
"name": "spreadsheet-kit-wasm",
"path": "crates/spreadsheet-kit-wasm/Cargo.toml",
"tokens": [
"cargo.lib",
"cargo.cdylib",
"cargo.publish_false"
],
"ecosystem": "crates"
},
{
"name": "spreadsheet-kit",
"path": "crates/spreadsheet-kit/Cargo.toml",
"tokens": [
"cargo.bin",
"cargo.category:data-structures",
"cargo.category:parser-implementations"
],
"ecosystem": "crates"
},
{
"name": "spreadsheet-mcp",
"path": "crates/spreadsheet-mcp/Cargo.toml",
"tokens": [
"cargo.bin",
"cargo.category:command-line-utilities",
"cargo.category:development-tools"
],
"ecosystem": "crates"
},
{
"name": "agent-spreadsheet",
"path": "npm/agent-spreadsheet/package.json",
"tokens": [
"npm.bin"
],
"ecosystem": "npm"
},
{
"name": "spreadsheet-kit-sdk",
"path": "npm/spreadsheet-kit-sdk/package.json",
"tokens": [
"npm.entry"
],
"ecosystem": "npm"
}
]
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [
"github.com",
"shields.io"
],
"total": 4,
"header": 4,
"collected": true,
"has_inspect_badge": false
},
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "spreadsheet-kit",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"agent",
"automation",
"mcp",
"spreadsheet",
"xlsx",
"data-structures",
"parser-implementations"
],
"ecosystem": "crates",
"categories": [
"data-structures",
"parser-implementations"
],
"matches_repo": true,
"registry_url": "https://crates.io/crates/spreadsheet-kit",
"declared_type": null,
"is_deprecated": false,
"latest_version": "0.11.1",
"repository_url": "https://github.com/PSU3D0/spreadsheet-mcp",
"versions_count": 2,
"total_downloads": 290,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 51,
"first_published_at": "2026-02-13T00:55:27.492250Z",
"latest_published_at": "2026-07-20T12:27:08.463032Z",
"latest_version_yanked": false,
"days_since_latest_publish": 14
},
{
"name": "spreadsheet-mcp",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"agent",
"llm",
"mcp",
"spreadsheet",
"xlsx",
"command-line-utilities",
"development-tools"
],
"ecosystem": "crates",
"categories": [
"command-line-utilities",
"development-tools"
],
"matches_repo": true,
"registry_url": "https://crates.io/crates/spreadsheet-mcp",
"declared_type": null,
"is_deprecated": false,
"latest_version": "0.11.1",
"repository_url": "https://github.com/PSU3D0/spreadsheet-mcp",
"versions_count": 8,
"total_downloads": 372,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 41,
"first_published_at": "2025-12-11T19:24:04.343929Z",
"latest_published_at": "2026-07-20T12:34:27.942356Z",
"latest_version_yanked": false,
"days_since_latest_publish": 14
},
{
"name": "agent-spreadsheet",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"spreadsheet",
"xlsx",
"cli",
"agent",
"llm",
"automation",
"mcp"
],
"ecosystem": "npm",
"categories": [],
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/agent-spreadsheet",
"declared_type": null,
"is_deprecated": false,
"latest_version": "0.10.1",
"repository_url": "https://github.com/PSU3D0/spreadsheet-mcp",
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 47,
"first_published_at": "2026-02-12T23:52:38.760000Z",
"latest_published_at": "2026-02-13T02:58:12.521000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 171
}
]
},
"popularity": {
"forks": 6,
"stars": 51,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2026-01-24",
"count": 1
},
{
"date": "2026-02-03",
"count": 1
},
{
"date": "2026-02-11",
"count": 1
},
{
"date": "2026-03-28",
"count": 1
},
{
"date": "2026-03-29",
"count": 1
},
{
"date": "2026-04-20",
"count": 1
}
],
"complete": true,
"collected": 6,
"total_forks": 6
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"crates/spreadsheet-kit-wasm/Cargo.toml",
"crates/spreadsheet-kit/Cargo.toml",
"crates/spreadsheet-mcp/Cargo.toml"
],
"largest_source_bytes": 350399,
"source_files_sampled": 191,
"oversized_source_files": 9,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "wasm-bindgen",
"manifest": "crates/spreadsheet-kit-wasm/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "serde-wasm-bindgen",
"manifest": "crates/spreadsheet-kit-wasm/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.6"
},
{
"name": "serde",
"manifest": "crates/spreadsheet-kit-wasm/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "serde_json",
"manifest": "crates/spreadsheet-kit-wasm/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "thiserror",
"manifest": "crates/spreadsheet-kit-wasm/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "spreadsheet-kit",
"manifest": "crates/spreadsheet-kit-wasm/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "anyhow",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "thiserror",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "clap",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4.5"
},
{
"name": "serde",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "serde_json",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "serde_with",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3.8"
},
{
"name": "serde_yaml",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9"
},
{
"name": "tokio",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.37"
},
{
"name": "parking_lot",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12"
},
{
"name": "lru",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12"
},
{
"name": "ahash",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8"
},
{
"name": "smallvec",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.13"
},
{
"name": "umya-spreadsheet",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.3.2"
},
{
"name": "ovba",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7.1"
},
{
"name": "formualizer-parse",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.1.2"
},
{
"name": "formualizer",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5.1"
},
{
"name": "walkdir",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.5"
},
{
"name": "globset",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "rand",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8"
},
{
"name": "sha2",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10"
},
{
"name": "once_cell",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.19"
},
{
"name": "tracing",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "tracing-subscriber",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "chrono",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "indexmap",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.2"
},
{
"name": "regex",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.10"
},
{
"name": "strum",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.26"
},
{
"name": "schemars",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "tokio-util",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7"
},
{
"name": "image",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.25"
},
{
"name": "base64",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.22"
},
{
"name": "async-trait",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "uuid",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.10"
},
{
"name": "zip",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.6"
},
{
"name": "quick-xml",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.31"
},
{
"name": "xxhash-rust",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8"
},
{
"name": "tempfile",
"manifest": "crates/spreadsheet-kit/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3.10"
},
{
"name": "anyhow",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "thiserror",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "spreadsheet-kit",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.11.1"
},
{
"name": "serde",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "serde_json",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "serde_with",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3.8"
},
{
"name": "serde_yaml",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9"
},
{
"name": "rmcp",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.11.0"
},
{
"name": "rmcp-macros",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.11.0"
},
{
"name": "tokio",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.37"
},
{
"name": "parking_lot",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12"
},
{
"name": "lru",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12"
},
{
"name": "ahash",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8"
},
{
"name": "smallvec",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.13"
},
{
"name": "umya-spreadsheet",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.3.2"
},
{
"name": "ovba",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7.1"
},
{
"name": "formualizer-parse",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.1.2"
},
{
"name": "formualizer",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5.1"
},
{
"name": "walkdir",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.5"
},
{
"name": "globset",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "rand",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8"
},
{
"name": "sha2",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10"
},
{
"name": "once_cell",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.19"
},
{
"name": "tracing",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "tracing-subscriber",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "chrono",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "indexmap",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.2"
},
{
"name": "regex",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.10"
},
{
"name": "strum",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.26"
},
{
"name": "schemars",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "clap",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4.5"
},
{
"name": "axum",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8"
},
{
"name": "tokio-util",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7"
},
{
"name": "image",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.25"
},
{
"name": "base64",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.22"
},
{
"name": "async-trait",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "uuid",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.10"
},
{
"name": "zip",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.6"
},
{
"name": "quick-xml",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.31"
},
{
"name": "xxhash-rust",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8"
},
{
"name": "tempfile",
"manifest": "crates/spreadsheet-mcp/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3.10"
}
],
"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": 9,
"open_issues": 1,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "PSU3D0",
"commits": 207,
"avatar_url": "https://avatars.githubusercontent.com/u/10227908?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"docker.yml",
"publish-mcp-registry.yml",
"publish-npm-cli.yml",
"publish-npm-sdk.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "4 out of 4 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/26 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": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "14 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "24 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "160b9924e25e20ac7e457f8d99a926f4051e4e86",
"ran_at": "2026-08-03T20:48:52Z",
"aggregate_score": 3.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 0,
"decided_7d": 0,
"merged_30d": 2,
"authors_30d": 1,
"decided_30d": 2,
"sample_size": 10,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 1,
"newcomer_merged_30d": 0,
"bot_prs_excluded_30d": 0,
"newcomer_authors_30d": 0,
"newcomer_decided_30d": 0
},
"ci_last_run_at": "2026-07-20T12:35:34Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-19T23:50:46Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 1,
"created_at": "2025-10-14T12:46:39Z",
"last_comment_at": "2025-12-11T19:10:23Z",
"last_comment_author": "PSU3D0"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/PSU3D0/spreadsheet-mcp",
"host": "github.com",
"name": "spreadsheet-mcp",
"owner": "PSU3D0"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 55 is calibrated to 57 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 55,
"calibrated": 57,
"calibration": "2026-08-02"
}
}
],
"value": 57,
"inputs": {
"security": 33,
"vitality": 79,
"community": 40,
"governance": 44,
"calibration": "2026-08-02",
"engineering": 75,
"ai_readiness": 52,
"weighted_overall_raw": 55
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 79,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"commits_last_year": 207,
"human_commit_share": 1,
"days_since_last_push": 14,
"active_weeks_last_year": 22
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 14 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 14
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "22/52 weeks with commits",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 22
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "207 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 207
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "14 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 12,
"latest_release_tag": "v0.11.1",
"releases_from_tags": false,
"days_since_latest_release": 14,
"mean_days_between_releases": 24.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 14 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 14
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~24.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 24.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 15,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 15 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 15
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 40,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"forks": 6,
"stars": 51,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "51 stars",
"points": 27.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 51
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "6 forks",
"points": 5.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 6
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": 4,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [
"github.com",
"shields.io"
],
"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 (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "weak",
"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": 36,
"inputs": {
"packages": [
"spreadsheet-kit",
"spreadsheet-mcp",
"agent-spreadsheet"
],
"dependents": null,
"ecosystems": "crates, npm",
"total_downloads": 662,
"monthly_downloads": 139
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "139 downloads/month across crates, npm",
"points": 28.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 139,
"ecosystems": "crates, 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": "weak",
"name": "Sustainability & Governance",
"value": 44,
"weight": 0.23,
"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": "at_risk",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 31,
"inputs": {
"merged_prs": 9,
"open_issues": 1,
"closed_issues": 0,
"prs_merged_7d": 0,
"prs_decided_7d": 0,
"prs_merged_30d": 2,
"prs_decided_30d": 2,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 1,
"first_time_authors_30d": 0,
"first_time_prs_merged_30d": 0,
"first_time_prs_decided_30d": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "9/10 decided PRs merged",
"points": 27,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 9,
"decided": 10
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/26 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 55,
"inputs": {
"followers": 19,
"owner_type": "User",
"is_verified": null,
"owner_login": "PSU3D0",
"public_repos": 56,
"account_age_days": 4246
},
"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": "19 followers of PSU3D0",
"points": 9.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 19,
"login": "PSU3D0"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "56 public repos, account ~11 yr old",
"points": 24.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 56
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"spreadsheet-kit",
"spreadsheet-mcp",
"agent-spreadsheet"
],
"ecosystems": "crates, npm",
"any_deprecated": false,
"min_days_since_publish": 14
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "3 package(s) on crates, npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 3,
"ecosystems": "crates, npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 14 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 14
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 75,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "6 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 6
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "4 out of 4 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"spreadsheet",
"spreadsheet-ai",
"spreadsheet-mcp",
"spreadsheet-agent"
],
"has_wiki": true,
"homepage": null,
"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": null,
"points": 0,
"status": "missed",
"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": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"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": 33,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 3.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "4 out of 4 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/26 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.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "14 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "24 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 52,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.99,
"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": "99 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 99,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"crates/spreadsheet-kit-wasm/Cargo.toml",
"crates/spreadsheet-kit/Cargo.toml",
"crates/spreadsheet-mcp/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, crates/spreadsheet-kit-wasm/Cargo.toml, crates/spreadsheet-kit/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, crates/spreadsheet-kit-wasm/Cargo.toml, crates/spreadsheet-kit/Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 97,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 350399,
"source_files_sampled": 191,
"oversized_source_files": 9
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "9/191 source files over 60KB",
"points": 52.4,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 191,
"oversized": 9
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"example_dirs": [],
"has_mcp_signal": true,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library",
"application"
],
"labels": [
"cli",
"library",
"mcp-server",
"network-service"
],
"scores": {
"cli": 21.6,
"library": 25.8,
"mcp-server": 9,
"application": 6,
"network-service": 4
},
"primary": "cli",
"evidence": [
{
"tier": "declared",
"label": "cli",
"source": "npm.bin",
"weight": 6
},
{
"tier": "distribution",
"label": "cli",
"source": "registry_category:command-line-utilities",
"weight": 6
},
{
"tier": "declared",
"label": "library",
"source": "cargo.lib",
"weight": 6
},
{
"tier": "distribution",
"label": "library",
"source": "registry:crates",
"weight": 6
},
{
"tier": "distribution",
"label": "library",
"source": "registry:npm",
"weight": 6
},
{
"tier": "declared",
"label": "library",
"source": "npm.entry",
"weight": 4.8
},
{
"tier": "dependencies",
"label": "cli",
"source": "dep:clap",
"weight": 4
},
{
"tier": "dependencies",
"label": "mcp-server",
"source": "dep:rmcp",
"weight": 4
},
{
"tier": "dependencies",
"label": "network-service",
"source": "dep:axum",
"weight": 4
},
{
"tier": "declared",
"label": "cli",
"source": "cargo.category:command-line-utilities",
"weight": 3.6
},
{
"tier": "declared",
"label": "library",
"source": "cargo.cdylib",
"weight": 3.6
},
{
"tier": "declared",
"label": "library",
"source": "cargo.publish_false",
"weight": -3.6
},
{
"tier": "declared",
"label": "application",
"source": "cargo.bin",
"weight": 3
},
{
"tier": "structure",
"label": "application",
"source": "tree.cargo_main",
"weight": 3
},
{
"tier": "structure",
"label": "library",
"source": "tree.cargo_lib",
"weight": 3
},
{
"tier": "structure",
"label": "mcp-server",
"source": "mcp_signal",
"weight": 3
},
{
"tier": "tags",
"label": "cli",
"source": "tag:cli",
"weight": 2
},
{
"tier": "description",
"label": "mcp-server",
"source": "description:mcp-server",
"weight": 2
}
],
"artifacts": [
{
"path": "Cargo.toml",
"labels": [],
"ecosystem": "crates"
},
{
"path": "crates/spreadsheet-kit-wasm/Cargo.toml",
"labels": [
"library"
],
"ecosystem": "crates"
},
{
"path": "crates/spreadsheet-kit/Cargo.toml",
"labels": [
"application"
],
"ecosystem": "crates"
},
{
"path": "crates/spreadsheet-mcp/Cargo.toml",
"labels": [
"cli"
],
"ecosystem": "crates"
},
{
"path": "npm/agent-spreadsheet/package.json",
"labels": [
"cli"
],
"ecosystem": "npm"
},
{
"path": "npm/spreadsheet-kit-sdk/package.json",
"labels": [
"library"
],
"ecosystem": "npm"
}
],
"confidence": "high",
"host_extension": false,
"runs_as_process": true,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch npm package 'spreadsheet-kit-sdk' from its registry",
"Could not fetch crates package 'spreadsheet-kit-wasm' from its registry",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-08-03T20:49:01.108065Z",
"schema_version": "0.30.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/PSU3D0/spreadsheet-mcp.svg",
"full_name": "PSU3D0/spreadsheet-mcp",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}