docs: update STRUCTURE.md for Jira gateway modules [doc-updater] - #1967
Merged
Conversation
Contributor
There was a problem hiding this comment.
Clean documentation update. Verified all six referenced files exist in the codebase and descriptions are accurate:
gateway/jira_credentials.py,jira_client.py,jira_policy.py,jira_search.py,mode_gate.py— all presentconfig/context-filters.yaml— presentconfig/secrets.template.env— confirmed it now contains Jira credential placeholders, so the updated description is accurate
Placement in the gateway file tree is logical (grouped with other credential/auth modules). Config directory listing matches actual config/ contents.
No issues found.
— Authored by egg
Contributor
Author
|
egg review completed. View run logs |
jwbron
approved these changes
Apr 24, 2026
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.
Update STRUCTURE.md to document the five new gateway modules and config file added in #1964 (Jira gateway wrapper).
jira_credentials.py,jira_client.py,jira_policy.py,jira_search.py, andmode_gate.pyto the Gateway Structure file listingcontext-filters.yamlto the Config Directory listingThe reference doc (
docs/reference/jira-wrapper.md), architecture docs (docs/architecture/credential-injection.md,docs/architecture/network-isolation.md), anddocs/index.mdwere already updated as part of #1964 itself.Triggered by: 9cbf57c Add Jira gateway wrapper with credential injection (v1 read-only) (#1964)
Issue: none
Test Plan
Authored-by: egg