stabilize tests
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
- docs/modules/advisory-ai/architecture.md
|
||||
- docs/modules/advisory-ai/orchestration-pipeline.md
|
||||
- src/AdvisoryAI/AGENTS.md (parent module charter)
|
||||
- docs/policy/assistant-parameters.md (guardrail and ops knobs)
|
||||
- docs/modules/policy/guides/assistant-parameters.md (guardrail and ops knobs)
|
||||
|
||||
## Working Directory & Scope
|
||||
- Primary: src/AdvisoryAI/StellaOps.AdvisoryAI.Worker/
|
||||
@@ -25,8 +25,8 @@
|
||||
- Coordinates with: WebService (queues tasks), core orchestrator (executes plans)
|
||||
|
||||
## Key Components
|
||||
- `Program.cs` — Host builder setup with AdvisoryAI core and hosted service registration.
|
||||
- `Services/AdvisoryTaskWorker.cs` — BackgroundService that:
|
||||
- `Program.cs` ??? Host builder setup with AdvisoryAI core and hosted service registration.
|
||||
- `Services/AdvisoryTaskWorker.cs` ??? BackgroundService that:
|
||||
- Dequeues tasks from `IAdvisoryTaskQueue`
|
||||
- Checks `IAdvisoryPlanCache` for existing plans
|
||||
- Creates new plans via `IAdvisoryPipelineOrchestrator`
|
||||
@@ -57,3 +57,4 @@
|
||||
- Queue/cache: respect bounded capacities and TTLs configured via options.
|
||||
- Update sprint status in docs/implplan/SPRINT_*.md when starting/completing work.
|
||||
- Mirror decisions in sprint Decisions & Risks section.
|
||||
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
using System.Diagnostics;
|
||||
|
||||
using Microsoft.Extensions.Hosting;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using StellaOps.AdvisoryAI.Caching;
|
||||
using StellaOps.AdvisoryAI.Diagnostics;
|
||||
using StellaOps.AdvisoryAI.Execution;
|
||||
using StellaOps.AdvisoryAI.Metrics;
|
||||
using StellaOps.AdvisoryAI.Orchestration;
|
||||
using StellaOps.AdvisoryAI.Queue;
|
||||
using StellaOps.AdvisoryAI.Execution;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace StellaOps.AdvisoryAI.Worker.Services;
|
||||
|
||||
|
||||
8
src/AdvisoryAI/StellaOps.AdvisoryAI.Worker/TASKS.md
Normal file
8
src/AdvisoryAI/StellaOps.AdvisoryAI.Worker/TASKS.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# StellaOps.AdvisoryAI.Worker Task Board
|
||||
This board mirrors active sprint tasks for this module.
|
||||
Source of truth: `docs/implplan/SPRINT_20260130_002_Tools_csproj_remediation_solid_review.md`.
|
||||
|
||||
| Task ID | Status | Notes |
|
||||
| --- | --- | --- |
|
||||
| REMED-05 | TODO | Remediation checklist: docs/implplan/audits/csproj-standards/remediation/checklists/src/AdvisoryAI/StellaOps.AdvisoryAI.Worker/StellaOps.AdvisoryAI.Worker.md. |
|
||||
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |
|
||||
Reference in New Issue
Block a user