Skip to content

fix: replace invalid commit-docs workflow command#970

Open
tsubasakong wants to merge 1 commit intogsd-build:mainfrom
tsubasakong:lucas/fix-968-commit-docs-command
Open

fix: replace invalid commit-docs workflow command#970
tsubasakong wants to merge 1 commit intogsd-build:mainfrom
tsubasakong:lucas/fix-968-commit-docs-command

Conversation

@tsubasakong
Copy link

@tsubasakong tsubasakong commented Mar 8, 2026

What

  • replace the invalid commit-docs workflow step in validate-phase with the supported commit command
  • pass the generated VALIDATION.md path via --files so the docs-only commit still targets the intended file
  • update the matching plan-phase guidance so both workflows stay consistent

Fixes #968.

Why

  • replace the invalid commit-docs workflow step in validate-phase with the supported commit command
  • pass the generated VALIDATION.md path via --files so the docs-only commit still targets the intended file
  • update the matching plan-phase guidance so both workflows stay consistent

Fixes #968.

Testing

  • Tested on macOS
  • Tested on Windows
  • Tested on Linux

Validation notes:

  • git diff --check
  • rg -n "commit-docs" get-shit-done/workflows/validate-phase.md get-shit-done/workflows/plan-phase.md

Checklist

  • Follows GSD style (no enterprise patterns, no filler)
  • Updates CHANGELOG.md for user-facing changes
  • No unnecessary dependencies added
  • Works on Windows (backslash paths tested)

Breaking Changes

None

Fixes #968

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

commit-docs is not a valid gsd-tools command

1 participant