mimetic-cli 0.1.1 → 0.1.2

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
@@ -9,6 +9,8 @@ It creates committed simulation source under `mimetic/`, ignored run evidence
9
9
  under `.mimetic/`, a watchable Observer UI, verification gates, and public-safe
10
10
  feedback drafts.
11
11
 
12
+ ![Mimetic OSS Lab Observer showing four headed E2B desktops, each with a nested Mimetic Observer open](https://unpkg.com/mimetic-cli@0.1.2/docs/assets/mimetic-oss-lab-observer.png)
13
+
12
14
  ## Install
13
15
 
14
16
  ```bash
package/dist/program.js CHANGED
@@ -91,7 +91,7 @@ export function createProgram(io = {}) {
91
91
  program
92
92
  .name("mimetic")
93
93
  .description("Open-source-safe persona simulation CLI and proof harness.")
94
- .version("0.1.1")
94
+ .version("0.1.2")
95
95
  .showHelpAfterError()
96
96
  .option("--json", "Print machine-readable JSON responses where supported.")
97
97
  .configureOutput({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mimetic-cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Open-source-safe CLI for persona simulation, observer review, and public-safe feedback drafts.",
5
5
  "keywords": [
6
6
  "agent-harness",
@@ -28,6 +28,7 @@
28
28
  },
29
29
  "files": [
30
30
  "dist",
31
+ "docs/assets",
31
32
  "skills",
32
33
  "README.md",
33
34
  "LICENSE"