You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
admin: refresh stale doc comments after write endpoints (Claude review)
Three doc-only fixes from Claude's review on PR #634 — the
behavioural changes from this PR's commit series moved past
their original comments:
- ServerDeps.Tables description still said "read-only DynamoDB
admin source" but TablesSource now exposes AdminCreateTable
and AdminDeleteTable too.
- buildAPIMux godoc layout omitted POST /dynamo/tables and
DELETE /dynamo/tables/{name}, and the "(auth required,
read-only)" annotation on the GET lines was wrong.
- The dynamoChain wiring comment said "Read-only endpoints
share the protect chain..." but the chain now serves both
reads and writes; the rationale (Audit no-ops for GET) is
unchanged.
No behavioural change; doc-only.
0 commit comments