Skip to content

Commit ed75a3b

Browse files
konardclaude
andcommitted
fix: Format JSON files in docs/case-studies/issue-96/
Fix prettier formatting issues in three JSON files: - docs/case-studies/issue-96/issue-96.json - docs/case-studies/issue-96/pr-98-data.json - docs/case-studies/issue-96/pr-commits-data.json This resolves the "Lint and Format Check" CI failure. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 285de26 commit ed75a3b

3 files changed

Lines changed: 218 additions & 21 deletions

File tree

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
{"author":{"id":"MDQ6VXNlcjE0MzE5MDQ=","is_bot":false,"login":"konard","name":"Konstantin Diachenko"},"body":"```\nroot@vmixxxx0:~# echo \"hi\" | agent --model opencode/gemini-3-pro\n{\n \"type\": \"status\",\n \"mode\": \"stdin-stream\",\n \"message\": \"Agent CLI in continuous listening mode. Accepts JSON and plain text input.\",\n \"hint\": \"Press CTRL+C to exit. Use --help for options.\",\n \"acceptedFormats\": [\n \"JSON object with \\\"message\\\" field\",\n \"Plain text\"\n ],\n \"options\": {\n \"interactive\": true,\n \"autoMergeQueuedMessages\": true,\n \"alwaysAcceptStdin\": true,\n \"compactJson\": false\n }\n}\nundefined is not an object (evaluating 'Log.Default.lazy.info')\nroot@vmixxxx0:~#\n```\n\nWe need double check all similar places, and make sure our logging work anywhere. Also we need to use our `--model link-assistant/echo` in CI/CD tests, to make sure it will be never regressed.\n\nPlease download all logs and data related about the issue to this repository, make sure we compile that data to `./docs/case-studies/issue-{id}` folder, and use it to do deep case study analysis (also make sure to search online for additional facts and data), in which we will reconstruct timeline/sequence of events, find root causes of the problem, and propose possible solutions.","comments":[],"createdAt":"2025-12-22T19:14:26Z","title":"undefined is not an object (evaluating 'Log.Default.lazy.info')","updatedAt":"2025-12-22T19:41:45Z"}
1+
{
2+
"author": {
3+
"id": "MDQ6VXNlcjE0MzE5MDQ=",
4+
"is_bot": false,
5+
"login": "konard",
6+
"name": "Konstantin Diachenko"
7+
},
8+
"body": "```\nroot@vmixxxx0:~# echo \"hi\" | agent --model opencode/gemini-3-pro\n{\n \"type\": \"status\",\n \"mode\": \"stdin-stream\",\n \"message\": \"Agent CLI in continuous listening mode. Accepts JSON and plain text input.\",\n \"hint\": \"Press CTRL+C to exit. Use --help for options.\",\n \"acceptedFormats\": [\n \"JSON object with \\\"message\\\" field\",\n \"Plain text\"\n ],\n \"options\": {\n \"interactive\": true,\n \"autoMergeQueuedMessages\": true,\n \"alwaysAcceptStdin\": true,\n \"compactJson\": false\n }\n}\nundefined is not an object (evaluating 'Log.Default.lazy.info')\nroot@vmixxxx0:~#\n```\n\nWe need double check all similar places, and make sure our logging work anywhere. Also we need to use our `--model link-assistant/echo` in CI/CD tests, to make sure it will be never regressed.\n\nPlease download all logs and data related about the issue to this repository, make sure we compile that data to `./docs/case-studies/issue-{id}` folder, and use it to do deep case study analysis (also make sure to search online for additional facts and data), in which we will reconstruct timeline/sequence of events, find root causes of the problem, and propose possible solutions.",
9+
"comments": [],
10+
"createdAt": "2025-12-22T19:14:26Z",
11+
"title": "undefined is not an object (evaluating 'Log.Default.lazy.info')",
12+
"updatedAt": "2025-12-22T19:41:45Z"
13+
}

docs/case-studies/issue-96/pr-98-data.json

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,10 @@
3838
"merged_at": "2025-12-22T19:58:01Z",
3939
"merge_commit_sha": "474913547a17e380c86d9257470eb9e8a655ab3d",
4040
"assignee": null,
41-
"assignees": [
42-
43-
],
44-
"requested_reviewers": [
45-
46-
],
47-
"requested_teams": [
48-
49-
],
50-
"labels": [
51-
52-
],
41+
"assignees": [],
42+
"requested_reviewers": [],
43+
"requested_teams": [],
44+
"labels": [],
5345
"milestone": null,
5446
"draft": false,
5547
"commits_url": "https://api.github.com/repos/link-assistant/agent/pulls/98/commits",
@@ -182,9 +174,7 @@
182174
"allow_forking": true,
183175
"is_template": false,
184176
"web_commit_signoff_required": false,
185-
"topics": [
186-
187-
],
177+
"topics": [],
188178
"visibility": "public",
189179
"forks": 1,
190180
"open_issues": 8,
@@ -317,9 +307,7 @@
317307
"allow_forking": true,
318308
"is_template": false,
319309
"web_commit_signoff_required": false,
320-
"topics": [
321-
322-
],
310+
"topics": [],
323311
"visibility": "public",
324312
"forks": 1,
325313
"open_issues": 8,
@@ -388,4 +376,4 @@
388376
"additions": 497,
389377
"deletions": 121,
390378
"changed_files": 20
391-
}
379+
}

0 commit comments

Comments
 (0)