@synapsor/runner 0.1.3 → 0.1.4
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 +11 -0
- package/README.md +1 -1
- package/docs/release-notes.md +11 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,17 @@
|
|
|
4
4
|
|
|
5
5
|
No unreleased changes yet.
|
|
6
6
|
|
|
7
|
+
## 0.1.4
|
|
8
|
+
|
|
9
|
+
### Public Repository Metadata
|
|
10
|
+
|
|
11
|
+
- Points the packaged npm README and repository metadata at the public GitHub
|
|
12
|
+
repository: `https://github.com/Synapsor/Synapsor-Runner`.
|
|
13
|
+
- Pins the CI badge to the `main` branch so Dependabot PR failures do not make
|
|
14
|
+
the public project front door look broken.
|
|
15
|
+
- Adds Dependabot guardrails so semver-major dependency updates are deliberate
|
|
16
|
+
migrations instead of automatic public PR noise.
|
|
17
|
+
|
|
7
18
|
## 0.1.3
|
|
8
19
|
|
|
9
20
|
### Public npm DX
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@synapsor/runner)
|
|
4
4
|
[](LICENSE)
|
|
5
|
-
[](https://github.com/Synapsor/Synapsor-Runner/actions/workflows/ci.yml?query=branch%3Amain)
|
|
6
6
|
|
|
7
7
|
Stop giving AI agents `execute_sql()`. Give them reviewed business actions.
|
|
8
8
|
|
package/docs/release-notes.md
CHANGED
|
@@ -10,6 +10,17 @@ npx -y -p @synapsor/runner synapsor-runner demo --quick
|
|
|
10
10
|
The OSS runner command is `synapsor-runner`. The `synapsor` command is reserved
|
|
11
11
|
for the Synapsor Cloud CLI.
|
|
12
12
|
|
|
13
|
+
## 0.1.4
|
|
14
|
+
|
|
15
|
+
### Public Repository Metadata
|
|
16
|
+
|
|
17
|
+
- Points the packaged npm README and repository metadata at the public GitHub
|
|
18
|
+
repository: `https://github.com/Synapsor/Synapsor-Runner`.
|
|
19
|
+
- Pins the CI badge to the `main` branch so Dependabot PR failures do not make
|
|
20
|
+
the public project front door look broken.
|
|
21
|
+
- Adds Dependabot guardrails so semver-major dependency updates are deliberate
|
|
22
|
+
migrations instead of automatic public PR noise.
|
|
23
|
+
|
|
13
24
|
## 0.1.3
|
|
14
25
|
|
|
15
26
|
### Public npm DX
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synapsor/runner",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Stop giving AI agents execute_sql; expose reviewed Postgres/MySQL MCP actions with proposals, approval, writeback, and replay.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"homepage": "https://synapsor.ai",
|
|
71
71
|
"repository": {
|
|
72
72
|
"type": "git",
|
|
73
|
-
"url": "git+https://github.com/
|
|
73
|
+
"url": "git+https://github.com/Synapsor/Synapsor-Runner.git"
|
|
74
74
|
},
|
|
75
75
|
"bugs": {
|
|
76
76
|
"url": "https://synapsor.ai/contact"
|