Metadata-Version: 2.4
Name: agentpeek
Version: 0.9.0
Summary: TUI inspector for agent CLI configuration directories like ~/.claude/.
Project-URL: Homepage, https://github.com/rattle99/agentpeek
Project-URL: Repository, https://github.com/rattle99/agentpeek
Project-URL: Issues, https://github.com/rattle99/agentpeek/issues
Author-email: rattle99 <24495512+rattle99@users.noreply.github.com>
License-Expression: GPL-3.0-only
License-File: LICENSE
Keywords: agent-cli,claude,claude-code,config,inspector,textual,tui
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development
Classifier: Topic :: Terminals
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: python-frontmatter>=1.1.0
Requires-Dist: textual>=0.80.0
Description-Content-Type: text/markdown

# agentpeek

A TUI inspector for agent CLI configuration directories. v0.1.0 surfaces a one-screen overview of your Claude Code (`~/.claude/`) install: settings, hooks, slash commands, plugins, memory files, keybindings, MCP servers, and any parse warnings encountered during the scan.

## Install

    pipx install agentpeek

## Run

    agentpeek                      # scan ~/.claude
    agentpeek --root /path/to/dir  # scan a specific directory
    agentpeek --version
    agentpeek --help

## Status

Pre-alpha. v0.1.0 is read-only and shows aggregate counts only. Drill-down lands in v0.2; health checks in v0.3; project-level scanning + inline filter in v0.4. Future versions extend support to other agent CLIs (Codex, Gemini, Cursor).

## License

GPL-3.0-or-later. See `LICENSE`.
