Public Access
Clarify subagent availability fallback
PR and Push Build/Test / build-and-test (push) Failing after 10m59s
PR and Push Build/Test / build-and-test (push) Failing after 10m59s
This commit is contained in:
@@ -63,6 +63,13 @@ Do the refactoring pass in these distinct areas, first start a subagent for each
|
|||||||
2. Check for SOLID violations. Look for responsibilities that are mixed together, abstractions that are hard to replace or test, interface shapes that force unrelated dependencies, and code paths that require modifying stable code for each new variant.
|
2. Check for SOLID violations. Look for responsibilities that are mixed together, abstractions that are hard to replace or test, interface shapes that force unrelated dependencies, and code paths that require modifying stable code for each new variant.
|
||||||
3. Check whether the implementation can be made simpler under KISS. Remove accidental abstractions, reduce branching, clarify names, and prefer the smallest structure that still supports the tested behavior and current spec.
|
3. Check whether the implementation can be made simpler under KISS. Remove accidental abstractions, reduce branching, clarify names, and prefer the smallest structure that still supports the tested behavior and current spec.
|
||||||
|
|
||||||
|
Do not say subagents are unavailable unless:
|
||||||
|
|
||||||
|
1. tool discovery for "subagent", "delegate", and "agent" found no callable tool, or
|
||||||
|
2. spawning a subagent returned a concrete tool error.
|
||||||
|
|
||||||
|
In either case, report the exact discovery result or error.
|
||||||
|
|
||||||
Preserve behavior during this pass and run the relevant tests again afterward.
|
Preserve behavior during this pass and run the relevant tests again afterward.
|
||||||
|
|
||||||
For Meeting Assistant, prefer verification through:
|
For Meeting Assistant, prefer verification through:
|
||||||
|
|||||||
Reference in New Issue
Block a user