Metadata-Version: 2.4
Name: liteyukibot-v7-resources
Version: 0.1.0a2
Summary: Declarative resource management contracts for LiteyukiBot v7 plugins.
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-Dist: liteyukibot-v7-permissions>=0.2.0a1,<0.3
Requires-Python: >=3.14
Description-Content-Type: text/markdown

# LiteyukiBot v7 Resources

`liteyukibot-v7-resources` provides the optional
`liteyukibot.resources@1` service for declarative, protocol-neutral resource
management in native plugins.

The service owns resource registration, field validation, principal targeting,
and capability checks. Resource providers own their data and persistence. The
first-party profile plugin uses this contract without requiring resources to
own a database or a kernel storage service.
