Metadata-Version: 2.4
Name: bl-context
Version: 0.0.1
Summary: Persistent context for coding agents
Author: Base Layer
Project-URL: Homepage, https://github.com/gnulnx/Context
Project-URL: Repository, https://github.com/gnulnx/Context
Project-URL: Issues, https://github.com/gnulnx/Context/issues
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Base Layer Context

Persistent context for coding agents.

This repository currently contains the pre-development Python package that
reserves the `bl-context` name and its release infrastructure. Product
functionality has not been implemented yet.

## Install

```console
pip install bl-context
```

```python
import bl_context

print(bl_context.__version__)
```
