semantic update
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
|
||||
> High-level module structure for AI Context. Generated automatically.
|
||||
|
||||
**Generated:** 2026-03-10T18:26:33.375187
|
||||
**Generated:** 2026-03-10T20:52:01.801581
|
||||
|
||||
## Summary
|
||||
|
||||
- **Total Modules:** 103
|
||||
- **Total Entities:** 3077
|
||||
- **Total Entities:** 3088
|
||||
|
||||
## Module Hierarchy
|
||||
|
||||
@@ -1718,9 +1718,9 @@
|
||||
|
||||
### 📁 `migration/`
|
||||
|
||||
- 📊 **Tiers:** CRITICAL: 12
|
||||
- 📊 **Tiers:** CRITICAL: 21
|
||||
- 📄 **Files:** 1
|
||||
- 📦 **Entities:** 12
|
||||
- 📦 **Entities:** 21
|
||||
|
||||
**Key Entities:**
|
||||
|
||||
@@ -1972,9 +1972,9 @@
|
||||
### 📁 `root/`
|
||||
|
||||
- 🏗️ **Layers:** DevOps/Tooling, Unknown
|
||||
- 📊 **Tiers:** CRITICAL: 11, STANDARD: 17, TRIVIAL: 9
|
||||
- 📊 **Tiers:** CRITICAL: 11, STANDARD: 18, TRIVIAL: 10
|
||||
- 📄 **Files:** 2
|
||||
- 📦 **Entities:** 37
|
||||
- 📦 **Entities:** 39
|
||||
|
||||
**Key Entities:**
|
||||
|
||||
|
||||
@@ -68,6 +68,8 @@
|
||||
- 📝 Calculate score and determine module's max tier for weighted global score
|
||||
- ƒ **_generate_artifacts** (`Function`) `[CRITICAL]`
|
||||
- 📝 Writes output files with tier-based compliance data.
|
||||
- ƒ **_print_agent_report** (`Function`)
|
||||
- 📝 Prints a JSON report optimized for AI agent orchestration and control.
|
||||
- ƒ **_generate_report** (`Function`) `[CRITICAL]`
|
||||
- 📝 Generates the Markdown compliance report with severity levels.
|
||||
- ƒ **_collect_issues** (`Function`)
|
||||
@@ -84,6 +86,8 @@
|
||||
- 📝 Flattens entity tree for easier grouping.
|
||||
- ƒ **to_dict** (`Function`) `[TRIVIAL]`
|
||||
- 📝 Auto-detected function (orphan)
|
||||
- ƒ **collect_recursive** (`Function`) `[TRIVIAL]`
|
||||
- 📝 Auto-detected function (orphan)
|
||||
- 📦 **DashboardTypes** (`Module`) `[TRIVIAL]`
|
||||
- 📝 TypeScript interfaces for Dashboard entities
|
||||
- 🏗️ Layer: Domain
|
||||
@@ -1205,6 +1209,8 @@
|
||||
- 📝 Fetches the list of environments from the API.
|
||||
- ƒ **fetchDashboards** (`Function`) `[CRITICAL]`
|
||||
- 📝 Fetches dashboards for the selected source environment.
|
||||
- ▦ **ReactiveDashboardFetch** (`Block`) `[CRITICAL]`
|
||||
- 📝 Automatically fetch dashboards when the source environment is changed.
|
||||
- ƒ **fetchDatabases** (`Function`) `[CRITICAL]`
|
||||
- 📝 Fetches databases from both environments and gets suggestions.
|
||||
- ƒ **handleMappingUpdate** (`Function`) `[CRITICAL]`
|
||||
@@ -1213,15 +1219,25 @@
|
||||
- 📝 Opens the log viewer for a specific task.
|
||||
- ƒ **handlePasswordPrompt** (`Function`) `[CRITICAL]`
|
||||
- 📝 Reactive logic to show password prompt when a task is awaiting input.
|
||||
- ▦ **ReactivePasswordPrompt** (`Block`) `[CRITICAL]`
|
||||
- 📝 Monitor selected task for input requests and trigger password prompt.
|
||||
- ƒ **handleResumeMigration** (`Function`) `[CRITICAL]`
|
||||
- 📝 Resumes a migration task with provided passwords.
|
||||
- ƒ **startMigration** (`Function`) `[CRITICAL]`
|
||||
- 📝 Starts the migration process.
|
||||
- 📝 Initiates the migration process by sending the selection to the backend.
|
||||
- ƒ **startDryRun** (`Function`) `[CRITICAL]`
|
||||
- 📝 Builds pre-flight diff and risk summary without applying migration.
|
||||
- 📝 Performs a dry-run migration to identify potential risks and changes.
|
||||
- ▦ **MigrationDashboardView** (`Block`) `[CRITICAL]`
|
||||
- 📝 Render migration configuration controls, action CTAs, dry-run results, and modal entry points.
|
||||
- ▦ **MigrationHeader** (`Block`) `[CRITICAL]`
|
||||
- ▦ **TaskHistorySection** (`Block`) `[CRITICAL]`
|
||||
- ▦ **ActiveTaskSection** (`Block`) `[CRITICAL]`
|
||||
- ▦ **EnvironmentSelectionSection** (`Block`) `[CRITICAL]`
|
||||
- 🧩 **DashboardSelectionSection** (`Component`) `[CRITICAL]`
|
||||
- ▦ **MigrationOptionsSection** (`Block`) `[CRITICAL]`
|
||||
- ▦ **DryRunResultsSection** (`Block`) `[CRITICAL]`
|
||||
- ▦ **MigrationModals** (`Block`) `[CRITICAL]`
|
||||
- 📝 Render overlay components for log viewing and password entry.
|
||||
- ▦ **MappingsPageScript** (`Block`) `[CRITICAL]`
|
||||
- 📝 Define imports, state, and handlers that drive migration mappings page FSM.
|
||||
- 🔗 CALLS -> `fetchEnvironments`
|
||||
|
||||
Reference in New Issue
Block a user