Merge remote-tracking branch 'origin/main' into ralph/tool-result-refactor

This commit is contained in:
yinwm
2026-02-13 01:02:52 +08:00
10 changed files with 762 additions and 0 deletions

10
.gitignore vendored
View File

@@ -1,5 +1,7 @@
# Binaries
# Go build artifacts
bin/
build/
*.exe
*.dll
*.so
@@ -10,12 +12,20 @@ bin/
/picoclaw-test
# Picoclaw specific
# PicoClaw
.picoclaw/
config.json
sessions/
build/
# Coverage
# Secrets & Config (keep templates, ignore actual secrets)
.env
config/config.json
# Test
coverage.txt
coverage.html