Run commands and translate programming errors into beginner-friendly explanations
Project description
VibeCheck CLI
VibeCheck runs your command, catches failures, and translates technical stderr into beginner-friendly guidance.
Install (MVP)
From project root:
python3 -m venv .venv
source .venv/bin/activate
pip install -e .
After install, you can use the vibecheck command directly.
Configure
cp .env.example .env
# edit .env and set VIBECHECK_GITHUB_TOKEN
Usage
Single command mode:
vibecheck python buggy_sample.py
Interactive mode (tool waits in terminal):
vibecheck --shell
Then type commands like:
python buggy_sample.py
node buggy_advanced.js
Exit interactive mode with exit or quit.
Useful Flags
vibecheck --level beginner python buggy_sample.py
vibecheck --level advanced node buggy_advanced.js
vibecheck --print-raw-error python buggy_sample.py
Exit Codes
- Returns
0when wrapped command succeeds. - Returns wrapped command's non-zero exit code when command fails.
- Returns
2on configuration errors.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vibecheck_error_assistant_cli-0.1.0.tar.gz.
File metadata
- Download URL: vibecheck_error_assistant_cli-0.1.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d1b4df4813147b2482e1d8bcd4182361e2c9cfbbd29b6c632d2761be9493dd8
|
|
| MD5 |
0c6de618306d2b6f1c91e135bfaa857f
|
|
| BLAKE2b-256 |
f8bf9464c20b7ab3e851c850e7f2b4df3e262ea807c475cc2c218de55752d095
|
File details
Details for the file vibecheck_error_assistant_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: vibecheck_error_assistant_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2483b29698432f5310fef07a5d502bceebbea2e541d1465d648fdc17655a8c78
|
|
| MD5 |
7884238d5168040ee451002b96dd3e5f
|
|
| BLAKE2b-256 |
85d7f53e38f0493af8bd55d79ff76519a069069c43ea990f760f41ebc6781d73
|