AGENTS.md@tests/fixtures/cross_platform/with-hooks · git:20260201.e744771 · 2026-02-01 · sha256 c36aa5df82869f6a

AGENTS.md@tests/fixtures/cross_platform/with-hooks git:20260201.e744771A

Immutable. This exact content is served forever at /api/v1/blob/c36aa5df82869f6a.

# Agent Configuration

This AGENTS.md file contains Claude-specific hooks that will not work
on other platforms like Codex CLI, OpenCode, or Cursor.

## Hooks Configuration

- type: PreToolExecution
  command: echo "running pre-tool check"

- type: PostToolExecution
  command: echo "tool completed"

- event: Stop
  message: Task complete

## Guidelines

Follow the project conventions.