Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TMHSDigital/Home-Lab-Developer-Tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.1
Choose a base ref
...
head repository: TMHSDigital/Home-Lab-Developer-Tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.0
Choose a head ref
  • 7 commits
  • 40 files changed
  • 3 contributors

Commits on Apr 24, 2026

  1. 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
    TMHSDigital authored Apr 24, 2026
    Configuration menu
    Copy the full SHA
    360fec6 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2026

  1. 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
    TMHSDigital authored Apr 25, 2026
    Configuration menu
    Copy the full SHA
    a4da6de View commit details
    Browse the repository at this point in the history
  2. 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
    TMHSDigital authored Apr 25, 2026
    Configuration menu
    Copy the full SHA
    78e999f View commit details
    Browse the repository at this point in the history
  3. 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
    TMHSDigital authored Apr 25, 2026
    Configuration menu
    Copy the full SHA
    4e7a0ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17e4eef View commit details
    Browse the repository at this point in the history
  5. 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.
    TMHSDigital committed Apr 25, 2026
    Configuration menu
    Copy the full SHA
    5e271b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d237add View commit details
    Browse the repository at this point in the history
Loading