12 lines
465 B
Python
12 lines
465 B
Python
|
|
"""Hosted registry and index service for Canned Prompt Format packages.
|
||
|
|
|
||
|
|
Product ownership lives here, in `canned-prompts`, alongside the specification
|
||
|
|
and the reference CLI. Deployment and operation belong to `rapp-canned-prompts`.
|
||
|
|
|
||
|
|
This service hosts packages. It does not execute them: `INTENT.md`'s deliberate
|
||
|
|
boundary holds, so rendering stays deterministic and a `derive` default remains
|
||
|
|
a declaration the service does not satisfy.
|
||
|
|
"""
|
||
|
|
|
||
|
|
__version__ = "0.1.0"
|