()
| 2008 | // Test runner context (Feature 10): inject the detected test command once |
| 2009 | // so the model knows how to run tests without 3 discovery tool calls. |
| 2010 | function getTestRunnerContext() { |
| 2011 | try { |
| 2012 | if (_testRunnerDetector) return _testRunnerDetector.formatForPrompt(); |
| 2013 | } catch {} |
| 2014 | return ''; |
| 2015 | } |
| 2016 | |
| 2017 | // Active plan injection (Feature 8). Returns '' when no plan is active. |
| 2018 | function getActivePlanContext() { |
no test coverage detected