@synapsor/runner 0.1.0 → 0.1.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/CHANGELOG.md CHANGED
@@ -4,6 +4,33 @@
4
4
 
5
5
  No unreleased changes yet.
6
6
 
7
+ ## 0.1.1
8
+
9
+ ### Launch Readiness
10
+
11
+ - Reworked the README and packaged npm README so the first screen leads with
12
+ the `execute_sql` risk, the reviewed-business-action alternative, badges,
13
+ and the no-database quick demo.
14
+ - Added the self-contained `examples/support-billing-agent/` flagship demo with
15
+ schema, seed data, reviewed contract, app-boundary note, one-command
16
+ `make demo`, and the exact model-facing tools:
17
+ `support.inspect_ticket`, `support.propose_plan_credit`,
18
+ `billing.inspect_invoice`, and `billing.propose_late_fee_waiver`.
19
+ - Added copy-paste example entry points for raw SQL vs Synapsor,
20
+ Claude Desktop, Cursor, OpenAI Agents SDK over Streamable HTTP and stdio, and
21
+ MySQL refund review.
22
+ - Added agent-native repo guidance files for Codex/Claude/Cursor/Copilot and
23
+ verified in a temp copy that an agent can create an inspect/propose
24
+ capability with non-interactive CLI commands without reading generated
25
+ `dist/` files.
26
+ - Restructured the docs index into a task-first path from quickstart to raw SQL
27
+ risk, demo, own database setup, capability generation, MCP serving,
28
+ propose/approve/apply, replay/audit, app-owned handlers, and concepts.
29
+ - Added release-gate and repo hygiene assets, including issue/PR templates,
30
+ threat model/security references, README badges, and package metadata.
31
+ - Hardened package building so generated `.synapsor` local ledgers are not
32
+ shipped in npm examples.
33
+
7
34
  ## 0.1.0
8
35
 
9
36
  ### Stable Channel