MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / defaultManifestName

Function defaultManifestName

internal/cli/management.go:1328–1338  ·  view source on GitHub ↗
(kind entities.Kind)

Source from the content-addressed store, hash-verified

1326}
1327
1328func defaultManifestName(kind entities.Kind) string {
1329 switch kind {
1330 case entities.KindSkill:
1331 return "SKILL.md"
1332 case entities.KindAgent:
1333 return "AGENT.md"
1334 case entities.KindPlugin:
1335 return "plugin.json"
1336 }
1337 return "README.md"
1338}
1339
1340// ============================================================================
1341// install — install into a code agent (from store, GitHub, or local directory)

Callers 4

entitySearchCommandFunction · 0.85
searchGitHubFunction · 0.85
fetchSingleRepoCountFunction · 0.85
discoverEntitiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected