Problem/Motivation
The "start-demo" script and #demo target are one-liners to install and start Drupal CMS. While we want to continue to support this, there are several other starting points that make sense to have available here.
A coding agent like Opencode can help sort through the options and make it easier to get started. #3575355: Add a skill for AI agents, so they can use Drupal Flake effectively adds a skill to make it easier to spin up a new Drupal project with a coding agent, but this gets a lot easier with the "detached" process-compose mode, which we already do with "start-detached".
Steps to reproduce
Proposed resolution
Add a --detached argument to the start-demo script, to allow agents to do a full install more easily.
Remaining tasks
User interface changes
API changes
Data model changes
Comments
Comment #3
freelockThis has been added to the project, just doing some more testing before considering it fixed.
Comment #4
freelockThis has been the main way I've used this project for the past year.