You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.