Merge remote-tracking branch 'origin/master' into compact-post-step-overflow-recovery

# Conflicts:
#	docs/capability-seams.md
This commit is contained in:
Tianyi Cui
2026-07-19 12:23:59 +08:00
28 changed files with 311 additions and 529 deletions

View File

@@ -245,7 +245,7 @@ const SERVICE_ROLES: ServiceRole[] = [
pkg: 'subagent',
title: 'Subagent provider registry',
mode: 'seam',
implementations: ['subagent-spawn', 'subagent-fork', 'subagent-acp', 'subagent-mock'],
implementations: ['subagent-spawn', 'subagent-fork', 'subagent-acp'],
consumers: ['tool-subagent'],
note: 'Providers implement transports; tool-subagent exposes one configured provider as a model-facing tool name.',
},