refactor(backend): rename projectSignals to projectEvents
This commit is contained in:
@@ -79,7 +79,7 @@ export const createInitialArtifacts = (
|
||||
},
|
||||
{
|
||||
content:
|
||||
"# Signals\n\nThe agent manager emits `issue.queued`, `agent.started`, `agent.needs-input`, `agent.completed`, and `agent.failed`. Signals are durable project events and drive the web status.\n",
|
||||
"# Project events\n\nThe agent manager emits `issue.queued`, `agent.started`, `agent.needs-input`, `agent.completed`, and `agent.failed`. These are durable project events and drive the web status.\n",
|
||||
path: "signals.md",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user