Skip to content

v1.6.1 — Codex port for upstream final.md hotfix

Choose a tag to compare

@Squirbie Squirbie released this 07 May 00:09
· 3 commits to main since this release

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 writes final.md with 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.py passed (13 tests).
  • python3 scripts/prepare_monolith_input.py --text ... --genre essay smoke passed.
  • git diff --check passed.
  • Core synced reference files match upstream; script/test files differ only for Codex plugin path adaptation.