Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"git-hooks",
"hooks",
"husky",
"git-hook",
"husky-rs"
],
"is_fork": false,
"size_kb": 238,
"has_wiki": true,
"homepage": "https://crates.io/crates/husky-rs",
"languages": {
"Just": 1364,
"Rust": 100459,
"Shell": 8368,
"Makefile": 1698
},
"pushed_at": "2026-07-24T09:38:06Z",
"created_at": "2024-09-21T15:23:55Z",
"owner_type": "User",
"updated_at": "2026-07-24T09:38:29Z",
"description": "A husky-like hook for Rust.",
"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://pplmx.github.io",
"name": "Mystic",
"type": "User",
"login": "pplmx",
"company": null,
"location": "Everywhere & Nowhere",
"followers": 37,
"avatar_url": "https://avatars.githubusercontent.com/u/26994103?v=4",
"created_at": "2017-04-07T04:27:38Z",
"is_verified": null,
"public_repos": 66,
"account_age_days": 3395
},
"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.4.0",
"kind": "minor",
"published_at": "2026-07-24T09:38:02Z"
},
{
"tag": "v0.3.3",
"kind": "patch",
"published_at": "2026-05-14T07:17:46Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2026-02-11T11:26:50Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-02-11T11:26:47Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-02-11T10:49:26Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2026-01-09T10:10:31Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-01-09T07:41:56Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-01-09T06:58:02Z"
},
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2025-06-03T07:17:53Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2025-05-30T03:21:13Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2024-12-17T04:11:57Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2024-11-21T10:31:37Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2024-09-30T11:39:58Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2024-09-30T06:29:40Z"
}
],
"recent_commits": [
{
"oid": "2bda1e8909b46d79b9ad0e5616495448fe2583c4",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.4.0 — prek native mode",
"author_name": "Mystvio",
"author_login": "pplmx",
"committed_at": "2026-07-24T09:37:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b64c848038f7c32812f8d84fd1063da15b788bd",
"body": null,
"is_bot": false,
"headline": "chore: bump MSRV to 1.83",
"author_name": "Mystvio",
"author_login": "pplmx",
"committed_at": "2026-07-24T09:19:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ef393de3ea392bf98603345ed4258b55bac9f81",
"body": "…or messages",
"is_bot": false,
"headline": "test: add edge case tests (prek priority, husky-as-file); improve err…",
"author_name": "Mystvio",
"author_login": "pplmx",
"committed_at": "2026-07-24T09:15:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "619d64a51c74bdfe0ff2f7eb563e06eed705a1ad",
"body": null,
"is_bot": false,
"headline": "fix: warn when .husky/ exists alongside prek config",
"author_name": "Mystvio",
"author_login": "pplmx",
"committed_at": "2026-07-24T08:38:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1247ae431fa80c1c4fdcc502cfeffdbbb99f35f0",
"body": null,
"is_bot": false,
"headline": "fix: prek native mode — clear core.hooksPath, install to .git/hooks/",
"author_name": "Mystvio",
"author_login": "pplmx",
"committed_at": "2026-07-24T08:36:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e26c6695c7b5b7bd9746b33c9b8defac1e399980",
"body": "… remove .husky/",
"is_bot": false,
"headline": "fix: prek native mode — clear core.hooksPath, install to .git/hooks/,…",
"author_name": "Mystvio",
"author_login": "pplmx",
"committed_at": "2026-07-24T08:34:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10f36bed2c20052788ad97b1c17406dfc05463fc",
"body": "Delegate supported hook configurations to validated prek installs while preserving standalone .husky behavior, with migration docs and real end-to-end coverage.",
"is_bot": false,
"headline": "feat: integrate prek-managed hooks",
"author_name": "Mystvio",
"author_login": "pplmx",
"committed_at": "2026-07-24T08:28:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf3c6fb8745fc80b35c019f047c69dad46083134",
"body": "- Add rustfmt.toml (max_width=120)\n\n- Add deny.toml (cargo-deny)\n\n- Add [profile.release] optimization (lto, strip)\n\n- CI: add cargo-deny job\n\n- justfile: add audit, deny targets",
"is_bot": false,
"headline": "chore: cross-pollinate from vllm-lite and ip-tools",
"author_name": "Mystvio",
"author_login": "pplmx",
"committed_at": "2026-07-24T05:31:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e580a76546a25a70782e04513427060dd4d577e1",
"body": null,
"is_bot": false,
"headline": "chore: add justfile alongside Makefile",
"author_name": "Mystvio",
"author_login": "pplmx",
"committed_at": "2026-07-24T05:24:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bd25b03da883c57bb06d639081a1d718aa647d2",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 0.3.3",
"author_name": "Mystvio",
"author_login": "pplmx",
"committed_at": "2026-05-14T07:15:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "669e680d47f69f601abedd0bfc3d45a09d96cd38",
"body": "The script is a demo, not a test. Inlining it into examples.md\nmakes it more discoverable and removes a file to maintain.",
"is_bot": false,
"headline": "docs: inline verify.sh into examples.md, remove standalone file",
"author_name": "Mystvio",
"author_login": "pplmx",
"committed_at": "2026-05-14T06:56:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dddc0f410243882787909a8619ab6e4a7095df5b",
"body": "- Add [Unreleased] section to CHANGELOG.md with bug fix descriptions\n- Add troubleshooting entry for 'hooks not running after creating .husky/'\n- Fix remaining .git/hooks/ → .husky/ references in troubleshooting.md\n- Fix cargo add --git syntax in usage.md",
"is_bot": false,
"headline": "docs: update changelog and fix stale .git/hooks ref",
"author_name": "Mystvio",
"author_login": "pplmx",
"committed_at": "2026-05-14T05:50:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d1dd9b0a08d78d87bb3686a630f75b776ca7abc",
"body": null,
"is_bot": true,
"headline": "chore(deps): update softprops/action-gh-release action to v3",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-14T05:24:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a195bc8d889a3a9860f4a6514de0dbe79cff2d87",
"body": "Git Bash expects forward slashes in paths; Path::display() on Windows\nuses backslashes which the shell interprets as escape characters,\ncausing touch/cat commands in hook scripts to fail silently.",
"is_bot": false,
"headline": "fix: convert backslashes for hook trigger tests on Windows (#15)",
"author_name": "Mystvio",
"author_login": "pplmx",
"committed_at": "2026-05-14T05:20:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fb4d5a29e4b86ae1c5ffe24dec1207d9f6ba452",
"body": "…nce (#15)\n\n- Move scripts/verify.sh → docs/verify.sh, position it as a demo not a test\n- Fix examples.md: .git/hooks/ → .husky/ (old husky v4 style was incorrect)\n- Reference verify.sh in the 'Test Your Hooks' section",
"is_bot": false,
"headline": "docs: move verify.sh to docs/ as example, fix broken hook path refere…",
"author_name": "Mystvio",
"author_login": "pplmx",
"committed_at": "2026-05-14T04:59:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3d0c79be4a03c4d46b07f3567c6b0870e45dda1",
"body": null,
"is_bot": false,
"headline": "chore: add end-to-end hook verification script (#15)",
"author_name": "Mystvio",
"author_login": "pplmx",
"committed_at": "2026-05-14T04:55:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a5c005ecef5d579742679da6d2470f91d448a52",
"body": "…(#15)\n\n- cargo:rerun-if-changed now watches user's .husky/ instead of husky-rs own\n dir, so build script re-runs when hooks are created/modified later\n- Fix read_git_submodule to parse gitdir: prefix in .git files for\n submodules and worktrees; return .git file path for correct project root\n- Git\n[…]\nld before .husky/ exists, then re-run)\n - Idempotent repeated execution (3x build/test)\n - Mixed cargo test + cargo build\n - Hook triggering: pre-commit, commit-msg, post-commit, hook failure abort",
"is_bot": false,
"headline": "fix: resolve hook installation not triggering after .husky/ creation …",
"author_name": "Mystvio",
"author_login": "pplmx",
"committed_at": "2026-05-14T04:42:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "28006d522244bdb4f18e59e6cc99b7f013dd91e0",
"body": null,
"is_bot": true,
"headline": "chore(deps): update codecov/codecov-action action to v6",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-03-27T01:50:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "688f356a5ad876b3179ae4cf4ef9cf373bff3cb0",
"body": "- Added 'husky-rs' as a dev-dependency in Cargo.toml.\n- Inlined '[ \"$HUSKY\" = \"0\" ] && exit 0' into all self-managed hooks (.husky/).\n- This ensures husky-rs manages its own Git hooks using the latest implementation.",
"is_bot": false,
"headline": "chore: enable dogfooding and add runtime skip logic to self-hooks",
"author_name": "Mystvio",
"author_login": "pplmx",
"committed_at": "2026-02-11T11:23:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1dbf9e4f6eeb253eb089406521cc889fc8d7126",
"body": "- Created v0.3.0 for the initial core.hooksPath migration.\n- Created v0.3.1 for clippy fixes and minor code quality updates.\n- Created v0.3.2 for the final lean implementation (removing husky.sh) and robustness improvements.\n- Restored and preserved all previous release information.",
"is_bot": false,
"headline": "chore: correct version history in CHANGELOG.md and bump to 0.3.2",
"author_name": "Mystvio",
"author_login": "pplmx",
"committed_at": "2026-02-11T11:04:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1a2d39bfca3d43e25f8ba8362319d84e777b569",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 0.3.2 and update CHANGELOG.md",
"author_name": "Mystvio",
"author_login": "pplmx",
"committed_at": "2026-02-11T11:03:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04102fad25e3a1e20d516e9236dc40fe7d9f2bf2",
"body": "- Deleted '.husky/_/husky.sh' and the logic that created it.\n- Inlined '[ \"$HUSKY\" = \"0\" ] && exit 0' directly into hook templates.\n- Updated CHANGELOG.md and Cargo.toml to correctly reflect v0.3.0 changes.\n- Finalized v0.3.0 with an emphasis on simplicity and zero-dependency.",
"is_bot": false,
"headline": "chore: remove husky.sh and inline skip logic for a leaner implementation",
"author_name": "Mystvio",
"author_login": "pplmx",
"committed_at": "2026-02-11T11:01:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bcd5938174e8a4ee5010a98b2f8f93caf226cb3",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 0.3.1",
"author_name": "Mystvio",
"author_login": "pplmx",
"committed_at": "2026-02-11T11:01:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3db19873754d9418c12d03988501efca699b9270",
"body": null,
"is_bot": false,
"headline": "chore: fix clippy warnings for needless borrows in husky.rs",
"author_name": "Mystvio",
"author_login": "pplmx",
"committed_at": "2026-02-11T10:51:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69696cce7ee6250183dc9c06303c55522b75fe6f",
"body": "- Associated breaking changes and new features with version 0.3.0.\n- Restored previous release entries in CHANGELOG.md.\n- Optimized build.rs to avoid redundant git config calls.\n- Improved husky init to configure Git immediately and create a runtime helper.\n- Added runtime support for HUSKY=0 to skip hooks.",
"is_bot": false,
"headline": "chore: bump version to 0.3.0 and update CHANGELOG.md",
"author_name": "Mystvio",
"author_login": "pplmx",
"committed_at": "2026-02-11T10:44:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e58bafd9e717b8b0b48821e4aefd369a59711d7",
"body": "BREAKING CHANGE: This release completely refactors the hook installation\nmechanism from a file-copying approach to a Git configuration-based\napproach using 'core.hooksPath'.\n\nKey Changes:\n- Hook Location: Hooks are now stored directly in '.husky/' instead of\n '.husky/hooks/'.\n- No File Copying: Hoo\n[…]\n the new\narchitecture. Updated all existing tests and added 'tests/test_helpers.rs'\nto verify helper script sourcing. Comprehensive documentation updates\nincluded for README.md and all files in docs/.",
"is_bot": false,
"headline": "feat!: pivot to core.hooksPath and enable helper script support",
"author_name": "Mystvio",
"author_login": "pplmx",
"committed_at": "2026-02-11T10:36:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c58712af588ce0c19487de9f97d6af97f0485ed4",
"body": "This update adds support for optional body and footer sections in commit\nmessages. It provides clear guidelines on when to use these sections to\nprovide better context for complex changes.\n\n- Updated format structure to include Body and Footer\n- Added Extended Content Guidelines for Body and Footer\n- Clarified rules for multi-line messages and separation",
"is_bot": false,
"headline": "docs(skill): enhance conventional commits with extended guidelines",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-16T05:43:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1103703d4b326e30ae2a36f5f53d8cd0312fae02",
"body": null,
"is_bot": false,
"headline": "chore(.agent): initialize agent skills for better assistance",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-16T05:40:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fce1dff50b1e076e25b60db8f24cd0207fc43097",
"body": "- Convert Makefile from CRLF to LF line endings\n- Add missing CHANGELOG v0.2.2 version comparison link\n- Add sync reminder comments for duplicate constants\n- Extract magic numbers to named constants in CLI\n- Rename install_hook parameters for clarity\n- Add inline comments explaining complex logic\n- Move run_husky helper to common module\n- Add MSRV sync reminder comment in CI workflow",
"is_bot": false,
"headline": "refactor: improve code quality and documentation",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-14T04:29:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ce344723c76ae2d2690db552f2b7e6217109e41",
"body": "- Add msrv-check target using cargo-msrv verify (local)\n- Add parallel msrv job in CI with toolchain 1.78\n- Optimize CI: test job depends on lint and msrv jobs\n- Fix clippy warnings: use std::io::Error::other (Rust 1.74+)\n- Reorder Makefile ci target for faster failure feedback",
"is_bot": false,
"headline": "build: add MSRV check to Makefile and CI",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-14T04:06:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "428a5f864398facb2810c8c6bc5148e3a5752330",
"body": "- Update husky-rs version from 0.1 to 0.2 in usage guide\n- Fix typos in usage.md and troubleshooting.md\n- Add cargo commands alongside make commands in development.md\n- Fix lint warnings in troubleshooting.md (missing language IDs)",
"is_bot": false,
"headline": "docs: fix typos, update versions, and add cargo commands",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-13T06:13:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5b1c93785b21eb1d5f73ba1ab65c6f436b80e5d",
"body": "- Add TempDir struct with automatic cleanup on drop\n- Update create_temp_dir to return TempDir instead of PathBuf\n- Implement Deref and AsRef<Path> for transparent usage\n- Remove redundant manual fs::remove_dir_all calls\n- Remove empty TestProject::Drop implementation\n\nFixes issue where test directories like install-wt-tree-* were\nleft behind when tests failed or returned early.",
"is_bot": false,
"headline": "fix(tests): add TempDir RAII guard to prevent leftover directories",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-13T06:02:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e04cd1fa1dff9d97bf10bfc6858349a06e03ae6",
"body": null,
"is_bot": false,
"headline": "ci: introduce cargo-nextest and taiki-e/install-action",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-12T07:59:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa774c13ce8860f479dff3fdc9e27211a3af3e6b",
"body": "The project does not have an examples directory or configured examples\nin Cargo.toml, so the --examples flag was causing a warning.\n\nAffected files:\n- Makefile\n- .github/workflows/ci.yml",
"is_bot": false,
"headline": "chore: remove redundant --examples flag from doc-check",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-09T10:16:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d120641878d6413d2a158fe488dd34b7e2f62837",
"body": "## Changes\n\n### Testing\n- Consolidated test utilities into tests/common/mod.rs\n- Reorganized tests: 4 files → 2 files (test_installation.rs, test_hooks.rs)\n- Added new scenarios: worktrees, multiple hooks, error messages\n- Total: 41 tests\n\n### CI/CD\n- Added code coverage workflow (tarpaulin + Codecov)\n- Added coverage badge to README\n\n### Build\n- Makefile: added coverage, doc-check targets\n- .gitignore: added coverage files",
"is_bot": false,
"headline": "chore: release v0.2.2",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-09T10:10:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85e5125293ea3d610d5d3bf3545b1cf3040411fb",
"body": "- Add coverage target (requires cargo-tarpaulin)\n- Add doc-check target for documentation warnings\n- Include doc-check in ci target\n- Fix CRLF line endings to LF\n- Improve help output formatting\n- Add coverage files to .gitignore",
"is_bot": false,
"headline": "chore: optimize Makefile",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-09T10:00:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b69459f0ab93c47b24d1fdff18deef96e81debdb",
"body": "- Add .github/workflows/coverage.yml\n- Add coverage badge to README.md\n- Exclude src/bin/* from coverage (CLI tested via Command)",
"is_bot": false,
"headline": "ci: add code coverage with tarpaulin and Codecov",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-09T09:56:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62eff4c8e30e4ba014d8e421903cf138f2542952",
"body": "New tests:\n- test_error_message_empty_hook: verify error messages are clear\n- test_install_all_hook_types: install 10 hooks simultaneously\n- test_install_in_worktree: Git worktree support\n\nTotal: 41 tests",
"is_bot": false,
"headline": "test: enhance coverage with new scenarios",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-09T09:33:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34363397df1c06d5424a4ccc6c434afcd508c1c4",
"body": "- Merge test_husky.rs + test_advanced_scenarios.rs → test_installation.rs\n- Rename test_examples.rs → test_hooks.rs\n- Delete redundant test files\n- Cleaner test method naming (e.g., test_install_*, test_hook_*)\n- Remove duplicate ExampleProject, use shared TestProject\n\nTest structure now:\n- test_installation.rs: 12 installation tests\n- test_hooks.rs: 9 hook content tests\n- test_cli.rs: 14 CLI tests\n- common/mod.rs: shared utilities",
"is_bot": false,
"headline": "refactor(tests): reorganize test files for clarity",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-09T09:25:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f75f88910d23562505b8a19322aeecb5bc1f0c3a",
"body": "- Create tests/common/mod.rs with shared utilities\n- Refactor test_husky.rs (713 → 195 lines, -73%)\n- Refactor test_examples.rs (407 → 250 lines, -39%)\n- Refactor test_cli.rs (301 → 210 lines, -30%)\n- Refactor test_advanced_scenarios.rs (391 → 240 lines, -39%)\n- Add TestProject wrapper with common operations\n- Consolidate create_temp_dir, run_command, hook utilities\n\nTotal reduction: ~1800 → ~900 lines (~50% reduction)",
"is_bot": false,
"headline": "refactor(tests): consolidate test utilities into common module",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-09T08:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae6ac8ebd71588fa02b923d3a76f3bedefdde3d8",
"body": "- Add Git Submodule hook installation test\n- Add Cargo Workspace hook installation test\n- Add test for project without .git directory (graceful skip)\n- Add test for hook change detection triggering reinstall\n\nIncreases test coverage for complex project configurations",
"is_bot": false,
"headline": "test: add advanced test scenarios for submodules and workspaces",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-09T08:36:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "531677a4daacbe40a2ddc6629f594e34ae6ea77a",
"body": null,
"is_bot": false,
"headline": "chore: release v0.2.1",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-09T07:38:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfc1c8aa5abc5b61d60396421c2ad326e87aea69",
"body": "- Replace `Error::other` with `Error::new` for MSRV 1.70 compliance\n- Remove race condition in integration tests caused by `std::env` modification\n- Ensure CLI tests properly locate the `husky` binary\n- Apply `cargo fmt` to all files\n- Add `ci` target to Makefile and update test commands\n\nEnsures CI passes consistently and simplifies local verification",
"is_bot": false,
"headline": "fix(ci): resolve lint/test failures",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-09T07:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8c53366f5c537a39261267ce1e065dbe37889e2",
"body": "Transform husky-rs into a production-ready Git hooks manager with:\n- Granular rerun triggers (no more cargo clean)\n- Optional CLI tool and library API\n- Comprehensive documentation and examples\n- Massive test coverage increase (13 -> 48 tests)\n\nBreaking Changes:\n- Build script now detects hook modifications automatically",
"is_bot": false,
"headline": "chore: bump version to 0.2.0",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-09T06:55:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27b5e4c3f607cdab0b29745ea63d0991d6024c9d",
"body": "- Add comprehensive module-level documentation to build.rs\n- Explain build script operation and error handling\n- Improve error messages with specific context for each error type\n- Provide helpful guidance for common scenarios (not in git repo, etc.)\n\nMakes build script more maintainable and user-friendly",
"is_bot": false,
"headline": "docs(build): add documentation and improve error messages",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-09T06:55:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0b22c05d7c5fe8e0b0609909564a905817290e9",
"body": "- Add tests/test_examples.rs with 8 comprehensive tests\n- Validate 7 hook examples from docs/examples.md\n- Add shell syntax validation utility\n- Test examples: tests, formatting, clippy, conventional commits, pre-push, CI skip, Python\n- Ensure all documented examples actually work\n\nImproves documentation example coverage from 0% to 54% (7/13)",
"is_bot": false,
"headline": "test(examples): add validation tests for documentation examples",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-09T05:57:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b99d528c771618cd6fdc164a57c1a5009778b240",
"body": "- Add complete docs/usage.md with installation, configuration, and examples\n- Add docs/troubleshooting.md with solutions to common issues\n- Fix CONTRIBUTING.md Python references and add Rust development guide\n- Add conventional commits format and testing requirements\n\nCloses critical documentation gaps identified in review",
"is_bot": false,
"headline": "docs: create comprehensive usage and troubleshooting guides",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-09T05:51:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf7785220fff1d8167b513a30152e1eeca3853c1",
"body": "- Remove outdated 'cargo clean' requirement\n- Simplify installation steps to just 'cargo build' or 'cargo test'\n- Reflect improvements in build script rerun logic",
"is_bot": false,
"headline": "docs(readme): update installation instructions",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-09T05:46:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d2e1cfb7a08c00e37fce937cb5129b7038122f6",
"body": "- Add 13 practical hook examples covering common use cases\n- Include examples for testing, linting, commit validation\n- Add advanced examples for CI skip, secrets detection, multi-language\n- Provide best practices for hook performance and error handling\n- Add troubleshooting section with common issues\n- Include Python-based hook example for flexibility",
"is_bot": false,
"headline": "docs: add comprehensive examples and best practices guide",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-09T05:46:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8bcfdb97d2f9decd1684cb3dd47a67885b2c9ef",
"body": "- Add 14 tests covering all CLI commands and scenarios\n- Test init, add, list, help, and version commands\n- Add error handling tests for edge cases\n- Test template generation and validation\n- Verify Unix executable permissions\n- Test duplicate detection and invalid hook names\n\nImproves CLI test coverage from 0% to ~90%",
"is_bot": false,
"headline": "test(cli): add comprehensive test suite for CLI tool",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-09T05:46:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b6d674c920e836e9d8cb6bccb66b9a5fbcb2a76",
"body": "- Add 'husky' binary with init, add, list, help, and version commands\n- Provide smart templates for common hooks (pre-commit, commit-msg, pre-push)\n- Add validation for hook names with interactive confirmation\n- Set executable permissions automatically on Unix systems\n- Feature-gated behind 'cli' feature flag to keep library lean\n\nInstall with: cargo install husky-rs --features=cli",
"is_bot": false,
"headline": "feat(cli): add optional CLI tool with init, add, and list commands",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-09T05:46:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7d6032bd0ec12c5cdaf5b10e54e62268bbd96a4",
"body": "- Add hooks_dir() helper for path construction\n- Add should_skip_installation() to check NO_HUSKY_HOOKS env var\n- Add is_valid_hook_name() for hook validation\n- Export SUPPORTED_HOOKS constant with all 27 Git hooks\n- Add 13 comprehensive unit tests covering all edge cases\n- Clearly document all functions as optional utilities\n\nAll functions are optional - zero-config usage remains unchanged",
"is_bot": false,
"headline": "feat(lib): add optional utility functions and comprehensive tests",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-09T05:46:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "265b5db23cdee7f59b150d5dbb50629a0a53fc56",
"body": "- Add cargo:rerun-if-changed for .husky/hooks directory and individual hook files\n- Eliminate need for 'cargo clean' when updating hooks\n- Add validation warnings for empty hooks and missing shebangs\n- Add informative installation messages showing each installed hook\n- Improve user feedback with checkmarks and summary count\n\nBREAKING CHANGE: Build script now automatically detects hook changes without requiring cargo clean",
"is_bot": false,
"headline": "feat(build): add granular rerun triggers and improve logging",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2026-01-09T05:46:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eba6942d7833dff96c520f4897a518faddab31e4",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v5...v6)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/checkout from 5 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-27T02:57:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1217990334dc1db6d74e9ca3d7858bd84380abda",
"body": null,
"is_bot": true,
"headline": "chore(deps): update actions/checkout action to v5",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-08-12T05:52:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bffa295e982f0e2268064c6d10a45737fdf5f19",
"body": null,
"is_bot": true,
"headline": "chore(release-bot): prepare for release notes on v0.1.5",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-06-03T07:17:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d31336b5143b6ecaa797bb06f6d181f996f32401",
"body": null,
"is_bot": true,
"headline": "chore(config): migrate config .github/renovate.json",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-06-03T07:15:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bc771e395ac3818d1ba580c5e5cb5e07276a5b9",
"body": "- Add tests for both relative and absolute paths for husky-rs dependency",
"is_bot": false,
"headline": "test: improve test coverage for different dependency types and scenarios",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2025-06-03T07:06:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d0fa8692a086a3b37707a4d368c76428b6df307",
"body": "Previously, GitHub Actions Windows CI failed when creating temporary test projects due to workspace and system temp directories being on different drives. This caused Cargo.toml dependency resolution failures with cross-drive paths.\n\nChanges:\n- Default to creating temporary test projects in the pare\n[…]\n system temp directory when parent directory unavailable\n- Ensures all dependency paths remain on the same drive during resolution\n\nFixes cross-drive path resolution errors in Windows CI environments.",
"is_bot": false,
"headline": "fix(ci): resolve cross-drive temp dir issue on Windows runners",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2025-06-03T07:06:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "378886894ea55e48be405b19585df2103000ac19",
"body": "This commit addresses several issues related to the test suite and\nthe structure of the build script:\n\n1. **Test Output Cleanliness:**\n - Modified `test_empty_user_hook_script` to capture and assert\n stderr for expected build failures. This prevents error messages\n from polluting the m\n[…]\nde sufficient coverage for `build.rs` behavior.\n\nOverall, these changes result in a cleaner and more robust test suite,\na simpler `build.rs` structure, and resolution of cross-platform\ntesting issues.",
"is_bot": true,
"headline": "fix: simplify build script testing",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2025-05-30T09:41:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "74d6065ff5d343e3c8730251e43c83d51e560bfb",
"body": null,
"is_bot": true,
"headline": "chore(release-bot): prepare for release notes on v0.1.4",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-05-30T03:21:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "436cf976066936233f798dfc6342dedc6b38a431",
"body": null,
"is_bot": false,
"headline": "chore(release): bump version to 0.1.4",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2025-05-30T03:20:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7bdbb496addd316141e06f7147b7dda7cf32fbe",
"body": "I modified the `test_no_hooks_if_env_var_set` integration test to\nexplicitly pass the `NO_HUSKY_HOOKS=1` environment variable to the\n`cargo build` command executed for its temporary test project.\n\nThis change ensures that the `husky-rs` build script (running as a\ndependency) reliably sees the enviro\n[…]\nvariable was not being correctly picked up by the\nbuild script in this specific test, leading to hooks being installed\nwhen they should have been skipped. All tests now pass reliably\nacross platforms.",
"is_bot": true,
"headline": "fix: Ensure NO_HUSKY_HOOKS respected in test environment",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2025-05-30T03:11:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cba70f14bba1dd3073ef6f81e14bc57355b12de1",
"body": "This commit addresses Clippy warnings identified by a more comprehensive linting command (`cargo clippy --all-targets --all-features --workspace -- -D warnings`):\n\n- Replaced `std::io::Error::new(std::io::ErrorKind::Other, ...)` with the more concise `std::io::Error::other(...)` in error handling pa\n[…]\nests/test_husky.rs` by using `.flatten()` on the `Result` iterator from `fs::read_dir`. (Fixes `clippy::manual-flatten`)\n\nAll tests continue to pass and the project builds cleanly after these changes.",
"is_bot": true,
"headline": "fix: Address clippy lints in test suite",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2025-05-30T03:11:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3268b996679160574dbfe1ff7406c4f4c9becffb",
"body": "…ndling\n\nThis commit significantly improves the robustness, testability, and functionality of husky-rs.\n\nBuild Script (`build.rs`):\n- I refactored hook processing logic into more modular functions (`extract_shebang_and_body`, `generate_husky_hook_script`) for clarity and easier unit testing.\n- I add\n[…]\nsymbolic_link_hook` passes, verifying correct installation of symlinked user hooks.\n\nThese changes result in a more reliable husky-rs with better test coverage for core functionalities and edge cases.",
"is_bot": true,
"headline": "feat: Refactor build script, enhance test coverage and fix symlink ha…",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2025-05-30T03:11:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c0550735c5ad0c92641aed0902d9b71834289f4b",
"body": "Improves the robustness and reliability of husky-rs by:\n\n- build: Removing a duplicate \"post-commit\" entry from the list of valid hook names in the build script.\n- test: Expanding test coverage to include:\n - Verification of the `post-commit` hook.\n - Ensuring hooks are not installed when the \n[…]\nr handling in `build.rs`.\n- fix: Applying automated `clippy` suggestions to improve code quality.\n\nAll tests, including the new ones, pass successfully. The project builds cleanly after these changes.",
"is_bot": true,
"headline": "feat: Enhance test coverage and cleanup build script",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2025-05-30T03:11:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4ff5c142cea98325acd7b92e61eb280c0b3d27f0",
"body": null,
"is_bot": true,
"headline": "chore(release-bot): prepare for release notes on v0.1.3",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-12-17T04:11:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29c4a11091f1bf7ec0a8d2b0ad16d6215b964fe2",
"body": null,
"is_bot": false,
"headline": "chore: update the version",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-12-17T04:08:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "915d8dd0128a990d39e35865f176ed40654eb6f0",
"body": "- Enhance readability of installation section\n- Add clear comments for different installation methods\n- Maintain original installation options\n- Improve code block formatting",
"is_bot": false,
"headline": "docs: improve installation instructions",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-11-21T10:51:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3f70ac7ad45b51978d9ceed33df34743949bf0b",
"body": null,
"is_bot": true,
"headline": "chore(release-bot): prepare for release notes on v0.1.2",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-11-21T10:31:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22c4b5f83a92ff9798afd78da0fde7b8911d0ef1",
"body": null,
"is_bot": false,
"headline": "style: clippy",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-11-21T10:28:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca2c436f3b96c42f5cafb077c49e0b187baa3040",
"body": null,
"is_bot": false,
"headline": "docs: update the README",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-11-21T08:09:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29737ce68bfd826494c6add2a42169893a7b0cfb",
"body": null,
"is_bot": false,
"headline": "chore: update the pre-commit",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-11-21T07:49:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d82eccd272fb102865a732d406394cfc8921c3df",
"body": "Closed: #3",
"is_bot": false,
"headline": "fix: prepare-commit-msg does not work",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-11-21T07:42:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "171c3573ecbe83325f1848d9ed0bd272496ac285",
"body": null,
"is_bot": false,
"headline": "feat: impl Error for HuskyError",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-10-02T10:38:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9561890ea2daa8753e97cea02b3fbd9ed2412a0",
"body": null,
"is_bot": false,
"headline": "feat: use NO_HUSKY_HOOKS as environment",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-10-01T15:34:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f678ff86ac5ddd6413dac963ec0350c5fb0496b5",
"body": null,
"is_bot": false,
"headline": "style: lint",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-10-01T15:12:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f51cd2035adaecf234fe7e8928995dfc45bf2a61",
"body": null,
"is_bot": false,
"headline": "feat: support more shebang",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-10-01T15:03:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93d6f74c7eb9026ec6660f58174ae81aab4b49e8",
"body": null,
"is_bot": false,
"headline": "build: add author info",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-10-01T04:24:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecf566255ae176e55474195d5dc00b266e2e9e0a",
"body": null,
"is_bot": false,
"headline": "docs: add some comments",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-10-01T04:21:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26a2d1379b5bc212c0ac1df857d2ab3e4d883222",
"body": null,
"is_bot": false,
"headline": "test: optimize the code",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-10-01T04:07:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38132508bfd8b9d51659fabf1d444f9aec9cab6f",
"body": null,
"is_bot": false,
"headline": "test: add more cases",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-10-01T04:00:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91a2bf5e07940220c454333f4db6568756eda802",
"body": null,
"is_bot": false,
"headline": "style: lint",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-10-01T03:54:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3288ee995cdaea16f9c067f9c5eb30768ef5425a",
"body": null,
"is_bot": false,
"headline": "test: add more cases",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-10-01T03:52:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d78c69eaf5053df599a245a406c9a4d200aa91dd",
"body": null,
"is_bot": false,
"headline": "chore: prepare for the next release",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-09-30T11:47:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73c856b9eb62b589aea4acc31725bb6f77eebcc9",
"body": null,
"is_bot": true,
"headline": "chore(release-bot): prepare for release notes on v0.1.1",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-09-30T11:39:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71ab676380bdd601d0b9b2999c2bd599e557f17d",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 0.1.1",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-09-30T11:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5b8f86589296a2a470b7c783089f3a5b6c3689a",
"body": null,
"is_bot": false,
"headline": "docs: clarify hook installation requirements",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-09-30T11:25:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f6470fa9e9db0dba143b38d9aa53331d50671e4",
"body": null,
"is_bot": false,
"headline": "docs: update the README",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-09-30T10:15:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ed3ce81a24b65bce76cd569af3053399d453852",
"body": null,
"is_bot": false,
"headline": "docs: update the README.md",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-09-30T08:53:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12f4b1e69368457bdd399ae71ecc83be11dca199",
"body": null,
"is_bot": false,
"headline": "fix: tests failure",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-09-30T08:41:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bf1d7a6fd37d0a352ec50622e47fc514c55aca3",
"body": null,
"is_bot": false,
"headline": "style: use lf as line endings",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-09-30T08:29:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a75228e3fe1725659f33eb4f79cbd5d85437e64",
"body": null,
"is_bot": false,
"headline": "test: use dev-dependencies",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-09-30T08:27:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dec8dca783051d0dac22dcc2a14a86f7c63abb8",
"body": null,
"is_bot": false,
"headline": "test: use the random temp dir",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-09-30T08:14:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6f69be36e0d65d18235a894c40effc5860cfa5d",
"body": "- Lint checks now only run on ubuntu-latest\n- Tests run on multiple platforms (ubuntu, windows, macos)",
"is_bot": false,
"headline": "ci: split lint and test jobs across platforms",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-09-30T06:56:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14c6ece87039dfe1d9623eed237b1bfa46c7ddd1",
"body": null,
"is_bot": false,
"headline": "docs: update the README.md",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-09-30T06:53:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4941827aa6fc887bcb102c4d644b6aef1c757e82",
"body": null,
"is_bot": true,
"headline": "chore(release-bot): prepare for release notes on v0.1.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2024-09-30T06:29:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a642bd8eaae4f2cd25cb3f013795be3e59c30b56",
"body": null,
"is_bot": false,
"headline": "feat: use only Rust std library",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-09-30T06:24:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "383c300720973b670dae8e35f9b214070f57e09a",
"body": null,
"is_bot": false,
"headline": "fix: cannot create hooks on unix-like os",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-09-30T05:59:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05aa525ef3bd6e7652c32123315f6ff234e20b4c",
"body": null,
"is_bot": false,
"headline": "ci: reorder execution steps",
"author_name": "Mystic",
"author_login": "pplmx",
"committed_at": "2024-09-30T03:29:09Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 14,
"commits_last_year": 46,
"latest_release_at": "2026-07-24T09:38:02Z",
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 8,
"days_since_latest_release": 0,
"mean_days_between_releases": 46.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 100,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "husky-rs",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"git",
"hooks",
"development-tools",
"pre-commit",
"husky",
"command-line-utilities",
"development-tools"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/husky-rs",
"is_deprecated": false,
"latest_version": "0.4.0",
"repository_url": "https://github.com/pplmx/husky-rs",
"versions_count": 14,
"total_downloads": 84433,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 13973,
"first_published_at": "2024-09-28T15:45:27.632362Z",
"latest_published_at": "2026-07-24T09:38:44.698794Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 39,
"watchers": 1,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile",
"justfile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml"
],
"largest_source_bytes": 44820,
"source_files_sampled": 8,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"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": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 8,
"open_issues": 1,
"closed_ratio": 0.667,
"closed_issues": 2,
"closed_unmerged_prs": 6
},
"bus_factor": 1,
"bot_contributors": 4,
"top_contributors": [
{
"type": "User",
"login": "pplmx",
"commits": 109,
"avatar_url": "https://avatars.githubusercontent.com/u/26994103?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"cd.yml",
"ci.yml",
"coverage.yml",
"labeler.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/28 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "17 commit(s) and 1 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": 4,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "2bda1e8909b46d79b9ad0e5616495448fe2583c4",
"ran_at": "2026-07-24T12:16:10Z",
"aggregate_score": 5.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-24T09:38:27Z",
"oldest_open_prs": [
{
"number": 17,
"created_at": "2026-06-18T19:07:56Z",
"last_comment_at": "2026-06-18T19:09:43Z",
"last_comment_author": "codecov"
}
],
"last_merged_pr_at": "2026-05-14T05:24:29Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 2,
"created_at": "2024-09-30T03:20:10Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/pplmx/husky-rs",
"host": "github.com",
"name": "husky-rs",
"owner": "pplmx"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"security": 53,
"vitality": 76,
"community": 60,
"governance": 51,
"engineering": 84
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 76,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"commits_last_year": 46,
"human_commit_share": 0.84,
"days_since_last_push": 0,
"active_weeks_last_year": 8
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "46 commits in the last year",
"points": 15,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 46
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "17 commit(s) and 1 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": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 14,
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 46.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "14 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 14
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~46.7 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 46.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 60,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"forks": 0,
"stars": 39,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "39 stars",
"points": 25.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 39
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 69,
"inputs": {
"packages": [
"husky-rs"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 84433,
"monthly_downloads": 13973
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "13,973 downloads/month across crates",
"points": 55.3,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 13973,
"ecosystems": "crates"
}
}
],
"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": "moderate",
"name": "Sustainability & Governance",
"value": 51,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"merged_prs": 8,
"open_issues": 1,
"closed_issues": 2,
"issue_closed_ratio": 0.667,
"closed_unmerged_prs": 6
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "67% of issues closed",
"points": 31.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 67
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "8/14 decided PRs merged",
"points": 21.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 8,
"decided": 14
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/28 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": 58,
"inputs": {
"followers": 37,
"owner_type": "User",
"is_verified": null,
"owner_login": "pplmx",
"public_repos": 66,
"account_age_days": 3395
},
"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": "37 followers of pplmx",
"points": 11.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 37,
"login": "pplmx"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "66 public repos, account ~9 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 66
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"husky-rs"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "14 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 14
}
}
],
"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": 84,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "5 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 5
}
}
],
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"git-hooks",
"hooks",
"husky",
"git-hook",
"husky-rs"
],
"has_wiki": true,
"homepage": "https://crates.io/crates/husky-rs",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://crates.io/crates/husky-rs",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 53,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 53,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 5.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "17 commit(s) and 1 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 detected",
"points": 2,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 64,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "84 of 84 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 84,
"sampled": 84
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile",
"justfile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.05,
"toolchain_manifests": [
"Cargo.toml"
],
"dependency_bot_commit_share": 0.05
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile, justfile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, justfile"
}
}
],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "5 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 5,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "5 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 5,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 44820,
"source_files_sampled": 8,
"oversized_source_files": 0
},
"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": "0/8 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 8,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"deps.dev does not index crates:husky-rs@0.4.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-24T12:16:17.738717Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/pplmx/husky-rs.svg",
"full_name": "pplmx/husky-rs",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}