moved

Project detail (escape-the-dungeon) moved to the planning-app (gad planning serve)

Per-project detail views — state, open tasks, recent decisions, subagent-run history, BYOK status — now render in the planning-app project drawer. Public browsing lives on at /project-market; operator views require a local monorepo checkout and `gad planning serve`.

1. Install the GAD binary

npx -y get-anything-done install

2. Start the planning-app on :3002

gad planning serve

Or run gad start to spawn the server and open the dashboard in your default browser.

3. Open the view

http://localhost:3002/my-projects?projectid=escape-the-dungeon

This redirect stub ships for one release cycle per decision gad-261, then the route is removed. The marketplace view lives on at /project-market.

escape-the-dungeon moved to planning-app — GAD