@a5c-ai/babysitter-github 0.1.1-staging.38a0be7b → 0.1.1-staging.646ccfd4

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.
@@ -182,6 +182,7 @@ Read the last 50 lines of each of these log files (if they exist):
182
182
  - `$CLAUDE_PLUGIN_ROOT/.a5c/logs/babysitter-stop-hook-stderr.log`
183
183
  - `$CLAUDE_PLUGIN_ROOT/.a5c/logs/babysitter-session-start-hook.log`
184
184
  - `$CLAUDE_PLUGIN_ROOT/.a5c/logs/babysitter-session-start-hook-stderr.log`
185
+ - `$HOME/.a5c/logs/` and relevant logs and run/session specific logs there
185
186
 
186
187
  For each log file:
187
188
  - If the file does not exist, note it as "Not found (OK if hooks have not run yet)."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a5c-ai/babysitter-github",
3
- "version": "0.1.1-staging.38a0be7b",
3
+ "version": "0.1.1-staging.646ccfd4",
4
4
  "description": "Babysitter orchestration plugin for GitHub Copilot CLI with lifecycle hooks and SDK-managed process-library bootstrapping",
5
5
  "scripts": {
6
6
  "test": "echo \"No tests yet\"",
@@ -44,6 +44,6 @@
44
44
  },
45
45
  "homepage": "https://github.com/a5c-ai/babysitter/tree/main/plugins/babysitter-github#readme",
46
46
  "dependencies": {
47
- "@a5c-ai/babysitter-sdk": "0.0.184-staging.38a0be7b"
47
+ "@a5c-ai/babysitter-sdk": "0.0.184-staging.646ccfd4"
48
48
  }
49
49
  }
package/versions.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "sdkVersion": "0.0.184-staging.38a0be7b"
2
+ "sdkVersion": "0.0.184-staging.646ccfd4"
3
3
  }