geonosis 2.5.2 → 2.5.3

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # geonosis
2
2
 
3
+ ## 2.5.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 81c5104: The plugin (installed as `geonosis@geonosis`, versioned with this group) changed since 2.5.2 and the
8
+ plugin cache is keyed by version, so the group moves: the Stop hook ends in ten seconds — it
9
+ launches the fast tier detached and reads its report at the next turn end (D-068); every agent,
10
+ skill and rule is plain prose (D-067); `geonosis-plan` carries the brief protocol — the brief is the
11
+ code, compile before dispatch, the STOP shape, the size rule — and `geonosis-engineer` refuses a
12
+ brief that names a file without its code (D-066). No package code changed.
13
+ - @geonosis/cli@2.5.3
14
+
3
15
  ## 2.5.2
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geonosis",
3
- "version": "2.5.2",
3
+ "version": "2.5.3",
4
4
  "types": "./dist/index.d.ts",
5
5
  "description": "One manifest line pins the whole toolchain: the geonosis CLI and every gate it runs, on one version.",
6
6
  "keywords": [
@@ -32,7 +32,7 @@
32
32
  "dist"
33
33
  ],
34
34
  "dependencies": {
35
- "@geonosis/cli": "2.5.2"
35
+ "@geonosis/cli": "2.5.3"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "oxlint": ">=1.77",