Skip to content

fix: --help footer points at docs site, not GitHub repo (#19)#24

Merged
kevinkod merged 1 commit intomainfrom
fix/help-docs-url
May 1, 2026
Merged

fix: --help footer points at docs site, not GitHub repo (#19)#24
kevinkod merged 1 commit intomainfrom
fix/help-docs-url

Conversation

@kevinkod
Copy link
Copy Markdown
Contributor

@kevinkod kevinkod commented May 1, 2026

Summary

  • Adds the canonical docs URL (specflow.makerlabs.dev, shipped in v0.7.0 via issue Add html doc with github pages #1) to specflow --help and demotes the GitHub repo to a separate Source: line so users discovering specflow via --help land on the curated docs first.
  • Also drops the #19 section from .claude/agents/qa-tester/memory/tracked-findings.md so the next QA run re-verifies the fix from a fresh-eyes perspective.

Before:

Docs:  https://github.com/mkrlabs/specflow

After:

Docs:    https://specflow.makerlabs.dev
Source:  https://github.com/mkrlabs/specflow

Closes #19.

Test plan

  • deno task test — 318 tests pass.
  • Pre-commit hook (fmt + lint + bundle + check) green.
  • deno run --allow-all src/main.ts --help shows both URLs.
  • Post-merge: next qa-tester dispatch re-verifies the help footer line cleanly.

🤖 Generated with Claude Code

Adds the canonical docs URL (specflow.makerlabs.dev, shipped in v0.7.0 via issue #1) to the --help output and demotes the GitHub repo to a separate 'Source:' line so users discovering specflow via --help land on the curated docs first.

Before:

  Docs:  https://github.com/mkrlabs/specflow

After:

  Docs:    https://specflow.makerlabs.dev

  Source:  https://github.com/mkrlabs/specflow

Also drops the #19 section from .claude/agents/qa-tester/memory/tracked-findings.md so the next QA run re-verifies the fix from a fresh-eyes perspective.

Closes #19.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@kevinkod kevinkod merged commit 94b1112 into main May 1, 2026
4 checks passed
@kevinkod kevinkod deleted the fix/help-docs-url branch May 1, 2026 23:13
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.

specflow --help footer points at GitHub repo instead of docs site

1 participant