Metadata-Version: 2.4
Name: code-context-architect
Version: 0.2.3
Summary: Context Architect: CLI for AI Coding Context
Author-email: ZMB AI Supervisor <zmb@example.com>
Project-URL: Homepage, https://github.com/ADevBelgie/zmb-context
Project-URL: Bug Tracker, https://github.com/ADevBelgie/zmb-context/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pathspec
Requires-Dist: rich


```bash
# Context Architect (ZMB)

**Stop Fighting the Context Window.**

The intelligent CLI that curates your codebase for AI coding assistants. Focus on what matters, ignore the noise.

[**View Public Roadmap**](https://github.com/ADevBelgie/ZMB-Prototype/blob/master/docs/ROADMAP.md) | [**Read the Docs**](https://github.com/ADevBelgie/ZMB-Prototype)

```bash
pip install code-context-architect
```

### Usage

```bash
context-architect scan
context-architect generate --output context.md
context-architect generate --focus auth
```
