Commit 77ec5eb
fix(handlers): timestamp_outside_window agent_action contract — add URL
TestAgentActionContract/codeToAgentAction[timestamp_outside_window]
failed on master CI because the agent_action string registered in
1ab09a2 lacked the required https://instanode.dev/ URL. Rule 4 of
the contract test (every agent_action MUST contain a full HTTPS URL)
was missed when the registry entry was added.
Adds `— see https://instanode.dev/docs/webhooks.` to the agent_action
string. Length 220 → 252 chars (still well below the 280 ceiling).
Verified locally: TestAgentActionContract/codeToAgentAction[timestamp_outside_window]
now passes.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent d8d0ab3 commit 77ec5eb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
412 | | - | |
| 412 | + | |
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
| |||
0 commit comments