Core Concepts
Console Registration, Execution Context, and Shell Flow
Explains console registry writes, how the execution context surface connects services and plugins, and how shell injects environment
Console Registration, Execution Context, and Shell Flow
1. Console Registration
- registry file:
~/.downcity/console/agents.json - stores known agents and their latest daemon metadata
- daemon startup must complete the registry write or roll back
2. Execution Context Flow
- one agent process binds to one
rootPath - the agent assembles an execution context surface
- the execution context exposes
session,invoke, andplugins - plugins register
pipeline,guard,effect, andresolvehandlers - services trigger those points during their main path
3. Shell Flow
- shell state is owned by
shellService, not by an ad-hoc tool-local process table shell_startreturns ashell_id; it is not the same thing as a chatcontextId- for long-running commands, prefer
shell_statusandshell_waitinstead of empty polling loops - the default working directory is the current project root
- subprocesses receive injected
DC_CTX_*environment variables - when a shell task ends and belongs to a real chat context, the service can enqueue an internal chat message back to the main reply path