delimit-cli 4.7.0 → 4.7.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
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## [4.7.1] - 2026-06-03
|
|
5
|
+
|
|
6
|
+
Release-infrastructure update. No functional changes to the package versus 4.7.0.
|
|
7
|
+
|
|
8
|
+
### Changed
|
|
9
|
+
|
|
10
|
+
- Published via **npm Trusted Publishing (OIDC)** from GitHub Actions — this
|
|
11
|
+
release carries a **sigstore provenance attestation** (the 4.7.0 build was
|
|
12
|
+
published manually and did not). Future releases publish tokenlessly with
|
|
13
|
+
provenance.
|
|
14
|
+
|
|
15
|
+
The free `delimit seal-verify` command and `delimit_seal_verify` MCP tool from
|
|
16
|
+
4.7.0 are unchanged.
|
|
17
|
+
|
|
18
|
+
|
|
4
19
|
## [4.7.0] - 2026-06-03
|
|
5
20
|
|
|
6
21
|
Feature release: fold the open-core Delimit Seal verifier into delimit-cli.
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "delimit-cli",
|
|
3
3
|
"mcpName": "io.github.delimit-ai/delimit-mcp-server",
|
|
4
|
-
"version": "4.7.
|
|
4
|
+
"version": "4.7.1",
|
|
5
5
|
"description": "Unify Claude Code, Codex, Cursor, and Gemini CLI with persistent context, governance, and multi-model debate.",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"files": [
|