v0.1.1
ai-text-check v0.1.1
First public release of the independent package tree.
Highlights
- Four independent heuristic lenses (surface / mechanical / stock phrases / optional GPTZero)
- Auto-save
*_ai-check.mdnext to input (disable with--no-save) - One-line summary + experimental signal % (not a calibrated AI-writing ratio)
pip install -e .for txt/md; optional[doc]extras for pdf/docx/…
Install
git clone https://github.com/TemplarKnight0622/ai-text-check.git
cd ai-text-check
python3 -m venv .venv && source .venv/bin/activate
pip install -e .
ai-text-check samples/synthetic_ai_ish_ko.mdNotes
- Not a Turnitin/GPTZero replacement.
- Lens math unchanged from 0.1.0; 0.1.1 adds report UX and clearer lens-4 skip copy.
- See CHANGELOG.md and README disclaimers.