Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
![Foundation](https://img.shields.io/badge/Foundation-service-8B5CF6?style=flat-square)
![Tier](https://img.shields.io/badge/tier-3%20Operational-0EA5E9?style=flat-square)

# ChittyChronicle

> Authoritative event logging and audit trail system for the ChittyOS ecosystem.

ChittyChronicle captures all significant events across every ChittyOS service for compliance, debugging, and analytics. It provides full-text search across events, timeline aggregation, entity-scoped audit trail retrieval, and event correlation — backed by Neon PostgreSQL with a tsvector search index. Deployed as a Cloudflare Worker (Hono) at `chronicle.chitty.cc` and also accessible via the ChittyAPI aggregator.

**Domain**: `chronicle.chitty.cc`
4 changes: 3 additions & 1 deletion api/wrangler.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@
],
"vars": {
"ENVIRONMENT": "production"
}
},
"observability": { "enabled": true },
"tail_consumers": [{ "service": "chittytrack" }]
}