File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
1818| ** no-relative-imports** | ` **/*.py ` | Enforce absolute imports in Python files |
1919| ** package-installation** | ` **/pyproject.toml ` | UV package management standards |
2020| ** uv-scripts** | ` scripts/**/*.py ` | Utility script standards with UV |
21- | ** examples-standards** | ` examples/**/* ` | Example requirements and organisation |
21+ | ** examples-standards** | ` examples/**/* ` | Example requirements and organization |
2222
2323## Project Overview
2424
@@ -114,7 +114,7 @@ toolset = StackOneToolSet(
1141142 . Parser automatically converts to tool definitions
1151153 . Test with ` make test-tools `
116116
117- ### Modifying Tool Behaviour
117+ ### Modifying Tool Behavior
118118
119119- Core execution logic in ` StackOneTool.execute() ` method
120120- HTTP configuration via ` ExecuteConfig ` class
You can’t perform that action at this time.
0 commit comments