Gap Details
Type: missing (priority 3)
File: .claude/skills/gh-aw-report/references/gh-aw-architecture.md
Section: gh-aw CLI Extension or Safe-Outputs System
Current Content
The architecture file does not document the SideRepoOps context concept (workflowRepo vs eventRepo distinction) used in gh-aw comment scripts and workflow operations.
Expected Change
Add documentation about SideRepoOps context:
SideRepoOps Context (workflowRepo vs eventRepo)
gh-aw provides a native SideRepoOps context that distinguishes between:
workflowRepo: The repository where the gh-aw workflow is defined
eventRepo: The repository that triggered the event (may differ in cross-repo scenarios)
This context is used internally for comment scripts and is particularly relevant for cross-repository safe-output operations. The distinction matters when using target-repo or allowed-repos in safe-outputs, or when writing workflows that operate across repositories.
Note: SideRepoOps was refactored for native context in gh-aw PR #26953 (2026-04-18).
Source
Acceptance Criteria
Generated by Daily Intelligence Pipeline · ● 4.3M · ◷
Gap Details
Type: missing (priority 3)
File:
.claude/skills/gh-aw-report/references/gh-aw-architecture.mdSection: gh-aw CLI Extension or Safe-Outputs System
Current Content
The architecture file does not document the
SideRepoOpscontext concept (workflowRepo vs eventRepo distinction) used in gh-aw comment scripts and workflow operations.Expected Change
Add documentation about
SideRepoOpscontext:SideRepoOpsContext (workflowRepo vs eventRepo)gh-aw provides a native
SideRepoOpscontext that distinguishes between:workflowRepo: The repository where the gh-aw workflow is definedeventRepo: The repository that triggered the event (may differ in cross-repo scenarios)This context is used internally for comment scripts and is particularly relevant for cross-repository safe-output operations. The distinction matters when using
target-repoorallowed-reposin safe-outputs, or when writing workflows that operate across repositories.Note:
SideRepoOpswas refactored for native context in gh-aw PR #26953 (2026-04-18).Source
Acceptance Criteria
SideRepoOpscontext documented in gh-aw-architecture.mdworkflowRepoandeventRepodistinction explained