Checkpoint: de8ed49260bd

Entire-Session: 2d919302-7c66-48d8-a035-00403424f4dd
Entire-Strategy: manual-commit
Entire-Agent: Claude Code
Ephemeral-branch: entire/281caf2-e3b0c4
This commit is contained in:
braginini
2026-02-17 15:19:05 +01:00
parent 0594273974
commit c50a28388e
6 changed files with 156 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,12 @@
# Session Context
## User Prompts
### Prompt 1
create a test for the last commit in this branch
### Prompt 2
generate a short PR description for this fix

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,29 @@
{
"cli_version": "dev",
"checkpoint_id": "de8ed49260bd",
"session_id": "2d919302-7c66-48d8-a035-00403424f4dd",
"strategy": "manual-commit",
"created_at": "2026-02-17T14:19:05.455695Z",
"branch": "fix/skip-broken-idps",
"checkpoints_count": 1,
"files_touched": [
"idp/dex/provider_test.go"
],
"agent": "Claude Code",
"token_usage": {
"input_tokens": 17,
"cache_creation_tokens": 20195,
"cache_read_tokens": 386416,
"output_tokens": 605,
"api_call_count": 13
},
"initial_attribution": {
"calculated_at": "2026-02-17T14:19:05.441966Z",
"agent_lines": 62,
"human_added": 99962,
"human_modified": 0,
"human_removed": 0,
"total_committed": 100024,
"agent_percentage": 0.06198512357034312
}
}

View File

@@ -0,0 +1,5 @@
create a test for the last commit in this branch
---
generate a short PR description for this fix

View File

@@ -0,0 +1,26 @@
{
"cli_version": "dev",
"checkpoint_id": "de8ed49260bd",
"strategy": "manual-commit",
"branch": "fix/skip-broken-idps",
"checkpoints_count": 1,
"files_touched": [
"idp/dex/provider_test.go"
],
"sessions": [
{
"metadata": "/de/8ed49260bd/0/metadata.json",
"transcript": "/de/8ed49260bd/0/full.jsonl",
"context": "/de/8ed49260bd/0/context.md",
"content_hash": "/de/8ed49260bd/0/content_hash.txt",
"prompt": "/de/8ed49260bd/0/prompt.txt"
}
],
"token_usage": {
"input_tokens": 17,
"cache_creation_tokens": 20195,
"cache_read_tokens": 386416,
"output_tokens": 605,
"api_call_count": 13
}
}