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/Docker-Developer-Tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: TMHSDigital/Docker-Developer-Tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 7 commits
  • 36 files changed
  • 2 contributors

Commits on Apr 24, 2026

  1. chore: add standards-version marker to agent context files (#22)

    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
    1fc0e3c 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 (#23)

    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
    d5a6c2e 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 (#24)
    
    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
    033ce77 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 (#26)
    
    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.
    
    Smoke test for Phase 2b of TMHSDigital/Developer-Tools-Directory#5
    resolution. After this PR merges, the next auto-release will exercise
    the action end-to-end. Subsequent PRs should see the doc-consistency
    tests pass.
    
    Refs TMHSDigital/Developer-Tools-Directory#5.
    
    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
    093cd4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    483228c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae8f85d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16afa03 View commit details
    Browse the repository at this point in the history
Loading