You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename aircraft-circle service to aircraft-patterns
- Updated all references from aircraft-circle to aircraft-patterns throughout the codebase
- Renamed s6-overlay service directory to match new naming convention
- Standardized naming in documentation, Docker configs, and application code
- This aligns the service name with the actual project name for consistency
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CLAUDE.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
4
4
5
5
## Project Overview
6
6
7
-
Aircraft Circle is a Python-based pattern detection system for monitoring aircraft via TAR1090 feeds. It identifies circular holding patterns, training flights, and grid survey patterns in real-time, with a Flask web interface for visualization.
7
+
Aircraft Patterns is a Python-based pattern detection system for monitoring aircraft via TAR1090 feeds. It identifies circular holding patterns, training flights, and grid survey patterns in real-time, with a Flask web interface for visualization.
8
8
9
9
## Key Architecture
10
10
@@ -20,7 +20,7 @@ Aircraft Circle is a Python-based pattern detection system for monitoring aircra
20
20
2.**Docker Structure**:
21
21
- Based on `ghcr.io/sdr-enthusiasts/docker-baseimage:base`
22
22
- Uses s6-overlay v3 for process management
23
-
- Service configuration in `rootfs/etc/s6-overlay/s6-rc.d/aircraft-circle/`
23
+
- Service configuration in `rootfs/etc/s6-overlay/s6-rc.d/aircraft-patterns/`
24
24
- Health check script in `rootfs/scripts/healthcheck.py`
25
25
26
26
3.**Web Interface**:
@@ -35,13 +35,13 @@ Aircraft Circle is a Python-based pattern detection system for monitoring aircra
Real-time aircraft pattern detection system that monitors TAR1090 feeds to identify and log circular holding patterns, training flights, and grid survey patterns.
8
8
@@ -38,12 +38,12 @@ Real-time aircraft pattern detection system that monitors TAR1090 feeds to ident
0 commit comments