a2d0f7f411
Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
45 lines
1.5 KiB
YAML
45 lines
1.5 KiB
YAML
# Keyless real-Loader composition for the descriptor-less cold-child
|
|
# diagnostic snapshot. The seeded parent owns one session-backed child whose
|
|
# log carries `origin: 'subagent'` but no descriptor event, so the projection
|
|
# fold produces no identity and `list_agents` must surface the child as a
|
|
# `[diagnostic: corrupt]` row instead of silently dropping it.
|
|
|
|
- id: persistence
|
|
name: '@deepseek-ai/dsh-session-persistence-jsonl'
|
|
config:
|
|
root: './.sessions'
|
|
compression: none
|
|
|
|
# file/override both default to their DSH_SNAPSHOT_* env vars.
|
|
- id: replay
|
|
name: '@deepseek-ai/dsh-llm-replay'
|
|
|
|
# This scenario probes the subagent catalog only, so the shell/filesystem
|
|
# stacks are absent; the bundle must opt out of the tools that would wait
|
|
# forever for executors this tree never mounts.
|
|
- id: agent
|
|
name: '@deepseek-ai/dsh-agent-spine-demo'
|
|
config:
|
|
agents: []
|
|
workspaceContext: false
|
|
skills:
|
|
enabled: false
|
|
toolBash: false
|
|
toolJobs: false
|
|
goals: false
|
|
|
|
# Projection registry: the cold child's identity fold runs through it; the
|
|
# catalog read fails loud when the capability is absent.
|
|
- id: session-projection
|
|
name: '@deepseek-ai/dsh-session-projection'
|
|
|
|
- id: subagent
|
|
name: '@deepseek-ai/dsh-subagent'
|
|
|
|
- id: tool-subagent-list-agents
|
|
name: '@deepseek-ai/dsh-tool-subagent-control/list-agents'
|
|
|
|
# Await the persisted resume before the headless driver inspects root agents.
|
|
- id: resumed-agent
|
|
name: './tests/fixtures/subagent-diagnostic-agent.ts'
|