@flyingrobots/graft 0.11.0 → 0.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.11.1] - 2026-07-05
11
+
12
+ ### Added
13
+
14
+ - **Release workflow guidance**: contributor guidance now requires operators to
15
+ inspect the tag-triggered GitHub Actions release workflow, individual job
16
+ state, job logs, GitHub Release assets, and npm registry state before
17
+ claiming release or publish success. It also records the release invariant
18
+ that releases must be cut only from version-tagged commits already on `main`;
19
+ release branches, pull request heads, local-only commits, and untagged commits
20
+ are not release authorities.
21
+
10
22
  ## [0.11.0] - 2026-07-05
11
23
 
12
24
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flyingrobots/graft",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "Context governor and between-commit activity surface for coding agents",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@10.30.0",