M109_003: drop dead UZ-AUTH-009/010 rows + record error-reference/hint fixes#121
Merged
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
…ence Both codes were superseded by UZ-AUTH-022 and have no producer in the agentsfleetd error registry, contradicting this page's own generation note (line 29). Only these two producerless live-looking rows are removed. Intentionally kept: UZ-AUTH-021 (struck-through historical row, per commit f64e20c "keep retired UZ-AUTH-021 visible") and the UZ-SLK-021 gap-note prose. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
… hint fix Records the two user-facing corrections in this workstream: the removed dead UZ-AUTH-009/010 rows and the corrected UZ-PROVIDER-003 credential hint (api_key optional for an openai-compatible endpoint). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
3a25b3d to
c176c41
Compare
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.
Docs half of M109_003 (schema/registry drift reconciliation). Pairs with agentsfleet PR #474.
Changes
api-reference/error-codes.mdx— removed theUZ-AUTH-009andUZ-AUTH-010rows. Both are producerless in the server registry (superseded byUZ-AUTH-022), contradicting this page's own generation note.UZ-AUTH-021(struck-through historical row, perf64e20c"keep retired UZ-AUTH-021 visible") and theUZ-SLK-021numbering-gap prose — both are intentional documentation, not dead rows.changelog.mdx— newFixes / APIentry for the error-reference cleanup and theUZ-PROVIDER-003hint correction (the hint change itself ships in agentsfleet PR #474).Verification
Corrected registry-vs-doc diff (union of
error_entries.zig+error_entries_runtime.zig, named-constant entries included, deliberately-documented historical codes subtracted) is empty — no live-looking doc row lacks a producer.🤖 Generated with Claude Code
Greptile Summary
This documentation-only PR removes two dead error-code rows (
UZ-AUTH-009,UZ-AUTH-010) fromapi-reference/error-codes.mdxand adds a matching changelog entry. Both codes have no producer in the server registry (superseded byUZ-AUTH-022), making their removal a correctness fix aligned with the page's own "generated from the server's error registry" note.api-reference/error-codes.mdx— two rows dropped;UZ-AUTH-021(struck-through historical entry) and all surrounding rows are untouched.changelog.mdx— newFixes / APIentry for this cleanup plus aUZ-PROVIDER-003hint correction (the hint text is already correct inerror-codes.mdx; the corresponding server-side change is tracked in agentsfleet PR #474).Confidence Score: 5/5
Safe to merge — removes two dead documentation rows and adds a changelog entry with no structural side-effects.
Both changed files are documentation only. The row deletions are narrow and correct: UZ-AUTH-009 and UZ-AUTH-010 had no producer in the server registry and were superseded by UZ-AUTH-022. The retained historical entries (UZ-AUTH-021, UZ-SLK-021 gap prose) are untouched and intentional. The changelog entry accurately describes the error-reference cleanup; the UZ-PROVIDER-003 timing concern was raised in a prior review thread and is a known cross-PR coordination item.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[Server error registry\nerror_entries.zig +\nerror_entries_runtime.zig] -->|produces| B[UZ-AUTH-022\nInsufficient scope] A -->|no producer| C[UZ-AUTH-009\nInsufficient role ❌] A -->|no producer| D[UZ-AUTH-010\nUnsupported role ❌] B --> E[api-reference/error-codes.mdx\nAuthentication section] C -->|removed by this PR| E D -->|removed by this PR| E F[UZ-AUTH-021\nstruck-through historical] -->|intentionally kept| E E --> G[changelog.mdx\nFixes/API entry Jul 03 2026]%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%% flowchart TD A[Server error registry\nerror_entries.zig +\nerror_entries_runtime.zig] -->|produces| B[UZ-AUTH-022\nInsufficient scope] A -->|no producer| C[UZ-AUTH-009\nInsufficient role ❌] A -->|no producer| D[UZ-AUTH-010\nUnsupported role ❌] B --> E[api-reference/error-codes.mdx\nAuthentication section] C -->|removed by this PR| E D -->|removed by this PR| E F[UZ-AUTH-021\nstruck-through historical] -->|intentionally kept| E E --> G[changelog.mdx\nFixes/API entry Jul 03 2026]Reviews (2): Last reviewed commit: "docs(m109-003): changelog — error-refere..." | Re-trigger Greptile