You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert(aiServiceContent.includes("require('./ai-service/observation-checkpoints')"),'ai-service should consume the extracted observation checkpoint helper module');
268
270
assert(observationCheckpointContent.includes('inferKeyObservationCheckpoint'),'Observation checkpoint module should infer TradingView post-key checkpoints');
assert(aiServiceContent.includes("require('./tradingview/alert-workflows')"),'ai-service should consume the extracted TradingView alert workflow helper');
275
277
assert(aiServiceContent.includes("require('./tradingview/chart-verification')"),'ai-service should consume the extracted TradingView chart verification helper');
276
278
assert(aiServiceContent.includes("require('./tradingview/drawing-workflows')"),'ai-service should consume the extracted TradingView drawing workflow helper');
279
+
assert(aiServiceContent.includes("require('./tradingview/pine-workflows')"),'ai-service should consume the extracted TradingView Pine workflow helper');
277
280
assert(tradingViewVerificationContent.includes("classification === 'panel-open'"),'TradingView checkpoints should recognize panel-open flows such as Pine or DOM');
278
281
assert(tradingViewVerificationContent.includes('pine editor'),'TradingView checkpoints should ground Pine Editor workflows');
279
282
assert(tradingViewVerificationContent.includes('depth of market'),'TradingView checkpoints should ground DOM workflows');
0 commit comments