Files
Dario LipicarandClaude Opus 5 f291efa2e8 docs(doctests): drop references to the archived logos-module-client (#140)
logos-module-client is being archived: nothing declares it as a flake input,
nothing lists it as a dependency in the workspace dep-graph, and no source or
header outside its own tree references it.

These three generated outputs were the last thing implying otherwise. Two were
prose describing it as a repo that pins the SDK independently; three were a live
`--override-input logos-module-client/logos-cpp-sdk ...` line inside a command a
reader is invited to run. Overriding an input that does not exist is only a nix
WARNING, not an error, so the command would appear to work while doing nothing
at that path.

The live specs in doctests/*.yaml are already clean — they emit no such override.
Only outputs/*.md drifted, which is expected: they are hand-pinned and CI never
diffs them against the generator, so nothing was going to catch this.

Docs only; no spec, code or lock changes.

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
2026-08-20 09:48:48 -03:00
..