Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
| **no-relative-imports** | `**/*.py` | Enforce absolute imports in Python files |
| **package-installation** | `**/pyproject.toml` | UV package management standards |
| **uv-scripts** | `scripts/**/*.py` | Utility script standards with UV |
| **examples-standards** | `examples/**/*` | Example requirements and organisation |
| **examples-standards** | `examples/**/*` | Example requirements and organization |

## Project Overview

Expand Down Expand Up @@ -114,7 +114,7 @@ toolset = StackOneToolSet(
2. Parser automatically converts to tool definitions
3. Test with `make test-tools`

### Modifying Tool Behaviour
### Modifying Tool Behavior

- Core execution logic in `StackOneTool.execute()` method
- HTTP configuration via `ExecuteConfig` class
Expand Down