Metadata-Version: 2.4
Name: liteyukibot-v7-essentials
Version: 0.2.0a3
Summary: Essential help and status commands for LiteyukiBot v7.
Author: LiteyukiStudio
License-Expression: LicenseRef-LSO
License-File: LICENSE
Requires-Dist: liteyukibot-v7>=7.0.0a10,<8
Requires-Dist: liteyukibot-v7-commands>=0.2.0a2,<0.3
Requires-Python: >=3.14
Description-Content-Type: text/markdown

# LiteyukiBot v7 Essentials

`liteyukibot-v7-essentials` provides the first-party `help` and `status`
commands for native LiteyukiBot v7 deployments.

The plugin adds no service. It consumes `liteyukibot.commands@1` and the
kernel's `liteyukibot.kernel.status@1` snapshot service. Help only lists
commands visible to the current actor; status requires the
`liteyukibot.status.read` capability.

```toml
[plugins]
enabled = [
  "liteyukibot.permissions",
  "liteyukibot.commands",
  "liteyukibot.essentials",
]

[plugins.config."liteyukibot.essentials"]
language = "zh-CN"
```

Supported languages are `zh-CN` (the default) and `en`.
