Metadata-Version: 2.4
Name: llm-interview
Version: 0.1.15
Summary: Candidate CLI for submitting LLM interview history.
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# llm-interview

Candidate CLI for submitting LLM interview history.

## Install

```bash
pipx install llm-interview
```

## Use

Your interviewer will provide a server URL and interview code. Run install from the workspace where you will do the interview:

```bash
llm-interview install --server https://interviews.example.com --email you@example.com --name "Your Name" --interview-code ENG-1 --target all
llm-interview submit
llm-interview info
llm-interview uninstall
```

The installer writes Claude Code skills, Codex skills in `~/.codex/skills` and `~/.agents/skills`, Cursor rules, and VS Code tasks. When the interview is complete, the installed helper writes only the current thread and runs plain `llm-interview submit`. The package contains only the candidate CLI and local integration installers. It does not include the Django server application.
