CoffeeBreak CLI
===============

This archive contains a portable build of the CoffeeBreak CLI.

No installer is required.

------------------------------------------------------------
How to run
------------------------------------------------------------

Windows:
  coffeebreak.cmd <command> [options]

macOS / Linux:
  ./coffeebreak <command> [options]

------------------------------------------------------------
(Optional) Add to PATH
------------------------------------------------------------

Windows (PowerShell):
  $env:PATH += ";C:\path\to\this\folder"

macOS / Linux (bash/zsh):
  export PATH="$PATH:/path/to/this/folder"

You may want to add this line to your ~/.bashrc or ~/.zshrc.

------------------------------------------------------------
Documentation
------------------------------------------------------------

Installation guide:
  https://coffeebreakai.dev/docs/cli/CoffeeBreakCliInstall

------------------------------------------------------------
Notes
------------------------------------------------------------

• This is a self-contained build.
• Signatures (if present) can be used to verify integrity.
• Future releases may include platform-native installers.
