@biffo/cli 0.218.2 → 0.219.0

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.
@@ -6,9 +6,16 @@ express everything as plain `git` / `gh` / `pnpm` / `uv` commands. Tool-specific
6
6
  guidance belongs in that tool's own file (e.g. `CLAUDE.md`), which imports this
7
7
  one rather than restating it.
8
8
 
9
- This is a **Biffo satellite repo** (a plugin or sibling app), separate from the
10
- core project it extends. It follows the same engagement rules as every Biffo
11
- repo; only its product differs.
9
+ This is a **Biffo satellite repo** a repository in the estate that is not a
10
+ core project: a sibling app, a plugin, a shared package, a runner fleet, or a
11
+ design/data repo. It follows the same engagement rules as every Biffo repo; only
12
+ its product differs. `CLAUDE.md` says which one this is.
13
+
14
+ This file is distributed by the template and kept in step by
15
+ `scripts/shared-sync.sh` there (`shared-files.json`). Edit it **upstream in
16
+ `biffo-template`**, not here: a local edit is overwritten by the next sync, and
17
+ `AGENTS.md` silently drifting 68 lines behind is why that mechanism exists
18
+ (biffo-template#559, #1150).
12
19
 
13
20
  ## 1. One integration branch: `dev`
14
21
 
@@ -6,9 +6,16 @@ express everything as plain `git` / `gh` / `pnpm` / `uv` commands. Tool-specific
6
6
  guidance belongs in that tool's own file (e.g. `CLAUDE.md`), which imports this
7
7
  one rather than restating it.
8
8
 
9
- This is a **Biffo satellite repo** (a plugin or sibling app), separate from the
10
- core project it extends. It follows the same engagement rules as every Biffo
11
- repo; only its product differs.
9
+ This is a **Biffo satellite repo** a repository in the estate that is not a
10
+ core project: a sibling app, a plugin, a shared package, a runner fleet, or a
11
+ design/data repo. It follows the same engagement rules as every Biffo repo; only
12
+ its product differs. `CLAUDE.md` says which one this is.
13
+
14
+ This file is distributed by the template and kept in step by
15
+ `scripts/shared-sync.sh` there (`shared-files.json`). Edit it **upstream in
16
+ `biffo-template`**, not here: a local edit is overwritten by the next sync, and
17
+ `AGENTS.md` silently drifting 68 lines behind is why that mechanism exists
18
+ (biffo-template#559, #1150).
12
19
 
13
20
  ## 1. One integration branch: `dev`
14
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biffo/cli",
3
- "version": "0.218.2",
3
+ "version": "0.219.0",
4
4
  "description": "Biffo project scaffolding CLI",
5
5
  "license": "MIT",
6
6
  "type": "module",