YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Symphony Lab: ProjectDashboard
This lab runs the official OpenAI Symphony Elixir preview against the local
ProjectDashboard repository through Linear.
Paths
- Symphony repo:
/home/smlflg/Projekte/symphony - Lab config:
/home/smlflg/Projekte/symphony-lab - Agent workspaces:
/home/smlflg/Projekte/symphony-workspaces/projectdashboard - Target repo:
/home/smlflg/Projekte/ProjectDashboard
Setup
cd /home/smlflg/Projekte/symphony/elixir
mise trust
KERL_CONFIGURE_OPTIONS=--without-termcap mise install
mise exec -- mix setup
mise exec -- mix build
--without-termcap avoids needing sudo-only ncurses development packages on
this machine. It is fine for this service because Symphony does not need the
interactive Erlang shell line editor.
Run
cd /home/smlflg/Projekte/symphony-lab
export LINEAR_API_KEY="lin_api_..."
export SYMPHONY_LINEAR_PROJECT_SLUG="your-linear-project-slug"
./run-projectdashboard.sh
The dashboard starts on http://127.0.0.1:4077 by default. The workflow file
used by Symphony is generated under .runtime/ so the Linear project slug stays
environment-driven.
First Test
Create one small Linear issue in the configured project and put it in Todo.
Symphony should create a dedicated workspace, clone ProjectDashboard, run
Codex via codex app-server, and leave a Human Review handoff in Linear.