@brutalsystems/birddog 0.1.4 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -5
- package/bin/birddog +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -42,7 +42,7 @@ Then watch something. Take a `session_id` (and, for Claude Code, the `pid` and
|
|
|
42
42
|
```sh
|
|
43
43
|
birddog start --config birddog.json
|
|
44
44
|
birddog status --instance <id>
|
|
45
|
-
birddog events --instance <id> --after <cursor> --wait
|
|
45
|
+
birddog events --instance <id> --after <cursor> --wait 25
|
|
46
46
|
birddog stop --instance <id>
|
|
47
47
|
```
|
|
48
48
|
|
|
@@ -87,10 +87,12 @@ threads as `notLoaded` to anyone who does not own them, which describes the
|
|
|
87
87
|
asking process rather than the session — so birddog says it cannot see the
|
|
88
88
|
state instead of guessing one.
|
|
89
89
|
|
|
90
|
-
Nor will it tell you a worker is unblocked.
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
90
|
+
Nor will it tell you a worker is unblocked. Where a permission request can be
|
|
91
|
+
seen it is reported, and where it cannot birddog says `unavailable` rather than
|
|
92
|
+
implying there is none — Claude Code's registry reports a waiting session and
|
|
93
|
+
an instrumented opencode session reports the request itself, while Codex
|
|
94
|
+
exposes neither. An absence of observation is never reported as evidence of
|
|
95
|
+
absence, and a turn ending is not work finishing.
|
|
94
96
|
|
|
95
97
|
## Start here
|
|
96
98
|
|
package/bin/birddog
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brutalsystems/birddog",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Watch live coding-agent sessions on this machine and report what they are doing. Observation only: it never prompts, approves, or starts and stops a session.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"claude-code",
|