Metadata-Version: 2.4
Name: lat-context
Version: 0.1.0
Summary: Project context management CLI for Claude Code (LifeAiTools) - name reservation
Project-URL: Homepage, https://github.com/LifeAITools/lat-context
Project-URL: Full Package, https://pip.muid.io/simple/lat-context/
Author-email: LifeAiTools Team <dev@lifeaitools.com>
License-Expression: MIT
Keywords: claude,cli,context,lifeaitools,session
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# lat-context

Project context management CLI for Claude Code (LifeAiTools).

## This is a Name Reservation Package

The full implementation is hosted on our private PyPI server.

## Installation (Full Version)

```bash
pip install lat-context --extra-index-url https://pip.muid.io/simple/
```

## Features (in full version)

- **PRIME.md management** - Critical knowledge persistence across sessions
- **CURRENT.md TODOs** - Cross-session task tracking
- **Session transcript analysis** - Progressive disclosure for session recovery
- **Project registry** - Track active projects and their context files

## Commands (in full version)

```bash
context prime                  # Show PRIME.md knowledge
context current                # Show CURRENT.md TODOs
context session list           # List recent sessions
context session prime abc123   # Smart overview
```

## License

MIT
