Skip to content

docs(homerun): replace stale dagger init boilerplate with real description - #280

Merged
patrick-hermann-sva merged 1 commit into
mainfrom
chore/homerun-docstring
May 27, 2026
Merged

docs(homerun): replace stale dagger init boilerplate with real description#280
patrick-hermann-sva merged 1 commit into
mainfrom
chore/homerun-docstring

Conversation

@patrick-hermann-sva

Copy link
Copy Markdown
Contributor

Summary

  • homerun/main.go still carried the dagger init placeholder ("serves as a reference to basic module structure as you get started with Dagger") even though the module has been built out with six real Redis functions.
  • Replaces the docstring with a short description of what the module actually exposes.

Why

The stale docstring was the only thing making issue #262 still classify homerun as a "stub to retire or implement." With this in place, the audit reality matches the code reality:

  • RedisService, RunRedis, RedisCli, TestRedisConnection, GeneratePassword, RunTestWithRedis — all real, used.
  • Wired into the Taskfile (task test-homerun) and listed in the top-level README.md module index.

So this closes the homerun bullet under P3 of #262 — no module retirement needed.

Refs #262.

Test plan

  • go build ./... in homerun/ passes
  • No functional change — purely a top-of-file comment edit

🤖 Generated with Claude Code

…ription

The module is no longer a stub — it has six Redis-related functions
(RedisService, GeneratePassword, RunRedis, RedisCli, TestRedisConnection,
RunTestWithRedis) and is wired into the Taskfile via `test-homerun`.
Update the top-of-file docstring to reflect what the module actually does.

Refs #262

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@patrick-hermann-sva
patrick-hermann-sva merged commit 4eb2508 into main May 27, 2026
3 checks passed
@patrick-hermann-sva
patrick-hermann-sva deleted the chore/homerun-docstring branch May 27, 2026 18:47
@patrick-hermann-sva

Copy link
Copy Markdown
Contributor Author

🎉 This PR is included in version 0.115.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant