Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/development/STRUCTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ The gateway sidecar holds credentials and enforces policies:
```
gateway/
├── gateway.py # Main HTTP server
├── _module_loader.py # Sibling-module bootstrap loader (isolated to keep gateway.py out of the dynamic-import seed set; do not add gateway imports here)
├── git_client.py # Git operation handler
├── github_client.py # GitHub API handler (supports bot/user/reviewer modes)
├── policy.py # Branch ownership, push policies, reviewer identity management
Expand Down
Loading