mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-06-26 12:20:36 +02:00
Checkpoint: a2c2efd1c557
Entire-Session: ff60049e-0295-4c11-91d2-df6328961aca Entire-Strategy: manual-commit Entire-Agent: Claude Code Ephemeral-branch: entire/77b6562-e3b0c4
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
sha256:8158edc7ab6f9a0a24f71c3536d6f44d364758567948a48447b3196e6751914b
|
||||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,93 @@
|
|||||||
|
{
|
||||||
|
"cli_version": "0.7.6",
|
||||||
|
"checkpoint_id": "a2c2efd1c557",
|
||||||
|
"session_id": "ff60049e-0295-4c11-91d2-df6328961aca",
|
||||||
|
"strategy": "manual-commit",
|
||||||
|
"created_at": "2026-06-17T07:20:18.643995Z",
|
||||||
|
"branch": "feature/283-remove-env-file-support",
|
||||||
|
"checkpoints_count": 2,
|
||||||
|
"save_step_count": 2,
|
||||||
|
"files_touched": [
|
||||||
|
".gitignore",
|
||||||
|
"CLAUDE.md",
|
||||||
|
"README.md",
|
||||||
|
"cmd/cc-backend/cli.go",
|
||||||
|
"cmd/cc-backend/init.go",
|
||||||
|
"cmd/cc-backend/main.go",
|
||||||
|
"configs/config.local.template.json",
|
||||||
|
"configs/env-template.txt",
|
||||||
|
"go.mod",
|
||||||
|
"go.sum",
|
||||||
|
"init/README.md",
|
||||||
|
"init/clustercockpit.service",
|
||||||
|
"internal/api/api_test.go",
|
||||||
|
"internal/api/nats_test.go",
|
||||||
|
"internal/auth/auth.go",
|
||||||
|
"internal/auth/jwt.go",
|
||||||
|
"internal/auth/jwtCookieSession.go",
|
||||||
|
"internal/auth/jwtSession.go",
|
||||||
|
"internal/auth/ldap.go",
|
||||||
|
"internal/auth/oidc.go",
|
||||||
|
"internal/config/config.go",
|
||||||
|
"internal/config/schema.go",
|
||||||
|
"internal/secrets/secrets.go",
|
||||||
|
"internal/secrets/secrets_test.go",
|
||||||
|
"tools/convert-pem-pubkey/Readme.md"
|
||||||
|
],
|
||||||
|
"agent": "Claude Code",
|
||||||
|
"model": "",
|
||||||
|
"turn_id": "fac068b608e5",
|
||||||
|
"checkpoint_transcript_start": 109,
|
||||||
|
"transcript_lines_at_start": 109,
|
||||||
|
"token_usage": {
|
||||||
|
"input_tokens": 14522,
|
||||||
|
"cache_creation_tokens": 92682,
|
||||||
|
"cache_read_tokens": 11473466,
|
||||||
|
"output_tokens": 49050,
|
||||||
|
"api_call_count": 104
|
||||||
|
},
|
||||||
|
"session_metrics": {
|
||||||
|
"turn_count": 2
|
||||||
|
},
|
||||||
|
"initial_attribution": {
|
||||||
|
"calculated_at": "2026-06-17T07:20:18.630212Z",
|
||||||
|
"agent_lines": 510,
|
||||||
|
"agent_removed": 101,
|
||||||
|
"human_added": 0,
|
||||||
|
"human_modified": 0,
|
||||||
|
"human_removed": 0,
|
||||||
|
"total_committed": 510,
|
||||||
|
"total_lines_changed": 611,
|
||||||
|
"agent_percentage": 100,
|
||||||
|
"metric_version": 2
|
||||||
|
},
|
||||||
|
"prompt_attributions": [
|
||||||
|
{
|
||||||
|
"checkpoint_number": 1,
|
||||||
|
"user_lines_added": 0,
|
||||||
|
"user_lines_removed": 0,
|
||||||
|
"agent_lines_added": 0,
|
||||||
|
"agent_lines_removed": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"checkpoint_number": 2,
|
||||||
|
"user_lines_added": 48,
|
||||||
|
"user_lines_removed": 0,
|
||||||
|
"agent_lines_added": 491,
|
||||||
|
"agent_lines_removed": 98,
|
||||||
|
"user_added_per_file": {
|
||||||
|
".claude/settings.local.json": 48
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"checkpoint_number": 3,
|
||||||
|
"user_lines_added": 48,
|
||||||
|
"user_lines_removed": 0,
|
||||||
|
"agent_lines_added": 510,
|
||||||
|
"agent_lines_removed": 101,
|
||||||
|
"user_added_per_file": {
|
||||||
|
".claude/settings.local.json": 48
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
This project uses gofumpt, update CLAUDE.md and reformat.
|
||||||
@@ -0,0 +1,49 @@
|
|||||||
|
{
|
||||||
|
"cli_version": "0.7.6",
|
||||||
|
"checkpoint_id": "a2c2efd1c557",
|
||||||
|
"strategy": "manual-commit",
|
||||||
|
"branch": "feature/283-remove-env-file-support",
|
||||||
|
"checkpoints_count": 2,
|
||||||
|
"files_touched": [
|
||||||
|
".gitignore",
|
||||||
|
"CLAUDE.md",
|
||||||
|
"README.md",
|
||||||
|
"cmd/cc-backend/cli.go",
|
||||||
|
"cmd/cc-backend/init.go",
|
||||||
|
"cmd/cc-backend/main.go",
|
||||||
|
"configs/config.local.template.json",
|
||||||
|
"configs/env-template.txt",
|
||||||
|
"go.mod",
|
||||||
|
"go.sum",
|
||||||
|
"init/README.md",
|
||||||
|
"init/clustercockpit.service",
|
||||||
|
"internal/api/api_test.go",
|
||||||
|
"internal/api/nats_test.go",
|
||||||
|
"internal/auth/auth.go",
|
||||||
|
"internal/auth/jwt.go",
|
||||||
|
"internal/auth/jwtCookieSession.go",
|
||||||
|
"internal/auth/jwtSession.go",
|
||||||
|
"internal/auth/ldap.go",
|
||||||
|
"internal/auth/oidc.go",
|
||||||
|
"internal/config/config.go",
|
||||||
|
"internal/config/schema.go",
|
||||||
|
"internal/secrets/secrets.go",
|
||||||
|
"internal/secrets/secrets_test.go",
|
||||||
|
"tools/convert-pem-pubkey/Readme.md"
|
||||||
|
],
|
||||||
|
"sessions": [
|
||||||
|
{
|
||||||
|
"metadata": "/a2/c2efd1c557/0/metadata.json",
|
||||||
|
"transcript": "/a2/c2efd1c557/0/full.jsonl",
|
||||||
|
"content_hash": "/a2/c2efd1c557/0/content_hash.txt",
|
||||||
|
"prompt": "/a2/c2efd1c557/0/prompt.txt"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"token_usage": {
|
||||||
|
"input_tokens": 14522,
|
||||||
|
"cache_creation_tokens": 92682,
|
||||||
|
"cache_read_tokens": 11473466,
|
||||||
|
"output_tokens": 49050,
|
||||||
|
"api_call_count": 104
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user