Checkpoint: 9ec86e3669e1

Entire-Session: ac43c90b-5a96-48c4-893e-7c737c2c1c84
Entire-Strategy: manual-commit
Entire-Agent: Claude Code
Ephemeral-branch: entire/282197e-e3b0c4
This commit is contained in:
2026-03-11 07:50:53 +01:00
parent f8011ef8dd
commit e272954fc1
5 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1 @@
sha256:599e03f570b52b749ac2b768a22a4bbfad98e41272904113b643c77a32efcf05

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,34 @@
{
"cli_version": "0.5.0",
"checkpoint_id": "9ec86e3669e1",
"session_id": "ac43c90b-5a96-48c4-893e-7c737c2c1c84",
"strategy": "manual-commit",
"created_at": "2026-03-11T06:50:53.681549Z",
"branch": "hotfix",
"checkpoints_count": 1,
"files_touched": [
"internal/tagger/tagger.go"
],
"agent": "Claude Code",
"model": "claude-opus-4-6",
"turn_id": "dd561672bbd7",
"token_usage": {
"input_tokens": 13,
"cache_creation_tokens": 37743,
"cache_read_tokens": 170418,
"output_tokens": 2241,
"api_call_count": 9
},
"session_metrics": {
"turn_count": 2
},
"initial_attribution": {
"calculated_at": "2026-03-11T06:50:53.631356Z",
"agent_lines": 8,
"human_added": 0,
"human_modified": 0,
"human_removed": 0,
"total_committed": 8,
"agent_percentage": 100
}
}

View File

@@ -0,0 +1,5 @@
What is the default for EnableJobTaggers if the option is not set in the config file?
---
Currently a segvault occurs when the option enable-job-taggers is set to true but the tagger rules directories are missing. Analyse the problem and fix it.

View File

@@ -0,0 +1,25 @@
{
"cli_version": "0.5.0",
"checkpoint_id": "9ec86e3669e1",
"strategy": "manual-commit",
"branch": "hotfix",
"checkpoints_count": 1,
"files_touched": [
"internal/tagger/tagger.go"
],
"sessions": [
{
"metadata": "/9e/c86e3669e1/0/metadata.json",
"transcript": "/9e/c86e3669e1/0/full.jsonl",
"content_hash": "/9e/c86e3669e1/0/content_hash.txt",
"prompt": "/9e/c86e3669e1/0/prompt.txt"
}
],
"token_usage": {
"input_tokens": 13,
"cache_creation_tokens": 37743,
"cache_read_tokens": 170418,
"output_tokens": 2241,
"api_call_count": 9
}
}