Add module wiring demo doc - #174
Merged
Merged
Conversation
Explain how the go and playwright modules get this project's services through dagger.toml settings (backend:go-test-base, frontend:serve), in the style of the other demo markdowns, and link it from the README. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EHKHLqZyQHq9YD267tEHNY
Contributor
|
Test this PR by running the following command: Run this branch locally: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
MODULE_WIRING.md, a demo doc in the style ofDEBUGGER_AGENT.md/SWE_AGENT.md, explaining how the reusablegoandplaywrightmodules get this project's services throughdagger.tomlsettings (base = "backend:go-test-base",service = "frontend:serve") instead of custom check functionsGoTestBase(), and a "How do I try it?" walkthroughVerification
Every command in the doc was run on
DAGGER_X_RELEASE=v1.0.0-beta.11:dagger check go:test-all -v→ 6 passed withgreetings-apirunning as a servicedagger api call backend go-test-base→ resolves to a Containerbasecommented out,dagger check go:test-all -vvv→4 skipped, 2 passed, as the final step describesDocs only; no code or config changes.
🤖 Generated with Claude Code
https://claude.ai/code/session_01EHKHLqZyQHq9YD267tEHNY