Skip to content

Commit 3c3573c

Browse files
skulidropekclaude
andcommitted
chore: merge main into pr-387, resolve conflicts keeping structured comments and fast-check test
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 parents fc40a9e + 818af9e commit 3c3573c

5 files changed

Lines changed: 18 additions & 2 deletions

File tree

packages/api/tests/container-tasks-core.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ describe("container task classification", () => {
9191
)
9292
})
9393

94+
9495
it("marks descendants of managed agent pid as agent tasks", () => {
9596
const tasks = buildContainerTasks(
9697
[

packages/app/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @prover-coder-ai/docker-git
22

3+
## 1.1.56
4+
5+
### Patch Changes
6+
7+
- chore: automated version bump
8+
9+
- Updated dependencies []:
10+
- @prover-coder-ai/docker-git-session-sync@1.0.58
11+
312
## 1.1.55
413

514
### Patch Changes

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prover-coder-ai/docker-git",
3-
"version": "1.1.55",
3+
"version": "1.1.56",
44
"description": "docker-git Bun and Gridland CLI plus browser frontend",
55
"main": "dist/src/docker-git/main.js",
66
"bin": {

packages/docker-git-session-sync/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @prover-coder-ai/docker-git-session-sync
22

3+
## 1.0.58
4+
5+
### Patch Changes
6+
7+
- chore: automated version bump
8+
39
## 1.0.57
410

511
### Patch Changes

packages/docker-git-session-sync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prover-coder-ai/docker-git-session-sync",
3-
"version": "1.0.57",
3+
"version": "1.0.58",
44
"description": "Standalone docker-git AI agent session synchronization tool",
55
"main": "dist/docker-git-session-sync.js",
66
"bin": {

0 commit comments

Comments
 (0)