fix(subprocess): finish the rename in current-state docs and graph inputs

Codex re-review (A): AGENTS.md layout tree, the architecture capability
tables (en+zh), the seam Agent Note's group-name sentence (en+zh), and the
SERVICE_ROLES entry still carried process/-era labels; regenerated the doc
graphs and config catalog from the corrected inputs.
This commit is contained in:
Tianyi Cui
2026-07-26 14:10:46 +08:00
parent 5e6edce4ed
commit e678db440e
9 changed files with 18 additions and 18 deletions

View File

@@ -267,10 +267,10 @@ const SERVICE_ROLES: ServiceRole[] = [
},
{
key: 'subprocess',
pkg: 'process',
title: 'Process manager seam',
pkg: 'subprocess',
title: 'Subprocess seam',
mode: 'seam',
implementations: ['process-local'],
implementations: ['subprocess-local'],
consumers: ['bash-local', 'bash-sandbox'],
note: 'The bash executors spawn their process groups through ctx.subprocess; the service owns group lifetime, bounded spill-backed output, and kill escalation.',
},