dsh-plugin-guide 0.1.1 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cordis.patch.yml CHANGED
@@ -1,4 +1,9 @@
1
1
  # dsh-plugin-guide bundle layer: register the packaged knowledge base as an agent skill.
2
+ # This file is the `dsh.bundle.patch` layer (see package.json#dsh.bundle.patch).
3
+ # Layer semantics: a YAML array of row verbs; `insert` adds plugin rows to the
4
+ # composed config. Later layers override a row by `id` (whole-config replacement).
2
5
  - insert:
6
+ # `id`: stable row identifier used by later layers to override this row.
3
7
  - id: dsh-plugin-guide
8
+ # `name`: the module the loader imports; resolves to this package's entry (package.json#main → index.js).
4
9
  name: dsh-plugin-guide