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
Copy file name to clipboardExpand all lines: src/aignostics_foundry_core/AGENTS.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,26 @@ This file provides an overview of all modules in `aignostics_foundry_core`, thei
8
8
9
9
| Module | Purpose | Description |
10
10
|--------|---------|-------------|
11
+
|**console**| Themed terminal output | Module-level `console` object (Rich `Console`) with colour theme and `_get_console()` factory |
11
12
|**health**| Service health checks |`Health` model and `HealthStatus` enum for tree-structured health status |
12
13
13
14
## Module Descriptions
14
15
15
16
<!-- For each module, document its purpose, features, dependencies, and usage. -->
16
17
18
+
### console
19
+
20
+
**Themed Rich console for structured terminal output**
21
+
22
+
-**Purpose**: Provides a module-level `console` object pre-configured with a colour theme for consistent, styled terminal output across all Foundry components
23
+
-**Key Features**:
24
+
-`console` — module-level `Console` singleton, ready to use
0 commit comments