fix(actor,preflight,tests): resolve PR #975 review findings and stabilize full-suite coverage runs
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Successful in 16s
CI / build (pull_request) Successful in 25s
CI / quality (pull_request) Successful in 34s
CI / typecheck (pull_request) Successful in 39s
CI / security (pull_request) Successful in 52s
CI / unit_tests (pull_request) Successful in 2m51s
CI / integration_tests (pull_request) Successful in 3m41s
CI / docker (pull_request) Successful in 56s
CI / e2e_tests (pull_request) Successful in 3m56s
CI / coverage (pull_request) Successful in 6m28s
CI / benchmark-regression (pull_request) Successful in 38m39s

Address review-driven fixes across actor schema, preflight guardrails, docs/examples,
and Behave/Robot coverage: unify preflight warning behavior with shared role-warning logic,
resolve actor-name to config payloads in production preflight flow, harden response_format
validation/coercion edge cases, extract duplicated helper logic, and expand negative-path
test coverage. Also fix cross-scenario patcher leakage in step modules to eliminate
full-run-only coverage failures.
This commit is contained in:
2026-03-17 14:00:20 +00:00
parent 60aeeb718f
commit 2764fcef5c
33 changed files with 840 additions and 233 deletions
+3 -3
View File
@@ -3,7 +3,7 @@
name: local/estimator
type: llm
description: Estimates implementation effort, risk, and timeline before execution
description: Generates pre-execution effort, duration, and risk estimates for implementation planning
version: "1.0"
model: gpt-4
@@ -18,10 +18,10 @@ system_prompt: |
- Risk assessment with severity and mitigation suggestions
- Key assumptions and unknowns
Always return valid JSON matching the provided response_format schema.
Return JSON-shaped output suitable for machine parsing.
response_format:
$schema: "https://json-schema.org/draft/2020-12/schema"
"$schema": "https://json-schema.org/draft/2020-12/schema"
title: EstimationReport
type: object
required: