Phase 2 of Core DI migration: - Add *core.Core field + SetCore() to PrepSubsystem and monitor.Subsystem - Register agentic/monitor/brain as Core services with lifecycle hooks - Mark SetCompletionNotifier and SetNotifier as deprecated (removed in Phase 3) - Fix monitor test to match actual event names - initServices() now wires Core refs before legacy callbacks Co-Authored-By: Virgil <virgil@lethean.io>
303 B
303 B
| name | description |
|---|---|
| tests | Verify tests pass for changed files |
Test Verification
Run tests related to changed files.
Process
- Identify changed files
- Find related test targets
- Run targeted tests with
core go testorcore php test - Report pass/fail results and uncovered gaps