@synapsor/runner 0.1.15 → 0.1.16

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/CHANGELOG.md CHANGED
@@ -2,6 +2,29 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 0.1.16
6
+
7
+ ### Fleet-Lab Runner Hardening
8
+
9
+ - Preserves native Postgres timestamp precision from scoped reads through
10
+ evidence, proposals, conflict guards, and guarded writeback.
11
+ - Keeps conflicts immutable and inspectable while allowing a freshly based
12
+ successor proposal for the same object.
13
+ - Returns `PROPOSAL_ALREADY_EXISTS` with the active proposal id/state instead
14
+ of a generic `INTERNAL` error, and emits a matching structured log event.
15
+ - Rejects DSL `LOOKUP ... BY` columns that differ from the declared primary key
16
+ instead of silently changing contract meaning.
17
+ - Uses administrator-created receipt tables with least-privilege steady-state
18
+ writer grants; doctor/apply no longer require schema `CREATE`.
19
+ - Aligns audit contract-path resolution, Runner JSON Schema, owner-only local
20
+ store permissions, CLI help, and reference documentation with runtime
21
+ behavior.
22
+ - Stages `@synapsor/dsl@0.1.6` and `@synapsor/runner@0.1.16`;
23
+ `@synapsor/spec` remains `0.1.4` because canonical contract semantics did not
24
+ change.
25
+
26
+ ## 0.1.15
27
+
5
28
  ### Editor-Friendly DSL Source Files
6
29
 
7
30
  - Prefers `.synapsor.sql` for DSL source files so editors can provide generic
@@ -9,6 +32,8 @@
9
32
  - Keeps DSL semantics, Runner behavior, and generated canonical JSON unchanged.
10
33
  - Stages `@synapsor/dsl@0.1.5` and `@synapsor/runner@0.1.15`.
11
34
 
35
+ ## 0.1.14
36
+
12
37
  ### README Path Polish
13
38
 
14
39
  - Makes the audit, demo, and staging-database adoption sequence explicit for
package/README.md CHANGED
@@ -160,6 +160,12 @@ with [Capability Authoring](docs/capability-authoring.md). Use `.synapsor.sql`
160
160
  for DSL source files when you want editors to provide generic SQL highlighting;
161
161
  legacy `.synapsor` files remain supported and produce the same contract JSON.
162
162
 
163
+ Use the [DSL Reference](docs/dsl-reference.md) for exact authoring grammar and
164
+ the [Runner Config Reference](docs/runner-config-reference.md) for every wiring
165
+ key, default, and path-resolution rule. The
166
+ [Store Lifecycle guide](docs/store-lifecycle.md) explains ledger sensitivity,
167
+ owner-only permissions, inspection commands, and retention.
168
+
163
169
  ## OSS And Cloud
164
170
 
165
171
  Synapsor Runner works by itself for local and single-node deployments: your
package/dist/cli.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":";AAYA,OAAO,EAAoP,KAAK,WAAW,EAA2F,MAAM,6BAA6B,CAAC;AAoB1Y,OAAO,EAA6G,KAAK,YAAY,EAAwB,MAAM,2BAA2B,CAAC;AAE/L,OAAO,EAOL,KAAK,gBAAgB,EAEtB,MAAM,mCAAmC,CAAC;AAgV3C,wBAAsB,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,MAAM,CAAC,CAyD1D;AAqED,KAAK,SAAS,GAAG,CAAC,QAAQ,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC;AAE9E,wBAAsB,aAAa,CACjC,IAAI,EAAE,MAAM,EAAE,EACd,OAAO,GAAE;IACP,GAAG,CAAC,EAAE,SAAS,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC,UAAU,CAAC;IACxB,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,MAAM,CAAC,EAAE,IAAI,CAAC,MAAM,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;CACvC,GACL,OAAO,CAAC,MAAM,CAAC,CA2TjB;AAowED,wBAAsB,0BAA0B,CAAC,GAAG,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,CAAC,UAAU,GAAG,OAAO,CAAC,MAAM,CAAC,CAS/H"}
1
+ {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":";AAYA,OAAO,EAAoP,KAAK,WAAW,EAA2F,MAAM,6BAA6B,CAAC;AAoB1Y,OAAO,EAA6G,KAAK,YAAY,EAAwB,MAAM,2BAA2B,CAAC;AAE/L,OAAO,EAOL,KAAK,gBAAgB,EAEtB,MAAM,mCAAmC,CAAC;AAgV3C,wBAAsB,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,MAAM,CAAC,CAyD1D;AAqED,KAAK,SAAS,GAAG,CAAC,QAAQ,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC;AAE9E,wBAAsB,aAAa,CACjC,IAAI,EAAE,MAAM,EAAE,EACd,OAAO,GAAE;IACP,GAAG,CAAC,EAAE,SAAS,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC,UAAU,CAAC;IACxB,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,MAAM,CAAC,EAAE,IAAI,CAAC,MAAM,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;CACvC,GACL,OAAO,CAAC,MAAM,CAAC,CA2TjB;AAiwED,wBAAsB,0BAA0B,CAAC,GAAG,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,CAAC,UAAU,GAAG,OAAO,CAAC,MAAM,CAAC,CAS/H"}