Skip to content

docs: add missing packages and proxy mode to CONTRIBUTING.md#2957

Merged
lpcox merged 1 commit intomainfrom
docs/contributing-missing-packages-2905
Mar 31, 2026
Merged

docs: add missing packages and proxy mode to CONTRIBUTING.md#2957
lpcox merged 1 commit intomainfrom
docs/contributing-missing-packages-2905

Conversation

@lpcox
Copy link
Copy Markdown
Collaborator

@lpcox lpcox commented Mar 31, 2026

Problem

Nightly Documentation Reconciler (#2905) found 2 discrepancies in CONTRIBUTING.md:

  1. Project structure missing 5 packagesinternal/proxy/, internal/httputil/, internal/oidc/, internal/strutil/, and internal/syncutil/ exist in the codebase but were not listed in the project structure tree or Key Directories section.

  2. Core Features missing proxy mode — The awmg proxy subcommand is a major feature with its own reference doc (docs/PROXY_MODE.md) but was not mentioned in the Architecture Notes.

Fix

  • Added all 5 missing packages to the project structure tree and Key Directories list (alphabetically sorted)
  • Added HTTP forward proxy mode (awmg proxy) to Core Features
  • Added OIDC authentication to Core Features

Closes #2905

Add 5 missing internal packages to the project structure tree and
Key Directories list: proxy/, httputil/, oidc/, strutil/, syncutil/.

Add HTTP forward proxy mode and OIDC auth to the Core Features list.

Closes #2905

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 31, 2026 23:21
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates contributor documentation to match the repository’s current internal package layout and feature set, addressing discrepancies found by the nightly docs reconciler (Issue #2905).

Changes:

  • Adds missing internal packages (httputil, oidc, proxy, strutil, syncutil) to the Project Structure tree and Key Directories list.
  • Updates Architecture Notes → Core Features to mention HTTP forward proxy mode (awmg proxy) and OIDC authentication.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

📚 Documentation Reconciliation Report - 2026-03-31

2 participants