Write a focused prompt#
Open a workspace, choose an agent, and send one concrete task. The best first prompt names the goal, the relevant area, and the check you expect to run.
Example prompt#
Fix the failing composer test. Start by reading the failing test, make the smallest code change needed, then run the focused test file.
Watch the session#
Helmor streams the agent output, tool activity, and resulting messages into the session. If the agent asks for product context or permission, answer in the same session.
Review before shipping#
- Inspect changed files.
- Run the relevant checks.
- Continue the session if the result is incomplete.
- Commit only when the diff is small enough to understand.