From 6085344a0b26e9f53e71fb57640bd05e0c97763d Mon Sep 17 00:00:00 2001 From: Eric Rakestraw Date: Thu, 4 Jun 2026 12:23:12 +0000 Subject: [PATCH] Validate documentation roadmap completion --- docs/internal/app.md | 2 +- docs/roadmap/documentation.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/internal/app.md b/docs/internal/app.md index 87d6c25..7c016f1 100644 --- a/docs/internal/app.md +++ b/docs/internal/app.md @@ -32,7 +32,7 @@ The app layer registers default transforms, including Markdown-to-HTML, and supp ## State And Manifest Behavior -Run workflows discover and validate source bundles through `internal/bundle`. Destination state is planned and written through `internal/publish` and `internal/state`; the app layer records report projections of those plans and results. +Run workflows discover and validate source bundles through `internal/bundle`. Destination state actions are prepared and written through `internal/publish` and `internal/state`; the app layer records report projections of those actions and results. HTTP uploads stage and validate archives before enqueueing a pipeline run with a local staged source root. diff --git a/docs/roadmap/documentation.md b/docs/roadmap/documentation.md index 73856ed..654de4c 100644 --- a/docs/roadmap/documentation.md +++ b/docs/roadmap/documentation.md @@ -75,8 +75,8 @@ go test ./... go test ./internal/config ./internal/cli ./internal/app go test ./pkg/bundle ./internal/bundle ./internal/state ./internal/publish ./internal/storage ./internal/storage/fake go test ./internal/adapters/local ./internal/adapters/ssh ./internal/adapters/s3 ./internal/ingest ./internal/transform/markdown -rg -n -i "future|planned|deferred|experimental|deprecated|not implemented|old behavior" README.md docs --glob '!docs/roadmap/**' -rg -n -i "Stage|Phase" README.md docs --glob '!docs/roadmap/**' +rg -n -i "future|planned|deferred|experimental|deprecated|not implemented|old behavior" README.md docs --glob '!docs/roadmap/**' --glob '!docs/policy/**' +rg -n "\\b(Stages?|Phases?)\\b" README.md docs --glob '!docs/roadmap/**' --glob '!docs/policy/**' rg -n -- "--config|--dry-run|--force|--format|--pipeline|--bundle|--id|--file|--created|--overwrite" docs/cli.md internal/cli rg -n "examples/" README.md docs examples internal/config/load_test.go ```