Metadata-Version: 2.4
Name: opencontext-sdd
Version: 0.1.0
Summary: Spec-Driven Development status resolver and dispatcher for OpenContext Runtime
Author: OpenContext Runtime maintainers
License-Expression: MIT
Project-URL: Homepage, https://github.com/CesarMSFelipe/OpenContext-Runtime
Project-URL: Issues, https://github.com/CesarMSFelipe/OpenContext-Runtime/issues
Project-URL: Source, https://github.com/CesarMSFelipe/OpenContext-Runtime
Keywords: sdd,status,opencontext,dispatcher
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: opencontext-core>=1.5.0
Requires-Dist: pydantic>=2.6

# opencontext-sdd

Spec-Driven Development status resolver and dispatcher for OpenContext Runtime.

Provides the canonical `Status` Pydantic model (`schemaName: "opencontext.sdd-status"`) the
host agent reads to drive deterministic next-phase guidance from disk state.

## Public exports

```python
from opencontext_sdd import (
    Status,
    Resolve,
    parse_verify_report,
    RenderDispatcherMarkdown,
    RenderNativePhasePrompt,
)
```
