-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: TMHSDigital/Home-Lab-Developer-Tools
base: v0.13.1
head repository: TMHSDigital/Home-Lab-Developer-Tools
compare: v0.13.2
- 11 commits
- 45 files changed
- 3 contributors
Commits on Apr 25, 2026
-
ci: bump actions/checkout from 4 to 6 (#5)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 12438bc - Browse repository at this point
Copy the full SHA 12438bcView commit details -
ci: bump actions/setup-python from 5 to 6 (#7)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 58bc758 - Browse repository at this point
Copy the full SHA 58bc758View commit details -
ci: bump actions/upload-pages-artifact from 4 to 5 (#9)
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1d5c715 - Browse repository at this point
Copy the full SHA 1d5c715View commit details -
deps: bump @types/node from 25.5.2 to 25.6.0 in /mcp-server (#6)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.5.2 to 25.6.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3925af5 - Browse repository at this point
Copy the full SHA 3925af5View commit details -
deps: bump vitest from 4.1.2 to 4.1.4 in /mcp-server (#8)
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 4.1.2 to 4.1.4. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.1.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 623c867 - Browse repository at this point
Copy the full SHA 623c867View commit details -
deps: bump typescript from 5.9.3 to 6.0.3 in /mcp-server (#10)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8a96c15 - Browse repository at this point
Copy the full SHA 8a96c15View commit details
Commits on Apr 26, 2026
-
chore: bump standards-version signals and drift-check pin to 1.9.0 (#18)
* chore: bump standards-version signals and drift-check pin to 1.9.0 Aligns with the meta-repo's v1.9.0 release (DTD#12 stale-counts policy correction shipped 2026-04-25). Per Phase 2 Decision 1 (same-major-minor signal granularity), tool repos should track the meta-repo's current MINOR. Two coordinated changes: 1. Bumps standards-version from 1.7.0 to 1.9.0 across all SKILL.md, .mdc, AGENTS.md (where present), and CLAUDE.md (where present) files in this repo. Eliminates the 2-minor drift that has been showing as version-signal errors in this repo's drift-check workflow runs. 2. Bumps the drift-check composite-action pin in .github/workflows/drift-check.yml from @v1.7 to @v1.9. The action carries the meta-repo VERSION it ships with; the @v1.7 pin compared this repo's signals against an older meta-version, surfacing the bumped tool signals as inverse-direction warnings. Pinning to @v1.9 (DTD#14 floating tag) keeps the comparison aligned within the current MINOR. Refs TMHSDigital/Developer-Tools-Directory#12. Signed-off-by: TMHSDigital <154358121+TMHSDigital@users.noreply.github.com> Made-with: Cursor * chore: re-trigger CI after v1.9.1 action.yml fix Made-with: Cursor --------- Signed-off-by: TMHSDigital <154358121+TMHSDigital@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c37a26e - Browse repository at this point
Copy the full SHA c37a26eView commit details -
chore: add validate-counts job for README aggregate count enforcement (…
…#19) Adds a validate-counts job that enforces README.md aggregate count claims match the actual filesystem counts of skills/SKILL.md and rules/*.mdc. Mirrors the canonical pattern shipping in CFX and Unity. Filesystem walk (not plugin.json introspection) because this repo uses glob-based plugin.json (`"skills": ["skills/**/SKILL.md"]`), where len(m['skills']) would always return 1. The walk approach matches what the existing "Count components" step already does informationally; this job promotes it to enforcement. Currently passes (skill/rule counts match README claims). Pure CI hardening; catches future drift before it ships. Refs TMHSDigital/Developer-Tools-Directory#39. Made-with: Cursor Signed-off-by: TMHSDigital <154358121+TMHSDigital@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0d6b763 - Browse repository at this point
Copy the full SHA 0d6b763View commit details -
fix: backfill DCO and inbound license grant section in CONTRIBUTING.md (
#20) Tracks DTD#46. Adds the verbatim grant paragraph and Signed-off-by guidance mandated by standards/licensing.md but previously absent from this repo's CONTRIBUTING.md. Made-with: Cursor
Configuration menu - View commit details
-
Copy full SHA for c67e03b - Browse repository at this point
Copy the full SHA c67e03bView commit details -
fix: remove paths-ignore from release.yml so content edits fire relea…
…se pipeline (#21) Tracks DTD#47. The previous paths-ignore excluded .github/**, docs/**, *.md, LICENSE, skills/**, rules/**/*.mdc, AGENTS.md, CLAUDE.md from release triggers, which silently prevented content additions and AGENTS.md/CLAUDE.md edits from firing release-doc-sync reconciliation. With paths-ignore removed, every push to main now starts release.yml; the workflow's internal commit-message parsing decides whether to actually release. Made-with: Cursor
Configuration menu - View commit details
-
Copy full SHA for b7adc86 - Browse repository at this point
Copy the full SHA b7adc86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28dc9c6 - Browse repository at this point
Copy the full SHA 28dc9c6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.13.1...v0.13.2