devops/run-linter is referred in many places, but never created. #10858

Open
opened 2026-04-24 21:07:58 +00:00 by brent.edwards · 0 comments
Member

Description

A person trying to use the agents app will find examples not executable, because the devops/run-linter does not exist.

Examples should be usable from the start.

Metadata

Commit message: feat(examples): implement devops/run-linter
Branch: feat/implement-devops-run-linter

Background

Many examples wrap a devops/run-linter tool. It is referred to in:

However, the tool does not exist -- there is nothing to wrap.

(It should not be an error to create a tool that wraps something that does not exist -- at most, an inspector should post a warning. But these tools obviously cannot run.)

# Description A person trying to use the agents app will find examples not executable, because the `devops/run-linter` does not exist. Examples should be usable from the start. # Metadata Commit message: feat(examples): implement devops/run-linter Branch: feat/implement-devops-run-linter # Background Many examples wrap a `devops/run-linter` tool. It is referred to in: - [docs/showcase-cli-tools/tool-and-validation-management.md](https://git.cleverthis.com/cleveragents/cleveragents-core/src/branch/master/docs/showcase/cli-tools/tool-and-validation-management.md) - [examples/validation/wrapped-validation.yaml](https://git.cleverthis.com/cleveragents/cleveragents-core/src/branch/master/examples/validations/wrapped-validation.yaml) - [features/steps/tool_model_steps.py](https://git.cleverthis.com/cleveragents/cleveragents-core/src/branch/master/features/steps/tool_model_steps.py) - [features/consolidated_tool.feature](https://git.cleverthis.com/cleveragents/cleveragents-core/src/branch/master/features/consolidated_tool.feature) However, the tool does not exist -- there is nothing to wrap. (It should not be an error to create a tool that wraps something that does not exist -- at most, an inspector should post a warning. But these tools obviously cannot run.)
brent.edwards added this to the v3.2.0 milestone 2026-04-24 21:07:58 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cleveragents/cleveragents-core#10858
No description provided.