@cendor/acttrace 0.3.1 → 0.3.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.
- package/README.md +1 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
# @cendor/acttrace
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
`cendor.acttrace` (regex/pattern detectors only — no Presidio).
|
|
3
|
+
An automatic, tamper-evident log of your AI's decisions — every model and tool call is recorded and can be verified offline; change any past entry and the check fails. The TypeScript port of `cendor.acttrace` (regex/pattern detectors only — no Presidio).
|
|
5
4
|
|
|
6
5
|
Construct an `AuditLog` and it **subscribes** to `@cendor/core`'s event bus: every instrumented
|
|
7
6
|
model/tool call becomes a hash-chained audit entry with zero per-call wiring. You add only the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cendor/acttrace",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "An automatic, tamper-evident log of your AI's decisions — every model and tool call is recorded and can be verified offline; change any past entry and the check fails.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"node": ">=18"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@cendor/core": "^0.3.
|
|
31
|
+
"@cendor/core": "^0.3.2"
|
|
32
32
|
},
|
|
33
33
|
"keywords": [
|
|
34
34
|
"llm",
|