v1.6.1 — Codex port for upstream final.md hotfix
Codex plugin port synced with epoko77-ai/im-not-ai v1.6.1.
Changes:
- Adds the v1.6 KatFish/LREAD metrics layer (
baseline.json,metrics.py,scripts/prepare_monolith_input.py). - Syncs upstream v1.6 taxonomy, quick rules, and humanize-monolith prompt.
- Adapts fast mode for Codex: metrics are folded into
01_input_with_metrics.txt; fast output writesfinal.mdwith a trailing<!-- HUMANIZE-SUMMARY -->metadata block. - Keeps GitHub owner and install links as
Squirbie/im-not-ai-codex.
Validation:
- JSON manifests parsed with
python3 -m json.tool. python3 -m unittest tests/test_metrics.pypassed (13 tests).python3 scripts/prepare_monolith_input.py --text ... --genre essaysmoke passed.git diff --checkpassed.- Core synced reference files match upstream; script/test files differ only for Codex plugin path adaptation.