@brandry/claude-jsonl-compressor 1.0.0 → 1.1.0
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 +73 -56
- package/LICENSE +674 -674
- package/NOTICE +8 -8
- package/README.md +666 -611
- package/SKILL.md +230 -345
- package/agents/openai.yaml +7 -7
- package/bin/claude-jsonl-compressor.cjs +4 -4
- package/bin/claude-jsonl-repair-read-pages.cjs +4 -4
- package/bin/run-python.cjs +77 -77
- package/package.json +60 -60
- package/references/claude-jsonl-compression-format.md +635 -578
- package/scripts/claude_session_tools.py +304 -245
- package/scripts/compress_claude_jsonl.py +8608 -8275
- package/scripts/repair_claude_jsonl.py +627 -627
- package/templates/summary_template_en.md +78 -78
package/NOTICE
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
claude-jsonl-compressor
|
|
2
|
-
Copyright (C) 2026 Brandry Labs and claude-jsonl-compressor contributors
|
|
3
|
-
|
|
4
|
-
This product is distributed under the GNU General Public License version 3.
|
|
5
|
-
See the LICENSE file for the complete license text.
|
|
6
|
-
|
|
7
|
-
Claude and Claude Code are trademarks of Anthropic PBC. This project is
|
|
8
|
-
independent and is not affiliated with or endorsed by Anthropic PBC.
|
|
1
|
+
claude-jsonl-compressor
|
|
2
|
+
Copyright (C) 2026 Brandry Labs and claude-jsonl-compressor contributors
|
|
3
|
+
|
|
4
|
+
This product is distributed under the GNU General Public License version 3.
|
|
5
|
+
See the LICENSE file for the complete license text.
|
|
6
|
+
|
|
7
|
+
Claude and Claude Code are trademarks of Anthropic PBC. This project is
|
|
8
|
+
independent and is not affiliated with or endorsed by Anthropic PBC.
|