refactor(backend): rename projectSignals to projectEvents

This commit is contained in:
-Puter
2026-07-23 16:03:40 +05:30
parent c6f3cd330a
commit 535e9dde62
7 changed files with 230 additions and 9 deletions

View File

@@ -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",
},
{