Install the client, connect a repository, approve the goals Dream Maker finds, and put your first agents to work.
npm install -g @dreammaker/cli # or brew install dreammaker/tap/dream
The client is dependency free and runs anywhere Node or a shell does.
dream login dream project create acme-api
A project is one codebase with its own memory, isolated from every other project in your account.
dream source add https://github.com/acme/apiDream Maker reads what the project already says about itself: the README, the roadmap, the decision records and the code they point at.
dream goals propose reliable-checkout Checkout succeeds or fails clearly, every time full-visibility Every payment event is traceable end to end refund-window Refunds are available for 30 days after purchase dream goals approve reliable-checkout full-visibility
You keep the ones you meant and reword the ones you did not. Approved goals are what your fleet works toward.
dream credentials add --provider anthropicThe key is stored write-only and handed to your agents at run time. It is never readable back, by you or by us.
dream fleet start --agents 4 dream fleet status
Your agents pick up tasks, work in separate parts of the codebase, and record what they learn. Tomorrow morning the memory is sharper than it was tonight.
Next: the full documentation, or the command reference.
Dream Maker reads your project and proposes the goals it finds there. You approve the direction, and your fleet is working within the hour.