Skip to content

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 21:26

Added

  • Added Step 0 rollout tracking setup for the AgentReceipt skill installer rollout (PROGRESS.md) and initial changelog entry under Unreleased.
  • Added the repository-owned AgentReceipt coding-agent skill source at skills/agentreceipt/SKILL.md and release-script checks for required frontmatter/agent-facing references.
  • Added release packaging of agentreceipt-skill/SKILL.md into every archive via scripts/build-release-artifacts.sh, and expanded scripts/test-release-scripts.sh checks to verify the archived skill path and content.
  • Added noninteractive installer controls (--install-skill, --no-install-skill, --skill-dir) with env equivalents in scripts/install.sh, plus offline installer fixtures in scripts/test-release-scripts.sh for scripted install/no-install paths.
  • Added interactive Step 4 installer onboarding: /dev/tty prompt, no-TTY skip behavior, default root resolution (~/.agents/skills over ~/.claude/skills), explicit overwrite prompts, and expanded installer fixture coverage (no-tty skip, env-driven install, identical/different target handling).

Changed

  • Fully refreshed README.md for current agent-facing workflows, highlighting contract-first loop commands (sessions, focus, replay, schema, verify diff), installer option/env examples (--install-skill, --no-install-skill, --skill-dir, AGENTRECEIPT_INSTALL_SKILL, AGENTRECEIPT_SKILL_DIR), install archive contents, and explicit limitations around privacy, Codex-first capture, and non-policy enforcement.
  • Completed final rollout validation in Step 6 (scripts/test-release-scripts.sh) covering release archive parity, installer control fixtures, noninteractive skip/overwrite semantics, and archive-root consistency for final handoff.

Fixed

  • Fixed local scripts/install.sh skill installation against older release archives by extracting the binary independently and falling back to the checked-in skills/agentreceipt/SKILL.md when the archive does not yet include agentreceipt-skill/SKILL.md.
  • Fixed release-script archive assertions to avoid GNU tar stdout: write error failures under pipefail on Ubuntu CI.