mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-11 19:47:12 +03:00
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:
co-authored by
factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
parent
cbe27723cf
commit
409826a81f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user