- Rebased onto upstream/main (v0.24.0, full Rust native) - Renamed package to agent-browser-stealth, version 0.24.0-fork.1 - Preserved fork-specific: abs alias, extensions/tab-group-cdp, .husky hooks - Removed upstream-only: docs/, packages/dashboard, examples/, benchmarks/ - Simplified pnpm workspace to root-only - Added [[bin]] section to keep binary name as "agent-browser" Track 1 of native-stealth migration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9 lines
251 B
Plaintext
9 lines
251 B
Plaintext
if [ "${SKIP_CLAWHUB_SYNC:-0}" = "1" ]; then
|
|
echo "Skipping ClawHub sync (SKIP_CLAWHUB_SYNC=1)"
|
|
exit 0
|
|
fi
|
|
|
|
pnpm run clawhub:sync || {
|
|
echo "ClawHub sync failed. Push continues. Run 'pnpm run clawhub:sync' manually after fixing login/network."
|
|
}
|