@vizualmodel/vmblu-cli 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.
package/README.md CHANGED
@@ -6,20 +6,22 @@ This folder contains the CLI commands that are available for vmblu.
6
6
  ```txt
7
7
  vmblu/
8
8
  cli/ # your CLI source
9
+ bin/
10
+ vmblu.js # discovers and adds commands
9
11
  commands/
10
12
  init/
11
13
  profile/
12
14
  migrate/
13
15
  templates/
14
16
  x.y.z/ # a directory per version x.y.z
15
- vmblu.schema.json
16
- vmblu.annex.md
17
- seed.md
18
- srcdoc.schema.json
19
- bin/
20
- vmblu.js # the executable (router)
17
+ blueprint.schema.json
18
+ blueprint.annex.md
19
+ vizual.schema.json
20
+ system-prompt.md
21
+ profile.schema.json
21
22
  package.json
22
23
  README.md
24
+ LICENSE.txt
23
25
  ```
24
26
 
25
27
  ## Add more commands
@@ -2477,7 +2477,7 @@ function updateDerivedSettings(original, derived) {
2477
2477
  return derived;
2478
2478
  }
2479
2479
 
2480
- var version = "0.4.0";
2480
+ var version = "0.4.1";
2481
2481
  var schemaVersion = "0.9.1";
2482
2482
  var pckg = {
2483
2483
  version: version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizualmodel/vmblu-cli",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "schemaVersion": "0.9.1",
5
5
  "type": "module",
6
6
  "bin": {