@atrib/summarize 0.2.0 → 0.2.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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @atrib/
|
|
1
|
+
# @atrib/summarize
|
|
2
2
|
|
|
3
3
|
MCP server exposing the `summarize` tool — synthesizes a narrative across N records using an OpenAI-compatible LLM.
|
|
4
4
|
|
|
@@ -43,7 +43,7 @@ Without an API key, the tool returns a warnings-only response per the §5.8 grac
|
|
|
43
43
|
|
|
44
44
|
## Reads
|
|
45
45
|
|
|
46
|
-
Same as `@atrib/
|
|
46
|
+
Same as `@atrib/trace`: every `*.jsonl` mirror under `~/.atrib/records/` (override via `ATRIB_RECORDS_DIR`). Tolerates both legacy bare-record and current envelope shapes.
|
|
47
47
|
|
|
48
48
|
When a record lacks a `_local` sidecar (legacy entry), the prompt includes a marker telling the LLM the input is impoverished — only event_type + cryptographic metadata is available — so the synthesis can be honest about gaps. The output reports `records_with_sidecar` and `records_without_sidecar` counts so callers know how rich the input was.
|
|
49
49
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atrib/summarize",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "MCP server for atrib. Synthesizes a narrative across N records via an OpenAI-compatible LLM so agents read context, not raw record bytes.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|