test(cordis): snapshot targeted JSDoc inspection

This commit is contained in:
Tianyi Cui
2026-07-19 16:22:09 +08:00
parent 77ba01b175
commit 36dbe68631
4 changed files with 55 additions and 0 deletions

View File

@@ -122,6 +122,13 @@ const SCENARIOS: Scenario[] = [
headerClass: 'advanced',
configPath: ADVANCED_CONFIG,
},
{
name: 'cordis-inspect-jsdoc',
hasModelTurn: true,
recorded: false,
headerClass: 'advanced',
configPath: ADVANCED_CONFIG,
},
// Prompt-submit blocks are authored keylessly: they persist a rejected turn
// and hook events without starting a model step, so their logs still compare.
{ name: 'hook-cc-promptsubmit-block', hasModelTurn: false, comparesLog: true, recorded: false },

View File

@@ -0,0 +1,7 @@
{
"steps": [
{ "op": "initialize" },
{ "op": "newSession" },
{ "op": "prompt", "text": "Inspect the exact tools service API and tools/pre-execute event with cordis_inspect, then reply with exactly CORDIS_INSPECT_JSDOC_OK." }
]
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long