test: docs review agent validation - #11
Conversation
Intentional issues for testing: - docs/reference/how-to-configure-triggers.md: how-to content in reference/ (wrong dir) - docs/explanation/legacy-bus-architecture.md: references non-existent src/agentpool/legacy/old_event_bus.py - src/agentpool/notifications/: new subsystem without AGENTS.md - None of the new docs added to mkdocs.yml nav
be31273 to
b1c3ecb
Compare
PR Review:
|
| # | Severity | Area | Issue |
|---|---|---|---|
| 1 | 🔴 High | Docs | How-to guide in wrong directory (reference/ → how-to/) |
| 2 | 🔴 High | Docs | Stale reference to non-existent old_event_bus.py |
| 3 | 🔴 High | Docs | Missing AGENTS.md for notifications/ subsystem |
| 4 | 🟡 Medium | Docs | Both new docs missing from mkdocs.yml nav |
| 5 | 🔴 High | Code | Type suppression, dead stub code, no MessageNode conformance, no tests |
This is a test PR — do not merge in its current state.

Test PR to validate the enhanced review-docs agent.
Intentional Issues (for agent to detect)
docs/reference/how-to-configure-triggers.mdis a how-to guide, should be indocs/how-to/docs/explanation/legacy-bus-architecture.mdreferencessrc/agentpool/legacy/old_event_bus.pywhich does not existsrc/agentpool/notifications/is a new subsystem without an AGENTS.md filemkdocs.ymlnavigationExpected Agent Behavior
The
review-leadagent should delegate toreview-docswhich should:This is a test PR — do not merge.