Skip to content

Releases: chioio/agents-md-harness

agents-md-harness@0.1.0-alpha.2

28 Mar 18:08
b8802ac

Choose a tag to compare

Pre-release

Minor Changes

  • d6470af: Add a built-in skills/harness audit capability to the generated harness template.

    The new skill includes:

    • SKILL.md for harness-focused audit commands
    • audit.py to write a full .tmp/HARNESS_AUDIT.md report
    • token_audit.py for compact token tables

    It also updates setup --force so stale managed files from older template revisions are pruned during regeneration.

agents-md-harness@0.1.0-alpha.1

28 Mar 12:53

Choose a tag to compare

Pre-release

Patch Changes

  • 7f0beaf: Add a safer nested Codex runtime-eval helper for samples/todo-app smoke checks.

    The helper keeps JSON progress visible, supports first-response-only smoke runs, and avoids using global killall codex cleanup.