<!-- SPDX-License-Identifier: Apache-2.0 -->

# CireilClaw

CireilClaw runs configurable AI agents with persistent sessions, tools, scheduled work, plugins, and Discord integration.

This manual documents the C# runtime's currently supported operator-facing behavior.

The page header identifies the documentation build; `/main/` documentation describes unreleased code and is not a stable-release promise.

## Getting started

- [Install CireilClaw](getting-started/installation.md)

## Configuration

- [Runtime layout](configuration/runtime-layout.md)
- [Agents](configuration/agents.md)
- [Engine](configuration/engine.md)
- [Tools](configuration/tools.md)
- [Sandbox](configuration/sandbox.md)
- [Conditions](configuration/conditions.md)
- [Scheduling](configuration/scheduling.md)
- [Plugins](configuration/plugins.md)

## Integrations

- [Discord](integrations/discord.md)

## Reference

- [CLI](reference/cli.md)
- [Tools](reference/tools.md)
- [Plugin development](plugins/developers.md)

## Operations

- [Backups and recovery](operations/backups.md)
- [Upgrades](operations/upgrades.md)
- [Security boundaries](operations/security.md)
- [Logging](operations/logs.md)

## Troubleshooting

- [Troubleshooting](troubleshooting/index.md)
