Checkpoint: 3a40b75edd68

Entire-Session: 3a41c7a4-abf8-484b-96ae-ee5618eea5ba
Entire-Strategy: manual-commit
Entire-Agent: Claude Code
Ephemeral-branch: entire/df93dbe-e3b0c4
This commit is contained in:
2026-03-16 12:13:15 +01:00
parent 25d186801e
commit e7a729c8c9
5 changed files with 483 additions and 6 deletions

View File

@@ -0,0 +1 @@
sha256:ef3b13c0b51b67706a93ffe617a94486f86a364c1f279f7dd234bb5c6145c80a

432
3a/40b75edd68/1/full.jsonl Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,33 @@
{
"cli_version": "0.5.0",
"checkpoint_id": "3a40b75edd68",
"session_id": "3a41c7a4-abf8-484b-96ae-ee5618eea5ba",
"strategy": "manual-commit",
"created_at": "2026-03-16T11:13:15.515728Z",
"branch": "hotfix",
"checkpoints_count": 1,
"files_touched": [
"internal/api/nats.go"
],
"agent": "Claude Code",
"turn_id": "bdae1c75ad70",
"token_usage": {
"input_tokens": 55,
"cache_creation_tokens": 122203,
"cache_read_tokens": 4629600,
"output_tokens": 17587,
"api_call_count": 45
},
"session_metrics": {
"turn_count": 3
},
"initial_attribution": {
"calculated_at": "2026-03-16T11:13:14.984645Z",
"agent_lines": 102,
"human_added": 26,
"human_modified": 0,
"human_removed": 0,
"total_committed": 128,
"agent_percentage": 79.6875
}
}

View File

@@ -0,0 +1,5 @@
Are there other opportunities to reduce the insert pressure on the db using transactions or other techniques?
---
Update the Database config section in the README to reflect the new setting

View File

@@ -3,7 +3,7 @@
"checkpoint_id": "3a40b75edd68", "checkpoint_id": "3a40b75edd68",
"strategy": "manual-commit", "strategy": "manual-commit",
"branch": "hotfix", "branch": "hotfix",
"checkpoints_count": 2, "checkpoints_count": 3,
"files_touched": [ "files_touched": [
"CLAUDE.md", "CLAUDE.md",
"internal/api/nats.go", "internal/api/nats.go",
@@ -16,13 +16,19 @@
"transcript": "/3a/40b75edd68/0/full.jsonl", "transcript": "/3a/40b75edd68/0/full.jsonl",
"content_hash": "/3a/40b75edd68/0/content_hash.txt", "content_hash": "/3a/40b75edd68/0/content_hash.txt",
"prompt": "/3a/40b75edd68/0/prompt.txt" "prompt": "/3a/40b75edd68/0/prompt.txt"
},
{
"metadata": "/3a/40b75edd68/1/metadata.json",
"transcript": "/3a/40b75edd68/1/full.jsonl",
"content_hash": "/3a/40b75edd68/1/content_hash.txt",
"prompt": "/3a/40b75edd68/1/prompt.txt"
} }
], ],
"token_usage": { "token_usage": {
"input_tokens": 21, "input_tokens": 76,
"cache_creation_tokens": 36373, "cache_creation_tokens": 158576,
"cache_read_tokens": 657180, "cache_read_tokens": 5286780,
"output_tokens": 5046, "output_tokens": 22633,
"api_call_count": 17 "api_call_count": 62
} }
} }