mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-06-15 23:35:14 +02:00
CLAUDE.md gains a mandatory step at the top describing the rebuild->copy-> verify dance for the portable Claude Code install at C:\_projects\claude- portable, plus a local-build env snippet for the BoringSSL bindgen vars (LIBCLANG_PATH, NASM on PATH) that update.py sets automatically but a plain shell does not. .gitignore adds runtime/scratch entries that shouldn't have been tracked: __pycache__/, .last_update_check, .playwright-cli/, demo_sample.html, demo_saved.json. Nothing currently tracked is affected (none of these were under version control).
22 lines
600 B
Text
22 lines
600 B
Text
target/
|
|
.DS_Store
|
|
.env
|
|
.env.*
|
|
proxies.txt
|
|
.claude/skills/
|
|
# Scratch / local artifacts (previously covered by overbroad `*.json`,
|
|
# which would have also swallowed package.json, components.json,
|
|
# .smithery/*.json if they were ever modified).
|
|
*.local.json
|
|
local-test-results.json
|
|
# CLI research command dumps JSON output keyed on the query; they're
|
|
# not code and shouldn't live in git. Track deliberately-saved research
|
|
# output under a different name.
|
|
research-*.json
|
|
|
|
# Local runtime/scratch — never repo content.
|
|
__pycache__/
|
|
.last_update_check
|
|
.playwright-cli/
|
|
demo_sample.html
|
|
demo_saved.json
|