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

Method GetDeclaredOutputFiles

pkg/workflow/claude_engine.go:135–137  ·  view source on GitHub ↗

GetDeclaredOutputFiles returns the output files that Claude may produce

()

Source from the content-addressed store, hash-verified

133
134// GetDeclaredOutputFiles returns the output files that Claude may produce
135func (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

Calls

no outgoing calls