batty-cli 0.7.2

Supervised agent execution for software teams
Documentation
site_name: Batty Docs
site_description: Documentation for Batty, the tmux-native hierarchical agent command system.
site_url: https://battysh.github.io/batty/
repo_url: https://github.com/battysh/batty
repo_name: battysh/batty
strict: true
theme:
  name: material
  features:
    - navigation.sections
    - navigation.expand
    - content.code.copy
markdown_extensions:
  - admonition
  - toc:
      permalink: true
nav:
  - Home: index.md
  - Demo: demo.md
  - Getting Started: getting-started.md
  - Workflow Migration: workflow-migration.md
  - Reference:
      - CLI Reference: reference/cli.md
      - Runtime Config: reference/config.md
      - Modules: reference/modules.md
  - Architecture: architecture.md
  - Troubleshooting: troubleshooting.md
  - Contributor Docs: contributing.md
site_dir: site