-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: TMHSDigital/Docker-Developer-Tools
base: v1.2.1
head repository: TMHSDigital/Docker-Developer-Tools
compare: v1.3.0
- 7 commits
- 36 files changed
- 2 contributors
Commits on Apr 24, 2026
-
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
Configuration menu - View commit details
-
Copy full SHA for 1fc0e3c - Browse repository at this point
Copy the full SHA 1fc0e3cView commit details
Commits on Apr 25, 2026
-
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
Configuration menu - View commit details
-
Copy full SHA for d5a6c2e - Browse repository at this point
Copy the full SHA d5a6c2eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 033ce77 - Browse repository at this point
Copy the full SHA 033ce77View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 093cd4c - Browse repository at this point
Copy the full SHA 093cd4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 483228c - Browse repository at this point
Copy the full SHA 483228cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae8f85d - Browse repository at this point
Copy the full SHA ae8f85dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16afa03 - Browse repository at this point
Copy the full SHA 16afa03View 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 v1.2.1...v1.3.0