Description
The CLI supports contextseek tools --format openai and --format anthropic, but these output contracts are not well covered by tests.
Related code:
Please add focused tests that verify the command returns valid tool definitions.
Acceptance criteria:
- Test OpenAI-format output is valid JSON and includes expected tool definitions.
- Test Anthropic-format output is valid JSON and includes expected tool definitions.
- Tests should not require external services.
Description
The CLI supports
contextseek tools --format openaiand--format anthropic, but these output contracts are not well covered by tests.Related code:
Please add focused tests that verify the command returns valid tool definitions.
Acceptance criteria: