Metadata-Version: 2.4
Name: mdcov
Version: 0.0.0
Summary: Name reservation for mdcov — measure how Claude Code actually uses your CLAUDE.md
Author: Sergey Yolkin
License: MIT
Project-URL: Homepage, https://github.com/YOLKINS/mdcov
Project-URL: Source, https://github.com/YOLKINS/mdcov
Project-URL: Changelog, https://github.com/YOLKINS/mdcov/blob/main/CHANGELOG.md
Keywords: claude-code,claude-md,agents-md,context-engineering,observability
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# mdcov

This is a name reservation, not a release. Version `0.0.0` installs nothing.

`mdcov` measures how Claude Code actually uses your agent documents —
`CLAUDE.md`, `CLAUDE.local.md`, `.claude/rules/*.md` — across five layers:
delivery, consultation, pointers, compliance and cost. It reads what Claude
Code already writes to disk, goes nowhere near the network, has no
dependencies and is a single file.

The tool is released and usable today. Install it from the repository:

    git clone https://github.com/YOLKINS/mdcov.git ~/src/mdcov
    mkdir -p ~/.local/bin
    ln -s ~/src/mdcov/mdcov ~/.local/bin/mdcov

Source, documentation and issues: <https://github.com/YOLKINS/mdcov>

A real package will follow here once the wrapper script that ships beside the
tool is packaged and tested.
