From e54e74ed881139f3896d2780778413fe452588ce Mon Sep 17 00:00:00 2001 From: Eric Rakestraw Date: Tue, 7 Jul 2026 15:32:56 -0500 Subject: [PATCH] Remove completed pipeline refactoring roadmap docs --- docs/roadmap/implementation.md | 18 ------------------ docs/roadmap/pipeline.md | 12 ------------ 2 files changed, 30 deletions(-) delete mode 100644 docs/roadmap/implementation.md delete mode 100644 docs/roadmap/pipeline.md diff --git a/docs/roadmap/implementation.md b/docs/roadmap/implementation.md deleted file mode 100644 index 975d441..0000000 --- a/docs/roadmap/implementation.md +++ /dev/null @@ -1,18 +0,0 @@ -# Raw Pipeline Implementation - -The raw pipeline migration described here has been implemented. - -Current behavior is documented in: - -- [Pipeline Internals](../internal/pipeline.md) -- [Modules](../internal/modules.md) -- [LLM Runtime](../internal/llm.md) -- [Configuration](../config.md) -- [CLI Reference](../cli.md) -- [Operations](../operations.md) -- [Troubleshooting](../troubleshooting.md) -- [JSON Output](../integrations/json-output.md) -- [D&D Spell Raw Output](../integrations/dnd-spell-artifacts.md) - -Follow-up validator work remains tracked separately in -[Validation Roadmap](validation.md). diff --git a/docs/roadmap/pipeline.md b/docs/roadmap/pipeline.md deleted file mode 100644 index 5e21b3d..0000000 --- a/docs/roadmap/pipeline.md +++ /dev/null @@ -1,12 +0,0 @@ -# Raw Pipeline Data Model - -The raw pipeline data model has been implemented. - -Current behavior is documented in: - -- [Pipeline Internals](../internal/pipeline.md) -- [Modules](../internal/modules.md) -- [JSON Output](../integrations/json-output.md) - -Validator mapping and concrete validator behavior remain tracked separately in -[Validation Roadmap](validation.md).