GetInstallationSteps is implemented in copilot_engine_installation.go
()
| 136 | // GetInstallationSteps is implemented in copilot_engine_installation.go |
| 137 | |
| 138 | func (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. |
no outgoing calls