Remove stale root architecture doc and finalize documentation links

This commit is contained in:
2026-05-24 13:46:06 +00:00
parent f8ab117bfc
commit d23a95471c
5 changed files with 7 additions and 532 deletions

View File

@@ -29,9 +29,8 @@ output schemas. Neither command runs merge preprocessing or postprocessing
modules.
The supported public output schemas are `seriatim-minimal`,
`seriatim-intermediate`, and `seriatim-full`. For current command and flag
details, use [the README](../../README.md) until dedicated `docs/cli.md` and
`docs/config.md` files exist.
`seriatim-intermediate`, and `seriatim-full`. For command and flag details, use
[CLI reference](../cli.md) and [configuration reference](../config.md).
## Core Design Principles
@@ -135,8 +134,8 @@ where command-specific names are fixed and the pipeline registry where module
composition is resolved.
Do not duplicate full CLI or config reference material here. Use
[the README](../../README.md) for the current user-facing reference until the
canonical `docs/cli.md` and `docs/config.md` files exist.
[CLI reference](../cli.md) and [configuration reference](../config.md) for
canonical user-facing details.
## Errors, Logging, and Diagnostics