-
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.12.1
head repository: TMHSDigital/Home-Lab-Developer-Tools
compare: v0.13.0
- 7 commits
- 40 files changed
- 3 contributors
Commits on Apr 24, 2026
-
chore: add standards-version marker to agent context files (#12)
Companion to the skill/rule rollout completed on 2026-04-24 (see TMHSDigital/Developer-Tools-Directory#1). Adds `<!-- standards-version: 1.6.3 -->` as the first line of AGENTS.md and/or CLAUDE.md in this repo. HTML comment format used instead of YAML frontmatter to preserve the pure-markdown convention of these prose guidance documents and avoid risk with GitHub Pages generators. Enables the agent-file drift checker (Phase 2) to verify project-level guidance files reference the current meta-repo standards version. Signed-off-by: 154358121+TMHSDigital@users.noreply.github.com Signed-off-by: 154358121+TMHSDigital@users.noreply.github.com
Configuration menu - View commit details
-
Copy full SHA for 360fec6 - Browse repository at this point
Copy the full SHA 360fec6View commit details
Commits on Apr 25, 2026
-
fix: paths-ignore should exclude agent files from release triggers (#13)
GitHub Actions paths-ignore globs are root-only - the existing *.md filter does not match subdirectory files like skills/foo/SKILL.md or rules/bar.mdc. As a result, agent file changes were triggering release.yml on push to main, even though those files are documentation, not features. Adds explicit paths-ignore entries for skills/**, rules/**/*.mdc, AGENTS.md, and CLAUDE.md so agent-file-only commits do not trigger releases. Discovered during Phase 2 Session D D-0 audit. Prerequisite for the v1.7.x signal rollout (Session D main batch). See TMHSDigital/Developer-Tools-Directory#1 Phase 2 Session D. Signed-off-by: 154358121+TMHSDigital@users.noreply.github.com Made-with: Cursor Signed-off-by: 154358121+TMHSDigital@users.noreply.github.com
Configuration menu - View commit details
-
Copy full SHA for a4da6de - Browse repository at this point
Copy the full SHA a4da6deView commit details -
feat: align with ecosystem standards v1.7.0 and add drift-check workf…
…low (#14) Bumps standards-version signals across all skills, rules, and agent context files from 1.6.3 to 1.7.0 to align with the meta-repo's v1.7 standards generation. Adds .github/workflows/drift-check.yml as a standalone workflow that runs the meta-repo's drift checker against this repo's checkout on every PR and push to main. Standalone rather than integrated into existing CI workflows, matching the pattern established in CFX canary (TMHSDigital/CFX-Developer-Tools#4). Phase 2 Session D rollout. Parallel batch following the validated canary pattern. See TMHSDigital/Developer-Tools-Directory#1 Phase 2 Session D. Signed-off-by: 154358121+TMHSDigital@users.noreply.github.com Made-with: Cursor Signed-off-by: 154358121+TMHSDigital@users.noreply.github.com
Configuration menu - View commit details
-
Copy full SHA for 78e999f - Browse repository at this point
Copy the full SHA 78e999fView commit details -
feat: integrate release-doc-sync action to keep CHANGELOG/CLAUDE/ROAD…
…MAP aligned (#15) Adds the release-doc-sync@v1.0 composite action from the meta-repo to release.yml. After plugin.json is bumped on auto-release, the action edits CHANGELOG.md, CLAUDE.md, and ROADMAP.md to reflect the new version. The existing commit-and-tag step picks up the doc changes. Phase 2c rollout following the Docker smoke test pattern. The action is verified working at v1.8.2 (pinned via @v1.0 floating tag). Refs TMHSDigital/Developer-Tools-Directory#5. Signed-off-by: 154358121+TMHSDigital@users.noreply.github.com Signed-off-by: 154358121+TMHSDigital@users.noreply.github.com
Configuration menu - View commit details
-
Copy full SHA for 4e7a0ff - Browse repository at this point
Copy the full SHA 4e7a0ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17e4eef - Browse repository at this point
Copy the full SHA 17e4eefView commit details -
chore: trigger release for Phase 2c release-doc-sync verification
Empty commits are suppressed by release.yml paths-ignore (vacuous match), so this touches a non-ignored path to force a release run that exercises the newly-integrated release-doc-sync@v1.0 action. Refs TMHSDigital/Developer-Tools-Directory#5.
Configuration menu - View commit details
-
Copy full SHA for 5e271b7 - Browse repository at this point
Copy the full SHA 5e271b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d237add - Browse repository at this point
Copy the full SHA d237addView 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.12.1...v0.13.0