From 0b11fbdbf47ceccc82a3ae48de2cf844cd80d86b Mon Sep 17 00:00:00 2001 From: ishan4432 Date: Wed, 29 Apr 2026 15:19:26 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8bbb8d6..68282e5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,6 +9,23 @@ We maintain a curated list of beginner-friendly issues — each one includes cle **[Browse Good First Issues](https://github.com/roeimichael/ContextAnalyzerTerminal/labels/good%20first%20issue)** These range from one-line bug fixes to small feature additions, and are a great way to get familiar with the codebase and dev workflow before tackling bigger tasks. +## Start Here + +### Architecture Overview + +Claude Code Hooks → FastAPI Collector → Delta Engine → Anomaly Detection → Notifications + +### Recommended Reading Order + +config.py → models.py → delta_engine.py → anomaly.py + +### Architecture Docs +- docs/phase1-architecture.md +- docs/phase2-architecture.md + +### Good First Issues + +https://github.com/roeimichael/ContextAnalyzerTerminal/labels/good%20first%20issue ## Understanding the Architecture