fix(docs): correct depth-parity comment in example bundle manifest

The comment claimed docs/examples/ sat at "the same depth as a real
<name>/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>
This commit is contained in:
Magnus Hedemark
2026-08-14 17:05:47 -04:00
co-authored by factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
parent cbe27723cf
commit 409826a81f
+2 -1
View File
@@ -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 <name>/manifest.yaml).
# the repository root — one level deeper than a real <name>/manifest.yaml,
# which resolves repository-root paths with a single ../).
# Canonical manifests live at <name>/manifest.yaml.
schema_version: 1