mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 03:20:11 +00:00
Addresses #866 - agents were logging 'WebSocket connection failed' warnings even during normal reconnection scenarios (server restart, network blip, etc). Changes: - Normal close errors (1000, 1001, connection reset) now log at Debug level - Only log Warning after 3+ consecutive failures - Changed 'Connecting to Pulse' from Info to Debug to reduce noise - Successful connections still log at Info level The WebSocket is only used for AI command execution, not metrics, so transient disconnections don't affect monitoring functionality.
175 lines
2.5 KiB
Text
175 lines
2.5 KiB
Text
# Binaries
|
|
/bin/
|
|
/pulse
|
|
/pulse-docker-agent
|
|
/pulse-sensor-proxy
|
|
/pulse-server
|
|
/pulse-test
|
|
/pulse-host-agent
|
|
/pulse-host-agent-*
|
|
/pulse-agent
|
|
/pulse-agent-*
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Database files
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Development environment files
|
|
.dev-mode
|
|
.tmux.conf
|
|
.dev-aliases
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Go
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
coverage.html
|
|
vendor/
|
|
test-pulse
|
|
|
|
# Node.js (for frontend-modern)
|
|
node_modules/
|
|
.npm/
|
|
.yarn/
|
|
frontend-modern/.vite/
|
|
frontend/
|
|
frontend-modern/public/download/
|
|
data/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
*.tar.gz
|
|
pulse-fixes*.tar.gz
|
|
release/pulse-host-agent-*.tar.gz
|
|
scripts/macos/dist/
|
|
|
|
# Frontend copy for embedding (generated during build)
|
|
# Frontend build artifact for Go embedding
|
|
# This is auto-generated, DO NOT EDIT
|
|
internal/api/frontend-modern/
|
|
|
|
# AI assistant files (local development environment docs)
|
|
CLAUDE.md
|
|
.claude*
|
|
claude-*
|
|
fix-claude-*
|
|
backend
|
|
AGENTS.md
|
|
AI_DEVELOPMENT.md
|
|
.ai-coordination/
|
|
scripts/pulse-watchdog.sh
|
|
pulse-watchdog.log
|
|
.mcp-servers/
|
|
.codex/
|
|
|
|
# Release process files
|
|
CHANGELOG.md
|
|
pulse-release/
|
|
pulse-release-staging/
|
|
release/
|
|
|
|
# Development scripts
|
|
scripts/backend-watch.sh
|
|
temp/
|
|
RELEASE_CHECKLIST.md
|
|
DOCKER_PUSH_INSTRUCTIONS.md
|
|
|
|
# Testing and temporary files
|
|
testing-tools/*
|
|
!testing-tools/run_adaptive_soak.sh
|
|
manual-test*.md
|
|
verify-*.md
|
|
test-*.md
|
|
package.json
|
|
package-lock.json
|
|
*.test.js
|
|
*.test.md
|
|
screenshots/
|
|
.devdata/
|
|
test-*.js
|
|
test-*.sh
|
|
!scripts/tests/test-sensor-proxy-http.sh
|
|
test-*.html
|
|
*.backup.*
|
|
.env.dev
|
|
.env.backup*
|
|
PMG_BACKUP_DETECTION.md
|
|
SAFE_TESTING.md
|
|
tmp/
|
|
.secrets/
|
|
|
|
# Master plan documents (local only)
|
|
PULSE_V4_ISSUES_MASTER_PLAN.md
|
|
FIX_SUMMARY_*.md
|
|
|
|
# Development documentation
|
|
TYPING_*.md
|
|
test-config.json
|
|
|
|
# Local test scripts
|
|
scripts/test-*.sh
|
|
!scripts/test-vm-disk.sh
|
|
scripts/run-tests.sh
|
|
scripts/TEST_*.md
|
|
|
|
# Mock mode - exclude local overrides but keep the base file
|
|
mock.env.local
|
|
mock.env.backup
|
|
|
|
# Claude Code Safety Hooks (local only)
|
|
.claudecode-settings.json
|
|
.claudecode-hooks/
|
|
|
|
# Sensitive files - DO NOT COMMIT
|
|
secrets.env
|
|
*secret*.env
|
|
docs/PULSE_PRO_IMPLEMENTATION.md
|
|
|
|
# Browser/session artifacts
|
|
**/cookies.txt
|
|
**/cookies-*.txt
|
|
**/*.har
|
|
**/*.browser
|
|
|
|
# Development documentation (local only)
|
|
CLAUDE_DEV_SETUP.md
|
|
AGENT_METRICS_*.md
|
|
DEV-QUICK-START.md
|
|
docs/DOCS_AUDIT_*.md
|
|
docs/SECURITY_AUDIT_*.md
|
|
docs/development/
|
|
|
|
# Temporary scripts
|
|
tmp_*.py
|
|
tmp_*.sh
|
|
|
|
# Local agent directories
|
|
scripts/agent/
|
|
docs/internal/
|
|
.agent/
|
|
|
|
# Pulse Pro landing page (private)
|
|
landing-page/
|