Commit 56e64fb
authored
docs(changelog): cut v0.10.0 — closure, and the two bugs a stranded user found (#203)
Minor by the version rule checked by NAME, with the reason stated because the
name comparison alone would say patch: the eleven subcommands, the seventeen
long flags and the fragment file's five keys are all unchanged. Nothing new was
invented. What changed is where existing spellings are accepted — `resume` now
takes --verify-cmd and --verify-timeout, which it rejected outright before, and
a `use:` inside a fragment file, previously a load error, now resolves.
The headline is closure. ADR 0027 made a loop the reusable unit; ADR 0029 lets
a fragment cite a fragment, so a graph of loops is a loop. Bounded by a citation
chain (a repeat on the current path is a cycle; a diamond is not) and a depth of
three files, chosen small enough to be falsified rather than large enough to
never fire.
Two entries exist because someone was stranded by them, and both came from the
path we exercised least: 291 runs, 284 `run` and 7 `auto`, while the README
leads with `auto`. #198 was the maintainer's own auto run hitting a session
limit and finding the pause unresumable; #200 was the same person typing
`resume --help` at the moment the answer mattered.
Signed-off-by: jitokim <pigberger70@gmail.com>1 parent c40cb5c commit 56e64fb
4 files changed
Lines changed: 26 additions & 4 deletions
File tree
- .claude-plugin
- cmd/oh-my-graph
- plugin/.claude-plugin
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
13 | 34 | | |
14 | 35 | | |
15 | 36 | | |
| |||
3583 | 3604 | | |
3584 | 3605 | | |
3585 | 3606 | | |
3586 | | - | |
| 3607 | + | |
| 3608 | + | |
3587 | 3609 | | |
3588 | 3610 | | |
3589 | 3611 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments