feat: add night shift focus panel and unified runtime

This commit is contained in:
OpenClaw Bot
2026-05-09 07:21:10 +02:00
parent 6f7fcd43a5
commit f3e6106f49
5 changed files with 155 additions and 4 deletions
+8
View File
@@ -3,6 +3,9 @@
BuildPulse is a calm planning cockpit for AI-assisted product building.
It helps capture features, park distracting ideas, log progress as Pulse events, and export clean project context for AI coding agents such as Claude Code, Codex, OpenCode, OpenClaw, or future autonomous agents.
Personal runtime target:
- `build.friborg.uk`
## Core Idea
BuildPulse v0.1 is intentionally small.
@@ -95,3 +98,8 @@ After that, BuildPulse should be used to plan and manage projects such as:
Ship the smallest useful version first.
Do not build the full Agent Pulse framework yet.
Do not add AI automation until manual workflows are proven useful.
## Local runtime
- UI + API combined server: `http://127.0.0.1:3034`
- API health: `http://127.0.0.1:3034/api/health`