docs: fix stale toolchain and config references - #1011
Open
jiashuoz wants to merge 1 commit into
Open
Conversation
AGENTS.md's toolchain line still said Go 1.25 in go.mod and Go 1.26 for the Dockerfiles; go.mod is now on 1.26.0 and the Dockerfiles moved to golang:1.27-alpine. CONTRIBUTING.md's prerequisites table had the same stale Go 1.25. AGENTS.md's package catalog never mentioned `internal/sendingpolicy`, the sending-protection runtime policy package (the sole provider- authorization gate, ramp/budget composition, operator activation) that several recent PRs built out under "Send guards & accounting". docs/deployment.md's OIDC config table omitted `E2A_OIDC_LOGOUT_URL`, which config.example.yaml and internal/config already document and internal/auth wires up as the optional post-logout redirect. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CR23fVs5zSjJreAZYtpQkb
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
Small doc-only audit pass fixing three stale/incomplete references found by cross-checking docs against current code, config, and CI:
AGENTS.md— the "Toolchain versions" line still saidgo.moddeclares Go 1.25 and the Dockerfiles build with Go 1.26.go.modis nowgo 1.26.0(CI runsgo-version: "1.26"), andDockerfile/Dockerfile.probermoved togolang:1.27-alpine.CONTRIBUTING.md— the prerequisites table had the same staleGo 1.25entry.AGENTS.md— the "Send guards & accounting" package list under "Backend architecture" never mentionedinternal/sendingpolicy, the sending-protection runtime policy package (the sole provider-authorization gate, ramp/budget composition, operator activation) that several recent PRs built out.docs/deployment.md— the OIDC config table omittedE2A_OIDC_LOGOUT_URL, whichconfig.example.yamlandinternal/configalready document andinternal/authwires up as the optional post-logout redirect.No behavior changes — documentation only.
Client surface checklist
Not applicable — this PR is documentation-only and touches no API or client surface.
Operational risk
None — Markdown-only changes.
Test plan
go.mod:3,Dockerfile:7,Dockerfile.prober:10,.github/workflows/test.ymlgo-versionentries,internal/sendingpolicy/gate.go,internal/config/config.go:242-245,778-779,internal/auth/auth.go:191-195,553-558,config.example.yaml:86-91.scripts/check-repository-text-integrity.sh— passes (no merge-conflict markers, JSON files untouched).🤖 Generated with Claude Code
https://claude.ai/code/session_01CR23fVs5zSjJreAZYtpQkb
Generated by Claude Code