Skip to content

Conversation

@cto-new
Copy link

@cto-new cto-new bot commented Oct 16, 2025

Summary

This PR updates the README to reflect recent changes to task runner functionality, including [tasks] configuration, updated CLI usage, and behavioral changes for default commands.

Details

  • Documents new [tasks] section and oxproc run <task> usage, with detailed examples.
  • Explains revised default (no subcommand) behavior and how to run the previous foreground/dev mode with a task.
  • Describes and shows examples for process/task separation in proc.toml and covers Procfile limitations.
  • Mentions migration note for the explicit CLI, as the default command now prints help instead of running all processes.

Update the README to document the new `[tasks]` section in `proc.toml`,
the `oxproc run <task>` workflow, and default command behavior. Provide
examples for process and task configuration, and clarify that tasks are
exclusive to TOML setups, not supported via Procfile. Note the explicit
invocation required for formerly-default foreground (dev) mode.

This change is needed so users can discover how to use task-based CLI
flows and avoid confusion from the new, explicit UX separating process
management from task/command execution.

BREAKING CHANGE: Default invocation of `oxproc` now prints help instead of running all processes in foreground; users must use `oxproc run dev` or equivalent task.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant