Metadata-Version: 2.4
Name: frictionlog
Version: 0.0.1
Summary: Your AGENTS.md should grow from your scars, not from a template. A local-first Claude Code companion.
Project-URL: Homepage, https://github.com/SHzzzAyys/frictionlog
Project-URL: Repository, https://github.com/SHzzzAyys/frictionlog
Project-URL: Issues, https://github.com/SHzzzAyys/frictionlog/issues
Author: FrictionLog contributors
License: MIT License
        
        Copyright (c) 2026 FrictionLog 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
Keywords: agents-md,ai-coding,claude-code,cli,developer-tools
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27
Requires-Dist: openai>=1.40
Requires-Dist: pydantic-settings>=2.4
Requires-Dist: pydantic>=2.7
Requires-Dist: sqlmodel>=0.0.22
Requires-Dist: typer>=0.12
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest-mock>=3.14; extra == 'dev'
Requires-Dist: pytest>=8.3; extra == 'dev'
Requires-Dist: ruff>=0.6; extra == 'dev'
Description-Content-Type: text/markdown

# FrictionLog

> Your AGENTS.md should grow from your scars, not from a template.
> A local-first Claude Code companion.

**Status: 🚧 WIP — Sprint 1 (project scaffolding). Not yet usable.**

---

## What it is

FrictionLog watches your Claude Code sessions and only records *correction moments* — the times you push back, undo an edit, or tell the AI "no, do X instead." Once a week, it generates a markdown digest of your top recurring frictions and drafts AGENTS.md rules you can copy-paste.

It does not analyze your code. It does not phone home. It does not tell you how to be a better engineer.

## What it is not

- ❌ Not a memory plugin (we do not store preferences)
- ❌ Not a SaaS (everything stays in `~/.frictionlog/`)
- ❌ Not an AGENTS.md template library

## Roadmap (8 weeks)

| Milestone | Date | What |
|---|---|---|
| M0 | 2026-05-21 | Project scaffolding + private repo + PyPI placeholder |
| M1 | 2026-06-04 | `fl init` / `fl recent` / `fl pattern` |
| M2 | 2026-06-18 | Semi-manual friction detection |
| M3 | 2026-07-02 | Weekly digest + stale-rule suggestions |
| M4 | 2026-07-09 | Public v0.1.0 on PyPI |

## License

MIT. See `LICENSE`.
