kin: auto-commit after pipeline
This commit is contained in:
parent
1083968d45
commit
950a2251e0
2 changed files with 41 additions and 8 deletions
|
|
@ -227,23 +227,20 @@ class TestBlockedReasonPropagation:
|
|||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Issue 2: infra_head and research_head missing dept_* routes
|
||||
# (low severity — documentation gap)
|
||||
# Issue 2: dept_infra and dept_research routes — FIXED (KIN-ARCH-021)
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
class TestMissingDeptRoutes:
|
||||
"""Issue 2 — agents/specialists.yaml routes section.
|
||||
"""Issue 2 — agents/specialists.yaml routes section. FIXED in KIN-ARCH-021.
|
||||
|
||||
The specialists.yaml defines 7 departments:
|
||||
backend, frontend, qa, security, infra, research, marketing
|
||||
|
||||
But there are only 6 dept_* routes:
|
||||
After the fix there are 8 dept_* routes:
|
||||
dept_feature, dept_fullstack, dept_security_audit, dept_backend,
|
||||
dept_frontend, dept_marketing
|
||||
dept_frontend, dept_marketing, dept_infra, dept_research
|
||||
|
||||
infra_head (infra department) and research_head (research department)
|
||||
have NO dedicated standalone dept_* route. This means the PM cannot
|
||||
route a task exclusively to the infra or research department via route template.
|
||||
These tests are regression tests verifying the routes remain present.
|
||||
"""
|
||||
|
||||
def test_infra_head_has_dedicated_dept_route(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue