@amalgm/shell 0.1.0 → 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.
Files changed (2) hide show
  1. package/PURPOSE.md +5 -0
  2. package/package.json +3 -3
package/PURPOSE.md CHANGED
@@ -64,6 +64,11 @@ shell only assembles.
64
64
  graph and bytes into a different local SQLite database before Watch. No
65
65
  legacy Amalgm directory is mounted into either machine.
66
66
 
67
+ 12. **Boot is idempotent over portable state.** Starting the runtime may
68
+ create state that is absent, but it never rewrites a semantically
69
+ unchanged tracked file with a machine-local timestamp. A materialized
70
+ user ground stays byte-exact until a real user or product mutation occurs.
71
+
67
72
  ## Relationship to amalgm-engine
68
73
 
69
74
  Stage 1 cut the bricks out of the engine. Stage 2 proves them here, composed.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amalgm/shell",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "The Amalgm boot shell — the runtime assembled from published @amalgm SDK bricks. Composition and parity ground for the lego-driven engine rewrite.",
5
5
  "type": "module",
6
6
  "private": false,
@@ -40,8 +40,8 @@
40
40
  "@amalgm/browser": "0.1.0",
41
41
  "@amalgm/chat": "0.1.2",
42
42
  "@amalgm/core": "0.2.0",
43
- "@amalgm/live": "0.2.0",
44
- "@amalgm/tools": "0.1.2",
43
+ "@amalgm/live": "0.2.1",
44
+ "@amalgm/tools": "0.1.3",
45
45
  "@anthropic-ai/claude-agent-sdk": "^0.3.224",
46
46
  "@homebridge/node-pty-prebuilt-multiarch": "0.13.1",
47
47
  "better-sqlite3": "12.11.1",