MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / append_yaml_identity

Function append_yaml_identity

src/cli/agent_profiles.c:396–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396static bool append_yaml_identity(profile_buffer_t *buffer, const char *slug,
397 const char *description) {
398 return profile_buffer_append(buffer, "---\nname: ") && profile_buffer_append(buffer, slug) &&
399 profile_buffer_append(buffer, "\ndescription: ") &&
400 profile_buffer_append(buffer, description) && profile_buffer_append(buffer, "\n");
401}
402
403static char *render_kiro_profile(cbm_graph_tier_t tier, cbm_graph_access_t access,
404 const char *binary_path, const char *prompt) {

Callers 1

render_profile_textFunction · 0.85

Calls 1

profile_buffer_appendFunction · 0.85

Tested by

no test coverage detected