GetDeclaredOutputFiles returns the output files that Claude may produce
()
| 133 | |
| 134 | // GetDeclaredOutputFiles returns the output files that Claude may produce |
| 135 | func (e *ClaudeEngine) GetDeclaredOutputFiles() []string { |
| 136 | return []string{} |
| 137 | } |
| 138 | |
| 139 | // GetAgentManifestFiles returns Claude-specific instruction files that should be |
| 140 | // treated as security-sensitive manifests. Modifying these files can change the |
no outgoing calls