@brokkai/brokk-town-linux-arm64 0.3.0 → 0.3.2

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.
package/BUILD.json CHANGED
@@ -1 +1 @@
1
- {"commit": "6f8a3c0c9273db0df7046f6db2246ac60f9f25fb", "tag": "v0.3.0", "target": "linux-arm64"}
1
+ {"commit": "bb23e586e2acef2ee8a8121a2bde86315ca06bff", "tag": "v0.3.2", "target": "linux-arm64"}
package/README.md CHANGED
@@ -137,11 +137,13 @@ sh install.sh # From a checkout; defaults to ~/.local/bin
137
137
  npm install -g @brokkai/brokk-town # Installs the bt launcher and native package
138
138
  ```
139
139
 
140
- The GitHub release workflow and npm OIDC workflow follow the bot repositories.
141
- The `packages-publish` environment accepts `v*` tags only. Actual npm trusted publishers are configured and verified for all five packages,
142
- restricted to this repository, `publish-packages.yml`, and `packages-publish`.
143
- Visibility is public and collaborator/developers-team access matches mjolnir. See [RELEASING.md](RELEASING.md)
144
- for first-release setup, access checks, publishing, and recovery.
140
+ Pushing a `v*` tag publishes the release: the `Publish packages` workflow runs
141
+ CI, builds the archives and npm packages, publishes with provenance, and
142
+ finalizes the GitHub release. The `packages-publish` environment and npm
143
+ trusted publishers are bound to this repository and `publish-packages.yml`;
144
+ keep both names stable. Visibility is public and
145
+ collaborator/developers-team access matches mjolnir. See [RELEASING.md](RELEASING.md)
146
+ for tag rules, pipeline steps, and recovery.
145
147
 
146
148
  ## Connect real repositories
147
149
 
package/bin/bt CHANGED
Binary file
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.3.0",
2
+ "version": "0.3.2",
3
3
  "license": "Apache-2.0",
4
4
  "repository": {
5
5
  "type": "git",