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
Copy file name to clipboardExpand all lines: AGENTS.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,3 +139,8 @@ When asked to create commits in this repository:
139
139
- Context: `--yaml` overlapped with `--base` by auto-detecting file paths, which created ambiguous query source behavior.
140
140
- Decision: Restrict `--yaml`/`yaml` to inline YAML text and reject path-like input with guidance to use `--base`/`basePath`.
141
141
- Consequence: CLI and library query-source semantics are clearer and avoid accidental mode switching based on filesystem state.
142
+
143
+
- 2026-02-18 - Release-driven npm publishing
144
+
- Context: Package publication should happen automatically when a GitHub release is published.
145
+
- Decision: Add a `publish-npm` GitHub Actions workflow triggered by `release.published`, using `NPM_TOKEN` and validating release tag/version alignment before `npm publish`.
146
+
- Consequence: Publishing is automated and guarded against accidental version/tag mismatches.
0 commit comments