MCPcopy Create free account
hub / github.com/SethGammon/Citadel / getAgentMaxChars

Function getAgentMaxChars

scripts/codex-compat.js:444–458  ·  view source on GitHub ↗
(fm)

Source from the content-addressed store, hash-verified

442 interface: {
443 ...manifest.interface,
444 composerIcon: './assets/icon.svg',
445 logo: './assets/icon.svg',
446 screenshots: ['./assets/terminal-demo.svg'],
447 },
448 };
449 delete projectedManifest.hooks;
450 delete projectedManifest.mcpServers;
451
452 writeFile(
453 path.join(PROJECT_ROOT, '.agents', '.codex-plugin', 'plugin.json'),
454 JSON.stringify(projectedManifest, null, 2) + '\n'
455 );
456}
457
458function syncPluginAssets() {
459 console.log('Syncing Codex plugin assets to .agents/assets/...');
460 copyFile(
461 path.join(CITADEL_ROOT, 'assets', 'icon.svg'),

Callers 1

agentToTomlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected