Skip to content

AgentLoopKit v0.25.0

Choose a tag to compare

@abhiyoheswaran1 abhiyoheswaran1 released this 10 Jun 13:26
· 247 commits to main since this release

What's Changed

  • Added agentloop init --local-only for developers who want AgentLoopKit guidance in a repo without committing generated harness files.
  • Local-only mode writes a marked block to this clone's .git/info/exclude for .agentloop/, AGENTS.md, AGENTLOOP.md, and agentloop.config.json.
  • Generated AGENTS.md and AGENTLOOP.md now include a local-only notice so coding agents know not to commit the local harness.
  • Added dry-run, idempotence, non-Git folder, and packed-package smoke coverage for local-only initialization.
  • Documented local-only setup in README and getting-started docs.

Verification

  • npm test: 30 files, 137 tests passed.
  • npm run lint, npm run typecheck, and npm run build passed.
  • npm run smoke:release passed, including packed agentloop init --local-only.
  • npm publish --access public --dry-run passed for agentloopkit@0.25.0.