add .gitattributes for LF line endings
chore: update AGENTS.md and README.md
docs(wiki): add xml step documentation
docs: fix within field format from OpenSearch date math to Go duration
Add CLAUDE.md to .gitignore Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docs: Update CEL overloads documentation by deprecating `safe()`, adding best practices, and including a YAML syntax note for filter expressions.
docs: Enhance rule implementation guide with improved details on deduplication, grouping, correlation, and field mapping.
Add new documentation pages for tools (log-pusher, opensearch-fetcher) and update existing wiki sections (Playground, Home, Development-Workflow)
Add circuit breaker for rule evaluation failures Introduced a circuit breaker mechanism to disable rules after 5 consecutive CEL evaluation failures. Added error tracking with mutex locking, generating alerts when a rule is disabled. Updated initialization to include `ruleErrorCount` mapping for tracking errors.
Add advanced documentation pages for go-sdk.wiki
Add .gitignore file to exclude IDE-specific files
Initial Home page