docs: fix genuine Microsoft.Hyphens hits (redundant -ly adverb hyphens)
This commit is contained in:
parent
c24dd03485
commit
225b1668ae
3 changed files with 3 additions and 3 deletions
|
|
@ -108,7 +108,7 @@ cert auth method, and creates the `swarm-controller` role that attaches the two.
|
||||||
|
|
||||||
⚠️ **This has only run once, and it didn't go all the way through.** The
|
⚠️ **This has only run once, and it didn't go all the way through.** The
|
||||||
first real provision against a live store returned 403, so
|
first real provision against a live store returned 403, so
|
||||||
treat the block above as derived-then-partly-tested rather than proven: the
|
treat the block above as derived, then only partly tested — not proven: the
|
||||||
grants still come from `-output-policy`, not from a swarm that came up on them.
|
grants still come from `-output-policy`, not from a swarm that came up on them.
|
||||||
What that 403 does _not_ tell you is whether the login or the write was
|
What that 403 does _not_ tell you is whether the login or the write was
|
||||||
refused — `bao read auth/cert/certs/swarm-controller` separates the two.
|
refused — `bao read auth/cert/certs/swarm-controller` separates the two.
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ Served under the `subagent` MCP server (`mcp__subagent__<tool>`): `start`,
|
||||||
|
|
||||||
## State
|
## State
|
||||||
|
|
||||||
In-memory only: a map of currently-running processes, live only as long
|
In-memory only: a map of currently running processes, live only as long
|
||||||
as the daemon process is. A daemon restart stops whatever was running
|
as the daemon process is. A daemon restart stops whatever was running
|
||||||
rather than adopting it. The durable record of a subagent's existence is
|
rather than adopting it. The durable record of a subagent's existence is
|
||||||
claude's own on-disk session (`hive_claude::SessionStore`), which
|
claude's own on-disk session (`hive_claude::SessionStore`), which
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ left edge lands in the same place regardless of row kind. A `<details>`
|
||||||
row grids its `<summary>` instead of itself (so the `<pre>` body below
|
row grids its `<summary>` instead of itself (so the `<pre>` body below
|
||||||
can stack full-width), using the exact same `grid-template-columns` value,
|
can stack full-width), using the exact same `grid-template-columns` value,
|
||||||
with the disclosure caret leading the summary text rather than the icon.
|
with the disclosure caret leading the summary text rather than the icon.
|
||||||
One shared column definition, not two independently-computed offsets
|
One shared column definition, not two independently computed offsets
|
||||||
kept in sync by hand — see `terminal.css`'s own comment on the incident
|
kept in sync by hand — see `terminal.css`'s own comment on the incident
|
||||||
that motivated the change.
|
that motivated the change.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue