First public release of Agent Harness, published to npm as @ecodelearn/agent-harness@1.0.0.
npx @ecodelearn/agent-harness --tool codex --target . --dry-runWhat it does
A transactional installer that adapts the canonical template-claude-code-open content to Claude Code, Codex, and Gemini CLI:
--dry-runpreview before any change- Transactional install with explicit
--rollback,--list-transactions,--forget - Provider-specific adapters (Claude, Codex, Gemini/Antigravity), pinned to audited source commits
- Blocks local secrets and memory from being copied into the package or the target project
- No Node.js? Use template-claude-code-open directly — see docs/en/alternatives.md
Validated before this release
- CI matrix: Ubuntu (Node 20/22/24), macOS (Node 20), Windows (Node 20) — all green
- Manual release-candidate checklist against the packaged tarball: dry-run, real install, update/conflict detection, rollback, uninstall
- Full git history scanned with
gitleaks(16 commits) before making this repository public — no leaks found - Bilingual documentation (EN/PT-BR) with automated parity and link checks
Notes
- Published directly as
1.0.0/latest— no beta/RC stage. - Full changelog: this is the first tagged release; see the commit history for everything that led here.