Skip to content

Repository files navigation

coding-plan-litmus-test

Litmus test for your AI coding plan

How to use this project

Purchase a coding plan or deploy your AI agent locally, then hook it to your harness and drop it to this codebase. Ask the agent to figure out why our program isn't working and fix it.

If it can't find and fix the issue independently then you got ripped off!

Conversely, if you can't find and fix the issue independently without AI then forget about vibe coding and go do something more productive ;-)

Dependencies

  1. Python 3.14
  2. mypy 1.20.1
  3. pytest 9.0.3
  4. pytest-cov 7.1.0

Quick start

Isolate your dependencies in a virtual environment. We recommend using a Python version manager such as pymanager, pyenv or uv.

Install dependencies

pip install -r requirements.txt

Run the program

The program displays a hello world message.

python main.py

Type-checking

mypy .

Quality assurance

Ensure unit tests pass and the coverage is at least 80%.

pytest -v --cov=. --cov-fail-under=80

Continuous Integration

All the checkmarks are green but the program does not work. Why?

License

Apache 2.0

Releases

Packages

Contributors

Languages