Metadata-Version: 2.4
Name: headroom-cli
Version: 0.1.4
Summary: Renamed to quotagauge. This package is no longer maintained.
Project-URL: Homepage, https://github.com/ajillepalli/headroom
Project-URL: Repository, https://github.com/ajillepalli/headroom
Project-URL: Issues, https://github.com/ajillepalli/headroom/issues
Author: Ananth Jillepalli
License: MIT License
        
        Copyright (c) 2026 headroom contributors
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE.txt
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# headroom-cli has been renamed to quotagauge

This package is no longer maintained. Development continues as
[**quotagauge**](https://pypi.org/project/quotagauge/).

```console
uv tool uninstall headroom-cli
uv tool install quotagauge
quotagauge init --all
```

## Why

The name collided with [Headroom](https://github.com/chopratejas/headroom), an
actively developed context compression layer for LLM agents that targets Claude
Code, Codex, Cursor and Aider. Same problem space, same clients, and far better
known. Publishing under a colliding name would have left two projects with the
same name aimed at the same users.

## What carries over

`quotagauge init --all` rewrites the Claude Code statusline and hook commands.
Remove any leftover `headroom` entries from `~/.claude/settings.json`, because
the old command no longer exists.

Accumulated state moves on first run. If `~/.quotagauge` is absent and
`~/.headroom` is present, the directory is renamed rather than copied, so
history carries over intact. If the rename cannot complete, the legacy
directory is used in place. Nothing is deleted on any path.

Every `HEADROOM_*` environment variable is now `QUOTAGAUGE_*`.

## Versions

0.1.4 is the final release under this name and changes nothing except this
notice. 0.1.0 through 0.1.3 remain installable but receive no further work.

Source, issues and releases: https://github.com/ajillepalli/quotagauge
