AGENTS.md · git:20260908.531773d · 2026-09-08 · sha256 736893974c14d175

AGENTS.md git:20260908.531773dA

Immutable. This exact content is served forever at /api/v1/blob/736893974c14d175.

# Repository instructions

Read [CLAUDE.md](CLAUDE.md) for development commands and product constraints.

## npm releases

OpenArtifacts npm releases occur only when a PR titled exactly `vX.Y.Z` is merged
into `main`. The title version must match `packages/openartifacts/package.json`
and its `packages/openartifacts` entry in `package-lock.json`.

A version bump in a descriptively titled PR does not publish. When preparing a
release, verify all three match before handing off the PR. Do not merge or publish
without user authorization.

The authoritative release implementation is
[release-openartifacts.yml](.github/workflows/release-openartifacts.yml).
CI checks version-bump PRs before merge and reruns when a PR title is edited.