AGENTS.md@tests/fixtures/cross_platform/valid · git:20260201.e744771 · 2026-02-01 · sha256 33169e69b3313900

AGENTS.md@tests/fixtures/cross_platform/valid git:20260201.e744771A

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

# Project Guidelines

This is a valid AGENTS.md file that follows cross-platform best practices.
It does not use any Claude-specific features.

## Code Style

- Use consistent indentation (2 spaces for JS/TS, 4 spaces for Python)
- Follow the project's established patterns
- Write descriptive commit messages

## Commands

Run these commands for common tasks:

- `npm run build` - Build the project
- `npm run test` - Run the test suite
- `npm run lint` - Check for linting issues

## Architecture

The project follows a modular architecture with clear separation of concerns.

### Core Module

Contains the main business logic.

### CLI Module

Handles command-line interface and user interaction.