docs(#5954): link per-repo config header to user-facing docs - #5956
Open
fullsend-ai-coder[bot] wants to merge 1 commit into
Open
docs(#5954): link per-repo config header to user-facing docs#5956fullsend-ai-coder[bot] wants to merge 1 commit into
fullsend-ai-coder[bot] wants to merge 1 commit into
Conversation
The perRepoConfigHeader constant referenced "ADR 0033" — an internal design record with no link. Users reading their generated .fullsend/config.yaml had no way to find it, and ADRs are written for maintainers, not end users. Replace the bare ADR reference with a direct URL to the published layered-config-reference guide on fullsend.sh. Add a regression test asserting the header links to user-facing docs and does not cite internal ADRs. Closes #5954 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
🤖 Finished Review · ✅ Success · Started 8:09 PM UTC · Completed 8:18 PM UTC |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Looks good to me |
This was referenced Aug 6, 2026
Open
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
Replace the bare "ADR 0033" reference in the generated per-repo
.fullsend/config.yamlheader with a direct link to the published user-facing documentation athttps://fullsend.sh/docs/guides/infrastructure/layered-config-reference.Related Issue
Closes #5954
Changes
perRepoConfigHeaderininternal/config/config.goto replace the internal ADR citation with the published docs URLTestPerRepoConfigHeaderPointsToUserDocsregression test asserting the header links to user-facing docs and does not reference internal ADRsTesting
go test ./internal/config/...passesTestPerRepoConfigHeaderPointsToUserDocsadded and passinggo vet ./internal/config/...passesCloses #5954
Post-script verification
agent/5954-config-header-link)900d4f429bf350a5a86701d97c08af848d48caf5..HEAD)