agent/codex/core/commands/tests.md
Snider bb88604045 feat(core): wire Core framework into agentic + monitor subsystems
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>
2026-03-24 14:44:53 +00:00

303 B

name description
tests Verify tests pass for changed files

Test Verification

Run tests related to changed files.

Process

  1. Identify changed files
  2. Find related test targets
  3. Run targeted tests with core go test or core php test
  4. Report pass/fail results and uncovered gaps