Skip to content

Releases: abhiyoheswaran1/AgentLoopKit

AgentLoopKit v0.27.0

10 Jun 19:31

Choose a tag to compare

AgentLoopKit v0.27.0

Minor release for task-folder hygiene diagnostics.

Added

  • Added agentloop task doctor, a read-only task folder hygiene check for task contracts in .agentloop/tasks/.
  • Reports terminal tasks left in the active task folder, legacy terminal statuses such as completed and verified, missing status lines, and unsupported statuses.
  • Added task doctor to shell completions, README usage, task docs, generated harness guidance, and bundled agent instructions.

Verification

  • Release commit: 64cb00ff9371a054d6a9496f3f9e16c5c23a6828
  • CI run 27300845808: passed.
  • Local AgentLoop verification report: .agentloop/reports/2026-06-10-21-27-verification-report.md, overall status pass.
  • Local checks passed: lint, typecheck, Vitest, build, Markdown link check, projscan doctor, release smoke, npm publish dry-run.
  • Tarball SHA-256: 7ff6cb0b2079da83b6cc1cad2b59485337338167388ce1deae01f0752f98f3e0

Install

npx agentloopkit init
npx agentloopkit task doctor

The npm publish, Docker image, and MCP Registry metadata are expected to run from the release workflows for this tag.

AgentLoopKit v0.26.5

10 Jun 18:47

Choose a tag to compare

AgentLoopKit v0.26.5

Patch release for terminal task fallback cleanup.

Changes

  • status and next now ignore unpinned fallback tasks marked done, completed, or verified.
  • Gates, handoffs, HTML reports, CI summaries, and release notes now use the same newest-open-task fallback rule.
  • Explicitly pinned done tasks still stay visible and recommend agentloop task archive <path>.
  • README and docs now describe the newest-open-task behavior.

Verification

  • CI passed on main for commit 53e1f8f (run 27298341631).
  • Local release verification passed: lint, typecheck, Vitest, build, Markdown link check, packed release smoke, npm dry-run, git diff --check, and projscan.
  • Tarball SHA-256: 64fe8d8bc6c64b0d5699b85dbc962d64c6d2423b2ac01b13aad537f75cd0edc8.

Safety

No telemetry, no postinstall script, no hidden network calls, and no credential access.

AgentLoopKit v0.26.4

10 Jun 18:11

Choose a tag to compare

Release Notes

  • Generated: 2026-06-10-20-11
  • Package: agentloopkit
  • Version: 0.26.4
  • Range: v0.26.3..HEAD
  • Branch: main
  • Commit: 16708bf

Changelog

Patch release for SchemaStore editor discovery:

  • Registered agentloop.config.json in SchemaStore for editor auto-discovery: SchemaStore/schemastore#5783.
  • Added the SchemaStore note to the npm-facing README and release-channel docs.

Commits

  • chore(release): prepare v0.26.4
  • docs: record SchemaStore catalog registration
  • chore: archive v0.26.3 release task
  • docs: record v0.26.3 release status

Changed Files

  • M .agentloop/backlog.md
  • M .agentloop/dogfood-log.md
  • A .agentloop/handoffs/2026-06-10-19-37-pr-summary.md
  • A .agentloop/handoffs/2026-06-10-20-00-pr-summary.md
  • A .agentloop/handoffs/2026-06-10-20-08-pr-summary.md
  • A .agentloop/reports/2026-06-10-19-37-verification-report.md
  • A .agentloop/reports/2026-06-10-19-59-verification-report.md
  • A .agentloop/reports/2026-06-10-20-06-verification-report.md
  • A .agentloop/tasks/2026-06-10-prepare-0-26-4-schemastore-documentation-release.md
  • A .agentloop/tasks/2026-06-10-submit-agentloopkit-schema-to-schemastore.md
  • R098 .agentloop/tasks/2026-06-10-prepare-0-26-3-status-cleanup-release.md .agentloop/tasks/archive/2026-06-10-prepare-0-26-3-status-cleanup-release.md
  • M CHANGELOG.md
  • M FINAL_HANDOFF.md
  • M README.md
  • M ROADMAP.md
  • M action.yml
  • M docs/configuration.md
  • M docs/distribution-channels.md
  • M docs/github-actions.md
  • M docs/launch-checklist.md
  • M docs/mcp.md
  • M docs/npm-publishing.md
  • M docs/release-notes.md
  • M docs/release-status.md
  • M package.json
  • M server.json

Working Tree

  • No uncommitted changes detected.

AgentLoop Evidence

  • Task: Prepare 0.26.4 SchemaStore documentation release (in-progress) - .agentloop/tasks/2026-06-10-prepare-0-26-4-schemastore-documentation-release.md
  • Verification: Overall status: pass - .agentloop/reports/2026-06-10-20-06-verification-report.md
  • CI summary: AgentLoopKit CI Summary - .agentloop/reports/2026-06-10-03-51-ci-summary.md

Release Checklist

  • Review these notes before publishing.
  • Confirm npm and GitHub release status from the registry or release page.
  • Attach verification evidence when creating a release.
  • Keep npm catch-up notes honest if the registry still serves an older version.

Safety

This command is local and deterministic. Does not create tags, publish packages, call external APIs, read tokens, upload files, or rewrite changelogs.

AgentLoopKit v0.26.3

10 Jun 17:33

Choose a tag to compare

Patch release for task cleanup guidance.\n\nChanges:\n- Updated agentloop status and agentloop next to recommend agentloop task archive when the pinned active task is already done.\n- Added regression coverage for the done-active-task next-action behavior.\n- Updated README and status docs for the archive recommendation.\n\nVerification before release:\n- 33 Vitest files passed, 146 tests.\n- Typecheck passed.\n- Lint passed.\n- Build passed.\n- Markdown link check passed.\n- Release smoke passed.\n- npm publish --access public --dry-run passed.\n- projscan reported A, 97/100, with the known informational unused-export note for scripts/smoke-packed-release.mjs.\n\nTarball SHA-256:\n48bc379e41293cbcbc74facbf111548a307fb1bf3a179a0a08121cd2aa4c9c85

AgentLoopKit v0.26.2

10 Jun 15:08

Choose a tag to compare

Patch release for release-channel cleanup and agent guidance.

Changes

  • Added a specialist agent roster to generated AGENTS.md and this repository's own AGENTS.md, with roles for product, CLI, templates, verification, security, release, docs, compatibility, MCP, and repo stewardship.
  • Documented the generated roster in the README and added init coverage so future template changes keep it in place.
  • Removed the temporary Homebrew tap/formula channel from release docs and distribution tests. npm/npx remains the primary install path.

Verification

  • Vitest: 33 files, 145 tests passed.
  • Typecheck, lint, build, Markdown links, formatting, and whitespace checks passed.
  • Packed release smoke passed for agentloopkit@0.26.2.
  • npm publish --access public --dry-run passed.
  • Projscan reported A 97/100 with the existing informational unused-export warning.
  • AgentLoop verification report passed.

Release asset

  • agentloopkit-0.26.2.tgz
  • SHA-256: 3b38dcba05817137630bd4509a2ec40b184cac2432104ee5ed2689c76518b6ee

npm trusted publishing, GHCR, and MCP Registry workflows should run from this release.

AgentLoopKit v0.26.1

10 Jun 14:26

Choose a tag to compare

Release Notes

  • Generated: 2026-06-10-16-26
  • Package: agentloopkit
  • Version: 0.26.1
  • Range: v0.26.0..HEAD
  • Branch: main
  • Commit: dbaf674

Changelog

Patch release for MCP Registry metadata validation:

  • Shortened the MCP Registry server description to satisfy the registry's 100-character limit
  • Updated 0.26.x docs and install examples to point at agentloopkit@0.26.1
  • Kept agentloop mcp-server read-only with no command execution, file mutation, telemetry, external API calls, or .env content reads

Commits

  • fix: satisfy MCP registry metadata limits

Changed Files

  • M CHANGELOG.md
  • M README.md
  • M ROADMAP.md
  • M docs/distribution-channels.md
  • M docs/github-actions.md
  • M docs/launch-checklist.md
  • M docs/mcp.md
  • M docs/release-notes.md
  • M examples/buildkite/README.md
  • M examples/github-actions/README.md
  • M examples/gitlab-ci/README.md
  • M package.json
  • M packaging/homebrew/agentloopkit.rb
  • M server.json
  • M tests/distribution-artifacts.test.ts

Working Tree

  • No uncommitted changes detected.

AgentLoop Evidence

  • Task: Build MCP server prerequisite (done) - .agentloop/tasks/2026-06-10-build-mcp-server-prerequisite.md
  • Verification: Overall status: pass - .agentloop/reports/2026-06-10-16-13-verification-report.md
  • CI summary: AgentLoopKit CI Summary - .agentloop/reports/2026-06-10-03-51-ci-summary.md

Release Checklist

  • Review these notes before publishing.
  • Confirm npm and GitHub release status from the registry or release page.
  • Attach verification evidence when creating a release.
  • Keep npm catch-up notes honest if the registry still serves an older version.

Safety

This command is local and deterministic. Does not create tags, publish packages, call external APIs, read tokens, upload files, or rewrite changelogs.

Release Asset

  • agentloopkit-0.26.1.tgz SHA-256: cf836155a2cdfaf8eff818202aa651fc32b3b39a49256f25d0925ffbadad5cc6

AgentLoopKit v0.26.0

10 Jun 14:17

Choose a tag to compare

Release Notes

  • Generated: 2026-06-10-16-17
  • Package: agentloopkit
  • Version: 0.26.0
  • Range: v0.25.0..HEAD
  • Branch: main
  • Commit: cc4c513

Changelog

Minor release for MCP and distribution channels:

  • Added agentloop mcp-server, a read-only MCP stdio server for local AgentLoopKit status, tasks, policies, verification reports, and handoffs
  • Added MCP Registry metadata through server.json and package.json mcpName
  • Added a post-npm MCP Registry publish workflow that uses GitHub OIDC and verifies the npm package version before publishing metadata
  • Added a root GitHub Action wrapper for running AgentLoopKit commands in CI
  • Added a Dockerfile and GHCR release workflow for a minimal agentloop container image
  • Added a Homebrew formula template under packaging/homebrew/
  • Added docs for MCP usage, distribution channels, GitHub Action usage, Docker/GHCR, and Homebrew publishing
  • Added Vitest coverage for MCP tool behavior, MCP stdio startup, and distribution artifacts

Commits

  • feat: add MCP server and distribution channels
  • docs: refresh current roadmap release state
  • docs: record 0.25.0 release status

Changed Files

  • M .agentloop/backlog.md
  • M .agentloop/dogfood-log.md
  • A .agentloop/handoffs/2026-06-10-16-15-pr-summary.md
  • A .agentloop/reports/2026-06-10-16-13-verification-report.md
  • A .agentloop/research/interview-cycle-108.md
  • M .agentloop/tasks/2026-06-10-add-docker-ghcr-image.md
  • M .agentloop/tasks/2026-06-10-add-github-action-wrapper.md
  • M .agentloop/tasks/2026-06-10-add-homebrew-tap-distribution.md
  • M .agentloop/tasks/2026-06-10-build-mcp-server-prerequisite.md
  • M .agentloop/tasks/2026-06-10-publish-mcp-registry-entry.md
  • A .dockerignore
  • A .github/workflows/docker.yml
  • A .github/workflows/publish-mcp.yml
  • M CHANGELOG.md
  • M DECISIONS.md
  • A Dockerfile
  • M FINAL_HANDOFF.md
  • M README.md
  • M ROADMAP.md
  • A action.yml
  • M docs/distribution-channels.md
  • M docs/github-actions.md
  • M docs/launch-checklist.md
  • A docs/mcp.md
  • M docs/npm-publishing.md
  • M docs/release-notes.md
  • M docs/release-status.md
  • M examples/buildkite/README.md
  • M examples/github-actions/README.md
  • M examples/gitlab-ci/README.md
  • M package.json
  • A packaging/homebrew/agentloopkit.rb
  • M pnpm-lock.yaml
  • A server.json
  • A src/cli/commands/mcp-server.ts
  • M src/cli/index.ts
  • M src/core/completions.ts
  • A src/core/mcp-tools.ts
  • A src/mcp/server.ts
  • A tests/distribution-artifacts.test.ts
  • A tests/mcp-server.test.ts
  • A tests/mcp-tools.test.ts

Working Tree

  • No uncommitted changes detected.

AgentLoop Evidence

  • Task: Build MCP server prerequisite (done) - .agentloop/tasks/2026-06-10-build-mcp-server-prerequisite.md
  • Verification: Overall status: pass - .agentloop/reports/2026-06-10-16-13-verification-report.md
  • CI summary: AgentLoopKit CI Summary - .agentloop/reports/2026-06-10-03-51-ci-summary.md

Release Checklist

  • Review these notes before publishing.
  • Confirm npm and GitHub release status from the registry or release page.
  • Attach verification evidence when creating a release.
  • Keep npm catch-up notes honest if the registry still serves an older version.

Safety

This command is local and deterministic. Does not create tags, publish packages, call external APIs, read tokens, upload files, or rewrite changelogs.

Release Asset

  • agentloopkit-0.26.0.tgz SHA-256: a289ea89ee037ab4099e79102efbf21d3563b7e65961f1b1bd54a4a735cfba65

AgentLoopKit v0.25.0

10 Jun 13:26

Choose a tag to compare

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.

AgentLoopKit v0.24.5

10 Jun 12:58

Choose a tag to compare

AgentLoopKit v0.24.5

Patch release for release safety and README demo polish.

What changed

  • Added npm run smoke:release for local packed-package release checks.
  • The smoke script builds, packs, runs the packed binary, checks safety guards, and verifies packaged README pins without publishing.
  • Refreshed the README VHS terminal demo around init, doctor, task creation, task status, verification, handoff, gates, local HTML report, and badge output.
  • Updated npm-facing README pins and CI examples to agentloopkit@0.24.5.

Verification

  • GitHub CI run 27277812575 passed lint, typecheck, tests, link check, and build.
  • Local Vitest: 30 files / 133 tests passed.
  • npm run smoke:release passed for the packed 0.24.5 package.
  • npm publish --access public --dry-run passed.
  • npx projscan doctor --format markdown returned health score A (97/100); the one note is a static-analysis false positive for dynamically imported smoke-script helpers.
  • VHS regenerated docs/assets/readme/agentloopkit-cli.gif at 1200x720, 30.52s, 2.6 MB.
  • Playwright regenerated the README PNG screenshots from committed HTML sources with no byte changes.

Tarball

  • SHA-256: 202454e639170968e5e45ea6a68ebf560111749b63380fa379c8c91ea8ac2253

Safety

No postinstall script. No telemetry. No cloud backend. No API keys. No hidden network calls. The new smoke script does not publish, create tags, call GitHub APIs, read npm tokens, or read .env files.

AgentLoopKit v0.24.4

10 Jun 12:04

Choose a tag to compare

Patch release for npm README freshness.

What changed:

  • Updated README pinned-version examples to agentloopkit@0.24.4.
  • Added a small changelog entry for the package README patch.
  • No CLI behavior changes.

Why:

  • npm displays the packaged README. The 0.24.3 package README still showed older 0.24.2 pinned examples, so this patch keeps npm-facing install guidance current.

Verification:

  • Local lint, typecheck, tests, markdown link check, build, npm publish dry-run, packed README inspection, and AgentLoop verification passed.
  • GitHub CI passed on dfb0e9d.

Tarball SHA-256:
1b3dd738dce7bdb241f944c4a381a3c5fce39379db328fcabc3275c5e0aa31df