fix(AP2.3e): product_milestone_driven auch fuer generic/linear/program — pytest AP1.1/AP14.
All checks were successful
Deploy Development / deploy (push) Successful in 47s
Test Suite / pytest-backend (push) Successful in 3m10s
Test Suite / lint-backend (push) Successful in 7s
Test Suite / compose-smoke (push) Has been skipped
Test Suite / k6 /api/health Baseline (push) Successful in 18s
Test Suite / playwright-smoke (push) Successful in 24s
All checks were successful
Deploy Development / deploy (push) Successful in 47s
Test Suite / pytest-backend (push) Successful in 3m10s
Test Suite / lint-backend (push) Successful in 7s
Test Suite / compose-smoke (push) Has been skipped
Test Suite / k6 /api/health Baseline (push) Successful in 18s
Test Suite / playwright-smoke (push) Successful in 24s
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
38fed379ae
commit
44fda7beb9
|
|
@ -34,6 +34,13 @@ def register() -> None:
|
|||
default_lifecycle_steps=_PRODUCT_STEPS,
|
||||
next_action_strategy_key="product_milestone_driven",
|
||||
data_slices=SLICES_PRODUCT,
|
||||
compatible_archetype_keys=frozenset({"initiative.product"}),
|
||||
compatible_archetype_keys=frozenset(
|
||||
{
|
||||
"initiative.product",
|
||||
"initiative.generic",
|
||||
"initiative.linear_project",
|
||||
"initiative.program",
|
||||
}
|
||||
),
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user