Commit Graph

2 Commits

Author SHA1 Message Date
Matthew Knight 8d2c7bb8b6
Fix .gitignore excluding cmd/cairn-server and cmd/cairn directories
The bare patterns "cairn-server" and "cairn" matched the directories
under cmd/, preventing them from being tracked. Anchor the patterns
to the repo root with a leading "/" so they only ignore the compiled
binaries.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 15:04:40 -08:00
Matthew Knight b06823e03e
Initial commit: crash artifact aggregator and regression detection system
Cairn is a web service for collecting, fingerprinting, and analyzing crash
artifacts across repositories. Includes a CLI client, REST API, web dashboard,
PostgreSQL storage with migrations, S3-compatible blob storage, multi-format
crash parsers (ASan, GDB, Zig, generic), regression detection between commits,
campaign tracking, and optional Forgejo integration for issue syncing.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 13:39:10 -08:00