Commit fe8962e
docs: surface the turn-on/turn-off lifecycle and list fleet write verbs (v0.31.1) (#67)
The on/off lifecycle was real but under-documented. `lobes serve`/`stop` and
`lobes fleet up`/`down` bring the single-model and fleet lanes up and down, but:
- The Mutation-safety *prose* in `lobes learn` and CLAUDE.md listed only
`switch`, `serve`, `stop`, `init`, `tunnel` — omitting `fleet up`/`fleet down`,
which are equally dry-run-by-default write verbs (the `--json` payload already
listed them, and a test pins that). Aligned the prose to match.
- CLAUDE.md described the lifecycle only implicitly (verb names in a tree). Added
an explicit "Lifecycle (turn on / off)" note mapping serve/stop and fleet
up/down to compose up/down, including the `stop` = `compose down` (removes
containers, not a pause) caveat.
Docs/wording only — no behavior change. Tests and lint green.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 66bf9ba commit fe8962e
5 files changed
Lines changed: 24 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
7 | 14 | | |
8 | 15 | | |
9 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
95 | 103 | | |
96 | 104 | | |
97 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments