MCPcopy Create free account
hub / github.com/github/gh-aw / GetDeclaredOutputFiles

Method GetDeclaredOutputFiles

pkg/workflow/copilot_engine.go:138–141  ·  view source on GitHub ↗

GetInstallationSteps is implemented in copilot_engine_installation.go

()

Source from the content-addressed store, hash-verified

136// GetInstallationSteps is implemented in copilot_engine_installation.go
137
138func (e *CopilotEngine) GetDeclaredOutputFiles() []string {
139 // Session state files are copied to logs folder by GetFirewallLogsCollectionStep
140 return []string{logsFolder}
141}
142
143// GetAgentManifestFiles returns instruction files that should be treated as
144// security-sensitive manifests to protect against injection attacks in fork PRs.

Callers 1

TestCopilotEngineFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestCopilotEngineFunction · 0.76