From 409826a81ffca3cfa3e5e23150deb79217caeb1c Mon Sep 17 00:00:00 2001 From: Magnus Hedemark Date: Fri, 14 Aug 2026 17:05:47 -0400 Subject: [PATCH] fix(docs): correct depth-parity comment in example bundle manifest The comment claimed docs/examples/ sat at "the same depth as a real /manifest.yaml". Under the flat layout a real manifest sits one level below the repo root (resolving repo-root paths with ../), while this example lives two levels below root (../../). Reword the comment to describe the actual relationship without changing any path values, field names, or schema content. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- docs/examples/bundle-manifest.example.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/examples/bundle-manifest.example.yaml b/docs/examples/bundle-manifest.example.yaml index 5c3037a..0737a4b 100644 --- a/docs/examples/bundle-manifest.example.yaml +++ b/docs/examples/bundle-manifest.example.yaml @@ -8,7 +8,8 @@ # # Paths are relative to the bundle's own directory (this example lives in # docs/examples/, two levels below the repository root, so ../../ resolves to -# the repository root — the same depth as a real /manifest.yaml). +# the repository root — one level deeper than a real /manifest.yaml, +# which resolves repository-root paths with a single ../). # Canonical manifests live at /manifest.yaml. schema_version: 1