Metadata-Version: 2.4
Name: alterly
Version: 1.0.0
Summary: Alterly — AI memory system for SoCap. Give your AI a Rdzeń (memory palace).
License: MIT
Keywords: ai,memory,mcp,claude,chromadb,rag,vector-database,alterly
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: chromadb<2,>=1.5.4
Requires-Dist: pyyaml<7,>=6.0
Requires-Dist: tomli>=2.0.0; python_version < "3.11"
Provides-Extra: coreml
Requires-Dist: onnxruntime>=1.16; extra == "coreml"
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"

# alterly

Alterly CLI — wrapper for the [mempalace](https://github.com/mempalace/mempalace) AI memory system.

Provides the `alter` command with Polish-friendly aliases and automatic palace path resolution.

## Install

```bash
pip install alterly
```

## Usage

```bash
alter wake-up               # Alter Wake up — load memory
alter koduj .               # encode current directory into Rdzeń
alter przywoła "STIR"       # search Rdzeń
alter status                # health check
alter --version
```

## Palace path

By default uses `.alterly/` in current directory. Set `ALTERLY_PALACE` to use a fixed path:

```bash
# Mac / Linux (~/.zshrc or ~/.bashrc)
export ALTERLY_PALACE="/Volumes/GoogleDrive/Dyski współdzielone/SOCAP WSPOLNY/CLAUDE SOCAP AI/01_PRACOWNICY/Rafal_Przybylski/.alterly"

# Windows (PowerShell profile)
$env:ALTERLY_PALACE = "G:\Dyski współdzielone\SOCAP WSPOLNY\CLAUDE SOCAP AI\01_PRACOWNICY\Rafal_Przybylski\.alterly"
```
