@brutalsystems/birddog 0.3.4 → 0.3.5
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 +4 -2
- package/bin/birddog +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -103,5 +103,7 @@ absence, and a turn ending is not work finishing.
|
|
|
103
103
|
|
|
104
104
|
## Scope of the first version
|
|
105
105
|
|
|
106
|
-
macOS
|
|
107
|
-
|
|
106
|
+
macOS on Apple silicon — the package ships one prebuilt arm64 binary, so a
|
|
107
|
+
global install refuses anything else rather than building from source. Claude
|
|
108
|
+
Code, Codex and opencode. Terminal and programmatically launched sessions.
|
|
109
|
+
Desktop apps are out of scope.
|
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.
|
|
3
|
+
"version": "0.3.5",
|
|
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",
|