@lmzhen/dsh-evolution-agent-preset 0.4.0 → 0.4.1

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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -23,6 +23,13 @@ vendored — the preset follows whichever platform the user actually has.
23
23
  | `cordis` (`requires: dynamicCordisRunner`) | `<platform>/cordis/agent.cordis.yml` | `evolution-cordis` | `preset.cordis.yml` |
24
24
  | `minimal` (unsupported) | — | `evolution-minimal` | `preset.minimal.yml` |
25
25
 
26
+ The `Metadata file` column names the per-variant metadata SOURCE in THIS
27
+ package (`bases.json` `metadata`). Both install paths write that file's
28
+ CONTENT as the platform's own `preset.yml` inside the installed preset
29
+ directory — `preset.yml` is the ONLY metadata filename the picker reads
30
+ (agent-presets `METADATA_FILE`), so a variant installed as `preset.ptc.yml`
31
+ would show a bare id with no description/order.
32
+
26
33
  `bases.json` in this package is the single table behind all four columns: the installer
27
34
  (`AGENT_PRESET_BASES`) and the host command (`/evolution preset install --base <name>`) both
28
35
  read THIS file, so a base cannot be half-added (a directory one consumer knows about and
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lmzhen/dsh-evolution-agent-preset",
3
3
  "description": "Agent preset exposing memory and skill evolution tools to a session (community build)",
4
- "version": "0.4.0",
4
+ "version": "0.4.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -25,9 +25,9 @@
25
25
  "license": "MIT",
26
26
  "dependencies": {
27
27
  "@deepseek-ai/dsh-tool-session-query": "^0.1.5-rc.2",
28
- "@lmzhen/dsh-tool-memory": "^0.4.0",
29
- "@lmzhen/dsh-tool-skill-manage": "^0.4.0",
30
- "@lmzhen/dsh-evolution-skill-catalog": "^0.4.0"
28
+ "@lmzhen/dsh-tool-memory": "^0.4.1",
29
+ "@lmzhen/dsh-tool-skill-manage": "^0.4.1",
30
+ "@lmzhen/dsh-evolution-skill-catalog": "^0.4.1"
31
31
  },
32
32
  "exports": {
33
33
  ".": {