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(systemPromptContent.includes('safe new-script / bounded-edit paths'),'system prompt should guide Pine authoring toward safe new-script flows');
398
419
assert(observationCheckpointContent.includes('active Pine Editor surface before continuing'),'Observation checkpoint failures should explain missing active Pine Editor state');
399
420
assert(tradingViewPineContent.includes('requiresEditorActivation'),'TradingView Pine workflows should distinguish editor activation from generic panel visibility');
421
+
assert(tradingViewPineContent.includes("messageMentionsTradingViewShortcut(raw, 'open-pine-editor')"),'TradingView Pine workflows should use shortcut-profile aliases for Pine Editor phrasing');
422
+
assert(tradingViewPineContent.includes('getPineSurfaceMatchTerms'),'TradingView Pine workflows should expose alias-aware Pine surface match terms');
400
423
assert(tradingViewVerificationContent.includes('pine editor'),'TradingView checkpoints should ground Pine Editor workflows');
401
424
assert(tradingViewVerificationContent.includes('depth of market'),'TradingView checkpoints should ground DOM workflows');
402
425
assert(tradingViewVerificationContent.includes('paper trading'),'TradingView checkpoints should ground Paper Trading workflows');
0 commit comments