Problem
npm run test:docs-boundary-language fails on current main because the public docs corpus already contains paths matching /agents\/[a-z0-9._/-]+/i in docs/agent-task-reusable-workflow.md (including agents/example.agent.json and agents/chat).
Expected
The docs and boundary assertion should agree: either replace those public path examples with contract-neutral examples or narrow the assertion to the private path language it intends to reject.
Reproduction
npm run test:docs-boundary-language
This was observed while running the #2060 validation matrix and is unrelated to that provider implementation.
Problem
npm run test:docs-boundary-languagefails on currentmainbecause the public docs corpus already contains paths matching/agents\/[a-z0-9._/-]+/iindocs/agent-task-reusable-workflow.md(includingagents/example.agent.jsonandagents/chat).Expected
The docs and boundary assertion should agree: either replace those public path examples with contract-neutral examples or narrow the assertion to the private path language it intends to reject.
Reproduction
npm run test:docs-boundary-languageThis was observed while running the #2060 validation matrix and is unrelated to that provider implementation.