fix(docs): address Codex round-1 findings on the review-fix stack

- gen-doc-graphs still summarized the ACP demo as 'text-only'; say
  baseline-prompt and regenerate composition.md.
- The llm-catalog note claimed unit coverage for per-agent target
  isolation that no test pins directly; state the actual basis
  (agent-scoped listener installation) in both languages and re-record.
This commit is contained in:
Tianyi Cui
2026-07-24 22:36:06 +08:00
parent 90057b25f2
commit 88f3933327
5 changed files with 6 additions and 6 deletions

View File

@@ -533,7 +533,7 @@ const APP_EXAMPLES = [
title: 'ACP Automation App Composition',
label: 'examples/acp-agent',
config: 'examples/acp-agent/cordis.yml',
summary: 'The ACP demo exposes fresh text-only agent sessions to programmatic clients over JSON-RPC stdio, with no stdout logger, human UI, or pre-created agent.',
summary: 'The ACP demo exposes fresh baseline-prompt agent sessions to programmatic clients over JSON-RPC stdio, with no stdout logger, human UI, or pre-created agent.',
},
]